@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 #152d4a;
  color: #152d4a;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #152d4a;
}
.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: #152d4a;
}
.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: #152d4a;
  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: #152d4a;
  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: #152d4a;
}

.home-section-title span.ttl-comma {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #152d4a;
  margin-right: -10px;
}
.home-about {
  padding: 10rem 0;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
  position: relative;
}
.home-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, #5e451b, #ffdfa3, #5e451b);
  box-shadow: 0 0 8px rgba(255, 215, 130, 0.4);
}
.home-about .home-center__img {
  width: 100%;
}
.home-about .home-center__img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.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 #152d4a;
}
.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: #152d4a;
  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: #152d4a;
  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: #152d4a;
  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: #152d4a;
  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;
  font-family: "Noto Serif JP", serif;
}

/* 回転アニメーション */
@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: 6rem 0;
  }
  .home-about .home-center__img img {
    aspect-ratio: 3 / 2;
  }
  .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 {
    font-size: 2rem;
    margin-bottom: 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 {
  padding: 6rem 0;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
}
.greeting .grid-col03 {
  margin-top: 6rem;
}
.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;
  margin: 4rem 0;
}
.fea-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
.fea-grid-item h3 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  color: #152d4a;
  margin-top: 2rem;
  font-weight: bold;
}
.fea-grid-item p {
  line-height: 2;
  margin-top: 2rem;
}
.fea-grid img {
  aspect-ratio: 3 / 2;
  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;
  color: #fff;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #b8c8dc;
  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: #152d4a;
  background: #b8c8dc;
  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: #152d4a;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #b8c8dc;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #b8c8dc;
  font-family: "Noto Serif JP", serif;
  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: #152d4a;
  font-size: 15rem;
  /* font-weight: 600; */
  line-height: 1.5;
  color: #152d4a;
  color: transparent;
  background: linear-gradient(to right, #18317a, #09b7fd);
  -webkit-background-clip: text;
  background-clip: text;
}
.l-page-cover .title span {
  opacity: 0.2;
  background: linear-gradient(to right, #0f2940, #32ffbb);
  -webkit-background-clip: text;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.l-page-cover .sentence span {
  padding-right: 5vw;
  text-align: right;
}
.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) 1s;
  font-size: 4rem;
  text-align: left;
  padding-left: 10vw;
  position: relative;
  margin-top: -10rem;
}
/* .sentence::before {
  content: "";
  width: 10vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  background: #152d4a;
} */

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  font-weight: 600;
  /* color: #152d4a; */
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
}

.greeting .grid-col03 img {
  max-width: 110px;
  margin: auto;
}
.greeting .grid-item h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
.greeting .grid-item p {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.-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: #d4c59a;
  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: 3 / 2;
  object-fit: cover;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  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 {
  margin-top: 4rem;
}
.main.sub .home-center.-advantage {
  padding-top: 9rem;
}
.flow {
  padding: 10rem 0;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
}
.feature {
  padding: 7rem 0;
  background: #fff;
}
.home-section-title.-side {
  font-size: 4rem;
}
.home-mv__catch .title span {
  font-size: 4vw;
  color: #fff;
  text-align: left;
  padding-left: 10vw;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
  font-family: "Noto Serif JP", serif;
}
.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 right, #091a2e4d 20%, 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%;
  left: 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: #152d4a;
  border-radius: 0.5rem;
}

a.btn-flat-custom {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: linear-gradient(to right, #0f2940, #2c6faa);
}
a.btn-flat-custom.-wh {
  background: #d4c59a;
  color: #0f2940;
}
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: #152d4a;
  z-index: 1;
}
a.btn-flat-custom.-wh::before {
  background: #c1a866;
}
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;
}
.about-button {
  margin-top: 4rem;
}
.home .news-wrap {
  margin-top: 4rem;
}
.home-section-h3 {
  font-size: 3rem;
  font-weight: 600;
  padding-left: 2rem;
  border-left: 2px solid #152d4a;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #152d4a;
  font-family: "Noto Serif JP", serif;
}
.home-section-h3.-wh {
  color: #fff;
  border-left: 2px solid #fff;
}
.home-section-h3 span {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.-service-link {
  grid-template-columns: 1fr;
  justify-content: center;
  line-height: 2;
  margin-top: 2rem;
  justify-items: center;
}
.home .-aboutus .home-center__container {
  margin-top: 8rem;
}
.company-button {
  margin-top: 4rem;
}
.company {
  margin-top: 10rem;
  padding-bottom: 5rem;
}
.company .home-section-title,
.greeting .home-section-title,
.p-home-sec03 .home-section-title,
.home-section-title.-wh {
  color: #d4c59a;
}
.greeting .grid-col02_text {
  color: #fff;
}
.company .home-section-title span,
.greeting .home-section-title span,
.p-home-sec03 .home-section-title span,
.home-section-title.-wh span {
  background: linear-gradient(to right, #d4c59a, #2c6faa);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.nav-drawer__banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.nav-drawer__banners img {
  border: 1px solid #2c6faa;
}
.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 #152d4a;
}
.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 #152d4a;
  margin: 2rem 0 0;
}
.air-txt {
  display: block;
  border-bottom: 1px solid #152d4a;
  margin: 1rem 0;
  color: #152d4a;
  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;
  }
}
.service {
  background: #eef3f9;
  padding: 8rem 0;
}
.footer_top .home-section-title {
  justify-content: center;
}

.tab__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  max-width: 90rem;
  margin: 0 auto 6rem;
}

.tab__btn {
  flex: 1 1 0;
  text-align: center;
  padding: 1em;
  background: #fff;
  border: 1px solid #152d4a;
  cursor: pointer;
  transition: all 0.3s;
  color: #152d4a;
  font-size: 2rem;
  font-weight: bold;
}

.tab__btn.is-active {
  background: linear-gradient(to right, #0f2940, #2c6faa);
  color: #fff;
  border-color: #152d4a;
}

.tab__content {
  display: none;
}

.tab__content.is-show {
  display: block;
}
.privacy-policy {
  height: 200px;
  max-width: 90rem;
  width: 100%;
  padding: 0 2em 2em 1em;
  border: 2px solid #9da3a7;
  overflow-y: scroll;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
  color: #141414;
  margin: 0 auto 0;
}
.privacy-policy__head {
  margin-top: 3rem;
  margin-bottom: 2px;
  font-weight: 700;
}
.privacy-policy p {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .tab__btn {
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.6rem;
  }
}
.header__item {
  position: relative;
}
.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 15.5rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 13px 20px;
  color: #152d4a;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.dropdown-link:hover {
  background-color: #dce6f0;
}

.header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}
.footer__item_grid {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.footer__link_sub {
  transition: all 0.3s;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.footer__link_sub:hover {
  opacity: 0.7;
}
body {
  position: relative;
  background-color: #edf2f8;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg.jpg");
  opacity: 0.02;
  pointer-events: none;
  z-index: 2;
}
.fade-filter {
  position: relative;
  /* display: inline-block; */
  overflow: hidden;
}

.fade-filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
  transition: transform 1s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

.fade-filter.show::before {
  transform: scaleX(0);
}
.js-line,
.js-line02 {
  position: relative;
}
.js-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0f2940, #2c6faa);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}
.js-line.is-active::after {
  transform: scaleX(1);
}
.js-line02::after {
  transform-origin: right;
}
.track01 {
  padding: 8rem 0;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
}
.case-txt {
  line-height: 2;
  margin-top: 2rem;
}
.case-txt.-wh {
  color: #fff;
}
.track-grid {
  margin-top: 4rem;
  align-items: normal;
}
.assessment-card {
  background: #eef2f7;
  padding: 24px;
}

.assessment-card__head {
  display: flex;
  gap: 24px;
  padding-bottom: 20px;
  align-items: center;
}

.assessment-card__thumb {
  width: 150px;
  position: relative;
}
.assessment-card__thumb img {
  aspect-ratio: 1;
  object-fit: cover;
}

.assessment-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: #414042;
  color: #fff;
  font-size: 1.3rem;
  padding: 6px 12px;
}

.assessment-card__img {
  background: #eef2f6;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assessment-card__body {
  flex: 1;
}
.assessment-card__area {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.assessment-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2rem;
}
.price-label {
  font-size: 1.4rem;
}
.price-main {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.price-unit {
  font-size: 1.6rem;
}
.assessment-card__spec {
  display: flex;
  gap: 12px;
}
.spec-item {
  border: 1px solid #beaf87;
  padding: 6px 10px;
  font-size: 1.4rem;
}
.assessment-card__tags {
  display: flex;
  gap: 12px;
  padding: 16px 0;
}

.assessment-card__tags li {
  font-size: 1.3rem;
  color: #5a6b80;
}

.assessment-card__note {
  background: #f9f9f9;
  padding: 16px;
  display: flex;
  gap: 12px;
}
.sales-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fefefe;
  align-items: center;
}

.sales-card__thumb {
  background: #e9eef4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-card__thumb img {
  aspect-ratio: 1;
  object-fit: cover;
}

.sales-card__body {
  flex: 1;
  padding: 2rem;
}

.sales-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.sales-card__label {
  background: #414042;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 10px;
  white-space: nowrap;
}

.sales-card__area {
  font-size: 1.5rem;
  font-weight: 600;
}

.sales-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}

.price-main {
  font-size: 3.2rem;
  font-weight: 700;
}

.price-unit {
  font-size: 1.6rem;
}

.sales-card__period {
  background: #f4f7fb;
  padding: 12px 6px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.period-label {
  font-size: 1.4rem;
}

.period-value {
  font-size: 1.6rem;
  font-weight: 600;
}
.track02 {
  padding: 8rem 0;
}
.voice-card {
  border: 1px solid #beaf87;
  background: #fefefe;
  padding: 24px;
}

.voice-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6edf5;
  position: relative;
}
.voice-card__meta {
  flex: 1;
}
.voice-card__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Noto Serif JP", serif;
  color: #152d4a;
}
.voice-card__area {
  font-size: 1.4rem;
  color: #414042;
  opacity: 0.7;
  margin-top: 1rem;
  position: relative;
}
.voice-card__area::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sub/track-record/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.voice-card__body {
  padding-top: 16px;
}
.voice-card__body p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #414042;
}
.voice-card__ico {
  width: 100px;
}
.voice-card__ico img {
  aspect-ratio: 1;
  object-fit: cover;
}
.track03 {
  padding: 8rem 0 13rem;
  background: linear-gradient(90deg, #0f2940 0%, #1a3a5c 100%);
}
.note-ttl {
  font-weight: 600;
  min-width: 60px;
  color: #152d4a;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.note-text {
  flex: 1;
  line-height: 1.5;
}
.home-center.-management {
  background: none;
}
.-management .home-section__desc {
  color: #333;
}
.manage-service {
  padding: 8rem 0;
  background: linear-gradient(30deg, #0f2940 0%, #3a7cc9 100%);
}
.manage-grid {
  margin-top: 4rem;
}
.manage-grid .grid-item {
  color: #fff;
  border: 1px solid #b8c8dc;
}
.manage-grid .grid-item h3 {
  font-family: "Noto Serif JP", serif;
  color: #b8c8dc;
}
/* mq */

@media screen and (max-width: 767px) {
  .home-mv__catch .title span {
    font-size: 7vw;
  }
  .home-mv__catch .sentence span {
    font-size: 1.4rem;
  }
  .home-center__container.-service {
    margin-top: 0;
  }
  .p-home-sec03 {
    padding: 6rem 0;
  }
  .c-news {
    grid-template-columns: 1fr;
  }
  .service {
    padding: 6rem 0;
  }
  .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;
  }
  .footer_top .sec_ttl .en {
    font-size: 5rem;
  }
  .title span {
    font-size: 7rem;
  }
  .sentence {
    font-size: 2.6rem;
    margin-top: -2rem;
    padding-right: 5vw;
  }
  .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: 4rem;
  }
  .home-section-title.-side {
    font-size: 2rem;
  }
  .home-section-title.-center {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .home-section-title span {
    text-align: left;
  }
  .-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: 4rem;
  }
  .fea-grid-item h3 {
    font-size: 2rem;
  }
  .fea-grid-item p {
    line-height: 1.5;
    margin-top: 1rem;
  }
  .flow {
    padding: 6rem 0 0;
  }
  .flow03 > li dl {
    padding-left: 2rem;
  }
  .flow03 > li .icon03 {
    font-size: 1em;
  }
  .flow03 > li dl::after {
    top: 20px;
    width: 20px;
  }
  .flow_design03 dd {
    margin-left: 2em;
    line-height: 1.7;
  }
  .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;
  }
  .-aboutus .home-center__img img {
    aspect-ratio: 3 / 2;
  }
  .about-button,
  .company-button {
    text-align: center;
  }
  .footer_top .home-section-title {
    align-items: center;
  }
  .sub-shop__img img {
    aspect-ratio: 3 / 1;
  }
  .l-page-cover .sentence span {
    font-size: 2rem;
  }
  .footer_top {
    padding: 4rem 2rem;
  }
  .footer_top .sec_inner {
    padding: 2rem;
  }
  .manage-service {
    padding: 6rem 0;
  }
  .-reason {
    margin-top: 0;
  }
  .assessment-card__thumb {
    width: 100px;
  }
  .assessment-card {
    padding: 14px;
  }
  .assessment-card__head {
    gap: 14px;
    align-items: flex-start;
  }
  .price-main {
    font-size: 3rem;
  }
  .assessment-card__note {
    padding: 1rem;
  }
  .note-ttl {
    min-width: 30px;
  }
  .sales-card__thumb {
    width: 100%;
  }
  .sales-card {
    grid-template-columns: 1fr;
  }
  .sales-card__thumb img {
    aspect-ratio: 3 / 2;
  }
  .sales-card__body {
    padding: 1.6rem;
  }
  .voice-card__title {
    font-size: 2rem;
  }
  .voice-card {
    padding: 1.6rem;
  }
  .voice-card__ico {
    width: 80px;
  }
  .track-grid {
    margin-top: 2rem;
  }
  .track02 {
    padding: 6rem 0;
  }
  .track03 {
    padding: 6rem 0 8rem;
  }
}
/* mq */

/* ===============================================
 * DC SUPPORT OFFICE - OVERRIDES
 * ============================================= */

/* ---- White/clean backgrounds for all sections inside main.home ---- */
main.home section,
main.home .sub-bg,
main.home .home-strength,
main.home .home-news,
main.home .home-case-section {
  position: relative;
  z-index: 1;
  background: #fff;
}
main.home .home-cta-band {
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5a8c 100%) !important;
}
main.home .sub-bg {
  background: #f8f9fa;
}
main.home .home-strength {
  background: #f8f9fa;
}
main.home .home-case-section {
  padding: 8rem 0;
}
main.home .home-cta-band {
  position: relative;
  z-index: 1;
}

/* ---- Sub page backgrounds: white/light ---- */
.main.sub .sub-bg {
  background: #f8f9fa;
}

/* ---- greeting section: override dark bg to white ---- */
.greeting {
  background: #fff !important;
}
.greeting .grid-item h3 {
  color: #1a3a5c !important;
}
.greeting .grid-item p {
  color: #555 !important;
}
.greeting .grid-col02_text {
  color: #555 !important;
}

/* ---- Header logo wider ---- */
.header__logo {
  width: 36rem !important;
}
.logo-text {
  font-size: 2.4rem !important;
  background: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}
.logo-accent {
  font-size: 0.8em !important;
  color: #6b5a2e !important;
  font-weight: 700 !important;
}


/* ---- Footer redesign ---- */
.footer {
  background: linear-gradient(135deg, #1a3a5c 0%, #2a5a8a 50%, #1a3a5c 100%) !important;
  color: #fff !important;
  padding-top: 6rem;
}
.footer__link {
  color: #fff !important;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer-contact .left__txt {
  color: rgba(255,255,255,0.85) !important;
}
.footer-logo-text {
  font-size: 2.6rem !important;
}
.footer-logo-text .logo-accent {
  color: #fff !important;
}
.footer__copyright {
  background: #fff !important;
  color: #1a3a5c !important;
  margin-top: 4rem;
  padding: 2rem 0 !important;
  text-align: center;
}

/* ---- Footer office list ---- */
.footer-office {
  margin-top: 2rem;
}
.footer-office__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.8rem;
}
.footer-office__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-office__list li {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2;
  padding-left: 1rem;
  position: relative;
}
.footer-office__list li::before {
  content: "−";
  position: absolute;
  left: 0;
}
.main.sub .greeting {
  background: #fff;
}

/* ---- footer_top: clean white like agent-r-e.co.jp ---- */
.footer_top {
  background: #fff !important;
  background-image: none !important;
}
.footer_top .sec_inner {
  background: #f8f9fa !important;
}

/* ---- Force all text readable on white/light backgrounds ---- */
.home-section-title { color: #1a3a5c; }
.home-section-title span { color: #ddd; }
.home-section__desc { color: #555 !important; }
.sub-section-title { color: #1a3a5c !important; }
.sub-section-title span { color: #999 !important; }
.sub-section-subtitle { color: #333 !important; }
.footer-contact .left__txt { color: #fff !important; }
.footer_text { color: #333 !important; }
.home-news__category { color: #1a3a5c !important; }
.sub-contact__top { color: #333; }
.c-heading01 { color: #1a3a5c !important; }
.c-heading03 { font-size: 2.6rem !important; font-weight: 700 !important; }
.sub-shop__box { color: #333; }
.sub-reserve-flow__item-title { color: #1a3a5c; }
.sub-reserve-flow__item-intro { color: #333; }
.sub-reserve-flow__item-desc { color: #555; }
.grid-col02_text { font-size: 1.5rem; line-height: 2; color: #555; }
.grid-col02_text p { line-height: 2; color: #555; }
.grid-item h3 { color: #1a3a5c; }
.grid-item p { color: #555; }
.greeting .grid-col02_text { color: #555; }

/* ---- Common text center ---- */
.case-txt { text-align: center; }
.grid-item img { border-radius: 6px; margin-bottom: 1.5rem; }

/* ---- Service page: number + list styles ---- */
.c-heading03 .svc-num {
  color: #c8a45e;
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Cormorant", serif;
}
.svc-list {
  margin-top: 2rem;
  padding-left: 1.5rem;
}
.svc-list li {
  list-style: disc;
  line-height: 2;
  color: #555;
}
.svc-section {
  padding: 8rem 0;
}
.svc-block {
  margin-bottom: 6rem;
}

/* ---- Flow design (from agent-r-e template) ---- */
.flow07 {
  padding-left: 0;
  margin: 4rem 0 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.flow07 > li {
  list-style-type: none;
  display: flex;
}
.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}
.flow07 > li .icon07 {
  width: 90px;
  min-width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1a3a5c;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
  font-size: 1.4rem;
}
.flow07 > li .icon07 .num {
  display: block;
  font-size: 2.4rem;
  font-family: "Cormorant", serif;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #1a3a5c;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 120px);
}
.flow07 > li dl dt {
  padding: 0 0 8px;
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #1a3a5c;
  border-bottom: 4px solid #ddd;
  position: relative;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #c8a45e;
}
.flow07 > li dl dd {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}
@media screen and (max-width: 767px) {
  .flow07 > li .icon07 {
    width: 70px;
    min-width: 70px;
    padding: 15px 5px 8px;
    font-size: 1.2rem;
  }
  .flow07 > li .icon07 .num {
    font-size: 2rem;
  }
  .flow07 > li .icon07::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 15px solid #1a3a5c;
    bottom: -15px;
  }
  .flow07 > li dl {
    padding: 0 0 0 20px;
    width: calc(100% - 90px);
  }
  .flow07 > li dl dt {
    font-size: 1.7rem;
  }
}

/* ---- Office: tighter map-text spacing ---- */
.sub-bg .sub-shop__container {
  gap: 1rem;
}

/* ---- Office section: 2x2 grid ---- */
.office-section {
  padding: 8rem 0;
  background: #f8f9fa;
}
.office-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 80rem;
  margin: 4rem auto 0;
}
.office-item {
  max-width: none;
  min-width: auto;
}

/* ---- Case page: card layout ---- */
.track02 .sales-card {
  grid-template-columns: 1fr 2fr;
}
.case-single-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem 0 0;
}
.case-single-col .voice-card__body .sub-shop__table {
  width: 100%;
}
.case-single-col .voice-card__body .sub-shop__table th {
  width: 9rem;
  font-weight: 700;
  color: #1a3a5c;
  vertical-align: top;
}
/* Case cards: image left, text right */
.case-card-with-img {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 0;
  overflow: hidden;
}
.case-card-with-img .voice-card__head {
  border-bottom: none;
  padding: 0;
}
.case-card-with-img .case-img {
  overflow: hidden;
}
.case-card-with-img .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card-with-img .case-body {
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case-card-with-img {
    grid-template-columns: 1fr;
  }
  .case-card-with-img .case-img {
    height: 20rem;
  }
}
.assessment-card__note:first-of-type {
  margin-top: 1.2rem;
}
.sales-card .price-main {
  font-size: 2.2rem;
}
.office-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
  justify-content: center;
}
.office-item {
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 8px;
  min-width: 22rem;
  text-align: center;
  flex: 1;
  max-width: 26rem;
  border: 1px solid #e5edf5;
}
.office-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1rem;
}
.office-item p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

/* ---- Logo text in header/footer ---- */
.logo-text, .logo-text-sp, .footer-logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1a3a5c;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: block;
}
.logo-text-sp {
  font-size: 1.6rem;
}
.footer-logo-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.logo-accent {
  display: block;
  font-size: 0.75em;
  color: #c8a45e;
}
.footer-logo-text .logo-accent {
  color: #c8a45e;
}

/* ---- Responsive ---- */
@media screen and (max-width: 767px) {
  .office-list {
    grid-template-columns: 1fr !important;
  }
  .office-item {
    max-width: 100%;
    width: 100%;
  }
}

/* ---- TOP: CTA band ---- */
.home-cta-band {
  padding: 6rem 0;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5a8c 100%);
}
.home-cta__inner {
  text-align: center;
  color: #fff;
}
.home-cta__inner h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-cta__inner > p {
  font-size: 1.5rem;
  opacity: 0.85;
  margin-bottom: 3rem;
}
.home-cta__btns {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.home-cta__tel {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .home-cta__btns {
    flex-direction: column;
    gap: 1.5rem;
  }
  .home-cta__inner h2 {
    font-size: 2rem;
  }
}

/* ===============================================
 * DC SUPPORT OFFICE - COMPLETE REDESIGN (sub pages)
 * ============================================= */

/* ---- Variables via root ---- */
:root {
  --dc-primary: #1b2d4f;
  --dc-primary-light: #2a4a7f;
  --dc-accent: #b8952e;
  --dc-accent-light: #d4b04a;
  --dc-bg: #fafbfc;
  --dc-bg-alt: #f8f9fa;
  --dc-text: #2d3748;
  --dc-text-light: #718096;
  --dc-white: #ffffff;
  --dc-border: #e2e8f0;
  --dc-font-sans: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --dc-font-en: "Inter", sans-serif;
}

/* ---- TOP page section backgrounds ---- */
.home-strength {
  padding: 8rem 0;
  background: #f8f9fa;
}
.home-news {
  padding: 8rem 0;
  background: #fff;
}

/* ---- DC Container ---- */
.dc-container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

/* ================= HEADER ================= */
.dc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--dc-border);
  padding: 0;
  height: 7.2rem;
  display: flex;
  align-items: center;
}
.dc-header__inner {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.dc-header__left {
  flex-shrink: 0;
}
.dc-header__logo {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-decoration: none;
}
.dc-logo__main {
  font-family: var(--dc-font-sans);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--dc-primary);
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.dc-logo__sub {
  font-family: var(--dc-font-en);
  font-size: 1.1rem;
  color: var(--dc-text-light);
  font-weight: 400;
  letter-spacing: 0.12em;
}
.dc-logo__main-sp {
  font-family: var(--dc-font-sans);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--dc-primary);
  letter-spacing: 0.05em;
}
.dc-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.dc-nav__list {
  display: flex;
  gap: 3.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dc-nav__item a {
  font-family: var(--dc-font-en);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--dc-text);
  text-decoration: none;
  position: relative;
  padding: 0.8rem 0;
  transition: color 0.3s;
}
.dc-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--dc-accent);
  transition: width 0.3s;
}
.dc-nav__item a:hover {
  color: var(--dc-primary);
}
.dc-nav__item a:hover::after {
  width: 100%;
}
.dc-header__right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
.dc-header__tel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--dc-font-en);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dc-text);
  text-decoration: none;
}
.dc-header__tel svg {
  color: var(--dc-accent);
}
.dc-header__cta {
  font-family: var(--dc-font-sans);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dc-white);
  background: var(--dc-primary);
  padding: 1rem 2.4rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}
.dc-header__cta:hover {
  background: var(--dc-primary-light);
}

/* SP header override */
.header-sp {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--dc-border);
}
.header-sp__top {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
}

/* ================= BUTTONS ================= */
.dc-btn {
  display: inline-block;
  font-family: var(--dc-font-sans);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1.4rem 3.6rem;
  border-radius: 4px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  text-align: center;
}
.dc-btn--primary {
  background: var(--dc-accent);
  color: var(--dc-white);
}
.dc-btn--primary:hover {
  background: var(--dc-accent-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184,149,46,0.3);
}
.dc-btn--outline {
  background: transparent;
  color: var(--dc-white);
  border: 1.5px solid var(--dc-white);
}
.dc-btn--outline:hover {
  background: rgba(255,255,255,0.15);
}
.dc-btn--secondary {
  background: var(--dc-primary);
  color: var(--dc-white);
}
.dc-btn--secondary:hover {
  background: var(--dc-primary-light);
}
.dc-btn--white {
  background: var(--dc-white);
  color: var(--dc-primary);
}
.dc-btn--white:hover {
  background: #f0f0f0;
}
.dc-btn--large {
  background: var(--dc-accent);
  color: var(--dc-white);
  padding: 1.8rem 5rem;
  font-size: 1.6rem;
}
.dc-btn--large:hover {
  background: var(--dc-accent-light);
  transform: translateY(-2px);
}
.dc-link {
  font-family: var(--dc-font-sans);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dc-primary);
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}
.dc-link:hover {
  color: var(--dc-accent);
}

/* ================= SECTION LABELS ================= */
.dc-section__label {
  font-family: var(--dc-font-en);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dc-accent);
  display: block;
  margin-bottom: 1.2rem;
}
.dc-section__label--center {
  text-align: center;
}
.dc-section__label--white {
  color: var(--dc-accent-light);
}
.dc-section__title {
  font-family: var(--dc-font-sans);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--dc-primary);
  line-height: 1.5;
  margin-bottom: 4rem;
}
.dc-section__title--center {
  text-align: center;
}
.dc-section__title--white {
  color: var(--dc-white);
}

/* ================= HERO ================= */
.dc-hero {
  position: relative;
  height: 100vh;
  min-height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.dc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27,45,79,0.85) 0%, rgba(27,45,79,0.6) 50%, rgba(42,74,127,0.7) 100%);
  z-index: 1;
}
.dc-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--dc-white);
  padding: 0 2.4rem;
}
.dc-hero__label {
  font-family: var(--dc-font-en);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dc-accent-light);
  margin-bottom: 2.4rem;
}
.dc-hero__title {
  font-family: var(--dc-font-sans);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
}
.dc-hero__desc {
  font-size: 1.6rem;
  line-height: 2;
  opacity: 0.9;
  margin-bottom: 4rem;
  font-weight: 300;
}
.dc-hero__actions {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
}
.dc-hero__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.dc-hero__scroll span {
  font-family: var(--dc-font-en);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.7);
}
.dc-hero__scroll-line {
  width: 1px;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { opacity: 0; transform: scaleY(0); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}

/* ================= ABOUT ================= */
.dc-about {
  padding: 12rem 0 10rem;
  background: var(--dc-white);
}
.dc-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: center;
}
.dc-about__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  color: var(--dc-text);
  margin-bottom: 2rem;
}
.dc-about__visual {
  position: relative;
}
.dc-about__image {
  border-radius: 8px;
  overflow: hidden;
}
.dc-about__image img {
  width: 100%;
  height: auto;
  display: block;
}
.dc-about__badge {
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  width: 12rem;
  height: 12rem;
  background: var(--dc-accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--dc-white);
  box-shadow: 0 8px 24px rgba(184,149,46,0.3);
}
.dc-about__badge-num {
  font-family: var(--dc-font-en);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.dc-about__badge-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* ================= NUMBERS ================= */
.dc-numbers {
  padding: 6rem 0;
  background: var(--dc-primary);
}
.dc-numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  text-align: center;
}
.dc-numbers__item {
  color: var(--dc-white);
}
.dc-numbers__value {
  font-family: var(--dc-font-en);
  font-size: 6rem;
  font-weight: 700;
  color: var(--dc-accent-light);
  line-height: 1;
}
.dc-numbers__unit {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dc-accent-light);
}
.dc-numbers__label {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  opacity: 0.8;
  font-weight: 500;
}

/* ================= SERVICE ================= */
.dc-service {
  padding: 10rem 0;
  background: var(--dc-bg-alt);
}
.dc-service__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-bottom: 4rem;
}
.dc-service__card {
  background: var(--dc-white);
  padding: 4rem 3.2rem;
  border-radius: 8px;
  border-top: 3px solid var(--dc-accent);
  transition: transform 0.3s, box-shadow 0.3s;
}
.dc-service__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.dc-service__card-num {
  font-family: var(--dc-font-en);
  font-size: 4rem;
  font-weight: 700;
  color: var(--dc-accent);
  line-height: 1;
  margin-bottom: 2rem;
  opacity: 0.6;
}
.dc-service__card-title {
  font-family: var(--dc-font-sans);
  font-size: 2rem;
  font-weight: 700;
  color: var(--dc-primary);
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
.dc-service__card-desc {
  font-size: 1.5rem;
  line-height: 2;
  color: var(--dc-text-light);
}
.dc-service__more {
  text-align: center;
}

/* ================= STRENGTH ================= */
.dc-strength {
  padding: 10rem 0;
  background: var(--dc-primary);
}
.dc-strength__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 2rem;
}
.dc-strength__item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 4rem 3rem;
  color: var(--dc-white);
  transition: background 0.3s;
}
.dc-strength__item:hover {
  background: rgba(255,255,255,0.1);
}
.dc-strength__num {
  font-family: var(--dc-font-en);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dc-accent-light);
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 1.6rem;
}
.dc-strength__item h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
.dc-strength__item p {
  font-size: 1.5rem;
  line-height: 2;
  opacity: 0.85;
}

/* ================= CTA ================= */
.dc-cta {
  padding: 8rem 0;
  background: var(--dc-bg-alt);
  text-align: center;
}
.dc-cta__title {
  font-family: var(--dc-font-sans);
  font-size: 3rem;
  font-weight: 700;
  color: var(--dc-primary);
  margin-bottom: 1.6rem;
}
.dc-cta__desc {
  font-size: 1.6rem;
  color: var(--dc-text-light);
  margin-bottom: 3.2rem;
  line-height: 2;
}
.dc-cta__actions {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dc-cta__tel {
  font-family: var(--dc-font-en);
  font-size: 2rem;
  font-weight: 600;
  color: var(--dc-primary);
  text-decoration: none;
}

/* ================= NEWS ================= */
.dc-news {
  padding: 10rem 0 8rem;
  background: var(--dc-white);
}
.dc-news__list {
  max-width: 80rem;
  margin: 0 auto;
}
.dc-news__item {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--dc-border);
  text-decoration: none;
  transition: opacity 0.3s;
}
.dc-news__item:hover {
  opacity: 0.7;
}
.dc-news__date {
  font-family: var(--dc-font-en);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--dc-text-light);
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.dc-news__title {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--dc-text);
}
.dc-news__empty {
  text-align: center;
  padding: 4rem;
  color: var(--dc-text-light);
}
.dc-news__more {
  text-align: center;
  margin-top: 3.2rem;
}

/* ================= FOOTER CTA ================= */
.dc-footer-cta {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--dc-primary) 0%, var(--dc-primary-light) 100%);
}
.dc-footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
.dc-footer-cta__text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--dc-white);
  margin-bottom: 0.8rem;
}
.dc-footer-cta__text p {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.8);
}
.dc-footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.dc-footer-cta__tel {
  font-family: var(--dc-font-en);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--dc-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.dc-footer-cta__tel svg {
  color: var(--dc-accent-light);
}

/* ================= FOOTER ================= */
.dc-footer {
  background: #0e1a2e;
  padding: 6rem 0 0;
  color: rgba(255,255,255,0.7);
}
.dc-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dc-footer__logo-main {
  font-family: var(--dc-font-sans);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dc-white);
  display: block;
  margin-bottom: 0.4rem;
}
.dc-footer__logo-sub {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-bottom: 2rem;
}
.dc-footer__address {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2;
}
.dc-footer__nav {
  display: flex;
  gap: 6rem;
  justify-content: flex-end;
}
.dc-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.dc-footer__nav-col a {
  font-family: var(--dc-font-en);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.3s;
}
.dc-footer__nav-col a:hover {
  color: var(--dc-white);
}
.dc-footer__bottom {
  text-align: center;
  padding: 2.4rem 0;
}
.dc-footer__bottom small {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.4);
}

/* ================= RESPONSIVE ================= */
@media screen and (max-width: 767px) {
  .dc-hero__title {
    font-size: 2.8rem;
  }
  .dc-hero__desc {
    font-size: 1.4rem;
  }
  .dc-hero__label {
    font-size: 1.1rem;
  }
  .dc-about {
    padding: 8rem 0 6rem;
  }
  .dc-about__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .dc-about__badge {
    right: 1rem;
    bottom: -2rem;
    width: 10rem;
    height: 10rem;
  }
  .dc-about__badge-num {
    font-size: 2.6rem;
  }
  .dc-numbers__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .dc-numbers__value {
    font-size: 4.8rem;
  }
  .dc-service {
    padding: 6rem 0;
  }
  .dc-service__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .dc-section__title {
    font-size: 2.4rem;
  }
  .dc-strength {
    padding: 6rem 0;
  }
  .dc-strength__items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .dc-cta__title {
    font-size: 2.2rem;
  }
  .dc-cta__actions {
    flex-direction: column;
  }
  .dc-news {
    padding: 6rem 0;
  }
  .dc-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .dc-footer-cta__inner {
    flex-direction: column;
    text-align: center;
  }
  .dc-footer-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .dc-footer__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .dc-footer__nav {
    justify-content: flex-start;
    gap: 4rem;
  }
  .dc-hero__actions {
    flex-direction: column;
    align-items: center;
  }
}

/* Logo Text */
.logo-text, .logo-text-sp, .footer-logo-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1a3a5c;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: block;
}
.logo-text-sp {
  font-size: 1.6rem;
}
.footer-logo-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.logo-accent {
  display: block;
  font-size: 0.75em;
  color: #c8a45e;
}
.footer-logo-text .logo-accent {
  color: #c8a45e;
}

/* Hero overlay for better text readability */
.home-mv__slide {
  position: relative;
}
.home-mv__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 58, 92, 0.5);
  z-index: 1;
}

/* Strength section on top page */
.home-strength {
  padding: 8rem 0;
  background: #f8f9fa;
}
.strength-items {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.strength-item {
  background: #fff;
  padding: 4rem 3rem;
  border-radius: 8px;
  flex: 1;
  min-width: 28rem;
  max-width: 36rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: center;
}
.strength-number {
  font-size: 4rem;
  font-weight: 700;
  color: #c8a45e;
  font-family: "Cormorant", serif;
  margin-bottom: 1.5rem;
}
.strength-item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1.5rem;
}
.strength-item p {
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

/* News section */
.home-news {
  padding: 8rem 0;
  background: #fff;
}
.news-list {
  margin-top: 4rem;
}
.news-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
  transition: opacity 0.3s;
}
.news-item:hover {
  opacity: 0.7;
}
.news-date {
  font-size: 1.4rem;
  color: #888;
  white-space: nowrap;
  font-weight: 500;
}
.news-title {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
.news-btn, .case-cta {
  text-align: center;
  margin-top: 4rem;
}
.no-news {
  text-align: center;
  padding: 3rem;
  color: #888;
  font-size: 1.5rem;
}

/* Service page styles */
.service-intro {
  padding: 8rem 0;
}
.service-intro__content {
  margin-top: 3rem;
}
.service-intro__content > p {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
  color: #333;
}
.dc-merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
  justify-content: center;
}
.dc-merit-item {
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  padding: 3.5rem 3rem;
  flex: 1;
  min-width: 24rem;
  max-width: 27rem;
  text-align: center;
}
.dc-merit-icon {
  width: 6rem;
  height: 6rem;
  background: #1a3a5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.dc-merit-icon span {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Cormorant", serif;
}
.dc-merit-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1rem;
}
.dc-merit-item p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}

/* Service detail */
.service-detail {
  padding: 8rem 0;
}
.service-detail__items {
  margin-top: 4rem;
}
.service-detail__item {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
  padding: 4rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}
.service-detail__num {
  font-size: 5rem;
  font-weight: 700;
  color: #c8a45e;
  font-family: "Cormorant", serif;
  min-width: 8rem;
  text-align: center;
  line-height: 1;
}
.service-detail__body h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1.5rem;
}
.service-detail__body p {
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  margin-bottom: 2rem;
}
.service-detail__list {
  padding-left: 2rem;
}
.service-detail__list li {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  position: relative;
  padding-left: 1.5rem;
}
.service-detail__list li::before {
  content: "●";
  color: #c8a45e;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2em;
}

/* Strength box */
.service-strength {
  padding: 8rem 0;
}
.strength-box {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 4rem;
  justify-content: center;
}
.strength-box__item {
  background: #f8f9fa;
  padding: 4rem 3rem;
  border-radius: 8px;
  flex: 1;
  min-width: 30rem;
  border-left: 4px solid #c8a45e;
}
.strength-box__item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1.5rem;
}
.strength-box__item p {
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

/* Flow section */
.service-flow {
  padding: 8rem 0;
}
.flow-items {
  margin-top: 4rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.flow-item {
  position: relative;
  padding: 3rem 3rem 3rem 0;
  border-bottom: 1px solid #dde3ea;
}
.flow-item:last-child {
  border-bottom: none;
}
.flow-step {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c8a45e;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
  font-family: "Cormorant", serif;
}
.flow-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1rem;
}
.flow-item p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
}

/* Case page */
.case-intro {
  padding: 8rem 0;
}
.case-intro__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  margin-top: 2rem;
}
.case-list {
  margin-top: 5rem;
}
.case-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}
.case-item__header {
  background: #1a3a5c;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.case-tag {
  background: #c8a45e;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 700;
}
.case-item__header h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.case-item__body {
  padding: 3rem;
}
.case-item__info dl {
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.case-item__info dl:last-child {
  margin-bottom: 0;
}
.case-item__info dt {
  font-weight: 700;
  color: #1a3a5c;
  min-width: 10rem;
  padding-right: 2rem;
}
.case-item__info dd {
  color: #555;
  flex: 1;
}
.case-cta p {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 2rem;
}

/* Office section */
.office-section {
  padding: 8rem 0;
}
.office-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 1rem;
}
.office-item p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

/* Product items on front page */
.product-items {
  margin-top: 4rem;
}
.product-item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.service_number span {
  font-size: 4rem;
  font-weight: 700;
  color: #c8a45e;
  font-family: "Cormorant", serif;
  line-height: 1;
}
.service_content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.service_content p {
  font-size: 1.5rem;
  line-height: 2;
  color: rgba(255,255,255,0.8);
}
.product-btn {
  text-align: center;
  margin-top: 4rem;
}

/* Sub page background */
.sub-bg {
  background: #f8f9fa;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .strength-items {
    flex-direction: column;
    align-items: center;
  }
  .strength-item {
    max-width: 100%;
    width: 100%;
  }
  .dc-merit-list {
    flex-direction: column;
    align-items: center;
  }
  .dc-merit-item {
    max-width: 100%;
    width: 100%;
  }
  .service-detail__item {
    flex-direction: column;
    padding: 3rem 2rem;
  }
  .service-detail__num {
    min-width: auto;
  }
  .strength-box {
    flex-direction: column;
  }
  .strength-box__item {
    min-width: auto;
  }
  .case-item__header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .case-item__info dl {
    flex-direction: column;
  }
  .case-item__info dt {
    margin-bottom: 0.5rem;
  }
  .office-list {
    grid-template-columns: 1fr !important;
  }
  .office-item {
    max-width: 100%;
    width: 100%;
  }
  .product-item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .news-item {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .logo-text {
    font-size: 1.8rem;
  }
}

/* ===============================================
 * SP (max-width: 767px) FIXES
 * ============================================= */
@media screen and (max-width: 767px) {
  /* SP Header */
  .header-sp__top {
    padding: 0 1.2rem !important;
  }
  .header-sp__logo {
    width: 80vw !important;
  }
  .hamburger span {
    background-color: #1a3a5c !important;
    height: 0.50vw !important;
  }
  .logo-text-sp {
    font-size: 1.4rem !important;
    line-height: 1.3;
    background: #fff;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
  }
  .logo-text-sp .logo-accent {
    font-size: 0.75em !important;
    display: block !important;
  }

  /* SP Hero text */
  .home-mv__catch .title span {
    font-size: 6vw !important;
    padding-left: 5vw !important;
  }
  .home-mv__catch .sentence span {
    font-size: 1.3rem !important;
  }

  /* SP sections */
  .svc-section {
    padding: 5rem 0 !important;
  }
  .grid-col02 {
    gap: 2rem;
  }

  /* SP footer */
  .footer__flex {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__list {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .footer__item:not(:first-of-type) {
    margin-left: 0 !important;
  }
  .footer-logo-text {
    font-size: 2rem !important;
  }
  .footer__copyright {
    margin-top: 2rem !important;
  }

  /* SP case cards */
  .case-card-with-img {
    grid-template-columns: 1fr !important;
  }
  .case-card-with-img .case-img {
    height: 20rem;
  }

  /* SP flow */
  .flow07 > li .icon07 {
    width: 65px !important;
    min-width: 65px !important;
    font-size: 1.1rem !important;
    padding: 12px 5px 8px !important;
  }
  .flow07 > li .icon07 .num {
    font-size: 1.8rem !important;
  }
  .flow07 > li .icon07::after {
    border-left: 32.5px solid transparent !important;
    border-right: 32.5px solid transparent !important;
    border-top-width: 14px !important;
    bottom: -14px !important;
  }
  .flow07 > li dl {
    padding-left: 15px !important;
  }
  .flow07 > li dl dt {
    font-size: 1.6rem !important;
  }

  /* SP voice card */
  .voice-card {
    padding: 1.6rem;
  }
  .voice-card__title {
    font-size: 1.8rem !important;
  }

  /* SP contact section */
  .footer_top {
    padding: 4rem 1.5rem !important;
  }
  .footer_top .sec_inner {
    padding: 2.5rem !important;
  }

  /* SP company office maps */
  .sub-bg .grid-col02 {
    grid-template-columns: 1fr !important;
  }
}
