@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 1.5rem !important;
  padding: 1rem 1rem 1rem 1rem !important;
}
.sub-archive .news-wrap {
  padding-top: 8vw;
}

.sub-single-create-post .sub-single__category {
  border: 1px solid #0d0066;
  color: #0d0066;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #0d0066;
}
.sub-single-create-post .sub-shop__table {
  width: 100%;
  padding-top: 2vw;
}
.sub-single-create-post .p-works-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -3rem;
  padding-top: 5vw;
}
.sub-single-create-post .p-works-item {
  width: 49%;
  margin-top: 3rem;
}
.sub-single-create-post .p-works-item__img {
  padding-top: 18vh;
  position: relative;
}
.sub-single-create-post .p-works-item__img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-create-post .p-works-item p {
  margin: 0;
  font-size: 1.4rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .sub-archive .news-wrap {
    padding-top: 3.2rem;
  }
  .sub-single-create-post .sub-single__main h2 {
    font-size: 2.5rem;
  }
  .sub-single-create-post .sub-shop__table {
    padding-top: 1rem;
  }
  .sub-single-create-post .p-works-item-wrap {
    padding-top: 3rem;
  }
  .sub-single-create-post .p-works-item__img {
    padding-top: 34rem;
  }
}

@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
}

.sub-concept .c-heading01 {
  font-size: 2.5rem;
  font-weight: bold;
}

.sub-single__main .works_content img {
  margin-top: 0;
}

.sub-single__main .works_content ul {
  margin-top: 0;
  padding-top: 0;
}

.sub-single__main .works_content li {
  margin-left: 0;
}

.sub-single__main .works_content li::before {
  content: none;
}

.project-slider__item {
  position: relative;
  padding-top: 25rem;
}
.project-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
  object-fit: contain;
}
.project-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  /* background-color: #ef6c00; */
}
.project-slider__arw.prev::before,
.project-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
}
.project-slider__arw.prev {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  left: 0;
}
.project-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.project-slider__arw.next {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  right: 0;
}
.project-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}
.project-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.project-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.project-slider__dots li:last-child {
  margin-right: 0;
}
.project-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-slider__dots .slick-active {
  opacity: 1;
  /* border: 1px solid #ef6c00; */
}

.thumbnail-slider {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 3rem;
}
.thumbnail-slider img {
  width: 100%; /* サムネイルの幅 */
  cursor: pointer; /* カーソルのスタイル */
  opacity: 0.5;
}
.thumbnail-slider .slick-slide {
  height: 68px;
}
.slick-slide.slick-current.slick-active img {
  opacity: 1;
}
.thumbnail-slider .project-slider__arw {
  top: 23%;
}

@media (min-width: 768px) {
  .project-slider__item {
    /* padding-top: 55rem; */
  }
  .project-slider__arw {
    top: 35%;
  }
  .project-slider__arw.prev::before,
  .project-slider__arw.next::before {
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .thumbnail-slider .slick-slide {
    height: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-panel__img-wrap {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .sub-single__main figcaption {
    font-size: 14px;
  }
  .sub-single__main figure {
    margin-top: 0;
  }
}
.responsive-height {
  padding-bottom: 10rem;
  height: 68vh;
  max-width: 75rem;
}
@media (max-width: 1000px) {
  .responsive-height {
    max-width: none;
  }
}
.campaign-banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.campaign-banner-sp {
  display: none;
}
.home .campaign-banner {
  margin-top: 10rem;
}
.page-id-1181 .home-section-title span {
  font-size: 1.6rem;
}
.page-id-1181 .home-section-title {
  margin-bottom: 3.5rem;
  font-size: 4rem;
}
.page-id-1181 .home-price,
.page-id-1181 .home-service {
  margin-top: 10rem;
}
.page-id-1181 .sub-center {
  margin-top: 6rem;
}
.campaign-banner a {
  opacity: 1;
  transition: opacity 0.3s;
}
.campaign-banner a:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .responsive-height {
    height: 40vh;
  }
  .campaign-banner-sp {
    display: block;
    margin-top: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .campaign-banner-sp img {
    margin-top: 15px;
  }
  .campaign-banner {
    display: none;
  }
  .page-id-1181 .sub-service .inner {
    padding: 0;
  }
  .page-id-1181 .home-section-title {
    font-size: 9vw;
  }
  .page-id-1181 .home-price,
  .page-id-1181 .home-service {
    margin-top: 4rem;
  }
}
.campaign-slider .slick-slide {
  margin: 0 10px;
}
.campaign-slider {
  margin-top: 6rem;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:before {
  background-image: url("../img/common/arrow-left.svg");
}

.slick-next:before {
  background-image: url("../img/common/arrow-right.svg");
}
.home-mv__catch span span {
  color: #1fa3dc;
}
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 210px;
  padding: 10px 0px 10px 25px;
  /*font-family: "Noto Sans Japanese";*/
  line-height: 1.8;
  text-decoration: none;
  color: #0d0066;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button a:before,
.button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button a:before {
  width: 1rem;
  height: 1rem;
  left: 1.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button a:after {
  left: 0;
  background: #1fa3dc;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button a:hover span {
  color: #fff;
}
.button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button a:hover:after {
  right: 0;
  width: 100%;
  background: #1fa3dc;
}

.home-section-title span.ttl-comma {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #1fa3dc;
  margin-right: -10px;
}
.home-about {
  padding: 0;
}
.home-about .home-center__img {
  width: 100%;
}
.home-about .home-center__container {
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.home-about .home-section__desc {
  line-height: 2;
}
.p-home-sec01 {
  padding-top: 6rem;
  background: #ffffff;
}
section.service {
    padding-top: 6rem;
}
.button {
  margin-top: 3rem;
}
.product-txt {
  text-align: center;
  line-height: 2;
}
.product-txt h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
.home-center__text .button a {
  margin-left: 0;
}
.topics-inner {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
.topics-inner .button {
  margin-top: 1rem;
}
.home-center__container.-service .home-center__text {
  padding: 0;
  background: rgb(255 255 255);
  /* color: #fff; */
  position: relative;
  top: -20%;
  z-index: 1;
  padding: 2rem;
  /* width: 80%; */
}
.footer_map iframe {
  width: 100%;
  height: 20vw;
}
.sub-contact {
  padding-top: 8rem;
}
.sub-contact .home-section-title {
  border-bottom: none;
}
.sub-archive_logo {
  border-bottom: 1px solid #0d0066;
}
.sub-archive_logo img {
  max-width: 220px;
  margin: auto;
  padding-bottom: 2rem;
}
.sub-archive__contactlense {
  padding-bottom: 5rem;
}
.sub-contact__item table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.sub-contact__item table th,
.sub-contact__item table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.sub-contact__item table td {
  font-size: 15px;
}
.sub-contact__item table th {
  background-color: #f5f5f5;
}

.sub-contact__item table td input {
  max-width: 180px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.contact-txt {
  color: #5f5f5f;
  line-height: 1.5;
  font-size: 14px;
  padding-left: 2rem;
  margin-top: 1rem;
}
.single-flex {
  display: flex;
  gap: 2rem;
}
.works_content {
  width: 49%;
}
.sub-single-contactlenses .sub-single__main {
  border-top: none;
}
.sub-single-contactlenses .sub-single__main .works_content li {
  font-size: 1.4rem;
  line-height: 1;
}
.sub-single-contactlenses .sub-single__title {
  font-size: 2.4rem;
}
.contactlenses-price {
  font-size: 5rem;
  font-weight: 900;
  text-align: right;
  color: #1fa3dc;
  line-height: 1;
  margin-top: 2rem;
  display: inline-block;
}
.sub-single-contactlenses .sub-shop__table {
  width: 100%;
  border-top: 1px solid #bcbcbc;
  margin-top: 3rem;
}
.sub-single-contactlenses .sub-shop__table th {
  width: 7rem;
}
.contactlenses-price-wrap {
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
}
.sub-single-contactlenses .sub-single__box {
  padding-bottom: 1rem;
}
.sub-single-contactlenses .sub-contact__box {
  padding-bottom: 0;
}
.megane-price {
  text-align: right;
  font-size: 5rem;
  font-weight: 900;
  color: #1fa3dc;
  margin-top: 1rem;
}
.megane-price span {
  font-size: 3rem;
  font-weight: 900;
}
.sub-concept .home-section-title.-center {
  border-bottom: none;
}
.c-text span {
  font-weight: 600;
  font-size: 18px;
}
.mt60 {
  margin-top: 6rem;
}
.megane-option {
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.megane-option p {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
}
.megane-option span {
  background: #0d0066;
  padding: 3px 1rem;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 1rem;
  width: 12rem;
  text-align: center;
}
.lense-txt {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
}
.lense-ttl {
  margin-top: 4rem;
  font-size: 2.6rem;
  background: #0d0066;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}
.lens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.maker-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.bausch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
/* home-aboutセクション */
.home-about {
  position: relative;
  overflow: hidden; /* 背景がはみ出さないようにする */
}

/* セクション内のコンテンツ */
.home-about__content {
  position: relative;
  z-index: 1; /* 背景の後ろに表示されないように設定 */
  text-align: center;
}

/* 回転する背景 */
.home-about__background {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 700px;
  height: 700px;
  z-index: 0;
  pointer-events: none;
}

.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #ffffff1a;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* 回転アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer__flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.header__main {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__tel {
  color: #fff;
}
.l-page-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, #ffffff85 30%, #f3f3f300 50%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .home-mv__catch {
    /* margin-top: 25vw; */
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -7px;
  }
  .topics-inner {
    grid-template-columns: 1fr;
  }
  .p-home-sec03__cont {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .home-about {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-section-title span.ttl-comma {
    font-size: 10vw !important;
  }
  .p-panel__item {
    padding: 1rem;
  }
  .p-home-sec01 {
    padding-bottom: 4rem !important;
  }
  .lense-txt {
    margin-top: 1rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .lense-ttl {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .lens-grid {
    grid-template-columns: 1fr;
  }
  .maker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-archive .p-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-panel__ttl h3 {
    font-size: 100%;
    line-height: 1.3;
  }
  .single-flex {
    flex-direction: column;
    gap: 4rem;
  }
  .works_content {
    width: 100%;
  }
  .u-pt30 {
    padding-top: 0;
  }
  .sub-contact__time {
    flex-direction: column;
    gap: 1rem;
  }
  .footer__flex {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }
  .footer-contact__inner {
    border: none;
  }
  .footer-contact .left__txt {
    text-align: center;
    padding-top: 3rem;
  }
  .footer_cta_type002 ul {
    flex-direction: column;
  }
  .footer_cta_type002 ul li .mask p {
    font-size: 14px;
  }
  .footer_cta_type002 ul li .mask {
    top: 10%;
  }
  .footer_cta_type002 ul li .mask.type002 {
    top: 5%;
  }
  .footer_map iframe {
    height: 50vw;
  }
}



/*20241204*/
.sp_menubanner {
  width: 80%;
  min-width: 20rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 0 auto;
  margin-top: 3rem;
  gap: 1rem;
}

.sub-contact__item.-itemname
  .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}
.sub-contact__item.-itemname input#post_title {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .home-section__desc span.desc_type001 {
    text-align: center;
  }
  .home-about .home-section__desc {
    text-align: left;
  }
  .product-txt {
    text-align: left;
  }
  .product-txt h3 {
    text-align: center;
    font-size: 2rem;
  }
  .l-page-cover::after {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.greeting .grid-col03 {
  margin-top: 2rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 14px;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  /* font-size: 14px; */
}
@media only screen and (max-width: 767px) {
  .grid-col03 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-news__body-flex {
  display: flex;
  gap: 2rem;
}
.fea-txt {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  margin: 4rem 0;
}
.fea-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
.fea-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  max-width: 850px;
  margin: auto;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 4em;
  line-height: 2;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 1.2em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #1fa3dc;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #1fa3dc;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #1fa3dc;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  text-transform: uppercase;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  color: #0d0066;
  font-size: 15rem;
  /* font-weight: 600; */
  line-height: 1.5;
  color: #1fa3dc;
  color: transparent;
  background: linear-gradient(to right, #0d0066, #2b89a1, #1fa3dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.sentence {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  font-size: 4rem;
  text-align: right;
  padding-right: 10vw;
  position: relative;
  margin-top: -10rem;
}
.sentence::before {
  content: "";
  width: 10vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  background: #0d0066;
}

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  font-weight: 600;
  /* color: #1fa3dc; */
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
}
.greeting .grid-col03 img {
  max-width: 130px;
  margin: auto;
}
.greeting .grid-item h3 {
  text-align: center;
  font-size: 2.4rem;
}
.greeting .grid-item p {
  text-align: center;
  font-size: 1.8rem;
}
.-history .sub-shop__table {
  width: 100%;
}
.-history .sub-shop__container {
  display: block;
}
.sub-bg.-history {
  padding-top: 2rem;
}
.sub-single {
    padding-top: 5rem;
}
.-aboutus .home-center__container {
  /* flex-direction: column; */
  /* gap: 5rem; */
  margin-bottom: 4rem;
}
.-aboutus {
  padding-top: 0;
}
.about_lead_area {
  position: relative;
}

/* アニメーション用のボーダーライン */
.about_lead_area::before,
.about_lead_area::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #366db4;
  transition: transform 0.8s ease;
  width: 100%;
}

.about_lead_area::before {
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0.4s;
}

.about_lead_area::after {
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0.4s;
}

/* is-inview が付与されたらラインを表示 */
.about_lead_area.is-inview::before {
  transform: scaleX(1);
}

.about_lead_area.is-inview::after {
  transform: scaleX(1);
}
.-aboutus .home-center__img {
  width: 100%;
}
.-aboutus .home-center__img img {
  /* width: 80%; */
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: 0 0 2rem 2rem;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider2 .slick-slide {
  margin: 0 15px;
}
.service_slider {
  margin-top: 4rem;
}
.-aboutus .home-center__container.-service .home-center__text {
  padding: 2rem;
}
.-aboutus .grid-item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-aboutus .grid-col03 img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.about-txt {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 800px;
  margin: auto;
  border-left: 1px solid #7e92a7;
  padding: 2rem 4rem;
}
.about-txt span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
.-advantage .home-center__text {
  width: 50vw;
  padding: 0 !important;
}
.-advantage .home-center__img {
  width: 45vw;
}
.-advantage .home-center__img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.-reason {
  background: #f5f5f5;
  margin-top: 4rem;
}
.main.sub .home-center.-advantage {
  padding-top: 9rem;
}
.flow {
  padding: 10rem 0;
}
.feature {
  padding: 7rem 0;
  background: #fff;
}
.home-section-title.-side {
  font-size: 4rem;
}
.home-mv__catch .title span {
  font-size: 6vw;
  color: #fff;
  text-align: right;
  padding-right: 10vw;
  background: linear-gradient(135deg, #ffffff, #bdd9f1, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}
.home-mv__catch .sentence span {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}
.home-mv__catch .sentence {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.home-mv__catch .sentence::before {
  content: none;
}
.home-mv__slides {
  position: relative;
}

.home-mv__slide {
  position: relative;
}

.home-mv__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0000004d 0%, transparent 100%);
    z-index: 1;
}

.home-mv__slide img {
  position: relative;
  z-index: 0;
}
.home-mv__catch {
  position: relative;
}
.home-mv__catch::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.btn-custom,
a.btn-custom,
button.btn-custom {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #0d0066;
  border-radius: 0.5rem;
}

a.btn-flat-custom {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #0d0066;
}

a.btn-flat-custom span {
  position: relative;
}

a.btn-flat-custom::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #1fa3dc;
  z-index: 1;
}

a.btn-flat-custom:hover::before {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat-custom span {
  position: relative;
  z-index: 2;
}
.topics-button {
  text-align: center;
  margin-top: 4rem;
}
.home .news-wrap {
  margin-top: 4rem;
}
.home-section-h3 {
  font-size: 4rem;
  font-weight: 600;
  /* padding-left: 2rem; */
  /* border-left: 2px solid #0d0066; */
  line-height: 2;
  margin-bottom: 2rem;
}
.home-section-h3 span {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 2rem;
}
.-service-link {
  grid-template-columns: 70% 27%;
  justify-content: center;
  line-height: 2;
  margin-top: 2rem;
  justify-items: center;
  /* background: #1b2452; */
}
.home .-aboutus .home-center__container {
  margin-top: 5rem;
}
.company-button {
  margin-top: 4rem;
}
.company {
  margin-top: 10rem;
  padding-bottom: 5rem;
}
.nav-drawer__link img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.nav-drawer__link {
  transition: all 0.3s;
}
.nav-drawer__link:hover {
  background: #f5f5f5;
}
.footer__link.-top {
  color: #a8a8a8;
  font-weight: 400;
}
.footer__link.-top:hover {
  opacity: 1;
}
.-advantage .home-center__container {
  gap: 3rem;
}
.wp-block-embed iframe {
	max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
}
.service-movie {
	text-align: center;
}
.service-movie.-border {
	border-bottom: 1px solid #1fa3dc; 
}
.service-movie iframe {
	aspect-ratio:16 / 9;
	object-fit: cover;
	margin: 2rem auto;
	width: 100%;
    height: auto;
    max-width: 800px;
}
.svc-bnr {
	max-width: 800px;
	margin: 0 auto;
	transition: all 0.3s;
}
.svc-bnr:hover {
	opacity: 0.7;
}
.price-info {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  background-color: #f5f5f5;
  padding: 0.8em 1.2em;
  border-left: 4px solid #1fa3dc;
  margin: 2rem 0 0;
  line-height: 1.5;
}
.air-txt {
	display: block;
	border-bottom: 1px solid #1fa3dc;
	margin: 1rem 0;
    color: #1fa3dc;
    font-weight: bold;
}
.service-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:2rem;
}
@media screen and (max-width: 767px) {
	.service-grid {
		grid-template-columns: 1fr;
	}
}

/* mq */

@media screen and (max-width: 767px) {
  .home-mv__catch .title span {
    font-size: 11vw;
  }
  .home-mv__catch .sentence span {
    font-size: 1.4rem;
  }
  .home-center__container.-service {
    margin-top: 0;
  }
  .p-home-sec03 {
    padding-top: 0;
  }
  .c-news {
    grid-template-columns: 1fr;
  }
  .service {
    margin-top: 6rem;
  }
  .home-section-h3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .home-section-h3 span {
    font-size: 2rem;
    display: block;
    padding-left: 0;
  }
  .-service-link {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .home-center__container {
    padding: 0;
  }
  .home .-aboutus .home-center__container {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 2rem;
  }
  .company {
    margin-top: 5rem;
  }
  .company .home-price .home-center__text {
    padding: 0 16px;
  }
  .footer_top .sec_ttl .en {
    font-size: 5rem;
  }
  .title span {
    font-size: 7rem;
  }
  .sentence {
    font-size: 2.6rem;
    margin-top: -2rem;
  }
  .sentence::before {
    right: -0.5rem;
  }
  .about-txt {
    padding: 2rem;
    font-size: 3rem;
    margin-left: 2rem;
  }
  .about-txt span {
    font-size: 2.4rem;
  }
  .-reason .grid-col02 {
    margin-top: 3rem;
  }
  .main.sub .home-center.-advantage {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-section-title.-side {
    font-size: 2rem;
  }
  .home-section-title.-center {
    flex-direction: column;
  }
  .-advantage .home-center__text {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .fea-txt {
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: left;
    margin: 2rem 0 2rem;
  }
  .fea-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .flow {
    padding: 6rem 0 0;
  }
  .flow03 > li dl {
    padding-left: 2rem;
  }
  .flow03 > li .icon03 {
    font-size: 1em;
  }
  .flow_design03 dd {
    margin-left: 2em;
  }
  .faq_area {
    margin-top: 5rem;
  }
  .-aboutus {
    padding-top: 4rem;
  }
  .greeting .grid-col02 {
    margin-top: 2rem;
  }
  .-history .sub-shop__text {
    margin-top: 0;
  }
  .-service-content .home-section-title span {
    font-size: 10vw;
  }
  .-advantage .home-center__container {
    gap: 0;
  }
  .home-center__container.-service .home-center__text {
    padding: 0 15px;
  }
  .home-about__background {
    top: 7%;
    left: 20%;
    width: 400px;
    height: 400px;
  }
	.service-movie iframe {
		margin-bottom: 0;
	}
	.price-info {
		font-size: 1.8rem;
		margin-top: 1.5rem;
	}
}


@charset "UTF-8";
/* ----------------------------------------...*/
.gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
/*（中略：アップロード頂いた style.css の内容を維持）*/

/* =========================================
   Access (Company page) - 2 Columns
========================================= */

.sub-shop__access{
  margin-top: 4rem;
}

.access2col{
  padding: 2.2rem;
  /* background: rgba(255,255,255,.65); */
  border-radius: 14px;
}

.access2col__head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}

.access2col__title{
  margin: 0;
  font-weight: 700;
  letter-spacing: .02em;
}

.access2col__tel{
  margin: 0;
  font-weight: 700;
  opacity: .9;
}

.access2col__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.access2col__card{
  background: rgba(255,255,255,.85);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #1fa3dc;
  /* box-shadow: 0 10px 25px rgba(0,0,0,.06); */
}

.access2col__body{
  padding: 2.6rem 1.6rem 2.2rem;
}

.access2col__place{
  margin: 0 0 .6rem;
  font-weight: 800;
  /* border-left: 4px solid #1fa3dc; */
  padding-left: .9rem;
  font-size: 2rem;
}

.access2col__addr{
  margin: 0 0 1rem;
  line-height: 1.7;
  opacity: .92;
}

.access2col__links{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: .8rem;
}

.access2col__links a{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.access2col__map{
  width: 100%;
  aspect-ratio: 2 / 0.7;
  border: 0;
  display: block;
  background: #fff;
}

@media screen and (max-width: 767px){
  .access2col{
    padding: 1.6rem;
  }
  .access2col__head{
    flex-direction: column;
    align-items: flex-start;
    gap: .6rem;
  }
  .access2col__grid{
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .access2col__map{
    aspect-ratio: 4 / 3;
  }
}

@media screen and (min-width:768px) and (max-width: 1023px)  {
  .footer-contact__left.left {
    margin-top: 4rem;
}
}

/* =========================================================
   Recruit Page (page-recruit)
   - 既存の世界観を崩さずに、採用ページ用の見た目だけ追加
   - 影響範囲を .page-recruit 配下に限定
========================================================= */

.page-recruit .home-section-title{
  margin-bottom: 3.2rem;
}

/* ---------- ABOUT ---------- */
.page-recruit .recruit-about{
  padding: 6rem 0;
}

.page-recruit .recruit-about__container{
  display: flex;
  gap: 4rem;
  align-items: stretch;
  background: #fff;
  /* border-radius: 1.2rem; */
  padding: 3.2rem;
  /* box-shadow: 0 12px 30px rgba(20,20,20,.06); */
}

.page-recruit .recruit-about__img{
  width: 48%;
  overflow: hidden;
  border-radius: 0;
}

.page-recruit .recruit-about__img img{
  height: 100%;
  object-fit: cover;
}

.page-recruit .recruit-about__text{
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-recruit .recruit-about__ttl{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1b2452;
  margin-bottom: 1.6rem;
}

.page-recruit .recruit-about__desc{
  line-height: 2;
  font-size: 1.6rem;
  color: #141414;
}

.page-recruit .recruit-about__note{
  margin-top: 1rem;
}

.page-recruit .recruit-chip{
  display: inline-block;
  margin: 0 .8rem .8rem 0;
  padding: .6rem 1.2rem;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1b2452;
  background: rgba(198,174,101,.18);
  border: 1px solid rgba(198,174,101,.55);
}

/* ---------- FEATURE (4 columns) ---------- */
.page-recruit .grid-col04{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.page-recruit .grid-col04 .grid-item{
  background: #fff;
  /* border-radius: 1.2rem; */
  overflow: hidden;
  /* box-shadow: 0 12px 30px rgba(20,20,20,.06); */
}

.page-recruit .grid-col04 .grid-item img{
  aspect-ratio: 1;
  object-fit: cover;
  width: 13rem;
  margin: 0 auto;
}

.page-recruit .grid-col04 .grid-item h3{
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1.6rem .8rem;
  color: #0d0066;
  text-align: center;
}

.page-recruit .grid-col04 .grid-item p{
  padding: 0 1.6rem 1.8rem;
  line-height: 1.9;
  color: #141414;
  font-size: 1.5rem;
}

/* =========================================================
  Recruit / In Numbers（影なし・ネイビー＆ゴールド）
  Layout: 上2（ワイド） + 下3（=計5ボックス）
========================================================= */
.page-recruit .recruit-numbers{
  padding: 6rem 0 2rem;
}

.page-recruit .numbers-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2.4rem;
}

/* Card base（影なし） */
.page-recruit .num-card{
  grid-column: span 4; /* 下段の3枚 = 4+4+4 */
  /* border: 1px solid rgba(22,35,67,.14); */
  /* border-radius: 1.2rem; */
  background: #fff;
  padding: 2.0rem 2.0rem 1.8rem;
  position: relative;
}

.page-recruit .num-card--wide{
  grid-column: span 6; /* 上段の2枚 = 6+6 */
  padding: 2.2rem 2.2rem 1.8rem;
}

.page-recruit .num-card__head{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
  /* border-bottom: 1px solid rgba(22,35,67,.10); */
}

.page-recruit .num-card__title{
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1fa3dc;
  letter-spacing: .02em;
  position: relative;
  /* padding-left: 1.2rem; */
}

.page-recruit .num-card__title::before{
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: .5rem;
  height: 1.1em;
  border-radius: 10px;
  background: #1fa3dc;
  display: none;
}

.page-recruit .num-card__note{
  margin: 0;
  font-size: 1.2rem;
  color: rgba(22,35,67,.65);
}

.page-recruit .num-card__foot{
  margin: 1.2rem 0 0;
  font-size: 1.2rem;
  color: rgba(22,35,67,.65);
  text-align: right;
}

/* Split（職種割合） */
.page-recruit .num-split{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.8rem;
  padding-top: 1.6rem;
}

.page-recruit .num-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.page-recruit .num-list__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1rem;
  border-radius: .9rem;
  background: rgba(22,35,67,.03);
}

.page-recruit .num-list__label{
  font-size: 1.3rem;
  color: rgba(22,35,67,.92);
  font-weight: 700;
}

.page-recruit .num-list__value{
  font-size: 1.5rem;
  color: #0d0066;
  font-weight: 700;
}

.page-recruit .unit{
  margin-left: .2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(22,35,67,.85);
}

/* Bars */
.page-recruit .bar-set{
  display: grid;
  gap: 1.2rem;
}

.page-recruit .bar-row__top{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .6rem;
}

.page-recruit .bar-row__label{
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(22,35,67,.92);
}

.page-recruit .bar-row__pct{
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(22,35,67,.75);
}

.page-recruit .bar{
  height: 10px;
  border-radius: 999px;
  background: rgba(22,35,67,.08);
  overflow: hidden;
}

.page-recruit .bar__fill{
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(198,174,101,.95), rgba(198,174,101,.55));
  transition: width 900ms cubic-bezier(.2,.9,.2,1);
}

/* Gender */
.page-recruit .gender-wrap{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
  padding-top: 1.6rem;
}

.page-recruit .gender-divider{
  width: 1px;
  height: 100%;
  min-height: 140px;
  background: rgba(22,35,67,.10);
}

.page-recruit .gender-col{
  text-align: center;
  padding: .8rem 0;
}

.page-recruit .gender-label{
  margin: 1rem 0 .6rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(22,35,67,.75);
}

.page-recruit .gender-value{
  margin: 0;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #0d0066;
  line-height: 1.1;
}

.page-recruit .gender-icon{
  display: flex;
  justify-content: center;
  gap: .6rem;
  opacity: .9;
}

.page-recruit .gender-icon__human{
  width: 18px;
  height: 34px;
  border-radius: 9px 9px 6px 6px;
  background: rgba(22,35,67,.20);
  position: relative;
}
.page-recruit .gender-icon__human::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(22,35,67,.20);
}
.page-recruit .gender-icon__human.is-male{
  background: rgba(22,35,67,.18);
}
.page-recruit .gender-icon__human.is-male::before{
  background: rgba(22,35,67,.18);
}
.page-recruit .gender-icon__human.is-female{
  background: rgba(198,174,101,.45);
}
.page-recruit .gender-icon__human.is-female::before{
  background: rgba(198,174,101,.45);
}

/* Mini metrics（下段3枚） */
.page-recruit .mini-metric{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.4rem;
  align-items: center;
  padding-top: 1.6rem;
}

.page-recruit .mini-metric__icon{
  width: 72px;
  height: 72px;
  border-radius: 1.2rem;
  background: rgba(22,35,67,.04);
  display: grid;
  place-items: center;
  border: 1px solid rgba(22,35,67,.10);
}

/* Simple icons (CSS) */
.page-recruit .ico{
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
}
.page-recruit .ico-calendar::before{
  content:"";
  position:absolute;
  inset: 6px 4px 6px 4px;
  border: 2px solid rgba(22,35,67,.45);
  border-radius: 6px;
}
.page-recruit .ico-calendar::after{
  content:"";
  position:absolute;
  left: 8px;
  right: 8px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: rgba(198,174,101,.75);
}
.page-recruit .ico-people::before{
  content:"";
  position:absolute;
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(22,35,67,.35);
  box-shadow: 10px 0 0 rgba(22,35,67,.20);
}
.page-recruit .ico-people::after{
  content:"";
  position:absolute;
  left: 4px;
  bottom: 6px;
  width: 24px;
  height: 10px;
  border-radius: 999px;
  background: rgba(22,35,67,.14);
}
.page-recruit .ico-island::before{
  content:"";
  position:absolute;
  left: 4px;
  right: 4px;
  bottom: 7px;
  height: 10px;
  border-radius: 999px;
  background: rgba(198,174,101,.45);
}
.page-recruit .ico-island::after{
  content:"";
  position:absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background: rgba(22,35,67,.35);
}

.page-recruit .mini-metric__num{
  display: grid;
  gap: .4rem;
}

.page-recruit .mini-metric__num .stat-num{
  font-family: var(--ff-en);
  font-variant-numeric: lining-nums;
  font-size: 4.2rem;
  font-weight: 800;
  color: #0d0066;
  line-height: 1;
}

.page-recruit .mini-metric__sub{
  margin: 0;
  font-size: 1.2rem;
  color: rgba(22,35,67,.65);
}

/* Responsive */
@media (max-width: 1024px){
  .page-recruit .num-split{
    grid-template-columns: 1fr;
  }
  .page-recruit .gender-wrap{
    grid-template-columns: 1fr;
  }
  .page-recruit .gender-divider{
    display:none;
  }
}

@media (max-width: 767px){
  .page-recruit .numbers-grid{
    grid-template-columns: 1fr;
  }
  .page-recruit .num-card,
  .page-recruit .num-card--wide{
    grid-column: span 12;
    padding: 1.8rem 1.6rem 1.6rem;
  }
  .page-recruit .mini-metric__num .stat-num{
    font-size: 3.6rem;
  }
}

/* ---------- Responsive（STATS） ---------- */
@media screen and (max-width: 1024px){
  .page-recruit .recruit-stats__container{
    grid-template-columns: 1fr; /* タブレット以下：外側を1カラムに */
    padding: 2.6rem;
  }
  .page-recruit .recruit-stats__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3カラム維持 */
  }
}

@media screen and (max-width: 767px){
  .page-recruit .recruit-stats__container{
    padding: 2.2rem;
  }
  .page-recruit .recruit-stats__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* スマホ：2カラム */
  }
}


/* ---------- REQUIREMENTS ---------- */
.page-recruit .recruit-requirements__box{
  background: #fff;
  border-radius: 0;
  padding: 2.4rem;
  /* box-shadow: 0 12px 30px rgba(20,20,20,.06); */
}

.page-recruit .recruit-table{
  width: 100%;
  border-collapse: collapse;
}

.page-recruit .recruit-table th,
.page-recruit .recruit-table td{
  padding: 1.6rem 1.2rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(20,20,20,.08);
}

.page-recruit .recruit-table th{
  width: 26%;
  font-weight: 700;
  color: #0d0066;
  background: rgb(198 198 198 / 10%);
}

.page-recruit .recruit-table td span{
  display: block;
  line-height: 1.9;
}

.page-recruit .recruit-sub{
  font-size: 1.3rem;
  color: #7a8287;
  margin-top: .4rem;
}

.page-recruit .recruit-tel{
  margin-top: .6rem;
  font-weight: 700;
}

.page-recruit .recruit-tel a{
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---------- Banner ---------- */
.page-recruit .recruit-banner{
  padding: 6rem 0 10rem;
}

.page-recruit .recruit-banner__link{
  background: #141414;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 30px rgba(20,20,20,.08);
}

.page-recruit .recruit-banner__inner{
  padding: 2.6rem 2.4rem;
}

.page-recruit .recruit-banner__ttl{
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.page-recruit .recruit-banner__sub{
  margin-top: .6rem;
  font-size: 1.4rem;
  color: rgba(255,255,255,.78);
}

/* hover（PCだけ） */
@media screen and (min-width: 768px){
  .page-recruit .recruit-banner__link{
    transition: opacity .25s;
  }
  .page-recruit .recruit-banner__link:hover{
    opacity: .85;
  }
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 1024px){
  .page-recruit .grid-col04{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 2rem;
  }

  .page-recruit .recruit-stats__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px){
  .page-recruit .recruit-about__container{
    flex-direction: column;
    padding: 2.2rem;
  }
  .page-recruit .recruit-about__img,
  .page-recruit .recruit-about__text{
    width: 100%;
  }
  .page-recruit .recruit-about__img img{
    aspect-ratio: 4 / 3;
  }

  .page-recruit .recruit-stats__container{
    grid-template-columns: 1fr;
    padding: 2.2rem;
  }

  .page-recruit .recruit-stats__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-recruit .recruit-table th{
    width: 34%;
  }
}


.stat-value {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
}

.stat-num {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
}

.stat-unit {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--color-gold);
  white-space: nowrap;
}

.home-recruit__points{
  margin-top: 1.6rem;
  padding-left: 1.2em;
}
.home-recruit__points li{
  line-height: 1.7;
}
.home-recruit__cta{
  margin-top: 1.8rem;
}

.home-recruit__points{
  margin-top:1.8rem;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.home-recruit__points li{
  position:relative;
  padding:14px 16px 14px 44px;
  /* border:1px solid rgba(212,175,55,0.35); */
  border-radius:14px;
  background:rgba(7,22,48,0.03);
  line-height:1.75;
  letter-spacing:0.02em;
}

.home-recruit__points li::before{
  content:"";
  position:absolute;
  left:14px;
  top:16px;
  width:18px;
  height:18px;
  border-radius:6px;
  background:linear-gradient(135deg,rgba(212,175,55,0.95),rgba(212,175,55,0.55));
}

.home-recruit__points li::after{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:0 10px 10px 0;
  /* background:rgba(7,22,48,0.6); */
  opacity:0.35;
  display: none;
}

@media (hover:hover){
  .home-recruit__points li:hover{
    background:rgba(7,22,48,0.05);
    border-color:rgba(212,175,55,0.55);
    transform:translateY(-1px);
    transition:transform 180ms ease,background 180ms ease,border-color 180ms ease;
  }
}

@media (max-width:768px){
  .home-recruit__points{
    gap:10px;
  }
  .home-recruit__points li{
    padding:12px 14px 12px 42px;
    border-radius:12px;
  }
  .home-recruit__points li::before{
    left:12px;
    top:14px;
  }
}

.home-center__container.-two-col{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:48px;
  align-items:center;
}

.home-center__image img{
  width:100%;
  height:auto;
  border-radius: 0;
}

.home-recruit__points{
  margin:40px auto 24px;
  max-width:900px;
  display:grid;
  gap:14px;
}

.home-recruit__points li{
  padding-left:1.2em;
  position:relative;
}

.home-recruit__points li::before{
  content:"–";
  position:absolute;
  left:0;
  color:#c8a85a; /* ゴールド */
  display: none;
}

@media (max-width:900px){
  .home-center__container.-two-col{
    grid-template-columns:1fr;
    gap:32px;
  }

  .home-center__image{
    order:-1;
  }
}

.home-recruit__points.-icon{
  max-width:1100px;
  margin:56px auto 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.home-recruit__point{
  text-align:center;
}

.home-recruit__point .icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:16px;
}

.home-recruit__point .icon img{
  width:100%;
  height:auto;
}

.home-recruit__point h3{
  font-size:1.05rem;
  font-weight:600;
  margin-bottom:8px;
  color:#0f2747; /* ネイビー */
}

.home-recruit__point p{
  font-size:0.95rem;
  line-height:1.6;
  color:#444;
}

@media (max-width:900px){
  .home-recruit__points.-icon{
    grid-template-columns:1fr;
    gap:32px;
  }
}

.home-recruit__points.-icon{
  max-width:1100px;
  margin: 1rem auto 1rem;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
  text-align: center;
  color: #0d0066;
}

.home-recruit__point{
  text-align:center;
}

.home-recruit__point .icon{
  width: 12rem;
  height: 12rem;
  margin:0 auto 2rem;
}

.home-recruit__point h3{
  font-size:2rem;   
  font-weight:600;
  margin-bottom:1.2rem;
  color:#0d0066;
  line-height:1.5;
}

.home-recruit__point p{
  font-size:1.6rem;       
  line-height:2;
  color:#444;
}

@media (max-width:900px){
  .home-recruit__points.-icon{
    grid-template-columns:1fr 1fr;
    gap:3rem;
  }

  .home-recruit__point h3{
    font-size:1.8rem;
  }
}

.home-recruit {
    background: #fff;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.recruit-about__note{
  margin-top: clamp(18px, 2.4vw, 28px);
  padding: clamp(16px, 2.2vw, 22px);
  border-radius: 16px;
  background: rgba(9, 20, 43, .92);
  border: 1px solid rgba(212, 175, 55, .35);
  position: relative;
  overflow: hidden;
}

.recruit-about__note::before{
  /* content:""; */
  /* position:absolute; */
  left: 0;
  /* right: 0; */
  /* top: 0; */
  /* height: 3px; */
  /* background: linear-gradient(90deg, rgba(212,175,55,.95), rgba(212,175,55,.10)); */
}

.recruit-about__note{
  display: flex;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.recruit-about__note > *{
  margin: 0;
  color: rgba(255,255,255,.92);
}

.recruit-about__note > :is(span, a, p){
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.recruit-about__note > :is(span, a, p)::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(212,175,55,.95);
  flex: 0 0 auto;
  display: none;
}

.recruit-about__note > a{
  text-decoration: none;
  color: rgba(255,255,255,.92);
}

.recruit-about__note > a:hover{
  border-color: rgba(212,175,55,.45);
  background: rgba(212,175,55,.10);
}

@media (max-width: 900px){
  .recruit-about__note{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recruit-about__note > :is(span, a, p){
    white-space: normal;
  }
}

@media (max-width: 560px){
  .recruit-about__note{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
  }
  .recruit-about__note > :is(span, a, p){
    min-height: 48px;
    border-radius: 12px;
  }
}

.page-recruit .recruit-about__note{
  /* margin-top: clamp(18px, 2.4vw, 28px); */
  /* padding: clamp(14px, 2vw, 18px); */
  border-radius: 16px;
  background: rgba(198, 174, 101, .10);
  border: 1px solid rgba(198, 174, 101, .35);
  padding: 6px;
}

.page-recruit .recruit-about__note p{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.page-recruit .recruit-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: .65em 1.05em;
  border-radius: 999px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  color: #1b2452;
  background: rgba(255, 255, 255, .85);
  border: 0px solid rgba(198, 174, 101, .45);
  /* box-shadow: 0 8px 18px rgba(20, 20, 20, .06); */
  white-space: nowrap;
  font-size: 2rem;
}

.page-recruit .recruit-chip::before{
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(198, 174, 101, .95);
  flex: 0 0 auto;
  list-style-type: square;
  color: #fff;
}

@media (hover:hover){
  .page-recruit .recruit-chip{
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }
  .page-recruit .recruit-chip:hover{
    transform: translateY(-1px);
    background: #fff;
    border-color: rgba(198, 174, 101, .7);
    box-shadow: 0 12px 26px rgba(20, 20, 20, .10);
  }
}

@media (max-width: 560px){
  .page-recruit .recruit-about__note{
    border-radius: 14px;
  }
  .page-recruit .recruit-about__note p{
    gap: 8px 10px;
  }
  .page-recruit .recruit-chip{
    font-size: 1.3rem;
    white-space: normal;
  }
}

.p-service-area__list{
  display:grid;
  grid-template-columns: 1fr;
  gap:16px;
  /* margin:24px 0 0; */
}
.p-service-area__item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:16px;
}
.p-service-area__item h3{
  font-size:16px;
  margin:0 0 6px;
  line-height:1.3;
}
.p-service-area__item p{
  margin:0;
  line-height:1.6;
  color:rgba(0,0,0,.72);
}

.p-service-flow{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.p-service-flow__item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:16px;
}
.p-service-flow__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 8px;
}
.p-service-flow__head .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  font-weight:700;
  background:rgba(0,0,0,.06);
}
.p-service-flow__item h3{
  margin:0;
  font-size:16px;
  line-height:1.3;
}
.p-service-flow__item p{
  margin:0;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}

.p-service-faq{
  margin:16px 0 0;
  display:grid;
  gap:10px;
}
.p-service-faq__item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  overflow:hidden;
}
.p-service-faq__q{
  cursor:pointer;
  padding:14px 16px;
  font-weight:700;
  list-style:none;
  position:relative;
}
.p-service-faq__q::-webkit-details-marker{
  display:none;
}
.p-service-faq__q::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid rgba(0,0,0,.45);
  border-bottom:2px solid rgba(0,0,0,.45);
  transform:translateY(-60%) rotate(45deg);
  transition:transform .2s ease;
}
.p-service-faq__item[open] .p-service-faq__q::after{
  transform:translateY(-35%) rotate(-135deg);
}
.p-service-faq__a{
  padding:0 16px 14px;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}

@media (max-width: 768px){
  .p-service-area__list{
    grid-template-columns:1fr;
  }
  .p-service-flow{
    grid-template-columns:1fr;
  }
}
/* 流れ：縦並び（SP/PC共通） */
.p-service-flow{
  list-style:none;
  margin:24px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.p-service-flow__item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:16px;
}

.p-service-flow__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 8px;
}

.p-service-flow__head .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  font-weight:700;
  background:rgba(0,0,0,.06);
  flex:0 0 40px;
}

.p-service-flow__item h3{
  margin:0;
  font-size:16px;
  line-height:1.3;
}

.p-service-flow__item p{
  margin:0;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}


.p-service-flow__item{
  position:relative;
}
.p-service-flow__item:not(:last-child)::after{
  content:"";
  position:absolute;
  left:36px;
  bottom:-12px;
  width:2px;
  height:12px;
  background:rgba(0,0,0,.10);
}

.p-service-scenes{
  margin-top:18px;
}
.p-service-scenes__ttl{
  font-size: 3rem;
  margin:0 0 10px;
  font-weight:700;
  color: transparent;
  background: linear-gradient(to right, #0d0066, #2b89a1, #1fa3dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Google Sans", sans-serif;
  text-transform: uppercase;
}
.p-service-scenes__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.p-service-scenes__item{
  background:#fff;
  border: 1px solid #d7d7d7;
  border-radius:14px;
  overflow:hidden;
}
.p-service-scenes__item img{
  width:100%;
  height: auto;
  object-fit:cover;
  display:block;
}
.p-service-scenes__item p{
  margin:0;
  padding:10px 12px;
  font-weight:600;
  line-height:1.4;
}

.p-service-note{
  margin-top:16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  align-items: stretch;
}
.p-service-note__box{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:14px;
}
.p-service-note__box h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:700;
}
.p-service-note__box p{
  margin:0;
  line-height:1.75;
  color:rgba(0,0,0,.72);
}

.p-service-caption{
  margin:8px 0 0;
  line-height:1.6;
  color:rgba(0,0,0,.65);
  font-size:14px;
}

.p-service-area{
  margin-top:18px;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:18px;
  align-items:start;
}
.p-service-area__map{
  background:#fff;
  /* border:1px solid rgba(0,0,0,.08); */
  border-radius:16px;
  overflow:hidden;
}
.p-service-area__map img{
  width:100%;
  height:auto;
  display:block;
}
.p-service-area__list{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:16px;
}
.p-service-area__lead{
  margin:0 0 12px;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}

.p-muni__ttl{
  margin:18px 0 10px;
  font-size: 2rem;
  font-weight:800;
  color: #0d0066;
}
.p-muni__cols{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.p-muni__col{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:12px;
  background:rgba(0,0,0,.02);
}
.p-muni__col h4{
  margin:0 0 8px;
  font-size:14px;
  font-weight:800;
}
.p-muni__col ul{
  margin:0;
  padding-left:18px;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}

.p-service-flow{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.p-service-flow__item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:16px;
  position:relative;
}
.p-service-flow__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 8px;
}
.p-service-flow__head .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  font-weight:800;
  background: #1fa3dc;
  flex:0 0 40px;
  font-family: "Google Sans", sans-serif;
  font-size: 2.2rem;
  color: #fff;
}
.p-service-flow__item h3{
  margin:0;
  font-size:16px;
  line-height:1.3;
}
.p-service-flow__item p{
  margin:0;
  line-height:1.75;
  color:rgba(0,0,0,.72);
}
.p-service-flow__item:not(:last-child)::after{
  content:"";
  position:absolute;
  left:36px;
  bottom: -33px;
  width:2px;
  height: 32px;
  background:rgba(0,0,0,.10);
}

.p-faq{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.p-faq__q,
.p-faq__a{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.p-faq__q{
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  /* margin-bottom:10px; */
}
.p-faq__q p,
.p-faq__a p{
  margin:0;
  line-height:1.75;
  color:rgba(0,0,0,.72);
}
.p-faq .qa{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  font-weight:800;
  background:rgba(0,0,0,.06);
  flex:0 0 28px;
}

@media (max-width: 900px){
  .p-service-area{
    grid-template-columns:1fr;
  }
  .p-muni__cols{
    grid-template-columns:1fr;
  }
  .p-service-scenes__list{
    grid-template-columns:1fr;
  }
  .p-service-scenes__item img{
    height:180px;
  }
}

.p-muni__areas{
  display:grid;
  grid-template-columns: repeat(1, 1fr);
  gap:12px;
  margin-top:10px;
}

.p-muni__area{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:12px;
  background:rgba(0,0,0,.02);
}

.p-muni__area h4{
  margin:0 0 8px;
  font-size: 2rem;
  font-weight:800;
  color: rgba(17, 119, 190, 1);
}

.p-muni__area ul{
  margin:0;
  padding-left:18px;
  line-height:1.7;
  color:rgba(0,0,0,.72);
}

@media (max-width: 900px){
  .p-muni__areas{
    grid-template-columns:1fr;
  }
}

.p-traffic-item{
  border: 1px solid #d7d7d7;
  border-radius:14px;
  padding:16px;
  background:#fff;
  height: 100%;
}

.p-traffic-item + .p-traffic-item{
  /* margin-top:16px; */
}

.p-traffic-item__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.p-traffic-item__icon{
  width: 12rem;
  height: 12rem;
  object-fit:contain;
  flex-shrink:0;
}

.p-traffic-item__ttl{
  margin:0;
  font-size:16px;
  font-weight:700;
}

.p-traffic-item__desc{
  margin:0;
  line-height:1.7;
  color:rgba(0,0,0,.75);
}

.p-faq__item{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  transition: all .2s ease;
}

.p-faq__item + .p-faq__item{
  margin-top:12px;
}

.p-faq__q{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px;
  background:none;
  border:none;
  cursor:pointer;
  text-align:left;
  /* transition: transform .2s ease; */
}

.p-faq__q:hover{
  background:rgba(0,0,0,.03);
}

.p-faq__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  font-weight:700;
  background: #0d0066;
  color:#fff;
  flex-shrink:0;
}

.p-faq__label.-a{
  background: #1fa3dc;
}

.p-faq__text{
  font-size:16px;
  font-weight:600;
}

.p-faq__a{
  /* display:none; */
  padding:0 16px 16px 60px;
  transition: all .2s ease;
}

.p-faq__a p{
  margin:0;
  line-height:1.7;
  color:rgba(0,0,0,.75);
}

.p-faq__item.is-open .p-faq__a{
  display:block;
}

.p-faq__a{
  height:0;
  overflow:hidden;
  padding:0 16px 0 60px;
  transition:height .28s ease, padding .28s ease;
}

.p-faq__a p{
  margin:0;
  line-height:1.7;
  color:rgba(0,0,0,.75);
}

.p-faq__item.is-open .p-faq__a{
  padding:0 16px 16px 60px;
}
#faq .p-faq__a{
  height:0;
  overflow:hidden;
  padding:0 16px 0 60px;
  transition:height .28s ease, padding .28s ease;
}

#faq .p-faq__item.is-faq-open .p-faq__a{
  /* padding:0 16px 16px 60px; */
}

#faq .p-faq__a{
  height:0;
  overflow:hidden;
  padding:0 16px 0 60px;
  transition:height .28s ease, padding .28s ease;
}

#faq .p-faq__item.is-faq-open .p-faq__a{
  /* padding:0 16px 16px 60px; */
}

#faq .p-faq__q{
  width:100%;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px;
  background:none;
  border:none;
  cursor:pointer;
  text-align:left;
}
#faq .p-faq__a{
  display:block;
  height:0;
  overflow:hidden;
  padding: 0px 16px 0 60px;
  transition:height .28s ease, padding .28s ease;
}

#faq .p-faq__item.is-faq-open .p-faq__a{
  padding: 20px 16px 20px 60px;
  display: flex;
}

.p-service-flow{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
}

.p-service-flow__item{
  display:flex;
  flex-direction: row;
  gap:16px;
  padding:24px;
  background:#fff;
  border-radius:12px;
  /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
}

.p-service-flow__image{
  width:100%;
  text-align:center;
}

.p-service-flow__image img{
  max-width:160px;
  width:100%;
  height:auto;
}

.p-service-flow__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.p-service-flow__head .num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 42px;
  height: 42px;
  border-radius:50%;
  background:#0b5ed7;
  color:#fff;
  font-weight:700;
  aspect-ratio: 1;
}

.p-service-flow__body p{
  margin:0;
  line-height:1.7;
  color:#555;
}
.p-service-flow__item{
  display:flex;
  align-items: center; /* 上揃え固定 */
  gap:24px;
}

.p-service-flow__image{
  flex:0 0 120px;
  display:flex;
  align-items:flex-start; /* アイコン上固定 */
  justify-content:center;
}

/*アンカーリンク*/

.page-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 90rem;
  margin: 4rem auto 0;
  padding: 0 15px;
}
.page-links a {
  background: #0d0066;
  color: #fff;
  padding: 2rem 1rem;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
.page-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(42deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.page-links a:hover {
  background: #1ea3dc;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-links a {
    padding: 1.5rem 1rem;
}
.page-links {
  grid-template-columns: 1fr;
  gap: 1rem;
}
}

:root{
  --header-offset: 0px;
}

#traffic,
#facility,
#area,
#flow,
#faq{
  scroll-margin-top: var(--header-offset);
}

html{
  scroll-behavior: auto;
}

section#facility {
    background: #f9fafb;
    padding: 1rem 0 8rem;
}

section#area {
    margin: 5rem 0 10rem;
}

section#flow {
    background: #f9fafb;
    padding: 6rem 0 8rem;
}


@media screen and (max-width: 767px) {
.p-service-note {
    grid-template-columns: 1fr;
}

  li.p-service-flow__item {
    display: flex;
    flex-direction: column;
}
}

section.recruit-feature {
    background: #f9fafb;
}

section.recruit-flow {
    background: #f9fafb;
}

section.recruit-requirements {
    margin: 8rem 0 8rem;
}

.page-recruit section#faq {
    margin: 7rem 0 10rem;
}

.p-service-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 7rem;
}

.p-service-intro img {
    border-radius: 1rem;
}

.p-service-flow__icon img {
    width: 10rem;
}

.home-center__container.-service:before {
    content: "";
    position: absolute;
    z-index: 1;
    font-size: 13rem;
    opacity: .7;
    color: transparent;
    background: linear-gradient(to right, #0d0066, #2b89a1, #1fa3dc);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Google Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    left: -2%;
}

.-service01 .home-center__container.-service:before {
    content: "Traffic Control";
}

.-service02 .home-center__container.-service:before {
    content: "Facility Security";
}

.home-recruit .home-center__container.-service {
    display: flex;
    flex-direction: column;
}

section.service .home-center__container.-service {
    display: flex;
    flex-direction: column-reverse;
}


@media screen and (max-width: 767px) {
.home-about .home-center__container.-service .home-center__text {
    background: 0;
}

.home-center__container.-service.home-about__content {
    display: flex;
    flex-direction: column-reverse;
}
.-aboutus .home-center__img img {
    aspect-ratio: 3 / 2;
}
.home-center__container.-service:before {
    left: 0;
    font-size: 6rem;
    bottom: -4rem;
}
  .home-recruit .home-center__container.-two-col {
    margin: 0;
}
  .home-recruit__points.-icon .grid-item img {
    width: 6rem;
}
  .home-recruit__points.-icon {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 0.5rem;
    top: -3rem;
    position: relative;
    width: 100%;
}

  .-aboutus .grid-item h3 {
    font-size: 1.6rem;
}
  .grid-item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.p-faq__list {
    margin: 2rem 0 0;
}
main.sub .home-center__container.-service {
    flex-direction: column;
}

main.sub .home-center__container.-service .home-center__text {
    background: rgb(255 255 255 / 0%);
}
section.greeting {
    margin: 3rem 0 0;
}



@media screen and (max-width: 767px) {
.p-service-intro {
    grid-template-columns: 1fr;
}
h3.p-muni__ttl {
    text-align: center;
}



  
}