@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.c_phoneArea > div:nth-child(2) {
  margin-top: 10px;
}
.c_phoneArea > div:nth-child(2) a {
  font-size: 23px;
}
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}
/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 9999999;
  background: none;
  height: 60px;
  border-top: none;
  box-shadow: none;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
  margin-top: 19px;
}

.header01 h1.logo {
  width: 180px;
}
.nav a {
  border-right: none;
  color: #1a146a;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -11px;
  top: 0.9em;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left;
}

.accordion-title.open:after {
  transform: rotate(90deg);
  top: 0.9em;
}

.dropdown-menu li a {
  color: #3c3c3c;
  font-size: 14px;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: fit-content;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  background: #fefefe;
  width: 300px;
  padding: 50px 50px 50px 50px;
  border-radius: 0 0 0em 6em;
  box-shadow: 0 0 19px #d0cea94d;
}

nav .dropdown-menu {
  background: #fff;
  padding: 0 6%;
}

nav .dropdown-menu.con {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .nav_01 > li > a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #1a146a;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

nav .dropdown-menu .accordion-title,
nav .dropdown-menu .dropdown-menu li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
}

nav .dropdown-menu .dropdown-menu li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

nav .dropdown-menu .dropdown-menu li a {
  color: #fefefe;
}

nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

nav .center a {
  color: #3c3c3c;
}

.dropdown-menu li {
  /* padding: 5px 20px; */
  /* border-bottom: 1px solid #949292; */
}

.hamburger {
  position: absolute;
  right: 0px;
  top: 11px;
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 100000000;
  background: url(../img/bg_o.jpg) center;
  border-radius: 50em 5em 5em 50em;
  position: fixed;
}

.hamburger__line {
  position: absolute;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 17px;
}

.hamburger__line--2 {
  top: 25px;
}

.hamburger__line--3 {
  top: 33px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fdfbc0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 23px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 23px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #006fbd;
}

nav .dropdown-menu {
  /* background: #f3f3f3; */
  /* padding: 10px 6% 12px; */
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

nav .dropdown-menu > p {
  color: #ffffff;
  text-align: center;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(to right, #f9bd00, #f2e400);
  width: calc(100% + 13%);
  transform: translate(-6%, 0px);
  margin-bottom: 10px;
}

nav .dropdown-menu a {
  padding: 0 0 4px;
  font-weight: 500;
  color: #6863b3;
}

nav .dropdown-menu li:nth-child(odd) {
  width: 9.5em;
}

nav .dropdown-menu li:nth-child(2n) {
  /* width: 11em; */
}
nav .dropdown-menu .h_btn a {
  margin: 9px auto 0;
  text-align: center;
  width: 155px;
}
nav .dropdown-menu p span {
  background: url(../img/mv_icon01.svg) no-repeat center left / 1.4em;
  padding-left: 1.75em;
  color: #0c0419;
}
nav .telArea {
  width: 90%;
  margin: auto;
}

nav .telArea a {
  padding-bottom: 10px;
}

nav .tel {
  font-size: 3.2rem;
  color: #1c1c1c;
  font-weight: 500;
  width: 237px;
  margin: 0 auto 7px;
}

nav .h_btn {
  padding: 0;
}

nav .h_btn > a {
  color: #fff !important;
  background: url(../img/h_contact.svg) no-repeat left 2em center/1.3em,
    linear-gradient(to right, #120060, #0339e5) !important;
  /* border-radius: 1.5em; */
  width: 231px;
  /* padding: 7px 5px 5px 2em; */
  /* font-weight: 500 !important; */
  margin: auto;
}

.c_prevArea {
  font-size: 12px;
  margin-bottom: 32% !important;
}

.c_prevArea li a {
  margin: 0px 3px;
}

.c_table_01 th,
.c_table_01 td {
  display: block;
}

.c_table_01 th {
  font-weight: bold;
}
.c_table_01 td {
  margin-bottom: 14px;
}
.footer01 {
  z-index: 1000;
  padding-bottom: 11% !important;
  padding-top: 8% !important;
}

.footer01 .h2Tit {
  color: #fff;
  font-weight: 400;
}

.footer01 ul a {
}

.footer01 ul li:nth-child(1) a {
}

.footer01 ul li:nth-child(2) a {
  background-image: url(../img/f_mail.svg);
  background-size: 2.5em;
}

.footer01 ul li:nth-child(3) a {
  background: #ffffff center left 2.5em no-repeat;
  background-image: url(../img/line.svg);
  background-size: 2.8em;
  padding-left: 6em;
}

.footer01 ul li:nth-child(1) .f29 {
  font-size: 34px !important;
}

.footer01 ul li .f29 {
  height: 31px;
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-top: 9px;
  font-weight: 400;
}

.footer02 .f_nav {
  display: none;
}

.sp_column01 {
  display: block !important;
}

.sp_column01 > * {
  width: 100% !important;
  float: inherit !important;
  margin-right: 0 !important;
}
.img_r img {
  margin-bottom: 10px;
}
.popup-inner {
  padding: 30px 20px;
  width: 90%;
}

.mv02 {
  padding-top: 181px;
  background: url(../img/mv02_img01.png) no-repeat bottom 0vh left -8% / 40%,
    url(../img/mv02_img02.png) no-repeat bottom 0vh right -8% / 40%;
}

.mv02 .u_02 {
  width: 409px;
}

.mv02 .u_02_box {
  width: 49%;
  bottom: -56px;
}

.mv02 > div {
  width: 51%;
}

.home01 {
  margin-top: 24px;
}

.home01 > div {
  border-radius: 1em;
  display: block;
  padding: 11px 21px 15px;
}

.home01 h2:before {
  background: none;
}

.home01 > div > img {
  width: 68px;
  right: 18px;
  bottom: -65px;
}

.home01 > div li a {
  background-position: top 0.5em left;
  padding-top: 0.3em;
  margin-left: 0;
  display: block;
  margin-bottom: 10px;
}

.h2Tit,
.h2Tit02 {
  font-size: 21px;
}

.home02 .h2Tit {
  margin-bottom: 0 !important;
}

.home03 ul {
  flex-wrap: wrap;
}

.home03 li {
  width: 45%;
}

.inner {
  width: 88%;
}

.home01 .day {
  line-height: 100%;
}

.home01 h2 {
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #eda27f7a;
}

.home04 .cl50,
.bg_w {
  padding: 20px;
  border-radius: 1em;
}

.c_tit,
.c_tit02 {
  font-size: 18px;
  line-height: 128%;
}

.c_bg_w_tit,
.home04 .c_tit {
  padding: 11px 32px 13px;
}

.home04 .c_tit {
  top: -74px;
}
.c_bg_w_tit {
  top: -27px;
}

.home04 p:nth-child(2) {
  margin-top: 20px;
}

.home04 .u_01 {
  width: 100%;
  font-size: 90%;
  margin-bottom: 10px;
  justify-content: space-between;
}

.home04 .cl50 .u_01 li {
  margin-right: 0;
}

.btn02 {
  padding-bottom: 0.2em;
}

.home05 .tit {
  text-align: center;
  position: relative;
  width: 100%;
}

.home05:before {
  top: -90px;
}

.home04 {
  padding-bottom: 109px;
}

.home05 > div {
  transform: translate(0px, -70px);
}

.home05 {
  padding-bottom: 0 !important;
}

.home05 .u_01 {
  bottom: -98px;
  width: 92px;
}

.fixarea {
  width: 155px;
}

.fixarea > ul {
  display: flex;
  gap: 10px;
}

.btn_l {
  font-size: 18px;
  width: 80%;
  padding: 9px;
}

.home06 > div ul {
  flex-wrap: wrap;
  font-size: 90%;
  justify-content: space-between;
  gap: 0;
}

.home06 > div li {
  width: 48%;
}

.home06 > div {
  padding: 16px 19px 25px;
}

.home06 h2 {
  font-size: 18px;
  top: -17px;
}

.home06 > div li a,
.linkArea a {
  text-align: left;
  padding: 10px 0;
  padding-left: 9px;
}

.home06 {
  padding-bottom: 0 !important;
}

.home07 {
  padding-top: 8px !important;
  transform: translate(0px, 67px);
}

.home07 a {
  width: 100%;
  position: relative;
}

.home07 .inner {
  display: block;
}

.home07 a div:before {
  bottom: -17px;
  transform: rotate(45deg);
  left: 34px;
  right: 0;
  margin: auto;
}

.home07 > div > img {
  width: 76%;
  margin: auto;
}

.footer01 ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.footer01 ul a {
  width: 100%;
  display: block;
}

.footer01 li {
  width: 50%;
}

.footer02 .f_logo > img {
  width: 154px;
  margin: 25px auto 0;
}

.f_txt {
  display: block;
  text-align: center;
}

.f_txt ul {
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 6px;
}

.f_logo {
  text-align: center !important;
}

ul.nav_02 {
  margin-right: 0;
}

.nav_02 li:nth-child(1) img {
  width: 172px;
  margin: 22px auto 14px;
}

.nav_02 li:nth-child(2) img {
  margin: auto;
  width: 67px;
}

.nav_02 li:nth-child(2) a {
  border-radius: 50em;
  border: 4px solid #dddce7;
  display: block;
  width: 124px;
  padding: 17px 14px;
  margin: auto;
}

nav .nav_01 > .dropdown-toggle-box > a {
  border: none;
  padding-bottom: 2px;
}

.inpage_mv h2 {
  font-size: 46px;
}

.inpage_mv h2:before {
  width: 62px;
  height: 60px;
  top: -13px;
  left: -30px;
}

.inpage_mv .txt {
  transform: translate(4vw, -2px);
}

.inpage_mv:before {
  background: url(../img/inpage_mv_bg02.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
}

.inpage_mv {
  padding-top: 20px;
}

.inpage_mv > .inner {
  transform: translate(0px, 95px);
  transform: translate(0px, 5px);
}

.inpage_mv .img {
  padding: 4px 5px;
  transform: translate(0px, 0px);
}

#business01 li,
#business07 li {
  min-height: 78vw;
}

#business01 .c_tit {
  margin-top: 0px;
  padding-top: 95px;
  text-align: center;
}

.anchorlinkBox {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 17px;
}

.anchorlinkBox li {
  margin: 0;
}

#business02 .anchorlinkBox {
  margin-bottom: 13px !important;
}

.c_tit02 {
  font-size: 16px;
  padding: 7px 14px 7px;
  margin-bottom: 12px;
}

.c_tit02_inner {
  width: calc(100% - 23px);
}

.btn01 {
  min-width: fit-content;
}
.btn01_s {
  min-width: fit-content;
  padding-right: 2em;
}

.cl33 > div,
.cl33 > li,
.cl33 > a {
  margin-bottom: 7%;
}

#business07 li {
  min-height: 44vw;
}

#business07 .cl25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#business07 li {
  width: 48% !important;
  min-width: auto;
  margin-bottom: 28px;
}

ul.pankuzu {
  width: 88%;
}

#products .anchorlinkBox {
  max-width: 12em;
}

#products01 .cl3_7 {
  margin-bottom: 10% !important;
}

#products01 .point {
  padding: 6px 10px;
  font-size: 30px;
  line-height: 12px;
}

#products01 .point span {
  font-size: 12px;
}

.bg_gray {
  padding: 30px;
}

#products01 .bg_gray:before {
  width: 60px;
  height: 71px;
}

#products05 ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

#products05 li {
  width: 27%;
}

.inpage_mv .sub {
  line-height: 120%;
}

#point03 .u_01 img {
  width: 68%;
}

#point04 .u_02 {
  padding: 13px;
}

#point04 .u_02 img {
  margin-bottom: 12px;
}

.beforeAfoter .fE {
  font-size: 25px;
  letter-spacing: 6px;
  transform: translate(2px, 0px);
  line-height: 27px;
}

.beforeAfoter {
  background-size: 11px;
}

.beforeAfoter li {
  transform: translate(0px, -13px);
}

#achievements02 {
  padding-bottom: 29.5% !important;
}

.c_table_01 th {
  color: #3a3081;
}

.linkArea ul {
  width: 100%;
  justify-content: space-between;
  width: 93%;
  margin: auto;
  gap: 0;
}

.linkArea a {
  min-width: 7em;
  text-align: left;
  font-size: 90%;
  padding-right: 2.3em;
}

#company04 {
  padding-top: 0% !important;
  padding-bottom: 5% !important;
}

.linkArea {
  margin-bottom: 33% !important;
}

.p-hist_item_num {
  margin: 0 0 0 0.5rem;
  width: 58px;
  font-size: 14px;
}

.p-hist_item_num span {
  font-size: 27px;
  margin-top: 13px;
  display: inline-block;
}

.p-hist_item_aside {
  padding-right: 9px;
}

#history02 .imgBox dl {
  padding: 13px;
}

.p-hist_item_det dt {
  margin-bottom: 0px;
  font-size: 100%;
}

.p-hist_item_det .imgBox {
  padding-right: 6px;
}

.p-hist_item_det .img img {
  border-radius: 0.5em;
}

#history02 {
  padding-bottom: 25% !important;
}

.inner_1200 {
  width: 90%;
}

#esg03 {
  overflow: hidden;
}

#esg03 .u_bg {
  width: 146%;
  left: -23%;
  right: 0;
  margin: auto;
  top: 33px;
  bottom: auto;
}

#esg03 .u_box03 .cl33 > li {
  width: 90% !important;
  margin: auto !important;
}

#esg03 .u_box01 .u_bg {
  top: 33px;
}

#news .anchorlinkBox {
  justify-content: left;
}

#business07 li p {
  font-size: 17px;
}
.bg_03 {
  padding: 14px;
}

/* 2025.6.28 追記 */
.home05Img {
  width: 100%;
  margin-top: -6%;
  margin-left: 0%;
  margin-bottom: 0%;
}

.p-hist_bar {
  left: 9px;
}

.p-hist_item {
  width: 100%;
}

.p-hist_item_aside {
  width: 30%;
}

.p-hist_item_det {
  width: 90%;
}

#history02 .p-hist_item:nth-of-type(odd) .p-hist_item_det {
  order: 2;
}

#history02 .p-hist_item:nth-of-type(odd) .p-hist_item_aside {
  order: 1;
  padding-right: 9px;
  padding-left: 0;
  width: 30%;
}

.p-hist_item_aside {
  width: 30%;
}

#history02 .p-hist_item:nth-of-type(odd) .p-hist_item_year .p-hist_item_num.leftPc {
  order: 2;
  width: 100%;
  right: 0;
  margin: 0 0 0 0.8em;
}

.p-hist_item_num {
  width: 100%;
  margin: 0 0 0 0.8em;
}

.p-hist_item_year {
  width: 100%;
}

.p-hist_item_circle {
  aspect-ratio: 1;
}

#history02 .p-hist_item:nth-of-type(odd) .p-hist_item_year .p-hist_item_circle {
  order: 1;
}


#history02 .p-hist_item_num.leftPc::before {
  right: 100%;
  left: unset;
  width: 20px;
}

#history02 .p-hist_item:nth-of-type(odd) .p-hist_item_num {
  margin: 0 0 0 0.5rem;
  width: 100%;
  font-size: 14px;
}

.p-hist_item_num::before {
  width: 20px;
}

.p-hist_item_det .img {
  width: 60%;
}

.p-hist_item, .p-hist_item:nth-of-type(even) {
  align-items: center;
  margin-bottom: 4% !important;
}

.p-hist_item_det .imgBox {
  margin-bottom: 0;
}

.p-hist_item_num span {
  margin-bottom: 14px;
  font-size: 24px;
}
