@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 #464646;
  color: #464646;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #464646;
}
.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;
  }
}


.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: #e77801;
}
.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: #464646;
  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: #e77801;
  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: #e77801;
}

.home-section-title span.ttl-comma {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #e77801;
  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;
}
.home-about .home-section__desc {
  line-height: 2;
}
.p-home-sec01 {
  padding-top: 6rem;
  background: #fbfbfb;
}
.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;
}
.footer_map iframe {
  width: 100%;
  height: 20vw;
}
.sub-contact {
  padding-top: 0;
}
.sub-contact .home-section-title {
  border-bottom: none;
}
.sub-archive_logo {
  border-bottom: 1px solid #464646;
}
.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: #e77801;
  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: #e77801;
  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: #464646;
  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: #464646;
  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;
  }
  .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: 4rem;
}
.greeting .grid-col03 {
  margin-top: 2rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.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: #e77801;
  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: #e77801;
  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: #e77801;
  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;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  color: #464646;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e77801;
  color: transparent;
  background: linear-gradient(to right, #e77801, #edbd21);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: 'BIZ UDPGothic';
}

.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: #464646;
}

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

.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: 0;
}
.-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: #ba6000;
  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: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider2 .slick-slide {
  margin: 0 15px;
}
.service_slider {
  margin-top: 4rem;
  padding-bottom: 8rem;
}
.-aboutus .home-center__container.-service .home-center__text {
  padding: 0;
}
.-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, #ffe9b3, #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, #1d1d1dc4 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: #464646;
  border-radius: 0.5rem;
}

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

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: #e77801;
  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 #464646;
  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;
}
.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 #e77801; 
}
.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 #e77801;
  margin: 2rem 0 0;
}
.air-txt {
	display: block;
	border-bottom: 1px solid #e77801;
	margin: 1rem 0;
    color: #e77801;
    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: 1rem;
    margin-top: 8rem;
  }
  .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-reverse;
    display: flex;
}
  .-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: 8vw;
    text-align: center;
}
  .-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;
	}
}

/* =========================================================
  Tank Page
========================================================= */
.page-tank {
  --tank-accent: #c40000; /* 赤系（必要なら変更） */
  --tank-text: #222;
  --tank-muted: #666;
  --tank-bg: #f7f7f7;
  --tank-card: #fff;
  --tank-border: rgba(0,0,0,.08);
  --tank-bg-soft: rgba(196,0,0,.06);
}

/* cover */
.l-page-cover.-tank {
  position: relative;
}
.l-page-cover.-tank::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,0));
  pointer-events: none;
}



/* =========================================================
  section background
========================================================= */
.sub-bg.-tank {
  /* background: var(--tank-bg); */
}

/* =========================================================
  feature grid tweaks
========================================================= */
.tank-grid {
  margin-top: 20px;
}
.tank-grid .grid-item {
  background: var(--tank-card);
  border: 1px solid var(--tank-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}
.tank-grid .grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.tank-grid .grid-item h3 {
  margin: 14px 14px 8px;
  font-size: 18px;
  line-height: 1.4;
}
.tank-grid .grid-item p {
  margin: 0 14px 16px;
  color: var(--tank-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* =========================================================
  headings (cases/strengths common)
========================================================= */
.tank-subttl {
  font-size: 2.4rem;
  margin: 18px 0 8px;
  padding-left: 12px;
  border-left: 4px solid #e77801;
  line-height: 1.4;
  font-weight: 600;
}
.tank-subdesc {
  color: var(--tank-muted);
  line-height: 1.8;
}

/* =========================================================
  cases (image cards)
========================================================= */
.tank-case-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}
.tank-case-card {
  background: var(--tank-card);
  border: 1px solid var(--tank-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  display: grid;
  grid-template-rows: auto 1fr;
}
.tank-case-card__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tank-case-card__body {
  padding: 14px 14px 16px;
}
.tank-case-card__ttl {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
  font-weight: 600;
}
.tank-case-card__desc {
  margin: 0;
  color: var(--tank-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* =========================================================
  strengths (icon cards)
========================================================= */
.tank-strength-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.tank-strength-card {
  background: var(--tank-card);
  border: 1px solid var(--tank-border);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  justify-items: center;
}
.tank-strength-card__icon {
  width: 10rem;
  height: 10rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  /* background: rgba(196,0,0,.08); */
  /* border: 1px solid rgba(196,0,0,.18); */
  /* color: var(--tank-accent); */
  font-size: 18px;
}
.tank-strength-card__ttl {
  margin: 0 0 6px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}
.tank-strength-card__desc {
  margin: 0;
  color: var(--tank-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* =========================================================
  slider
========================================================= */
.tank-slider img {
  border-radius: 12px;
}

/* =========================================================
  Tank Lead (improved)
========================================================= */
.page-tank {
  --tank-accent: #c40000;
  --tank-text: #111;
  --tank-muted: #555;
  --tank-card: #fff;
  --tank-border: rgba(0,0,0,.08);
  --tank-shadow: 0 18px 40px rgba(0,0,0,.08);
  --tank-soft: rgba(196,0,0,.07);
}

/* lead wrapper area */
.page-tank .tank-lead {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 10px 0 0;
}

/* 上段：リード＋画像 */
.page-tank .tank-lead__wrap {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: center;
  padding: 26px;
  border-radius: 22px;
  /* background:
    radial-gradient(900px 380px at 0% 0%, rgba(196,0,0,.09), rgba(196,0,0,0) 60%),
    radial-gradient(900px 380px at 100% 100%, rgba(0,0,0,.04), rgba(0,0,0,0) 60%),
    #fff; */
  /* border: 1px solid var(--tank-border); */
  /* box-shadow: var(--tank-shadow); */
  overflow: hidden;
}

/* title */
.page-tank .tank-lead__title {
  text-align: left;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: .02em;
}
.page-tank .tank-lead__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 12px;
  border-radius: 99px;
  /* background: #e77801; */
}

/* text */
.page-tank .tank-lead__text {
  margin: 0;
  color: var(--tank-text);
  line-height: 1.95;
  font-size: 15px;
}
.page-tank .tank-lead__text strong {
  font-weight: 800;
  color: var(--tank-text);
  background: linear-gradient(transparent 62%, rgba(196,0,0,.14) 62%);
  padding: 0 .08em;
}

/* media */
.page-tank .tank-lead__media {
  position: relative;
  min-width: 0;
}
.page-tank .tank-lead__figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  /* background: #fff; */
  /* border: 1px solid var(--tank-border); */
  /* box-shadow: 0 24px 46px rgba(0,0,0,.14); */
}
.page-tank .tank-lead__figure img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  /* background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,0)); */
  display: block;
  padding: 22px;
}

/* badge */
.page-tank .tank-lead__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(17,17,17,.78);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}
.page-tank .tank-lead__badgeTop {
  display: block;
  font-size: 12px;
  opacity: .9;
  letter-spacing: .04em;
}
.page-tank .tank-lead__badgeMain {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-top: 2px;
  letter-spacing: .02em;
}

/* 下段：ポイント（3カラム） */
.page-tank .tank-lead__points {
  list-style: none;
  padding: 0;
  margin: 16px auto 0;
  max-width: 1100px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-tank .tank-point {
  background: #fff;
  border: 1px solid var(--tank-border);
  border-radius: 18px;
  padding: 16px 16px 15px;
  box-shadow: 0 14px 26px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease;
}
.page-tank .tank-point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 180px at 0% 0%, var(--tank-soft), rgba(196,0,0,0) 60%);
  pointer-events: none;
}
.page-tank .tank-point:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0,0,0,.10);
}

/* icon */
.page-tank .tank-point__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(196,0,0,.10);
  border: 1px solid rgba(196,0,0,.22);
  color: var(--tank-accent);
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

/* text in point */
.page-tank .tank-point__ttl {
  margin: 0 0 6px;
  font-weight: 900;
  color: var(--tank-text);
  line-height: 1.35;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.page-tank .tank-point__desc {
  margin: 0;
  color: var(--tank-muted);
  line-height: 1.7;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

/* responsive */
@media (max-width: 980px) {
  .page-tank .tank-lead__wrap {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 16px;
  }
  .page-tank .tank-lead__title {
    text-align: center;
  }
  .page-tank .tank-lead__title::after {
    margin-inline: auto;
  }
  .page-tank .tank-lead__figure img {
    height: 320px;
    padding: 18px;
  }
  .page-tank .tank-lead__points {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
  responsive
========================================================= */
@media (max-width: 980px) {
  .tank-lead__wrap {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .tank-lead__title {
    text-align: center;
  }
  .tank-lead__figure img {
    height: 320px;
  }
  .tank-lead__badge {
    left: 12px;
    bottom: 12px;
  }
  .tank-strength-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tank-grid .grid-item h3 {
    font-size: 16px;
  }
  .tank-case-cards {
    grid-template-columns: 1fr;
  }
  .tank-case-card__img img {
    height: 190px;
  }
}


.service-points{
  list-style:none;
  margin:32px 0 0;
  padding:0;
}

.service-points.is-lined > li{
  display:grid;
  grid-template-columns: 180px 1fr;
  column-gap: 48px;
  align-items:center;
  padding:40px 0;
  border-top:1px solid rgba(12,34,66,.12);
}

.service-points.is-lined > li:last-child{
  border-bottom:1px solid rgba(12,34,66,.12);
}

.service-point__left{
  display:flex;
  align-items:baseline;
  gap:14px;
  padding-left:10px;
}

.service-point__label{
  font-weight:700;
  letter-spacing:.25em;
  font-size:12px;
  color: #e7b401;
}

.service-point__no{
  font-weight:800;
  font-size:52px;
  line-height:1;
  letter-spacing:.02em;
  color: #e77801;
}

.service-point__main{
  margin:0;
  font-weight:800;
  font-size:26px;
  line-height:1.45;
  color:#111;
}

.service-point__main strong{
  color: #e77801;
}

.service-point__sub{
  margin:14px 0 0;
  font-size:16px;
  line-height:1.9;
  color:rgba(17,17,17,.72);
}

@media (max-width: 768px){
  .service-points{
    margin-top:22px;
  }

  .service-points.is-lined > li{
    grid-template-columns: 1fr;
    row-gap:14px;
    padding:26px 0 28px;
  }

  .service-point__left{
    padding-left:0;
    justify-content:flex-start;
    gap:10px;
  }

  .service-point__label{
    font-size:11px;
  }

  .service-point__no{
    font-size:44px;
  }

  .service-point__main{
    font-size:20px;
  }

  .service-point__sub{
    font-size:15px;
    margin-top:10px;
  }
}


.service-point__en{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:48px;
  font-weight:800;
  letter-spacing:.12em;
  color: #edbd2136;
  white-space:nowrap;
  pointer-events:none;
}

@media (max-width: 768px){
  .service-points.is-lined > li{
    grid-template-columns:1fr;
    padding:28px 0 32px;
  }

  .service-point__en{
    position:static;
    transform:none;
    margin-top:12px;
    font-size:28px;
    letter-spacing:.08em;
  }
}

/* ==== service-points English layer fix ==== */
.service-points.is-lined.is-point > li{
  position: relative;
  /* overflow: hidden; */
}

.service-point__left,
.service-point__right{
  position: relative;
  z-index: 2; 
}

.service-point__en{
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
  opacity: .4;
  mix-blend-mode: normal;
  max-width: 65%;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

@media (min-width: 769px){
  .service-point__en{
    font-size: 8rem;
    letter-spacing: 0;
  }
}

@media (max-width: 768px){
  .service-point__en{
    position: absolute; 
    right: -6px;
    top: auto;
    bottom: 10px;
    transform: none;
    font-size: 26px;
    letter-spacing: .08em;
    max-width: 100%;
  }
}

.accessmap iframe {
    width: 100%;
    aspect-ratio: 3/1;
}

.accessmap {
    margin-top: 3rem;
}

/* =========================
recruit (Company)
========================= */
.recruit-section {
  margin: 100px 0;
}

.recruit-lead {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

.recruit-lead__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2rem;
}

.recruit-lead__text {
  margin-top: 14px;
  line-height: 1.8;
}

.recruit-subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 40px 0 18px;
  text-align: center;
}

.recruit-data-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.recruit-data-item {
  background: #fff;
  padding: 28px 18px;
  text-align: center;
  border-radius: 6px;
}

.recruit-data-item .num {
  font-size: 7rem;
  font-weight: 700;
  color: #e77801;
}

.recruit-data-item .unit {
  font-size: 1.4rem;
  margin-left: 4px;
}

.recruit-data-item .label {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.recruit-table-wrap {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

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

.recruit-table th,
.recruit-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  vertical-align: top;
}

.recruit-table th {
  width: 28%;
  background: #edbd2129;
  font-weight: 700;
}

.recruit-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.recruit-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 14px 24px; */
  border-radius: 6px;
  background: #222;
  color: #fff;
  font-weight: 700;
  min-width: 240px;
}

.recruit-cta__btn.-ghost {
  background: transparent;
  /* border: 1px solid #222; */
  /* color: #222; */
}
.recruit-cta__btn.-ghost:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page-anchor-nav {
    margin: 10px 0 40px;
  }

  .page-anchor-nav a {
    width: 100%;
  }

  .recruit-data-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
  }

  .recruit-table th {
    border-bottom: none;
    padding: 6px;
  }

  .recruit-table td {
    padding-top: 0;
    padding-top: 1rem;
  }

  .recruit-cta__btn {
    width: 100%;
    min-width: auto;
  }
}

.page-anchor-nav{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap: 2rem;
  margin:24px auto 56px;
  padding:0;
  list-style:none;
  flex-direction: row;
}

.page-anchor-nav li a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 22px;
  min-width:200px;
  border-radius: 10px;
  /* border:1px solid rgba(0,0,0,0.18); */
  background: #e67800;
  color: #ffffff;
  font-weight:700;
  font-size:16px;
  line-height:1;
  transition:.25s ease;
  box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

/* 矢印 */
.page-anchor-nav li a::after{
  content:"→";
  font-size:14px;
  opacity:.6;
  transition:.25s ease;
}

/* hover */
.page-anchor-nav li a:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,0.35);
  box-shadow:0 10px 22px rgba(0,0,0,0.08);
}

.page-anchor-nav li a:hover::after{
  transform:translateX(4px);
  opacity:1;
}

/* 現在地 */
.page-anchor-nav li a.is-active{
  background:#e77801;
  color:#fff;
  border-color:#e77801;
  box-shadow:0 12px 26px rgba(29,83,160,0.25);
}

.page-anchor-nav li a.is-active::after{
  opacity:1;
}

.page-anchor-nav--service li a.is-active{
  background:#30a28c;
  border-color:#30a28c;
}

:root{
  --anchor-offset: 110px;
}

:root{
  --anchor-offset: 110px; /* 保険 */
}

html{
  scroll-padding-top: var(--anchor-offset);
}

#service01,
#service02,
#service03,
#service04,
#service05,
#service06{
  scroll-margin-top: var(--anchor-offset);
}



.recruit-subtitle{
  margin: 80px 0 40px;
  text-align: center;
}

.recruit-subtitle--recruit{
  position: relative;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 0;
  background: #ffffff00;
  color: #e77801;
  font-weight: 700;
  letter-spacing: .04em;
  border-bottom: 1px solid #464646;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.recruit-subtitle--recruit .en{
  display: block;
  position: absolute;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: .18em;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.1;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.recruit-subtitle--recruit .jp{
  display: block;
  font-size: 2.4rem;
  margin-top: 4px;
  font-weight: 900;
}

@media (max-width: 768px){
  .recruit-subtitle--recruit{
    padding: 14px 22px;
  }
  .recruit-subtitle--recruit .jp{
    font-size: 18px;
  }
  .recruit-subtitle--recruit .en {
    font-size: 5rem;
}
}

@media screen and (max-width: 767px) {
.page-anchor-nav li a {
    min-width: 120px;
    gap: 1rem;
}
.page-anchor-nav {
  gap: 1rem;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}
}

#service01, #service03, #service05 {
  background: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
}

.service-work {
    margin: 0 0 6rem;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section-intro {
    grid-template-columns: 1fr;
    margin-top: 3rem;
}
}