@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Oswald:wght@200..700&display=swap");
.c-page__btn {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 575.9px) {
  .c-page__btn {
    flex-direction: column;
  }
}
.c-page__btn a {
  width: min(90%, 20rem);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #010952;
  font-weight: bold;
  color: #010952;
  transition: all 0.4s;
}
.c-page__btn a:hover {
  background: #010952;
  color: #fff;
}
.c-page__btn a:hover span {
  background: #fff;
}
.c-page__btn a:hover span::before {
  background: #fff;
}
.c-page__btn a:hover span::after {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 575.9px) {
  .c-page__btn a {
    width: 100%;
  }
}
.c-page__btn a span {
  width: 5rem;
  height: 1px;
  background: #010952;
  position: relative;
  display: block;
  transition: all 0.4s;
}
.c-page__btn a span::before, .c-page__btn a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all 0.4s;
}
.c-page__btn a span::before {
  width: 5px;
  height: 5px;
  right: -5px;
  background: #1B2642;
  z-index: 1;
}
.c-page__btn a span::after {
  width: 20px;
  height: 20px;
  right: -12.5px;
  background: rgba(27, 38, 66, 0.0862745098);
}

.c-page__msg {
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .c-page__msg {
    text-align: left;
  }
}
.c-page__msg h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 991.9px) {
  .c-page__msg h2 {
    font-size: 2rem;
  }
}
.c-page__msg p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (max-width: 991.9px) {
  .c-page__msg p {
    font-size: 1.4rem;
  }
}
.c-page__msg p.left {
  text-align: left;
}
.c-page__msg p.bold {
  font-size: 1.1em;
  font-weight: 600;
}
.c-page__msg p span.right {
  margin-top: 2em;
  display: flex;
  align-items: end;
  flex-direction: column;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-page__msg p span.right min {
  font-size: 1.4rem;
  line-height: 1;
}

.c-page__title h3 {
  color: #fff;
  font-size: 1.86791vw;
  font-weight: bold;
}
@media screen and (max-width: 991.9px) {
  .c-page__title h3 {
    font-size: 2.8rem;
  }
}
.c-page__title.-center {
  text-align: center;
}
.c-page__title span {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.c-page__txt {
  color: #fff;
  font-size: 1.4rem;
}
.c-page__txt.-center {
  text-align: center;
}
.c-page__txt span {
  margin-top: 1.234635vw;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.234635vw;
  display: block;
}
@media screen and (max-width: 991.9px) {
  .c-page__txt span {
    font-size: 1.8rem;
  }
}

.c-ttl {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
}
.c-ttl .jp {
  font-size: 1.4rem;
  font-weight: 700;
  color: #010952;
  line-height: 1;
}
.c-ttl .en {
  font-size: 3.6rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #010952;
  font-weight: 700;
  line-height: 1.2;
}
.c-ttl.-white .jp,
.c-ttl.-white .en {
  color: #fff;
}
.c-ttl.-l .jp {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .c-ttl.-l .jp {
    font-size: 2rem;
  }
}
.c-ttl.-l .en {
  font-size: 4.6rem;
}
@media screen and (max-width: 767.9px) {
  .c-ttl.-l .en {
    font-size: 3.2rem;
    margin-top: 0.1em;
  }
}

.c-txt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  .c-txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-txt.-white {
  color: #fff;
}

.c-panel_contact__num .icon {
  flex-shrink: 0;
}
.c-panel_contact__num .num {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .c-panel_contact__num .num {
    justify-content: flex-start;
    gap: 0.1em;
  }
}

html {
  scroll-behavior: smooth;
}

.logo-icon {
  fill: none;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 575.9px) {
  .logo-icon {
    width: 2rem;
    height: 2rem;
  }
}
.logo-icon circle,
.logo-icon line {
  transition: 0.4s;
  stroke: #fff;
}

.l-footer__logo a {
  display: flex;
  gap: 4px;
}

.l-gnavi__tel a {
  font-size: 3.2rem;
}
.l-gnavi__btn:hover .icon {
  fill: #010952;
}

.l-header .c-logo__img {
  display: flex;
  align-items: center;
  gap: 3px;
}
.l-header .icon {
  fill: #fff;
}
.l-header.is-act .logo-icon circle,
.l-header.is-act .logo-icon line {
  stroke: #fff;
}

.-pageheader {
  background: #fff;
}
.-pageheader .c-logo__img .icon {
  fill: #212121;
}
.-pageheader .logo-icon circle,
.-pageheader .logo-icon line {
  stroke: #212121;
}
.-pageheader.is-act {
  background: rgba(255, 255, 255, 0.78);
}
.-pageheader.is-act .l-header__logo .icon {
  fill: #212121;
}
.-pageheader.is-act.is-act .logo-icon circle,
.-pageheader.is-act.is-act .logo-icon line {
  stroke: #212121;
}
@media screen and (min-width: 992px) {
  .-pageheader .l-header__inner {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
  }
}
.-pageheader .l-gnavi__link {
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  .-pageheader .l-gnavi__link {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .-pageheader .l-gnavi__tel a {
    color: #010952;
  }
}
.-pageheader .l-header__lang a,
.-pageheader .l-header__lang span {
  color: #212121;
}
.-pageheader .l-header__hamburger span,
.-pageheader .l-header__hamburger span::before,
.-pageheader .l-header__hamburger span::after {
  background: #000;
}

.slideout-open .l-header__hamburger span::before,
.slideout-open .l-header__hamburger span::after {
  background: #fff !important;
}

.slideout-open .l-header__hamburger span {
  background: transparent;
}

@media screen and (max-width: 991.9px) {
  .l-gnavi__menu > ul {
    align-items: baseline;
  }
}

/* サブメニュー共通 */
@media (min-width: 992px) {
  .l-gnavi__item {
    position: relative;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__item.-parent > a {
    padding: 1.5em 1em 1em;
  }
}
.l-gnavi__item ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform-origin: top center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .l-gnavi__item ul {
    display: none;
    position: absolute;
    min-width: 220px;
    z-index: 100;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    padding-left: 2em;
  }
}
.l-gnavi__item ul li {
  padding: 10px 16px;
}
.l-gnavi__item ul li:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.l-gnavi__item ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.l-gnavi__item ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.l-gnavi__item ul li:nth-child(3) {
  animation-delay: 0.15s;
}
@media (min-width: 992px) {
  .l-gnavi__item ul li {
    opacity: 0;
    transform: translateY(10px);
    animation: itemFade 0.3s ease forwards;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__item ul li {
    opacity: 1;
    transform: none;
    animation: none;
    padding: 0;
    border-bottom: none;
  }
  .l-gnavi__item ul li:last-of-type {
    margin-bottom: 1.5em;
  }
  .l-gnavi__item ul li a {
    color: #fff;
  }
}

/* PC用アニメーション */
@keyframes itemFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-kv_under.-page {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: var(--header-height);
}
.p-kv_under.-page .p-kv_under__inner {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 43rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .p-kv_under.-page .p-kv_under__inner {
    min-height: 22rem;
  }
}
.p-kv_under.-page .p-kv_under__ttl {
  text-align: center;
}
.p-kv_under.-page .p-kv_under__ttl .jp,
.p-kv_under.-page .p-kv_under__ttl .en {
  line-height: 1.3;
}
.p-kv_under.-page .p-kv_under__ttl.-navy .jp,
.p-kv_under.-page .p-kv_under__ttl.-navy .en {
  color: #010952;
  line-height: 1.3;
}

.l-footer__menuItem {
  position: relative;
}
.l-footer__menuItem ul {
  width: max-content;
  position: absolute;
  left: 0;
  bottom: -6.1rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.l-footer__menuItem ul li a {
  position: relative;
}
.l-footer__menuItem ul li a:hover span {
  left: -0.6em;
}
.l-footer__menuItem ul li a span {
  transition: ease-in-out 0.2s;
  position: absolute;
  left: -0.8em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 8.6px;
  height: 11.7px;
}
.l-footer__menuItem ul li a span::before,
.l-footer__menuItem ul li a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #1B2642;
  transform-origin: calc(100% - 0.5px) 50%;
}
.l-footer__menuItem ul li a span::before {
  transform: rotate(40deg);
}
.l-footer__menuItem ul li a span::after {
  transform: rotate(-40deg);
}

.p-sp .p-sp_cont {
  position: relative;
}
.p-sp .p-sp_cont.scrolled:before {
  width: 90.5vw;
}
@media screen and (max-width: 767.9px) {
  .p-sp .p-sp_cont.scrolled:before {
    width: 100%;
  }
}
.p-sp .p-sp_cont::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 5rem;
  height: 100%;
  width: 0;
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left;
}
.p-sp .p-sp_sheet {
  margin-top: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_sheet {
    margin-top: 4rem;
  }
}
.p-sp .p-sp_sheet::before {
  right: 0;
  background: #1B2642;
}
.p-sp .p-sp_wrap {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 3.5rem;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_wrap {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.p-sp .p-sp_wrap.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_wrap.-reverse {
    flex-direction: column-reverse;
  }
}
.p-sp .p-sp_wrap .box {
  width: 40%;
  flex-shrink: 0;
  margin-top: 2.38807vw;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_wrap .box {
    width: 100%;
  }
}
.p-sp .p-sp_wrap .box .num {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.p-sp .p-sp_wrap .img {
  width: min(100%, 60rem);
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_wrap .img {
    width: 100%;
  }
}
.p-sp .p-sp_features {
  margin-top: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_features {
    margin-top: 4rem;
  }
}
.p-sp .p-sp_features ul {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8rem 0;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_features ul {
    gap: 2rem;
  }
}
.p-sp .p-sp_features ul li {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_features ul li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 575.9px) {
  .p-sp .p-sp_features ul li {
    width: 100%;
  }
}
.p-sp .p-sp_features ul li img {
  display: block;
  width: min(60%, 16.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_features ul li img {
    width: min(40%, 10rem);
  }
}
.p-sp .p-sp_data {
  margin-top: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data {
    margin-top: 4rem;
  }
}
.p-sp .p-sp_data .c-page__title {
  margin-bottom: 4rem;
}
.p-sp .p-sp_data__tbl {
  display: flex;
  flex-direction: column;
}
.p-sp .p-sp_data__tbl.b02 dl:first-of-type {
  margin-top: 2em;
}
.p-sp .p-sp_data__tbl.b02 dl:first-of-type dd {
  background: rgba(245, 247, 246, 0.2862745098);
  font-weight: bold;
  font-size: 1.3em;
}
.p-sp .p-sp_data__tbl dl {
  display: flex;
  border-bottom: 1px solid #B4B4B5;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tbl dl {
    flex-direction: column;
  }
}
.p-sp .p-sp_data__tbl dl:first-of-type {
  border-top: 1px solid #B4B4B5;
}
.p-sp .p-sp_data__tbl dl dt,
.p-sp .p-sp_data__tbl dl dd {
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tbl dl dt,
  .p-sp .p-sp_data__tbl dl dd {
    padding: 1.75vw 2.5vw;
  }
}
.p-sp .p-sp_data__tbl dl dt {
  padding: 1.75vw 2.5vw;
  width: 21.5vw;
  font-weight: bold;
  background: rgba(245, 247, 246, 0.2862745098);
  flex-shrink: 0;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tbl dl dt {
    width: 100%;
  }
}
.p-sp .p-sp_data__tbl dl dd {
  width: 100%;
  padding-left: 2.5vw;
}
.p-sp .p-sp_data__tbl dl dd span {
  font-size: 0.5em;
  position: relative;
  top: -0.5em;
}
.p-sp .p-sp_data__tblWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tblWrap {
    gap: 6vw 10px;
  }
}
.p-sp .p-sp_data__tblWrap .p-sp_data__tbl {
  width: calc((100% - 8vw) / 3);
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tblWrap .p-sp_data__tbl {
    width: calc((100% - 10px) / 2);
  }
}
.p-sp .p-sp_data__tblWrap .p-sp_data__tbl dt {
  width: 8vw;
  padding: 1.75vw 1.6vw;
}
@media screen and (max-width: 991.9px) {
  .p-sp .p-sp_data__tblWrap .p-sp_data__tbl dt {
    width: 100%;
  }
}
.p-sp .p-sp_data__exp {
  margin-top: 1.5em;
  color: #fff;
  font-size: 1.4rem;
}
.p-sp .p-sp_panel {
  margin-top: 12rem;
}
@media screen and (max-width: 767.9px) {
  .p-sp .p-sp_panel {
    margin-top: 6rem;
  }
}
.p-sp .p-sp_panel::before {
  left: 0;
  background: #2B2A2A;
}
.p-sp .c-inner.p-sp_inner {
  width: min(75%, 140rem);
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .p-sp .c-inner.p-sp_inner {
    width: 90%;
  }
}

.p-others .p-sp_cont {
  padding: 4rem 0;
}
.p-others .p-sp_cont::before {
  top: 0;
}
.p-others .p-sp_wrap {
  align-items: self-start;
}
.p-others .p-sp_wrap .box {
  width: 50%;
}
@media screen and (max-width: 991.9px) {
  .p-others .p-sp_wrap .box {
    width: 100%;
  }
}
.p-others .mt8-4 {
  margin-top: 8rem;
}
.p-others .slick-track {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-left: 0 !important;
}
.p-others .slick-arrow {
  display: none !important;
}
.p-others .slider-nav .slick-slide {
  cursor: pointer;
}
.p-others .slider-nav .slick-slide.slick-current {
  cursor: auto;
}
.p-others .slider-nav .slick-slide.slick-current img {
  filter: brightness(0.6);
}

.p-strengths .p-strengths_feature__img {
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: 10.5rem 0 13.5rem 0;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__img {
    padding: 4rem 0 8rem 0;
  }
}
.p-strengths .p-strengths_feature__list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  counter-reset: feature;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__list {
    gap: 5.5rem;
  }
}
.p-strengths .p-strengths_feature__item {
  counter-increment: feature;
  padding-bottom: 3rem;
  position: relative;
}
.p-strengths .p-strengths_feature__item.scrolled:before {
  width: 90.5vw;
}
@media screen and (max-width: 767.9px) {
  .p-strengths .p-strengths_feature__item.scrolled:before {
    width: 100%;
  }
}
.p-strengths .p-strengths_feature__item::before {
  content: "";
  height: 100%;
  background: #1B2642;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left;
}
.p-strengths .p-strengths_feature__item:nth-of-type(even)::before {
  right: 0;
}
.p-strengths .p-strengths_feature__item:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item:nth-of-type(even) .wrap {
    flex-direction: column-reverse;
  }
}
.p-strengths .p-strengths_feature__item:nth-of-type(odd)::before {
  left: 0;
}
.p-strengths .p-strengths_feature__item .wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  top: -3vw;
  width: min(90%, 120rem);
  margin: 0 auto;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap {
    flex-direction: column-reverse;
  }
}
.p-strengths .p-strengths_feature__item .wrap .box {
  width: 43%;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap .box {
    width: 100%;
  }
}
.p-strengths .p-strengths_feature__item .wrap .box .num {
  display: flex;
  align-items: end;
  gap: 0.4em;
}
.p-strengths .p-strengths_feature__item .wrap .box .num::before {
  content: "FEATURE " counter(feature, decimal-leading-zero);
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
}
.p-strengths .p-strengths_feature__item .wrap .box .num::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0.22em;
}
.p-strengths .p-strengths_feature__item .wrap .box .title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap .box .title {
    font-size: 2.8rem;
  }
}
.p-strengths .p-strengths_feature__item .wrap .box .txt {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap .box .txt {
    text-align: justify;
  }
}
.p-strengths .p-strengths_feature__item .wrap .box .txt span {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap .box .txt span {
    font-size: 1.8rem;
  }
}
.p-strengths .p-strengths_feature__item .wrap .img {
  width: 53%;
}
@media screen and (max-width: 991.9px) {
  .p-strengths .p-strengths_feature__item .wrap .img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-strengths .p-strengths_feature__item.-feature01 .num::before {
  color: #E60113;
}
.p-strengths .p-strengths_feature__item.-feature01 .num::after {
  background: #E60113;
}
.p-strengths .p-strengths_feature__item.-feature02 .num::before {
  color: #868686;
}
.p-strengths .p-strengths_feature__item.-feature02 .num::after {
  background: #868686;
}
.p-strengths .p-strengths_feature__item.-feature03 .num::before {
  color: #00A6DA;
}
.p-strengths .p-strengths_feature__item.-feature03 .num::after {
  background: #00A6DA;
}
.p-strengths .p-strengths_feature__item.-feature04 .num::before {
  color: #D6A502;
}
.p-strengths .p-strengths_feature__item.-feature04 .num::after {
  background: #D6A502;
}
.p-strengths .p-strengths_feature__item.-feature05 .num::before {
  color: #1F9536;
}
.p-strengths .p-strengths_feature__item.-feature05 .num::after {
  background: #1F9536;
}
.p-strengths .p-strengths_feature__item.-feature06 .num::before {
  color: #EC6906;
}
.p-strengths .p-strengths_feature__item.-feature06 .num::after {
  background: #EC6906;
}

.p-work-flow .p-work-flow_cont ul {
  margin-top: 10rem;
  counter-reset: flow;
}
@media screen and (max-width: 991.9px) {
  .p-work-flow .p-work-flow_cont ul {
    margin-top: 4rem;
  }
}
.p-work-flow .p-work-flow_cont ul li {
  counter-increment: flow;
}
.p-work-flow .p-work-flow_cont ul li:nth-of-type(odd) {
  background: rgba(1, 9, 82, 0.1215686275);
}
.p-work-flow .p-work-flow_cont ul li:nth-of-type(even) {
  background: rgba(1, 9, 82, 0.0745098039);
}
.p-work-flow .p-work-flow_cont ul li .wrap {
  width: min(90%, 105rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .wrap {
    padding: 0;
  }
}
.p-work-flow .p-work-flow_cont ul li .num {
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #010952;
  padding-right: 1em;
}
.p-work-flow .p-work-flow_cont ul li .num::after {
  content: counter(flow, decimal-leading-zero);
  display: block;
  font-size: 8rem;
  line-height: 1;
  width: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .num::after {
    font-size: 4rem;
  }
}
.p-work-flow .p-work-flow_cont ul li .box {
  padding: 9rem 0 10rem 4rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .box {
    padding: 4rem 0 4rem 2rem;
  }
}
.p-work-flow .p-work-flow_cont ul li .box::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1px;
  height: 100%;
  background: #96979C;
}
.p-work-flow .p-work-flow_cont ul li .box h3 {
  color: #1B2642;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .box h3 {
    font-size: 1.8rem;
  }
}
.p-work-flow .p-work-flow_cont ul li .box p {
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .box p {
    font-size: 1.2rem;
  }
}
.p-work-flow .p-work-flow_cont ul li .box p::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: calc(-4rem - 3px);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #010952;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li .box p::after {
    left: calc(-2rem - 3px);
    top: 0.55em;
  }
}
.p-work-flow .p-work-flow_cont ul li:not(:first-of-type) .box::before, .p-work-flow .p-work-flow_cont ul li:not(:last-of-type) .box::before {
  top: 0;
  height: 100%;
}
.p-work-flow .p-work-flow_cont ul li:first-of-type .box::before {
  top: 55%;
  height: 52%;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li:first-of-type .box::before {
    top: 48%;
  }
}
.p-work-flow .p-work-flow_cont ul li:last-of-type .box::before {
  top: inherit;
  bottom: 45%;
  height: 55%;
}
@media screen and (max-width: 767.9px) {
  .p-work-flow .p-work-flow_cont ul li:last-of-type .box::before {
    bottom: 55%;
  }
}

.p-faq .p-faq_cont__list {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.9px) {
  .p-faq .p-faq_cont__list {
    margin-top: 4rem;
  }
}
.p-faq .p-faq_cont__item {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1.2em 10px;
}
@media screen and (max-width: 991.9px) {
  .p-faq .p-faq_cont__item {
    padding: 1.2em 0;
  }
}
.p-faq .p-faq_cont__item .q,
.p-faq .p-faq_cont__item .a {
  display: flex;
  align-items: baseline;
  gap: 1.2em;
}
@media screen and (max-width: 991.9px) {
  .p-faq .p-faq_cont__item .q,
  .p-faq .p-faq_cont__item .a {
    gap: 10px;
    align-items: start;
  }
}
.p-faq .p-faq_cont__item .q span,
.p-faq .p-faq_cont__item .a span {
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  line-height: 1;
}
@media screen and (max-width: 991.9px) {
  .p-faq .p-faq_cont__item .q span,
  .p-faq .p-faq_cont__item .a span {
    width: 3rem;
    height: 3rem;
  }
}
.p-faq .p-faq_cont__item .q {
  font-weight: bold;
  font-size: 1.125em;
}
.p-faq .p-faq_cont__item .q span {
  background: #1B2642;
}
.p-faq .p-faq_cont__item .a span {
  background: rgba(0, 0, 0, 0.25);
}

.p-company .p-company_cont {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991.9px) {
  .p-company .p-company_cont {
    margin-bottom: 4rem;
  }
}
.p-company .p-company_greet .c-page__msg {
  width: min(90%, 100rem);
  margin: 0 auto;
}
.p-company .p-company_overview {
  position: relative;
  padding: 4rem 0;
}
.p-company .p-company_overview.scrolled:before {
  width: 90.5vw;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_overview.scrolled:before {
    width: 100%;
  }
}
.p-company .p-company_overview::before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 0;
  transition: 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left;
  top: 0;
  right: 0;
  background: #1B2642;
}
.p-company .p-company_overview__tbl {
  width: min(90%, 100rem);
  margin: 0 auto;
}
.p-company .p-company_overview__tbl dl {
  border-top: 1px solid #B4B4B5;
  display: flex;
}
.p-company .p-company_overview__tbl dl:last-of-type {
  border-bottom: 1px solid #B4B4B5;
}
.p-company .p-company_overview__tbl dl dt,
.p-company .p-company_overview__tbl dl dd,
.p-company .p-company_overview__tbl dl a {
  color: #fff;
}
.p-company .p-company_overview__tbl dl dt {
  padding: 1.75vw 2.5vw;
  width: 21.5vw;
  font-weight: bold;
  background: rgba(245, 247, 246, 0.2862745098);
  flex-shrink: 0;
}
.p-company .p-company_overview__tbl dl dd {
  width: 100%;
  padding-left: 2.5vw;
  display: flex;
  align-items: center;
}
.p-company .p-company_access .map {
  width: min(90%, 100rem);
  margin: 0 auto;
}
.p-company .p-company_access .map iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 767.9px) {
  .p-company .p-company_access .map iframe {
    height: 40rem;
  }
}

.p-contact .c-form__field.radio {
  flex-wrap: wrap;
  gap: 10px;
  display: flex !important;
}
.p-contact .c-form__field.radio .horizontal-item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 575.9px) {
  .p-contact .c-form__field.radio .horizontal-item {
    width: 100%;
  }
}
.p-contact .c-form__agreement a {
  line-height: 2;
}
.p-contact .c-form__ttl.-required:after {
  background: #1B2642;
}
@media screen and (max-width: 991.9px) {
  .p-contact .c-form__ttl.-required:after {
    background: #fff;
    color: #000;
  }
}
.p-contact .c-form__check + *:after {
  top: 0.4em;
}
@media screen and (max-width: 767.9px) {
  .p-contact .c-form__check + *:after {
    top: 0.9em;
  }
}
.p-contact .c-form__check + *:before {
  top: 50%;
  transform: translateY(-50%);
}
.p-contact .c-form__row > .c-form__field > .c-form__subttl {
  flex-shrink: 0;
}
.p-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
@media screen and (max-width: 575.9px) {
  .p-contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-bottom: 0;
  }
}

.p-esg-sdgs .p-esg-sdgs_about .wrap {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap .item {
    width: 100%;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item h3 {
  margin: 1em 0 0.5em 0;
  font-weight: 600;
  font-size: 3.4rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_about .wrap .item h3 {
    font-size: 2.4rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_about .wrap .item p {
  line-height: 1.8;
}
.p-esg-sdgs .p-esg-sdgs_attempt {
  margin-top: 8rem;
  padding: 8rem 0;
  background: url(../../img/home/bg_strength.jpg) repeat-y center top/100% auto;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt .c-ttl .en {
    font-size: 2.4rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__cont {
  background: #fff;
  width: 90%;
  margin: 8rem auto 0;
  padding: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__cont {
    padding: 2rem;
    margin-top: 4rem;
    width: 95%;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__list {
  display: flex;
  flex-direction: column;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item:not(:first-of-type) {
  padding-top: 3rem;
  margin-top: 5rem;
  border-top: 1px solid #efefef;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 {
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min {
  font-size: 1.1em;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.e {
  color: #09ae8c;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.s {
  color: #fe9725;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 min.g {
  color: #1498c3;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item h3 span {
  font-family: "Oswald", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item p {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item p {
    font-size: 1.6rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul {
  padding-left: 1em;
  margin: 4rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item ul {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul li {
  display: flex;
  align-items: baseline;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  display: block;
  background: #010952;
  border-radius: 100%;
  margin-right: 0.5em;
}
.p-esg-sdgs .p-esg-sdgs_attempt__item .wrap p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item .wrap .icon {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-esg-sdgs .p-esg-sdgs_attempt__item .wrap .icon img {
    width: calc((100% - 30px) / 4);
  }
}

.p-works .c-page__msg {
  margin-bottom: 4rem;
}
.p-works .catWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
.p-works .cat {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.4s;
  display: inline-block;
  padding: 0.2em 1em;
  background: #010952;
}
.p-works .cat:hover {
  opacity: 0.7;
}

.p-works_archive .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-works_archive .wrap .item {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 991.9px) {
  .p-works_archive .wrap .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 575.9px) {
  .p-works_archive .wrap .item {
    width: 100%;
  }
}
.p-works_archive .wrap .item .thum {
  overflow: hidden;
}
.p-works_archive .wrap .item .thum:hover img {
  transform: scale(1.1);
}
.p-works_archive .wrap .item .thum img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 647/468;
}
.p-works_archive .wrap .item .catWrap {
  margin-top: 0.8em;
  gap: 5px;
}
.p-works_archive .wrap .item .cat {
  font-size: 1.1rem;
}
.p-works_archive .wrap .item .ttl {
  font-weight: bold;
}

.p-works_single .info {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.9px) {
  .p-works_single .info .catWrap a {
    font-size: 1.2rem;
  }
}
.p-works_single .info .ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 575.9px) {
  .p-works_single .info .ttl {
    font-size: 2rem;
  }
}
.p-works_single .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .p-works_single .wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-works_single .gallery {
  width: 55%;
}
@media screen and (max-width: 767.9px) {
  .p-works_single .gallery {
    width: 100%;
  }
}
.p-works_single .gallery .slick-track {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-left: 0 !important;
}
.p-works_single .gallery .slick-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 647/468;
}
.p-works_single .gallery .slick-arrow {
  display: none !important;
}
.p-works_single .gallery .slider-nav .slick-slide {
  cursor: pointer;
}
.p-works_single .gallery .slider-nav .slick-slide.slick-current {
  cursor: auto;
}
.p-works_single .gallery .slider-nav .slick-slide.slick-current img {
  filter: brightness(0.6);
}
.p-works_single .tbl {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .p-works_single .tbl {
    width: 100%;
  }
}
.p-works_single .tbl dl {
  display: flex;
  border-bottom: 1px solid #B4B4B5;
}
@media screen and (max-width: 575.9px) {
  .p-works_single .tbl dl {
    flex-direction: column;
  }
}
.p-works_single .tbl dl:first-of-type {
  border-top: 1px solid #B4B4B5;
}
.p-works_single .tbl dl dt {
  text-align: center;
  width: 10em;
  padding: 1.75vw 2.5vw;
  flex-shrink: 0;
  font-weight: bold;
  background: #1B2642;
  color: #fff;
}
@media screen and (max-width: 575.9px) {
  .p-works_single .tbl dl dt {
    width: 100%;
  }
}
.p-works_single .tbl dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 2.5vw;
}
@media screen and (max-width: 575.9px) {
  .p-works_single .tbl dl dd {
    padding: 1.75vw 2.5vw;
  }
}
.p-works_single .btn {
  margin-top: 8rem;
}/*# sourceMappingURL=include.css.map */