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

.home-section-title span.ttl-comma {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #148bbb;
  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 #19264b;
}
.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: #148bbb;
  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: #148bbb;
  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: #19264b;
  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: #19264b;
  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: #148bbb;
  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: #148bbb;
  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: #148bbb;
  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: #19264b;
  font-size: 15rem;
  /* font-weight: 600; */
  line-height: 1.5;
  color: #148bbb;
  color: transparent;
  background: linear-gradient(to right, #18317a, #09b7fd);
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.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: #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: 100%;
  aspect-ratio: 5 / 2;
  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;
}
.-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, #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, #00113bc4 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: #19264b;
  border-radius: 0.5rem;
}

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

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: #148bbb;
  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 #19264b;
  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 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 #148bbb;
  margin: 2rem 0 0;
}
.air-txt {
	display: block;
	border-bottom: 1px solid #148bbb;
	margin: 1rem 0;
    color: #148bbb;
    font-weight: bold;
}

/* 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;
  }
  .-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;
	}
}
/* mq */
