/*-------post------*/
.archive-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.single-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.breadcrumb {
  background: #1a1a1a;
  padding-inline: 5.55%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a,
.breadcrumb li {
  color: #fff;
}
.single-wrap {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
}
.pagination-area {
  margin-top: clamp(40px, var(--px-80), 80px);
}
.nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
/*-------hd------*/
.header {
  padding-top: clamp(50px, var(--px-100), 100px);
}

.hd-group {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--px-28);
  z-index: 100;
}
.hd-logo-box {
  max-width: clamp(100px, var(--px-258), 258px);
  width: 100%;
}
.hd-link-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.hd-tel-box {
  flex: 0 0 max(var(--px-162), 80px);
  margin-right: 5px;
}
.hd-tel-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: max(var(--px-24), 12px);
  background: var(--lblue);
}
.hd-tel-btn::before {
  content: "";
  background: url(../../../uploads/2026/04/phone-icon-blue.webp) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  max-width: max(var(--px-30), 15px);
  width: 100%;
  aspect-ratio: 1 / 1;
}
.hd-contact-box {
  flex: 0 0 max(var(--px-110), 72px);
  margin-right: 5px;
}
.hd-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: max(var(--px-16), 12px);
  background: var(--lblue);
}
.hd-contact-btn::before {
  content: "";
  background: url(../../../uploads/2026/04/mail-icon-blue.webp) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  max-width: max(var(--px-30), 15px);
  width: 100%;
  aspect-ratio: 16 / 9;
}
/*hd-nav*/
.main-menu-container-nav {
  flex: 0 0 max(var(--px-521), 377px);
  margin-right: var(--px-20);
}
.main-menu-container-nav .main-menu-nav {
  height: 100%;
}
.main-menu-container-nav .main-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-menu-container-nav .main-menu li {
  margin-right: max(var(--px-44), 5px);
}
.main-menu-container-nav .main-menu li:last-child {
  margin-right: 0;
}
.main-menu-container-nav .main-menu li a::before {
  content: attr(title);
  color: var(--blue);
  font-size: max(var(--px-14), 10px);
  letter-spacing: 0;
}
.main-menu-container-nav .main-menu li:first-child a::before {
  content: attr(data-label);
  color: var(--blue);
  font-size: max(var(--px-14), 10px);
  letter-spacing: 0;
}
.main-menu-container-nav .main-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: max(var(--px-16), 12px);
  position: relative;
}
.main-menu-container-nav .main-menu .current-menu-item a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: var(--navy);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
/*-------ft-----*/
.ft-area-tit-ja {
  font-size: max(var(--px-50), 40px);
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}
.ft-area-tit-ja::after {
  content: "";
  max-width: max(var(--px-123), 123px);
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ft-area-tit-en {
  font-size: max(var(--px-24), 24px);
  font-weight: 500;
  padding-bottom: 30px;
}
.ft-area-tit-desc {
  font-size: max(var(--px-20), 20px);
}
.ft-area {
  background: url(../../../uploads/2026/04/koosi-bg.webp);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline: 5.55%;
  position: relative;
}
.ft-area .txt-img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: max(var(--px-439), 181px);
  width: 100%;
}
.ft-area .img-box {
  max-width: max(var(--px-1152), 1152px);
  width: 100%;
  margin-inline: auto;
  transform: translateY(-19%);
}
.ft-info-txt-btn-wrap {
  gap: max(var(--px-45), 20px);
}
.ft-info-wrap {
  gap: max(var(--px-60), 30px);
  flex-wrap: wrap;
  justify-content: center;
}
.ft-info-txt-wrap {
  margin-bottom: clamp(40px, var(--px-50), 50px);
}
.ft-info .table-st1 {
  margin-bottom: 40px;
}
.ft-info-txt {
  padding-top: 40px;
  padding-bottom: clamp(60px, var(--px-90), 90px);
}
.ft-info-gwrap {
  max-width: max(var(--px-695), 695px);
  width: 100%;
}
.ft-info {
  background: url(../../../uploads/2026/04/ft-bg.jpg) no-repeat;
  padding-inline: 5.55%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ft-main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ft-main-menu li {
  margin-right: max(var(--px-44), 44px);
}
.ft-main-menu li:last-child {
  margin-right: 0;
}
.ft-main-menu li a::before {
  content: attr(title);
  color: var(--blue);
  font-size: max(var(--px-14), 10px);
  letter-spacing: 0;
}
.ft-main-menu li:first-child a::before {
  content: attr(data-label);
  color: var(--blue);
  font-size: max(var(--px-14), 10px);
  letter-spacing: 0;
}
.ft-main-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: max(var(--px-16), 16px);
}
.footerwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-inline: 60px;
  gap: var(--px-170);
  padding-bottom: clamp(30px, var(--px-50), 80px);
  padding-top: clamp(30px, var(--px-30), 50px);
}
.ft-logo-box {
  max-width: max(var(--px-256), 179px);
  width: 100%;
  margin-right: auto;
}
.copyright-container {
  background: var(--navy);
  padding: 15px 0;
}
/*-------btn------*/
.btn1 {
  display: flex;
  justify-content: space-evenly;
  background-color: var(--blue);
  color: #fff;
  padding-top: clamp(15px, var(--px-15), 20px);
  padding-bottom: clamp(15px, var(--px-15), 20px);
  font-size: max(var(--px-18), 18px);
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.btn1:hover {
  background-color: var(--navy);
  opacity: 1;
}
.btn1.st1 {
  max-width: max(var(--px-209), 209px);
  width: 100%;
}
.btn1::after {
  content: "";
  background: url(../../../uploads/2026/04/arrow-icon.webp) no-repeat;
  width: max(var(--px-20), 20px);
  aspect-ratio: 1 / 1;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.btn2 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
  background: #46b0f3;
  height: clamp(50px, var(--px-50), 50px);
  max-width: max(var(--px-220), 220px);
  width: 100%;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.btn2:hover {
  background-color: var(--navy);
  opacity: 1;
}
.btn2.ft-tel-btn {
  font-size: max(var(--px-24), 24px);
}
.btn2.ft-tel-btn::before {
  content: "";
  background: url(../../../uploads/2026/04/phone-icon-white.webp) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: max(var(--px-25), 25px);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: inline-block;
}
.btn2.ft-contact-btn {
  font-size: max(var(--px-20), 20px);
}
.btn2.ft-contact-btn::before {
  content: "";
  background: url(../../../uploads/2026/04/mail-icon-white.webp) no-repeat;
  background-size: contain;
  background-position: center;
  max-width: max(var(--px-26), 26px);
  width: 100%;
  aspect-ratio: 16 / 9;
  display: inline-block;
}
/*-------tit------*/
.tit-st1 {
  color: #fff;
}
.tit-st1 em {
  display: block;
}
.tit-st1 .tit-st1-ja {
  font-size: max(var(--px-50), 40px);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.tit-st1 .tit-st1-ja::after {
  content: "";
  max-width: max(var(--px-123), 123px);
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tit-st1 .tit-st1-en {
  font-size: max(var(--px-24), 24px);
}
.tit-st1.st3 .tit-st1-ja::after {
  content: "";
  max-width: max(var(--px-123), 123px);
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tit-st1.st3 .tit-st1-ja {
  border: none;
}
/*-------table------*/
.table-st1 dt,
.table-st1 dd {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
.table-st1 .row {
  border-bottom: 1px solid #fff;
  padding-left: 15px;
}
.table-st1 dt {
  width: 70%;
}
.table-st1 dt {
  width: 30%;
}
/*-------mv------*/
.mv img {
  width: 100%;
}
.mv {
  margin-bottom: clamp(30px, var(--px-50), 50px);
  position: relative;
}
.mv-tit-ja {
  font-size: max(var(--px-50), 30px);
  position: absolute;
  left: max(var(--px-240), 20px);
  top: clamp(25px, var(--px-70), 70px);
  color: #fff;
  writing-mode: tb;
  overflow: hidden;
}
.mv-tit-ja em {
  white-space: nowrap;
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 25px;
}
.mv-tit-ja em:last-child {
  margin-top: clamp(75px, var(--px-150), 150px);
  margin-right: max(var(--px-60), 20px);
}
.mv-tit-en {
  font-size: max(var(--px-128), 96px);
  position: absolute;
  right: max(var(--px-60), 20px);
  top: clamp(10px, var(--px-40), 40px);
  color: var(--exlblue);
  opacity: 0.29;
  writing-mode: tb;
  overflow: hidden;
}
.mv-tit-en em {
  white-space: nowrap;
  display: block;
}
/*-------sec1------*/
.concept-sec {
  padding-bottom: 70px;
}
.concept-sec-img-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: max(var(--px-30), 15px);
}
.concept-sec-img-area .img-box {
  flex: 0 0 max(var(--px-291), 159px);
}
.concept-sec-img-area .img-box:last-child {
  margin-top: max(var(--px-45), 25px);
}
.concept-sec-txt-box {
  padding-right: max(var(--px-228), 162px);
  padding-left: max(var(--px-25), 15px);
  margin-bottom: clamp(25px, var(--px-50), 50px);
  padding-top: max(var(--px-45), 25px);
}
.concept-sec-txt-box p {
  margin-bottom: clamp(35px, var(--px-40), 50px);
}
.concept-sec-main-txt-pc {
  position: absolute;
  right: var(--px-80);
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.concept-sec-main-txt-pc p {
  color: var(--navy);
  font-size: max(var(--px-18), 16px);
  writing-mode: tb;
  line-height: 1;
  white-space: nowrap;
}
.concept-sec-main-txt-pc .l-txt {
  font-size: max(var(--px-35), 30px);
}
.concept-sec-main-txt-pc .m-txt {
  margin-top: max(var(--px-45), 25px);
}
.concept-sec .txt-img-box {
  max-width: max(var(--px-805), 327px);
  width: 100%;
}
/*-------sec2------*/
.business-sec {
  margin-bottom: clamp(55px, var(--px-114), 114px);
}
.top-sec-txtbox {
  background: url(../../../uploads/2026/04/top-sec-txtbox-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: clamp(20px, var(--px-50), 50px);
  padding-bottom: clamp(20px, var(--px-90), 90px);
  padding-inline: max(var(--px-80), 20px);
  max-width: max(var(--px-770), 385px);
  width: 100%;
}
.top-sec-imgbox {
  max-width: max(var(--px-720), 360px);
  width: 100%;
  margin-bottom: clamp(85px, var(--px-114), 114px);
}
.business-sec .txt-img-box {
  max-width: max(var(--px-736), 305px);
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.business-sec .top-sec-txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.business-sec .top-sec-txtbox .tit-st1 {
  margin-bottom: clamp(20px, var(--px-75), 75px);
}
.business-sec-desc {
  margin-bottom: clamp(20px, var(--px-75), 75px);
}
.business-sec .top-sec-imgbox {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.business-sec-btn-wrap {
  display: grid;
  grid-template-columns: max(var(--px-209), 176px) max(var(--px-209), 176px);
  justify-content: center;
  gap: 30px max(var(--px-55), 20px);
}
/*-------sec3------*/
.sec3 {
  margin-bottom: 120px;
}
.recruit-sec .inner {
  background: url(../../../uploads/2026/04/top-recruit-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: clamp(60px, var(--px-80), 80px);
  padding-bottom: 60px;
}
.recruit-sec .txt-img-box {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: max(var(--px-654), 272px);
  width: 100%;
}
.recruit-sec .tit-st1 {
  margin-bottom: 40px;
}
.recruit-txt-wrap-tit {
  margin-bottom: 40px;
}
.recruit-txt-wrap-desc {
  margin-bottom: 30px;
}
.recruit-icon-wrap {
  flex: 1;
  transform: translateY(-20%);
}
.recruit-icon-wrap p:nth-child(even) {
  transform: translateX(-25%);
}
.recruit-icon-wrap p:last-child {
  margin-bottom: 0;
}
.recruit-icon {
  max-width: max(var(--px-279), 279px);
  width: 100%;
  border-radius: 51px;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 15px;
  margin-inline: auto;
}
.recruit-txt-wrap {
  max-width: max(var(--px-633), 350px);
  width: 100%;
}
/*-------sec4------*/
.sec4 {
  margin-bottom: 100px;
}
.partner-sec .txt-img-box {
  max-width: max(var(--px-736), 272px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.partner-sec .top-sec-imgbox {
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.partner-sec .top-sec-txtbox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 45px;
}
.partner-sec .tit-st1 {
  margin-bottom: 45px;
}
.partner-sec .font24 {
  margin-bottom: 30px;
}
.partner-sec .desc {
  margin-bottom: 45px;
}
@media screen and (max-width: 1180px) {
  .business-sec .top-sec-txtbox .tit-st1 {
    margin-bottom: 30px;
  }
  .business-sec-desc {
    margin-bottom: 30px;
  }
  .ft-info-gwrap {
    height: 352px;
  }
  .partner-sec .top-sec-imgbox {
    margin-bottom: 350px;
  }
  .partner-sec .top-sec-txtbox {
    padding-inline: 20px;
  }
  .recruit-icon-wrap {
    transform: none;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .top-sec-imgbox {
    margin-bottom: 230px;
  }
  .recruit-icon-wrap p:nth-child(even) {
    transform: none;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .mv-tit-ja {
    display: flex;
    flex-direction: column;
    left: 20px;
    top: 80px;
  }
  .mv-tit-en em {
    line-height: 1;
  }
  .mv-tit-en {
    top: 80px;
  }
  .tit-st1 {
    margin-inline: auto;
    text-align: center;
  }
  .tit-st1 .tit-st1-ja::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .btn1 {
    margin-inline: auto;
  }
  .top-sec-txtbox {
    background: url(../../../uploads/2026/04/sp-top-sec-txtbox-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .concept-sec-wrap.dfl {
    flex-direction: column-reverse;
  }
  .concept-sec-main-txt .l-txt {
    font-size: 3rem;
    color: var(--navy);
  }
  .concept-sec-main-txt .m-txt {
    color: var(--navy);
    margin-bottom: 25px;
  }
  .concept-sec-txt-box {
    padding-left: 0;
    padding-right: 0;
  }
  .concept-sec-img-area.sp-only {
    display: flex;
  }
  .concept-sec .txt-img-box {
    margin-inline: auto;
  }
  .business-sec .top-sec-txtbox {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
  }
  .business-sec-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .business-sec .top-sec-imgbox {
    margin-bottom: 0;
  }
  .top-sec-txtbox {
    max-width: 100%;
  }
  .recruit-icon-wrap {
    margin-bottom: 65px;
  }
  .recruit-sec .txt-img-box {
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .partner-sec .top-sec-txtbox {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .partner-sec .tit-st1 {
    margin-bottom: 60px;
  }
  .partner-sec .font24 {
    margin-bottom: 15px;
  }
  .partner-sec .top-sec-imgbox {
    margin-bottom: 0;
  }
  .partner-sec .txt-img-box {
    left: 50%;
    transform: translate(-50%, 100%);
  }
  /*ft*/
  .ft-area-tit-en {
    padding-bottom: 20px;
  }
  .ft-area-tit-desc {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .ft-area .txt-img-box {
    right: 50%;
    transform: translate(50%, -100%);
  }
  .ft-area {
    padding-top: 30px;
    padding-bottom: 135px;
  }
  .ft-area .img-box {
    transform: none;
  }
  .ft-info {
    padding-top: 0;
    padding-bottom: 40px;
    padding-inline: 0;
    background: none;
  }
  .ft-info .ft-info-txt-wrap {
    justify-content: center;
  }
  .ft-info .tit-st1 {
    margin-bottom: 35px;
  }
  .ft-info-txt {
    background: url(../../../uploads/2026/04/sp-ft-bg.jpg) no-repeat;
    background-size: cover;
    padding-inline: 20px;
    padding-top: 70px;
  }
  .ft-main-menu li:nth-child(3) {
    margin-right: 0;
  }
  .ft-logo-box {
    margin-bottom: 15px;
  }
  body .table-st1 dt {
    padding-bottom: 0;
  }
  body .table-st1 dd {
    padding-top: 0;
  }
  body .table-st1 dt,
  body .table-st1 dd {
    line-height: 1.5;
  }
  .table-st1 .row:first-child dt {
    padding-top: 0;
  }
  .ft-info-wrap {
    gap: 0;
  }
  footer {
    padding-bottom: 55px;
  }
}
/* CSS Document */
