@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: gothicMB101Pro-Medium;
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf");
}
@font-face {
  font-family: gothicMB101Pro-Regular;
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf");
}
@font-face {
  font-family: notoSansCJKjp-black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: notoSansCJKjp-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-extra;
  src: url("../fonts/NotoSans-ExtraBold.ttf");
}
@font-face {
  font-family: acumin;
  src: url("../fonts/FontsFree-Net-aa2woff2.ttf");
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProLightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Book / Roman (400相当) */
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProBookOblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Medium (500相当) */
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProMediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Heavy (800相当) */
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProHeavyOblique.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
/* Black (900相当) */
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTPro";
  src: url("../font/AvenirLTProBlackOblique.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
.sp {
  display: none !important;
}

@media print, screen and (max-width: 769px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.sec-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-ttl-wrap .section-header__title {
  font-size: 36px;
  font-weight: 500;
  margin-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .sec-ttl-wrap .section-header__title {
    font-size: max(4.6875vw, 20px);
  }
}
.sec-ttl-wrap .sub-ttl {
  font-family: "AvenirLTPro" sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
}
@media only screen and (max-width: 768px) {
  .sec-ttl-wrap .sub-ttl {
    font-size: max(2.8125vw, 14px);
  }
}

/* Hero Section */
.hero {
  position: relative;
  aspect-ratio: 1366/1046;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 8;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .hero {
    aspect-ratio: 3/4;
  }
}
.hero .wave-lines-container {
  top: calc(38.2869692533vw - 100px);
}
@media only screen and (max-width: 768px) {
  .hero .wave-lines-container {
    top: calc(66.6666666667vw - 100px);
  }
}

.hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-white);
  max-width: 800px;
  padding: 2rem;
}
.hero__content.container {
  margin-top: 30vw;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .hero__content.container {
    margin-bottom: unset;
    margin-top: 0vw;
  }
}
.hero__content .hero__title {
  font-family: "AvenirLTPro" sans-serif;
  font-size: min(6rem, 145px);
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .hero__content .hero__title {
    font-size: 6.5104166667vw;
  }
}
.hero__content h2 {
  font-size: 21px;
  line-height: 1.8;
  margin-top: 15px;
  letter-spacing: 1.4em;
}
@media only screen and (max-width: 768px) {
  .hero__content h2 {
    font-size: 16px;
  }
}
.hero__content .hero__subtitle {
  margin-top: 20%;
  font-size: 20px;
  line-height: 2.2;
  text-align: left;
}
@media print, screen and (max-width: 1024px) {
  .hero__content .hero__subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__content .hero__subtitle {
    display: none;
  }
}

/* Section Header */
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .section-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-header .section-header-inn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .section-header .sec-ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .section-header .sec-ttl-wrap .sub-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .section-header .sec-ttl-wrap .section-header__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.section-header--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header__icon {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .section-header__icon {
    width: 45px;
  }
}

.section-header__title {
  font-size: 2rem;
  font-weight: 600;
}

.section-header__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .section-header__tabs {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tab-btn {
  background-color: transparent;
  background-color: #ccc;
  color: var(--color-white);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
}
@media only screen and (max-width: 768px) {
  .tab-btn {
    min-width: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: max(2.8125vw, 13px);
  }
}

.tab-btn:hover {
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
  color: var(--color-white);
}

.tab-btn.active {
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
  color: var(--color-white);
}

.section-header__button {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.section-header__button:hover {
  background-color: var(--color-primary-dark);
}

/* Property Section */
.property {
  padding: 5rem 0;
  background-color: var(--color-white);
}

.property__description {
  margin: 3rem auto !important;
  color: var(--color-gray-600);
  line-height: 1.8;
  font-size: 16px;
}

/* Swiper Slider Wrappers */
.property-card,
.member-slider-wrapper,
.news-slider-wrapper,
.about-slider-wrapper {
  position: relative;
  margin: 50px 0;
}
.property-card .card__title,
.member-slider-wrapper .card__title,
.news-slider-wrapper .card__title,
.about-slider-wrapper .card__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.property-card .card__image,
.member-slider-wrapper .card__image,
.news-slider-wrapper .card__image,
.about-slider-wrapper .card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.property-card .card__image img,
.member-slider-wrapper .card__image img,
.news-slider-wrapper .card__image img,
.about-slider-wrapper .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.property-card .card__content,
.member-slider-wrapper .card__content,
.news-slider-wrapper .card__content,
.about-slider-wrapper .card__content {
  padding: 1.5rem 0;
}

.property__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: unset;
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
  z-index: 10;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.83;
  -webkit-transition: 0.5;
  transition: 0.5;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  stroke-width: 2;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.swiper-button-prev {
  left: max((100vw - 1080px) / 2, 5vw);
  margin-top: -10px;
}

.swiper-button-next {
  left: max((100vw - 1080px) / 2, 5vw);
  margin-top: -60px;
}

.swiper-scrollbar {
  max-width: 1080px;
  width: 90vw;
  margin-bottom: -40px;
  margin-left: max((100vw - 1080px) / 2, 5vw);
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative !important;
  background-color: #e6e6e6;
  height: 8px;
  border-radius: 0;
  max-width: 1080px;
  width: 90vw;
  margin-bottom: -40px;
  margin-left: 0;
}

.swiper-scrollbar-drag {
  background-color: var(--color-primary-light);
  height: 8px;
  border-radius: 0;
}

.property-prev,
.property-next,
.member-prev,
.member-next,
.news-prev,
.news-next {
  /* Inherits from .swiper-button-prev and .swiper-button-next */
}

#news-topic {
  padding: 60px 0 40px;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 40px 40px 0 0;
  margin-top: -10px;
  position: relative;
  z-index: 9;
}
#news-topic .lead-txt {
  font-size: max(2.734375vw, 16px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 490px) {
  #news-topic .lead-txt br {
    display: none;
  }
}
#news-topic .topic-list {
  margin-top: 25px;
}
#news-topic .topic-list li {
  margin-top: 15px;
}
#news-topic .topic-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #news-topic .topic-list li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#news-topic .topic-list li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#news-topic .topic-list li a:hover .arr-wrap svg {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  #news-topic .topic-list li a .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #news-topic .topic-list li a .info span {
    display: block;
  }
}
#news-topic .topic-list li a .info .date {
  color: #b3b3b3;
  font-family: "AvenirLTPro" sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
}
#news-topic .topic-list li a .info .title {
  color: #cccccc;
  font-size: 16px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset !important;
}

.property .swiper-button-prev {
  margin-top: 160px;
}
.property .swiper-button-next {
  margin-top: 110px;
}

.property, .archive-page {
  padding: 80px 0;
  /* Property Card */
}
.property .property-card, .archive-page .property-card {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.property .property-card:hover, .archive-page .property-card:hover {
  opacity: 0.8;
}
.property .property-card__image, .archive-page .property-card__image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.property .property-card__image img, .archive-page .property-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.property .property-card__title, .archive-page .property-card__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.work-info {
  padding: 80px 0;
  background-color: var(--color-primary-light);
  border-radius: 50px 50px 0 0;
  color: var(--color-white);
}
.work-info .sec-ttl-wrap .sub-ttl {
  color: var(--color-white);
}
.work-info .property__description {
  color: var(--color-white);
}
.work-info .tab-btn {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.work-info .tab-btn.active, .work-info .tab-btn:hover {
  background-color: var(--color-white);
  color: var(--color-primary-light);
}
.work-info .tab-btn {
  background-color: unset;
}
.work-info .property-slider-wrapper .card__content .label-wrap .flex div.category {
  border-color: var(--color-white);
  color: var(--color-white);
}
.work-info .swiper-scrollbar-drag {
  background-color: var(--color-white);
  height: 8px;
  border-radius: 0;
}

.flex.sec-infomation-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .flex.sec-infomation-wrap {
    max-width: 600px;
    margin: auto;
  }
}
.flex.sec-infomation-wrap .sec__main-content {
  padding-bottom: 40px;
  width: 45%;
}
@media print, screen and (max-width: 1024px) {
  .flex.sec-infomation-wrap .sec__main-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.flex.sec-infomation-wrap .sec__main-content .lead {
  font-size: 24px;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  margin: 30px 0;
}
.flex.sec-infomation-wrap .sec__main-content .txt {
  font-size: 16px;
  line-height: 2.5;
}
@media only screen and (max-width: 490px) {
  .flex.sec-infomation-wrap .sec__main-content .txt br {
    display: none;
  }
}
.flex.sec-infomation-wrap .img-wrap {
  width: 50%;
}
@media print, screen and (max-width: 1024px) {
  .flex.sec-infomation-wrap .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.flex.sec-infomation-wrap .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  height: 100%;
}

.sec_inner__header {
  position: relative;
  margin-bottom: 3rem;
}

.sec_inner__title {
  position: absolute;
  width: 100vw;
  text-align: center;
  font-size: min(8.0527086384vw, 110px);
  font-weight: 300;
  color: var(--color-primary-light);
  letter-spacing: 0.1em;
  padding-right: 30px;
  margin-top: -80px;
}

/* Service Section */
.service {
  padding: 80px 0;
}
.service .serice-deco {
  z-index: -1;
  width: 30vw;
  max-width: 400px;
  left: -20px;
  margin-top: -50px;
}
.service .serviceSwiper {
  margin-top: 50px;
}
.service .serviceSwiper .slide-text {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  color: var(--color-primary);
  margin-top: 10px;
}
.service .sec_inner__header {
  width: 100%;
  padding-left: 50vw;
}
.service .sec_inner__title {
  max-width: 400px;
  width: 30vw;
  margin-left: -130px;
  margin-top: -50px;
  z-index: 10;
}
@media print, screen and (max-width: 1300px) {
  .service .sec_inner__title {
    margin-left: -10vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .service .sec_inner__title {
    width: 60%;
    max-width: 400px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .service .sec_inner__title {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 490px) {
  .service .sec_inner__title {
    margin-top: -25px;
  }
}

/* My Home Section */
.myhome {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-image: url(../img/top/catch-img.png);
  background-size: cover;
  background-position: center;
}
.myhome .wave-lines-container {
  margin-top: 100px;
}
.myhome .myhome__content {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: var(--color-white);
}
.myhome .myhome__title {
  font-family: "AvenirLTPro" sans-serif;
  font-size: min(10.8532934132vw, 145px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.myhome .myhome__text {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 21px;
  margin-bottom: 2rem;
}
.myhome .btn {
  margin: 30px auto;
}
.myhome .link-list {
  max-width: 1250px;
  width: 90%;
  margin: 30px auto;
}
@media print, screen and (max-width: 769px) {
  .myhome .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myhome .link-list li {
  width: 22%;
}
@media print, screen and (max-width: 769px) {
  .myhome .link-list li {
    width: 100%;
  }
}
.myhome .link-list li::before {
  position: absolute;
  content: "→";
  margin-left: 100px;
  margin-top: 15px;
}
.myhome .link-list li a {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
}
.myhome .link-list li a:hover {
  background-color: rgba(107, 183, 44, 0.5411764706);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* About Section */
.about {
  padding: 5rem 0;
  background-image: url(../img/top/about-bg.png);
  background-color: cover;
}
.about .sec_inner__header {
  width: 100%;
  padding-left: 50vw;
}
.about .sec_inner__title {
  max-width: 500px;
  width: 40vw;
  margin-left: -170px;
  margin-top: -50px;
  z-index: 10;
}
@media print, screen and (max-width: 1300px) {
  .about .sec_inner__title {
    margin-left: -12vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .sec_inner__title {
    width: 90%;
    margin-left: -250px;
    max-width: 400px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .about .sec_inner__title {
    margin-top: -40px;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 490px) {
  .about .sec_inner__title {
    margin-top: -35px;
    margin-left: -45vw;
  }
}
.about .serice-deco {
  width: 25vw;
  max-width: 350px;
  right: 5vw;
  margin-top: -30px;
  z-index: 1;
}
.about .sec-infomation-wrap {
  position: relative;
  z-index: 2;
}
.about .member-wrap .member-list {
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  position: relative;
  margin: 50px auto;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .about .member-wrap .member-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }
}
.about .member-wrap .member-list .img-wrap .hover {
  display: none;
}
.about .member-wrap .member-list .txt-wrap {
  position: absolute;
  width: min(75vw, 280px);
  text-align: center;
  color: #fff;
  margin-top: -250px;
  z-index: 4;
  display: none;
}
@media only screen and (max-width: 768px) {
  .about .member-wrap .member-list .txt-wrap {
    margin-top: max(-45vw, -220px);
  }
}
.about .member-wrap .member-list .txt-wrap .name {
  font-size: 30px;
}
.about .member-wrap .member-list .txt-wrap .name-kana {
  font-size: 18px;
  margin-top: 5px;
}
.about .member-wrap .member-list .txt-wrap .arrow-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about .member-wrap .member-list .txt-wrap .arrow-wrap {
    margin-top: 20px;
  }
}
.about .member-wrap .member-list a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .member-wrap .member-list a:hover .txt-wrap {
  display: block;
}
.about .member-wrap .member-list a:hover .img-wrap .hover {
  display: block;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
.about .member-wrap .member-list a:hover .img-wrap .default {
  display: none;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
.about .member-wrap .txt-flow-wrap {
  position: absolute;
  margin-top: 120px;
  z-index: 1;
}

/* Info Banner */
.info-banner {
  background: #f7f6cd;
  border-top: 18px solid var(--color-primary-light);
  border-bottom: 18px solid var(--color-primary-light);
  padding: 0;
  color: var(--color-primary-light);
}
@media print, screen and (max-width: 1024px) {
  .info-banner {
    border-bottom: unset;
  }
}
@media print, screen and (max-width: 1024px) {
  .info-banner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info-banner .img-wrap {
  width: 55%;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .img-wrap {
    width: 100%;
  }
}
.info-banner .img-wrap img {
  border-radius: 100% 0 0 100%;
  border-left: 18px solid var(--color-primary-light);
  border-top: 18px solid var(--color-primary-light);
  border-bottom: 18px solid var(--color-primary-light);
  height: calc(100% + 36px);
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
@media print, screen and (max-width: 1024px) {
  .info-banner .img-wrap img {
    border-radius: unset;
    border: unset;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.info-banner .txt-wrap {
  padding-top: 30px;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap {
    width: 90%;
    max-width: 500px;
    margin: auto;
  }
}
.info-banner .txt-wrap .catch-wrap {
  height: 80px;
}
.info-banner .txt-wrap .catch-wrap img {
  height: 100%;
  margin: auto;
}
.info-banner .txt-wrap .txt-02 {
  font-size: 40px;
  margin-top: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap .txt-02 {
    font-size: max(3.7109375vw, 25px);
  }
}
.info-banner .txt-wrap .bar {
  width: 530px;
  height: 6px;
  border-radius: 5px;
  background-color: var(--color-primary-light);
  margin: 6px auto;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap .bar {
    width: 100%;
  }
}
.info-banner .txt-wrap .inner-flex {
  padding-left: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap .inner-flex {
    margin-bottom: -5px;
    padding-left: 0;
  }
}
.info-banner .txt-wrap .inner-flex .icon-wrap {
  width: 50%;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap .inner-flex .icon-wrap {
    width: 90%;
    max-width: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    z-index: 2;
  }
}
.info-banner .txt-wrap .inner-flex .btn-wrap {
  width: 45%;
}
@media print, screen and (max-width: 1024px) {
  .info-banner .txt-wrap .inner-flex .btn-wrap {
    width: 90%;
    max-width: 250px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* News Section */
.news {
  padding: 5rem 0;
  background-color: var(--color-white);
}
.news .news-slider-wrapper {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .news .news-slider-wrapper {
    padding-left: 5vw;
    margin-top: 0;
  }
}
.news .news-slider-wrapper .swiper-button-next {
  right: 5vw;
  left: unset;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .news .news-slider-wrapper .swiper-button-next {
    right: unset;
    left: 5vw;
    margin-top: -10vw;
  }
}
.news .news-slider-wrapper .swiper-button-prev {
  margin-top: -10px;
  left: 5vw;
}
.news .news-slider-wrapper .swiper-scrollbar {
  margin-left: max((100vw - 1080px) / 2, 5vw);
}
.news .news-description {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .news .news-description {
    margin-top: 15px;
  }
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: var(--color-gray-50);
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.news__item:hover {
  background-color: var(--color-gray-100);
}

.news__date {
  font-size: 0.9rem;
  color: var(--color-gray-600);
  min-width: 100px;
}

.news__category {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.news__category--property {
  background-color: #3B82F6;
}

.news__category--event {
  background-color: #F59E0B;
}

.news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 500;
}

:root {
  --color-primary: #009944;
  --color-primary-dark: #009944;
  --color-primary-light: #6bb72c;
  --color-white: #ffffff;
  --color-gray-50: #F9FAFB;
  --color-gray-100: #F3F4F6;
  --color-gray-200: #E5E7EB;
  --color-gray-300: #D1D5DB;
  --color-gray-500: #6B7280;
  --color-gray-600: #4B5563;
  --color-gray-800: #1F2937;
  --color-gray-900: #111827;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "KozGoPr6N-Medium" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-800);
  background-color: var(--color-white);
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.container-left {
  margin: 0;
  width: 100vw;
  padding-left: max((100vw - 1080px) / 2, 5vw);
}

.container-right {
  margin: 0;
  width: 100vw;
  padding-right: max((100vw - 1080px) / 2, 5vw);
}

.container-left-half {
  margin: 0;
  width: 100vw;
  padding-left: max((100vw - 1080px) / 2, 5vw);
  padding-right: max((100vw - 1250px) / 2, 3vw);
}

.container-right-half {
  margin: 0;
  width: 100vw;
  padding-right: max((100vw - 1080px) / 2, 5vw);
  padding-left: max((100vw - 1250px) / 2, 3vw);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tb-show {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .tb-show {
    display: block !important;
  }
}

@media print, screen and (max-width: 1024px) {
  .tb-hidden {
    display: none !important;
  }
}

.sp-show {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none !important;
  }
}

.abso {
  position: absolute;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 画面に入った時に付与されるクラス */
.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header.active {
  background-color: rgba(0, 0, 0, 0.2392156863);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--color-gray-900);
}
.header__logo img {
  height: 60px;
}

.header__icon {
  width: 2rem;
  height: 2rem;
  stroke: var(--color-primary);
  stroke-width: 2;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.header__nav a {
  text-decoration: none;
  color: var(--color-gray-700);
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}

.header__nav a:hover {
  color: var(--color-primary);
}

.header__cta {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  font-size: 12px;
  padding: 15px;
  font-family: "AvenirLTPro" sans-serif;
  font-weight: 500;
}

.header__cta:hover {
  background-color: var(--color-primary-dark);
}

.container {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

.swiper-button-lock {
  display: none !important;
}

.btn {
  background-color: var(--color-primary-light);
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  width: 90%;
  border: unset;
  font-size: 18px;
  font-family: "AvenirLTPro" sans-serif;
  letter-spacing: 0.28em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.btn.dark {
  background-color: var(--color-primary);
}
.btn span {
  color: var(--color-white);
}
.btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.label-wrap .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
}
.label-wrap .flex div {
  padding: 3px 25px;
  border-radius: 3px;
  font-size: 9px;
}
.label-wrap .flex div.place {
  background-color: var(--color-primary-light);
  color: var(--color-white);
}
.label-wrap .flex div.category {
  border: 1px solid var(--color-primary-light);
  color: var(--color-primary-light);
}

/* 背景確認用（適宜削除してください） */
.wave-lines-container {
  width: 100%;
  height: 100px; /* 波の高さに合わせて少し余裕を持たせる */
  overflow: hidden;
  position: absolute;
  background: transparent;
}

.wave-svg {
  /* 画面幅の3倍にして、より大きな動きに対応 */
  width: 300%;
  height: 100%;
}

/* 共通のアニメーション設定：周期が長いので速度も少し遅く(15s)するとより優雅です */
.wave-group path {
  opacity: 0.5;
}

/* 1本目：左から右へ（1周期分 800px 移動） */
.wave-1 {
  -webkit-animation: move-wave-right 15s linear infinite;
          animation: move-wave-right 15s linear infinite;
}

/* 2本目：右から左へ（反転させて 800px 移動） */
.wave-2 {
  -webkit-animation: move-wave-left 15s linear infinite;
          animation: move-wave-left 15s linear infinite;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

@-webkit-keyframes move-wave-right {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move-wave-right {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes move-wave-left {
  0% {
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes move-wave-left {
  0% {
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
/* Hamburger Menu Button */
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  padding: 10px;
  background-color: var(--color-primary);
  border-radius: 5px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.header__hamburger .txt {
  line-height: 1;
  color: #fff;
  font-family: "AvenirLTPro" sans-serif;
}
.header__hamburger .txt.opened {
  display: none;
}
.header__hamburger.is-open {
  background-color: var(--color-primary-light);
}
.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 10px;
}
.header__hamburger.is-open span:nth-child(2) {
  display: none;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -10px;
}
.header__hamburger.is-open .txt.not-open {
  display: none;
}
.header__hamburger.is-open .txt.opened {
  display: block;
  margin-top: 10px;
}

.header__hamburger span {
  width: 38px;
  height: 5px;
  background-color: var(--color-white);
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.mobile-menu__content {
  position: absolute;
  inset: 0;
  background-color: var(--color-white);
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-menu.active .mobile-menu__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu__hero {
  position: relative;
  height: 100vw;
  background-image: url(../img/top/mv-bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.mobile-menu__hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.mobile-menu__hero-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  top: 1rem;
  left: 1rem;
  color: var(--color-white);
}
.mobile-menu__hero-content .hero__content {
  margin-bottom: unset;
}

.mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}

.mobile-menu__logo svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--color-white);
  stroke-width: 2;
}

.mobile-menu__title {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.mobile-menu__nav {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: -30px;
  padding: 40px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  z-index: 2;
  position: relative;
}

.mobile-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 0;
  text-decoration: none;
  color: var(--color-primary);
  font-size: max(2.2900763359vw, 12px);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 20px;
}
.mobile-menu__link .jp {
  color: #000;
  font-size: max(3.8167938931vw, 20px);
}

.mobile-menu__link:hover {
  color: var(--color-primary);
}

.mobile-menu__link svg {
  width: 50px;
  height: 50px;
}

.mobile-menu__contact {
  padding: 0;
  color: var(--color-white);
}

.mobile-menu__contact h3 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.mobile-menu__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: var(--color-white);
  color: var(--color-primary);
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-menu__cta:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mobile-menu__cta svg {
  width: 32px;
  height: 32px;
  padding: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
  stroke: var(--color-white);
  stroke-width: 2;
}

.mobile-menu__footer {
  padding: 2rem 1.5rem;
}

.mobile-menu__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.mobile-menu__company svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke: var(--color-primary);
  stroke-width: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile-menu__company p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--color-gray-700);
}

.mobile-menu__company strong {
  font-size: 1rem;
  color: var(--color-gray-900);
}

.mobile-menu__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-gray-300);
}

.side-menu {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 768px) {
  .side-menu {
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.side-menu.is-hidden {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media only screen and (max-width: 768px) {
  .side-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.side-menu li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .side-menu li {
    margin-bottom: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu li:nth-child(1) a {
    border-radius: 15px 0 0 0;
  }
}
.side-menu li:nth-child(2) a {
  background-color: var(--color-primary-light);
}
@media only screen and (max-width: 768px) {
  .side-menu li:nth-child(2) a {
    border-radius: 0 15px 0 0;
  }
}
.side-menu a {
  padding: 10px;
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 230px;
  width: 65px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 15px 0 0 15px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .side-menu a {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 50px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    border: unset;
    padding: 10px;
  }
}
.side-menu a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.side-menu a span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .side-menu a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.side-menu a span svg {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .side-menu a span svg {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.side-menu a .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .side-menu a .txt {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: max(3.28125vw, 15px);
  }
}

@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.subpage-mv-section {
  padding: 100px 0 50px;
}
.subpage-mv-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .subpage-mv-section__content .subpage-mv-menu {
    display: none;
  }
}
.subpage-mv-section__leaves {
  width: 1%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .subpage-mv-section__leaves {
    width: 10%;
  }
}
.subpage-mv-section__leaves img {
  position: absolute;
  width: 25vw;
  max-width: 300px;
  scale: 1.2;
  margin-left: -20vw;
}
@media only screen and (max-width: 768px) {
  .subpage-mv-section__leaves img {
    scale: 1.5;
  }
}
.subpage-mv-section .sec-ttl-wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .subpage-mv-section .sec-ttl-wrap {
    width: 80%;
  }
}
main {
  overflow: hidden;
}

.subpage-mv-menu {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .subpage-mv-menu {
    width: 90%;
    margin: 40px auto 0;
  }
}
.subpage-mv-menu .subpage-mv-menu__item {
  width: 48%;
}
.subpage-mv-menu .subpage-mv-menu__item a {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.subpage-mv-menu .subpage-mv-menu__item a span {
  color: #ccc;
}
.subpage-mv-menu .subpage-mv-menu__item a:hover {
  border-bottom: 1px solid #6bb72c;
}
.subpage-mv-menu .subpage-mv-menu__item a:hover span {
  color: #6bb72c;
}

.loop-slider {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.loop-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 中身のサイズに合わせる */
  -webkit-animation: loop-scroll 30s linear infinite;
          animation: loop-scroll 30s linear infinite; /* 30sを変えると速度が変わる */
}

.loop-slider__track img {
  height: 150px; /* 画像の縦幅 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像をトリミングして枠に収める */
  margin-right: 10px; /* 画像同士の隙間 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 1セット分の長さ（(幅300px + 隙間10px) × 5枚 = -1550px）を移動させる */
    -webkit-transform: translateX(-1550px);
            transform: translateX(-1550px);
  }
}

@keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 1セット分の長さ（(幅300px + 隙間10px) × 5枚 = -1550px）を移動させる */
    -webkit-transform: translateX(-1550px);
            transform: translateX(-1550px);
  }
}
.subpage .lead-txt {
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
}
@media only screen and (max-width: 768px) {
  .subpage .lead-txt {
    font-size: max(3.75vw, 21px);
  }
}
.subpage .txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.subpage .btn {
  max-width: 330px;
  padding-left: 30px;
}
html {
  overflow-y: scroll; /* スクロール機能は維持 */
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

/* Chrome, Edge, Safari 対応 */
html::-webkit-scrollbar {
  display: none;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-61%);
          transform: translateY(-61%);
  width: 8.5rem;
  height: 8.5rem;
  background: #64B5E7;
  padding: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1.7rem) rotate(-45deg);
          transform: translateY(1.7rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1.9rem) rotate(45deg);
          transform: translateY(-1.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #82CE98;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-nav .mobile-img {
  width: 100%;
}
#mobile-nav .mobile-img img {
  width: 100%;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 3rem 3rem;
}
#mobile-nav .top-sdg {
  padding-top: 10rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.3rem 0;
  list-style: none;
  cursor: pointer;
}
#mobile-nav .mobile-nav-menu > li .menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobile-nav .mobile-nav-menu > li .menu-link .mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobile-nav .mobile-nav-menu > li .menu-link .sub {
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li .menu-link .lead {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 2;
}
#mobile-nav .mobile-nav-menu > li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #82CE98;
  font-size: 2.4rem;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

/* Contact Section */
.footer-contact-dammy {
  background-color: var(--color-primary);
  z-index: 3;
}
.contact {
  position: relative;
  padding: 0 0 5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-primary-light)), color-stop(50%, var(--color-primary-light)), to(var(--color-primary)));
  background: linear-gradient(180deg, var(--color-primary-light) 0%, var(--color-primary-light) 50%, var(--color-primary) 100%);
  color: var(--color-white);
  text-align: center;
  overflow: hidden;
}
.contact .container {
  padding-top: 100px;
}
.contact .ttl-wrap {
  text-align: left;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .contact .ttl-wrap {
    width: 100%;
  }
}
.contact .ttl-wrap .contact__title {
  font-family: "AvenirLTPro" sans-serif;
  font-size: min(8.0527086384vw, 110px);
  font-weight: 300;
}
.contact .ttl-wrap .contact__subtitle {
  font-size: 21px;
  letter-spacing: 1.4em;
}
@media only screen and (max-width: 768px) {
  .contact .ttl-wrap .contact__subtitle {
    font-size: 18px;
  }
}
.contact .detail-wrap {
  text-align: left;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .contact .detail-wrap {
    padding-top: 15px;
  }
}
.contact .detail-wrap .txt {
  font-size: 16px;
  line-height: 2.2;
}
.contact .detail-wrap .btn {
  margin-top: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact .detail-wrap .btn {
    margin: 20px auto;
  }
}
.contact .detail-wrap .btn span {
  color: var(--color-primary-light);
}

/* 波のSVGスタイル */
.waves {
  position: relative;
  width: 100%;
  height: 10vh; /* 波の高さ（スマホ・PCで調整可） */
  min-height: 60px;
  max-height: 150px;
  margin-bottom: -7px; /* 下部フッター本体との隙間を埋める */
}

/* アニメーションする波のパーツ */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

/* 1つ目の波（手前・不透明） */
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  fill: var(--color-primary); /* フッター本体と同じ色 */
}

/* 2つ目の波（後ろ・半透明） */
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  fill: var(--color-primary-light); /* 少し透けさせる */
}

/* 波のアニメーション定義 */
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.contact .container {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .contact .container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: 90%;
    margin: auto;
  }
}

.contact__title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.contact__subtitle {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  opacity: 0.95;
}

.contact__methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.contact__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: left;
}

.contact__method svg {
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__method-label {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.contact__method-value {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact__method-hours {
  font-size: 0.85rem;
  opacity: 0.8;
}

.contact__button {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: none;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contact__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Responsive */
/* Footer */
.footer {
  background-color: var(--color-white);
  padding: 100px 0 20px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 60px;
    text-align: center;
  }
}

/* Footer Header */
.footer__header-container {
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer__header-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__logo img {
  height: 100%;
}

.footer__icon {
  width: 3rem;
  height: 3rem;
  stroke: var(--color-primary);
  stroke-width: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__subtitle {
  font-size: 0.75rem;
  color: var(--color-gray-700);
  margin-bottom: 0.125rem;
}

.footer__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-gray-900);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.footer__nav a {
  font-size: 14px;
  color: var(--color-gray-900);
  white-space: nowrap;
}

.footer__cta {
  background-color: var(--color-primary);
  font-family: "AvenirLTPro" sans-serif;
  color: var(--color-white);
  border: none;
  padding: 0.75rem 2rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
}

/* Footer Info Bar */
.footer__info {
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  color: var(--color-gray-700);
}
.footer__postal {
  font-weight: 500;
}

.footer__hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 5px;
}

.footer__time {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary-light);
}

.badge {
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.badge--filled {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.badge--outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  color: var(--color-gray-700);
}

.partner-logo img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-logo span {
  text-align: center;
  line-height: 1.3;
}

/* Footer Contact Section */
.footer__contact {
  margin: 3rem auto;
}

.footer__divider {
  height: 1px;
  background-color: var(--color-primary);
  width: 100%;
}

.footer__divider--vertical {
  width: 1px;
  height: auto;
  min-height: 60px;
}

.footer__contact-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  cursor: pointer;
}
.contact-card:nth-child(1) {
  padding-left: max((100vw - 1080px) / 2, 5vw);
}
.contact-card:nth-child(3) {
  padding-right: max((100vw - 1080px) / 2, 5vw);
}

.contact-card:hover {
  opacity: 0.8;
}

.contact-card__icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--color-primary-light);
  stroke-width: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: var(--color-primary-light);
  font-weight: 500;
}

.contact-card__arrow {
  width: 1rem;
  height: 1rem;
  stroke: var(--color-primary-light);
  stroke-width: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Footer Bottom */
.footer__bottom-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 80px;
}

.footer__cta-bottom {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav-bottom a {
  font-size: 0.875rem;
  color: var(--color-gray-900);
}

.footer__legal {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 12px;
  color: var(--color-gray-500);
}

.footer__links a {
  color: var(--color-gray-500);
}
.footer__links a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__separator {
  color: var(--color-gray-500);
}

.footer__copyright {
  font-size: 12px;
  color: var(--color-gray-700);
}

/* Responsive */
@media (max-width: 1200px) {
  .footer__nav {
    gap: 1rem;
  }
  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .footer__nav-bottom {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .footer__contact, .footer__nav, .footer__cta {
    display: none;
  }
  .footer .flex, .footer__header-container, .footer__info, .footer__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__partners {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer__copyright {
    margin-top: 3vw;
  }
}
@media (max-width: 768px) {
  .footer__header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0.5rem;
  }
  .footer__cta {
    width: 100%;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__info .info-wrap {
    width: 100%;
  }
  .footer__address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    font-size: max(3.28125vw, 16px);
  }
  .footer__partners, .footer__hours {
    width: 100%;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: max(2.5vw, 12px);
  }
  .contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .contact-card__text {
    font-size: 1rem;
  }
  .footer__bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__cta-bottom {
    width: 100%;
  }
  .footer__nav-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0.5rem;
  }
  .footer__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  .footer__legal .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer__legal .footer__copyright {
    text-align: center;
    width: 100%;
  }
  .footer__bottom-container {
    padding-bottom: 50px;
  }
}
.p-service .lead-txt {
  margin-top: 50px;
}
.p-service .txt {
  margin-top: 30px;
}
.p-service .service-lead {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .p-service .service-lead {
    padding: 30px 0;
  }
}
.p-service .services-overview {
  background: var(--color-primary-light) 0%;
  padding: 80px 0;
  position: relative;
  border-radius: 50px 50px 0 0;
}
.p-service .services-overview__container {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.p-service .services-overview__title {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-primary-light);
  text-align: center;
  margin-bottom: 2rem;
  background-color: var(--color-white);
  display: inline-block;
  padding: 10px 0px;
  width: 50%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-service .services-overview__title {
    width: 100%;
  }
}
.p-service .services-overview__description {
  color: var(--color-white);
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-service .services-overview__description br {
    display: none;
  }
}
.p-service .services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-service .services-grid {
    max-width: 400px;
    margin: 10px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-service .services-grid--bottom {
  margin-bottom: 0;
}
.p-service .service-box {
  position: relative;
  background-color: transparent;
  border: 2px solid var(--color-white);
  border-radius: 15px;
  padding: 15px 0px 30px;
  min-width: 140px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .p-service .service-box {
    padding: 10px 0;
    width: 100%;
    min-height: unset;
  }
}
.p-service .service-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.p-service .service-box__number {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "AvenirLTPro" sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-service .service-box__number {
    margin-bottom: 0px;
  }
}
.p-service .service-box__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-service .service-box__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service .service-box__text p {
  margin: 0;
}
.p-service .service-box__connector {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-service .service-box__connector {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service .hero-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-service .hero-image {
    height: 70vw;
  }
}
.p-service .hero-image img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service .service-detail {
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  border-radius: 15px 0;
}
.p-service .service-detail__container {
  padding: 70px 0;
  max-width: 1080px;
  margin: 0 auto;
}
.p-service .service-detail__header {
  text-align: center;
  margin-bottom: 3rem;
}
.p-service .service-detail__title {
  font-size: 36px;
  font-weight: 400;
  color: var(--color-gray-900);
  margin-bottom: 0.5rem;
}
.p-service .service-detail__subtitle {
  font-size: 18px;
  color: #2234da;
  font-weight: 400;
}
.p-service .service-detail__section-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-gray-900);
  margin-bottom: 1.5rem;
}
.p-service .service-detail__description {
  font-size: 16px;
  color: var(--color-gray-900);
  line-height: 1.9;
  margin-bottom: 3rem;
}
.p-service .features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  margin: 50px 0;
  font-weight: 500;
}
.p-service .features__title {
  font-size: 21px;
  font-weight: 400;
  color: var(--color-gray-900);
}
.p-service .features__underline {
  width: 85px;
  height: 2px;
  background-color: var(--color-primary-light);
}
.p-service .features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 1024px) {
  .p-service .features__grid {
    display: block;
  }
}
.p-service .feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-service .feature-card__icon-wrapper {
  position: relative;
  width: 176px;
  height: 176px;
  border-radius: 15px;
  border: 1px solid var(--color-primary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card__icon-wrapper {
    height: unset;
    aspect-ratio: 1/1;
    width: 35%;
    max-width: 176px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service .feature-card__icon-wrapper {
    width: 28%;
  }
}
.p-service .feature-card__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-service .feature-card__icon {
    max-width: 80%;
  }
}
.p-service .feature-card__icon-location {
  position: absolute;
  bottom: 20%;
  right: 20%;
  width: 50px;
  height: 50px;
}
.p-service .feature-card__number {
  width: 40px;
  height: 40px;
  background-color: var(--color-primary-light);
  border: 2px solid var(--color-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--color-white);
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card__number {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card__number.tb-hidden {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card .feature-card__title .feature-card__number {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.p-service .feature-card__title {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50px;
  font-size: 21px;
  font-weight: 400;
  color: var(--color-primary-light);
  line-height: 1.4;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
}
.p-service .feature-card__title .sp {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card__title {
    height: auto;
    width: 60%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    text-align: left;
  }
  .p-service .feature-card__title br {
    display: none;
  }
  .p-service .feature-card__title br.sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-service .feature-card__title {
    width: 65%;
    font-size: max(3.28125vw, 18px);
  }
}
.p-service .feature-card__title span {
  display: block;
}
.p-service .feature-card__description {
  font-size: 16px;
  color: var(--color-gray-900);
  line-height: 1.8;
}
@media print, screen and (max-width: 1024px) {
  .p-service .feature-card__description {
    width: 100%;
  }
}
.p-service .feature-card .txt {
  margin-top: 0;
}
.p-service .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-service .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service .cta-buttons a {
    margin-top: 0;
  }
}
.p-service .cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-service .cta-button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p-service .cta-button svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service .cta-button--light {
  background-color: var(--color-primary-light);
  color: var(--color-white);
}
.p-service .cta-button--light svg polyline {
  stroke: var(--color-white);
}
.p-service .cta-button--dark {
  background-color: #2234da;
  color: var(--color-white);
}
.p-service .cta-button--dark svg polyline {
  stroke: var(--color-white);
}

.p-company .subpage-mv-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-company .subpage-mv-menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-company .company-deco {
  max-width: 300px;
  width: 40vw;
  right: 0;
  margin-top: 100px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-company .company-deco {
    margin-top: -170px;
  }
}
.p-company .s-message {
  padding: 60px 0 120px;
}
.p-company .s-message .name-wrap {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .p-company .s-message .name-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}
.p-company .s-message .name-wrap .presi {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 500;
}
.p-company .s-message .name-wrap .name {
  font-weight: 600;
  font-size: 28px;
}
.p-company .s-message .img-wrapper {
  margin-top: 50px;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-company .s-message .img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 40px auto 0;
  }
}
.p-company .s-message .img-wrapper .img-wrap {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 768px) {
  .p-company .s-message .img-wrapper .img-wrap {
    width: 100%;
  }
}
.p-company .s-message .lead-txt {
  margin-top: 50px;
}
.p-company .s-message .txt {
  margin-top: 20px;
}
.p-company .s-company {
  padding: 80px 0;
  background-color: var(--color-primary-light);
  border-radius: 40px 40px 0 0;
  color: #fff;
}
.p-company .s-company .sec-ttl-wrap .sub-ttl {
  color: #fff;
}
.p-company .s-company .table-wrap {
  margin-top: 50px;
}
.p-company .s-company table {
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
}
.p-company .s-company table th {
  width: 30%;
  max-width: 192px;
}
@media only screen and (max-width: 768px) {
  .p-company .s-company table th {
    border-bottom: unset;
    width: 100%;
  }
}
.p-company .s-company table th, .p-company .s-company table td {
  padding: 10px 15px 20px;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .p-company .s-company table th, .p-company .s-company table td {
    display: block;
    border-bottom: unset;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-company .s-company table td {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
.p-company #s-staff {
  padding: 80px 0;
  background-image: url(../img/about/strength-bg.png);
  background-size: 100% 100%;
}
.p-company #s-staff .container {
  max-width: 1250px;
  width: 95%;
}
.p-company #s-staff .staff-list {
  margin-top: 50px;
}
.p-company #s-staff .staff-list .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-company #s-staff .staff-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 20px auto 40px;
  }
}
.p-company #s-staff .staff-list .item .img-wrap {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .p-company #s-staff .staff-list .item .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.p-company #s-staff .staff-list .item .img-wrap {
  overflow: hidden;
  position: relative;
}
.p-company #s-staff .staff-list .item .img-wrap img {
  position: relative;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; /* 画像がコンテナに合わせてトリミングされるように */
  opacity: 0; /* 最初は非表示 */
  -webkit-animation: imageFade 8s infinite;
          animation: imageFade 8s infinite; /* アニメーション名、時間、無限ループ */
}
.p-company #s-staff .staff-list .item .img-wrap img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* 1枚目はすぐ開始 */
}
.p-company #s-staff .staff-list .item .img-wrap img:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; /* 2枚目は4秒遅れて開始 */
  position: absolute;
}
.p-company #s-staff .staff-list .item .img-wrap img {
  /* アニメーションの定義 */
}
@-webkit-keyframes imageFade {
  0% {
    opacity: 0;
  } /* 開始時は非表示 */
  25% {
    opacity: 1;
  } /* 25%の時点で完全に表示 */
  50% {
    opacity: 1;
  } /* 50%の時点まで表示を維持 */
  75% {
    opacity: 0;
  } /* 75%の時点で完全に非表示 */
  100% {
    opacity: 0;
  } /* 終了時は非表示 (次のループへ) */
}
@keyframes imageFade {
  0% {
    opacity: 0;
  } /* 開始時は非表示 */
  25% {
    opacity: 1;
  } /* 25%の時点で完全に表示 */
  50% {
    opacity: 1;
  } /* 50%の時点まで表示を維持 */
  75% {
    opacity: 0;
  } /* 75%の時点で完全に非表示 */
  100% {
    opacity: 0;
  } /* 終了時は非表示 (次のループへ) */
}
.p-company #s-staff .staff-list .item .txt-wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-company #s-staff .staff-list .item .txt-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
.p-company #s-staff .staff-list .item .position {
  font-size: 14px;
}
.p-company #s-staff .staff-list .item .name {
  font-size: 30px;
}
.p-company #s-staff .staff-list .item .kana {
  font-size: 18px;
  color: var(--color-primary);
}
.p-company #s-staff .staff-list .item .hobby-wrap {
  margin: 20px 0;
}
.p-company #s-staff .staff-list .item .hobby-wrap .hob-ttl {
  color: var(--color-primary-light);
  font-size: 21px;
}
.p-company #s-staff .staff-list .item .hobby-wrap .hobby {
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
}

.p-about .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-about .sp {
    display: block;
  }
}
.p-about .subpage-mv-section__leaves img {
  margin-left: -10vw;
}
.p-about .swiper-button-prev, .p-about .swiper-button-next {
  left: 0;
}
.p-about .swiper-button-prev {
  margin-top: 10px;
}
.p-about .swiper-button-next {
  margin-top: -40px;
}
.p-about .subpage-mv-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-about .subpage-mv-menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-about {
  /* Values Section */
}
.p-about .values-circles {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-about .values-circles .value-circle {
  position: relative;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
  max-width: 194px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-circle {
    width: calc((100% - 80px) / 2);
    max-width: unset;
    aspect-ratio: 3/1;
  }
}
.p-about .values-circles .value-plus-icon {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about .values-circles .value-plus-icon.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-plus-icon.sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-plus-icon {
    width: 30px;
  }
}
.p-about .values-circles .value-plus-icon .value-circle__cross {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-plus-icon .value-circle__cross {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-plus-icon.wide {
    width: calc((100% - 80px) / 2);
    height: 30px;
  }
}
.p-about .values-circles .value-circle__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-about .values-circles .value-circle__text {
  position: relative;
  z-index: 3;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about .values-circles .value-circle__text {
    font-size: max(3.75vw, 18px);
  }
}
.p-about .feature-cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .p-about .feature-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about .feature-cards .cross-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .p-about .feature-cards .cross-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about .feature-cards .feature-card {
  position: relative;
  aspect-ratio: 315.88/385.69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3rem 2rem;
  background-color: #fff;
  border: 1px solid var(--color-primary-light);
  border-radius: 40px;
}
@media print, screen and (max-width: 1024px) {
  .p-about .feature-cards .feature-card {
    aspect-ratio: unset;
  }
}
.p-about .feature-cards .num {
  position: absolute;
  margin-top: -3rem;
  margin-left: -2rem;
}
.p-about .feature-cards .feature-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-about .feature-cards .feature-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.3%;
  height: 13.3%;
  z-index: 3;
}
.p-about .feature-cards .feature-card__badge svg {
  width: 100%;
  height: 100%;
}
.p-about .feature-cards .feature-card__title {
  position: relative;
  z-index: 2;
  font-size: 21px;
  color: #333333;
  font-weight: 400;
  margin-top: 40px;
}
@media print, screen and (max-width: 1024px) {
  .p-about .feature-cards .feature-card__title {
    display: inline-block;
  }
}
.p-about .feature-cards .feature-card__subtitle {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #009944;
  font-weight: 400;
  font-family: "AvenirLTPro" sans-serif;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 1024px) {
  .p-about .feature-cards .feature-card__subtitle {
    display: inline-block;
  }
}
.p-about .feature-cards .feature-card__description {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #333333;
  line-height: 2.2;
}
.p-about .feature-cards .feature-card__description p {
  margin: 0;
}
.p-about .company-deco {
  right: -5vw;
  width: 25vw;
}
.p-about .a-region {
  padding: 80px 0;
}
.p-about .a-region .content-item {
  display: none;
}
.p-about .a-region .content-item.is-active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.p-about .a-region .label-wrap li {
  cursor: pointer;
}
.p-about .a-region .label-wrap li a {
  display: block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  min-width: 103px;
  text-align: center;
  font-size: 16px;
}
.p-about .a-region .label-wrap li.is-active a {
  background-color: var(--color-primary-light);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-about .a-region .img-wrapper {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about .a-region .img-wrapper .img-wrap {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .img-wrapper .img-wrap {
    width: 100%;
  }
  .p-about .a-region .img-wrapper .img-wrap img {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.p-about .a-region .img-wrapper .txt-wrap {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .img-wrapper .txt-wrap {
    width: 100%;
  }
}
.p-about .a-region .img-wrapper .txt-wrap .label-wrap .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .img-wrapper .txt-wrap .label-wrap .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about .a-region .img-wrapper .txt-wrap .content-wrap {
  margin-top: 40px;
}
.p-about .a-region .img-wrapper .txt-wrap .content-wrap .lead-txt {
  margin-bottom: 20px;
}
.p-about .a-region .region-item {
  margin-bottom: 100px;
}
.p-about .a-region .region-item .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-left: 0;
}
.p-about .a-region .region-item .region-mv .hero {
  width: 100%;
  height: unset;
  aspect-ratio: 1080/484;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .region-item .region-mv .hero {
    aspect-ratio: 580/484;
  }
}
.p-about .a-region .region-item .region-mv img {
  width: 100%;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .p-about .a-region .region-item .region-mv .hero__content .hero__title {
    font-size: 10vw;
  }
}
.p-about .a-region .region-item .region-mv .hero__content.container {
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-about .a-region .region-item .region-mv .hero__content.container .inner {
  width: 100%;
}
.p-about .a-region .region-item .lead-txt {
  margin-top: 40px;
}
.p-about .a-region .region-item .txt {
  margin-top: 20px;
  font-size: 16px;
}
.p-about .a-region .region-item .container {
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--color-primary-light);
}
.p-about .a-region .region-item .container.hero__content {
  border-bottom: none;
}
.p-about .a-region .about-slider-wrapper .card__content h3 {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 18px;
}
.p-about .a-region .about-slider-wrapper .card__content .txt {
  margin-top: 10px;
  font-size: 16px;
}
.p-about .a-philosophy {
  background-image: url(../img/about/philosophy.png);
  padding: 80px 0;
  background-size: cover;
  background-position: top;
  color: #fff;
  text-align: center;
}
.p-about .a-philosophy .sec-ttl-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about .a-philosophy .sec-ttl-wrap .sub-ttl {
  color: #fff;
}
.p-about .a-philosophy .lead-txt {
  margin: 40px 0;
  line-height: 1.8;
}
.p-about .a-philosophy .txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-about .a-philosophy .txt {
    text-align: left;
  }
}
.p-about .strength-future {
  background-image: url(../img/about/strength-bg.png);
  background-size: cover;
  padding: 80px 0;
}
.p-about .a-strength .lead-txt {
  margin-top: 50px;
}
.p-about .a-strength .txt {
  margin-top: 20px;
}
.p-about .a-strength {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-primary);
}
.p-about .a-future {
  padding: 80px 0;
}
.p-about .a-future .img-wrap {
  margin-top: 50px;
}
.p-about .a-future .scroll-wrapper {
  width: 100%;
  overflow: hidden;
}
.p-about .a-future .custom-scroll-area {
  overflow-x: auto;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  /* 画像の設定 */
}
.p-about .a-future .custom-scroll-area .img-wrap {
  width: 100%;
}
.p-about .a-future .custom-scroll-area .img-wrap img {
  display: block;
  width: auto;
  width: 1080px;
  min-width: 1080px;
  height: auto;
}
.p-about .a-future .custom-scroll-area {
  /* --- スクロールバーのカスタマイズ --- */
  /* Chrome, Safari, Edge */
}
.p-about .a-future .custom-scroll-area::-webkit-scrollbar {
  height: 8px; /* バーの太さ */
  display: block; /* 常時表示 */
}
.p-about .a-future .custom-scroll-area::-webkit-scrollbar-track {
  background: #E0E0E0; /* 背景グレー */
  border-radius: 10px;
}
.p-about .a-future .custom-scroll-area::-webkit-scrollbar-thumb {
  background: #6BB72C; /* バーの緑色 */
  border-radius: 10px;
}
.p-about .a-future .custom-scroll-area {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #6BB72C #E0E0E0;
}
.p-about .a-future .lead-txt {
  margin-top: 50px;
}
.p-about .a-future .future-items {
  margin-top: 50px;
}
.p-about .a-future .future-items li {
  margin-bottom: 30px;
}
.p-about .a-future .future-items li .phase {
  padding-left: min(15vw, 85px);
  font-size: 18px;
  position: relative;
  color: var(--color-primary-light);
  margin-bottom: 20px;
}
.p-about .a-future .future-items li .phase::before {
  position: absolute;
  content: "";
  width: min(13vw, 75px);
  height: 2px;
  background-color: var(--color-primary-light);
  margin-left: max(-15vw, -85px);
  margin-top: 10px;
}

.archive-page .subpage-mv-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .archive-page .subpage-mv-menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.archive-page .subpage-mv-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-primary-light);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .archive-page .subpage-mv-section {
    padding: 120px 0 20px;
  }
}
.archive-page .subpage-mv-section__content .sec-ttl-wrap-over {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .archive-page .subpage-mv-section__content .sec-ttl-wrap-over {
    width: 85%;
  }
}
.archive-page .subpage-mv-section__content .sec-ttl-wrap-over .sec-ttl-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.archive-page .ganre-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.archive-page .ganre-wrap li {
  padding: 1px 20px;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .archive-page .ganre-wrap li {
    padding: 0 12px;
  }
}
.archive-page .ganre-wrap li:nth-child(1) {
  border-left: 1px solid #000;
}
.archive-page .ganre-wrap li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-primary-light);
}
@media only screen and (max-width: 490px) {
  .archive-page .ganre-wrap li a {
    font-size: 13px;
  }
}
.archive-page .ganre-wrap li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archive-page .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1024px) {
  .archive-page .work-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-page .work-list {
    max-width: 400px;
    margin: auto;
  }
}
.archive-page .work-list li.property-card {
  width: 31%;
}
@media print, screen and (max-width: 1024px) {
  .archive-page .work-list li.property-card {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-page .work-list li.property-card {
    width: 100%;
    margin: 20px auto;
  }
}
.archive-page .work-list .property-card__image {
  width: 100%;
  height: unset;
}
.archive-page .work-list .property-card__image img {
  width: 100%;
}
.archive-page .news-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive-page .news-pagination span.current, .archive-page .news-pagination a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--color-primary-light);
  font-family: "AvenirLTPro" sans-serif;
  font-weight: 500;
  color: var(--color-primary-light);
}
.archive-page .news-pagination span.current, .archive-page .news-pagination a:hover {
  background-color: var(--color-primary-light);
  color: #fff;
  border: 1px solid var(--color-primary-light);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archive-page .news-pagination .extend {
  border: none;
}
.archive-page .news-list {
  margin-bottom: 40px;
}
.archive-page .news-list .news-item a.news-item__link {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-page .news-list .news-item a.news-item__link .news-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .archive-page .news-list .news-item a.news-item__link .news-txt-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.archive-page .news-list .news-item a.news-item__link .news-item__category {
  font-size: 10px;
  color: #fff;
  background-color: var(--color-primary-light);
  padding: 5px;
  line-height: 1.3;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive-page .news-list .news-item a.news-item__link .news-item__date {
  color: #b3b3b3;
  font-family: "AvenirLTPro" sans-serif;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive-page .news-list .news-item a.news-item__link .news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .archive-page .news-list .news-item a.news-item__link .news-item__title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.archive-page .news-list .news-item a.news-item__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archive-page .news-list .news-item a.news-item__link:hover .news-icon-wrap svg {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-page .subpage-mv-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .single-page .subpage-mv-menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single-page .subpage-mv-section {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-primary-light);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .single-page .subpage-mv-section {
    padding: 120px 0 20px;
  }
}
.single-page .subpage-mv-section__content .sec-ttl-wrap-over {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .single-page .subpage-mv-section__content .sec-ttl-wrap-over {
    width: 70%;
  }
}
.single-page .subpage-mv-section__content .sec-ttl-wrap-over .sec-ttl-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.single-page .s-garally-wrap {
  margin-top: 40px;
}
.single-page .s-garally-wrap .garallySlider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}
.single-page .s-garally-wrap .garallySlider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page .s-garally-wrap .garallySlider .swiper-slide {
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-page .s-garally-wrap .garallySlider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.single-page .s-garally-wrap .slide-content {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 6.5/4;
  width: 100%;
}
.single-page .s-garally-wrap .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page .s-garally-wrap .swiper-button-prev,
.single-page .s-garally-wrap .swiper-button-next {
  position: absolute;
  -webkit-transform: unset;
          transform: unset;
  width: 56px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .single-page .s-garally-wrap .swiper-button-prev,
  .single-page .s-garally-wrap .swiper-button-next {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
  }
}
.single-page .s-garally-wrap .swiper-button-prev::after,
.single-page .s-garally-wrap .swiper-button-next::after {
  display: none;
}
.single-page .s-garally-wrap .swiper-button-prev svg,
.single-page .s-garally-wrap .swiper-button-next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.single-page .s-garally-wrap .swiper-button-prev:hover,
.single-page .s-garally-wrap .swiper-button-next:hover {
  opacity: 0.7;
}
.single-page .s-garally-wrap .swiper-button-prev.swiper-button-disabled,
.single-page .s-garally-wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.single-page .s-garally-wrap .swiper-button-prev {
  left: 30vw;
  margin-top: -17vw;
}
@media only screen and (max-width: 768px) {
  .single-page .s-garally-wrap .swiper-button-prev {
    margin-top: -130px;
    left: 5vw;
  }
}
.single-page .s-garally-wrap .swiper-button-next {
  right: 30vw;
  left: unset;
  margin-top: -17vw;
}
@media only screen and (max-width: 768px) {
  .single-page .s-garally-wrap .swiper-button-next {
    margin-top: -130px;
    right: 5vw;
  }
}
.single-page .s-ttl-wrap .cat-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page .s-ttl-wrap .cat-date .date {
  font-family: "AvenirLTPro" sans-serif;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
}
.single-page .s-ttl-wrap .item__title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
.single-page .news-content {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .single-page .news-content {
    padding-bottom: 40px;
  }
}
.single-page .news-content .txt {
  line-height: 2.1;
}
.single-page .news-content .cta-buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .single-page .news-content .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-page .other-news {
  padding: 100px 0 50px;
}
.single-page .other-news .news-archive {
  margin-top: 30px;
}
.single-page .news-slider-wrapper .other-works-swiper {
  max-width: 60vw;
  margin: 40px auto;
  overflow: visible;
}
.single-page .news-slider-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin-left: max((100vw - 1080px) / 2, 5vw);
}
.single-page .news-slider-wrapper .swiper-button-next {
  right: max((100vw - 1080px) / 2, 5vw);
  left: unset;
  margin-top: 0;
}
.single-page .news-slider-wrapper .swiper-button-prev {
  left: max((100vw - 1080px) / 2, 5vw);
}
.single-page .property-single .property-gallery {
  background-color: #fff;
  padding: 2rem 0;
}
.single-page .property-single .property-gallery__container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 2rem;
}
.single-page .property-single .property-gallery__images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .property-gallery__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-page .property-single .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  background-color: var(--color-gray-200);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.single-page .property-single .gallery-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single-page .property-single .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page .property-single .gallery-item__zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary-light);
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.single-page .property-single .gallery-item__zoom:hover {
  background-color: var(--color-primary);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-page .property-single .gallery-item__zoom svg {
  width: 18px;
  height: 18px;
}
.single-page .property-single .property-overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .property-overview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 30px auto;
  }
}
.single-page .property-single .property-overview .property-details {
  width: 50%;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .property-overview .property-details {
    width: 100%;
  }
}
.single-page .property-single .property-overview .floor-plan {
  width: 46%;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .property-overview .floor-plan {
    width: 100%;
  }
}
.single-page .property-single .property-details {
  margin-top: 30px;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .property-details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.single-page .property-single .property-details__header {
  margin-bottom: 2rem;
}
.single-page .property-single .property-details__title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.single-page .property-single .property-details__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
}
.single-page .property-single .property-details__table {
  width: 100%;
  border-collapse: collapse;
}
.single-page .property-single .property-details__table th,
.single-page .property-single .property-details__table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-gray-300);
  font-size: 14px;
  font-weight: 400;
}
.single-page .property-single .property-details__table th {
  width: 35%;
  color: #b3b3b3;
  background-color: var(--color-white);
}
.single-page .property-single .property-details__table tr:last-child th,
.single-page .property-single .property-details__table tr:last-child td {
  border-bottom: none;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .floor-plan {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.single-page .property-single .floor-plan__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: var(--color-gray-200);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-page .property-single .floor-plan__placeholder p {
  font-size: 24px;
  color: #2234da;
}
.single-page .property-single .equipment {
  padding-top: 50px;
}
.single-page .property-single .equipment__container {
  max-width: 1366px;
  margin: 0 auto;
}
.single-page .property-single .equipment__header {
  margin-bottom: 2rem;
}
.single-page .property-single .equipment__title {
  font-size: 28px;
  font-weight: 400;
  color: #2234da;
  margin-bottom: 0.5rem;
}
.single-page .property-single .equipment__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
}
.single-page .property-single .equipment__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  margin-top: 40px;
}
.single-page .property-single .equipment-item {
  width: 24%;
  margin-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 15px;
  background-color: #e6e6e6;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .single-page .property-single .equipment-item {
    width: 48%;
  }
}
.single-page .property-single .equipment-item.selected {
  background-color: #e8efdf;
}
.single-page .property-single .equipment-item.selected .equipment-item__icon path,
.single-page .property-single .equipment-item.selected .equipment-item__icon line {
  stroke: var(--color-primary-light);
  fill: unset;
}
.single-page .property-single .equipment-item.selected .equipment-item__label {
  color: #333;
}
.single-page .property-single .equipment-item__icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-page .property-single .equipment-item__icon path, .single-page .property-single .equipment-item__icon line {
  stroke: #b3b3b3;
  fill: none;
}
.single-page .property-single .equipment-item__iconsvg {
  width: 100%;
  height: 100%;
}
.single-page .property-single .equipment-item__label {
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 400;
  line-height: 1.4;
}
.single-page .property-single .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 183, 44, 0.9);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  padding: 2rem;
}
.single-page .property-single .image-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-page .property-single .image-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.single-page .property-single .image-modal__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.single-page .property-single .image-modal__close svg {
  width: 24px;
  height: 24px;
}
.single-page .property-single .image-modal__prev, .single-page .property-single .image-modal__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10;
}
.single-page .property-single .image-modal__prev:hover, .single-page .property-single .image-modal__next:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.single-page .property-single .image-modal__prev:disabled, .single-page .property-single .image-modal__next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.single-page .property-single .image-modal__prev:disabled:hover, .single-page .property-single .image-modal__next:disabled:hover {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.single-page .property-single .image-modal__prev svg, .single-page .property-single .image-modal__next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.single-page .property-single .image-modal__prev {
  left: 2rem;
}
.single-page .property-single .image-modal__next {
  right: 2rem;
}
.single-page .property-single .image-modal__image {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.single-page.s-realestate .subpage-mv-section {
  border-bottom: 0;
}
.single-page .property-single .thumb-wrap {
  width: 100%;
  aspect-ratio: 3/1.3;
}
@media only screen and (max-width: 768px) {
  .single-page .property-single .thumb-wrap {
    aspect-ratio: 1;
  }
}
.single-page .property-single .thumb-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-page .property-single .s-ttl-wrap {
  background-color: var(--color-primary-light);
  padding: 30px 0;
  color: #fff;
}
.single-page .property-single .s-ttl-wrap .abst {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .s-ttl-wrap .abst {
    font-size: max(2.34375vw, 19px);
  }
}
.single-page .property-single .s-ttl-wrap .abst .name {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.single-page .property-single .s-ttl-wrap .item__title {
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .s-ttl-wrap .item__title {
    font-size: max(2.734375vw, 20px);
  }
}
.single-page .property-single .s-ttl-wrap .price {
  font-size: 36px;
  font-weight: bold;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .s-ttl-wrap .price {
    font-size: max(3.515625vw, 23px);
  }
}
.single-page .property-single .s-ttl-wrap .price span {
  font-size: 20px;
}
@media print, screen and (max-width: 1024px) {
  .single-page .property-single .s-ttl-wrap .price span {
    font-size: max(1.953125vw, 15px);
  }
}
.single-page .property-single .s-ttl-wrap .price-label {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page .property-single .s-ttl-wrap .label-wrap .place {
  background-color: #fff;
  color: var(--color-primary-light);
}
.single-page .property-single .s-ttl-wrap .label-wrap .category {
  border-color: #fff;
  color: #fff;
}
.single-page .property-single .s-garallys-wrap {
  padding: 80px 0;
  background-image: url(../img/about/strength-bg.png);
  background-size: cover;
  background-position: center;
}
.single-page .property-single .s-garallys-wrap .property-gallery__container {
  margin-top: 50px;
}
.single-page .property-single .floor-swiper {
  width: 100%;
  position: relative;
}
.single-page .property-single .floor-swiper .swiper-slide {
  width: 100%;
}
.single-page .property-single .floor-swiper img {
  width: 100%;
}
.single-page .property-single .floor-swiper .floor-swiper-button-next, .single-page .property-single .floor-swiper .floor-swiper-button-prev {
  width: 56px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.single-page .property-single .floor-swiper .floor-swiper-button-next {
  right: 0;
}
.single-page .property-single .floor-swiper .floor-swiper-button-prev {
  left: 0;
}

.p-contact .subpage-mv-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-contact .subpage-mv-menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-contact .subpage-mv-menu {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .p-contact .subpage-mv-menu {
    width: 90%;
  }
}
.p-contact .subpage-mv-section__leaves img {
  margin-left: -35vw;
  margin-top: -130px;
}
.p-contact .subpage-mv-menu .subpage-mv-menu__item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-contact .subpage-mv-menu .subpage-mv-menu__item {
    width: 48%;
  }
}
.p-contact .subpage-mv-section {
  padding: 180px 0 30px;
  border-bottom: 1px solid var(--color-primary-light);
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-contact .subpage-mv-section {
    padding: 120px 0 20px;
  }
}
.p-contact .subpage-mv-section__content .sec-ttl-wrap-over {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-contact .subpage-mv-section__content .sec-ttl-wrap-over {
    width: 85%;
  }
}
.p-contact .subpage-mv-section__content .sec-ttl-wrap-over .sec-ttl-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.p-contact .s-contact {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact {
    padding-bottom: 50px;
  }
}
.p-contact .s-contact .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .s-contact .progress-bar {
  width: 240px;
}
.p-contact .s-contact .form-wrap {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap {
    width: 100%;
  }
}
.p-contact .s-contact .form-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.p-contact .s-contact .form-wrap .item.-name, .p-contact .s-contact .form-wrap .item.-email {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-contact .s-contact .form-wrap .item.-kana, .p-contact .s-contact .form-wrap .item.-confirm {
  padding-top: 15px;
}
.p-contact .s-contact .form-wrap .item.-type {
  padding-top: 0;
}
.p-contact .s-contact .form-wrap .item.-name input, .p-contact .s-contact .form-wrap .item.-name .select-wrap, .p-contact .s-contact .form-wrap .item.-kana input, .p-contact .s-contact .form-wrap .item.-kana .select-wrap, .p-contact .s-contact .form-wrap .item.-type input, .p-contact .s-contact .form-wrap .item.-type .select-wrap {
  max-width: 300px;
}
.p-contact .s-contact .form-wrap .item .select-wrap {
  position: relative;
}
.p-contact .s-contact .form-wrap .item .select-wrap::after {
  position: absolute;
  content: "▼";
  margin-left: -30px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--color-primary);
}
.p-contact .s-contact .form-wrap .item .item-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .item .item-left {
    padding: 15px 0;
  }
}
.p-contact .s-contact .form-wrap .item .item-right {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .item .item-right {
    width: 100%;
  }
}
.p-contact .s-contact .form-wrap .item input, .p-contact .s-contact .form-wrap .item textarea, .p-contact .s-contact .form-wrap .item select {
  background-color: unset;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.p-contact .s-contact .form-wrap .item input:-ms-input-placeholder, .p-contact .s-contact .form-wrap .item textarea:-ms-input-placeholder, .p-contact .s-contact .form-wrap .item select:-ms-input-placeholder {
  color: #ccc;
}
.p-contact .s-contact .form-wrap .item input::-ms-input-placeholder, .p-contact .s-contact .form-wrap .item textarea::-ms-input-placeholder, .p-contact .s-contact .form-wrap .item select::-ms-input-placeholder {
  color: #ccc;
}
.p-contact .s-contact .form-wrap .item input::-ms-input-placeholder, .p-contact .s-contact .form-wrap .item input::placeholder, .p-contact .s-contact .form-wrap .item textarea::-ms-input-placeholder, .p-contact .s-contact .form-wrap .item textarea::placeholder, .p-contact .s-contact .form-wrap .item select::-ms-input-placeholder, .p-contact .s-contact .form-wrap .item select::placeholder {
  color: #ccc;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .item input, .p-contact .s-contact .form-wrap .item textarea, .p-contact .s-contact .form-wrap .item select {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-contact .s-contact .form-wrap .item-privacy {
  margin-top: 20px;
  background-color: #e8efdf;
  padding: 15px;
  text-align: center;
}
.p-contact .s-contact .form-wrap .item-privacy a {
  text-decoration: none;
}
.p-contact .s-contact .form-wrap .item-privacy a:hover {
  text-decoration: underline;
}
.p-contact .s-contact .form-wrap .sec-btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .sec-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact .s-contact .form-wrap .sec-btns.secand {
  margin-top: 0;
}
.p-contact .s-contact .form-wrap .btn-wrap {
  max-width: 330px;
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .btn-wrap {
    width: 100%;
  }
}
.p-contact .s-contact .form-wrap .btn-wrap .btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.p-contact .s-contact .form-wrap .btn-wrap::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow.png);
  background-size: cover;
  margin-left: 270px;
  margin-top: -48px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-contact .form-wrap .btn-wrap::after {
    margin-left: 260px;
  }
}
.p-contact .s-contact.input .form-wrap .btn-wrap.back {
  display: none;
}
.p-contact .s-contact.input .form-wrap .btn-wrap.submit::after {
  display: none;
}
.p-contact .s-contact.confirm .form-wrap .btn-wrap.next {
  display: none;
}
.p-contact .s-contact.confirm .form-wrap .btn-wrap.back {
  display: block;
}
.p-contact .s-contact.confirm .form-wrap .btn-wrap.submit::after {
  display: block;
}
.p-contact .s-contact.confirm .form-wrap .item-privacy {
  display: none;
}
.p-contact .s-contact.confirm .form-wrap .item .select-wrap::after {
  display: none;
}
.p-contact .s-contact.complete .txt {
  font-size: 18px;
  text-align: center;
}
.p-contact .s-contact.complete .btn-wrap a {
  margin: auto;
}
.p-contact .s-contact.complete .btn-wrap {
  margin-top: 30px;
}
.p-contact .s-faq {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq {
    padding-top: 40px;
  }
}
.p-contact .s-faq .section-header__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .section-header__tabs {
    gap: 8px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.p-contact .s-faq .tab-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 16px;
  padding: 0px 24px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #000;
  border-radius: 0px;
}
.p-contact .s-faq .tab-btn:first-child {
  border-left: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .tab-btn {
    font-size: max(2.5vw, 11px);
    padding: 0 12px;
    min-width: unset;
  }
}
.p-contact .s-faq .tab-btn:hover {
  color: #3E9A4F;
}
.p-contact .s-faq .tab-btn.active {
  color: #3E9A4F;
  font-weight: 600;
}
.p-contact .s-faq {
  /* ========================================
  FAQ Content
  ======================================== */
}
.p-contact .s-faq .faq-content-wrap {
  margin-top: 48px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .faq-content-wrap {
    margin-top: 24px;
  }
}
.p-contact .s-faq .faq-group {
  display: none;
  border-top: 1px solid #ccc;
  font-weight: 500;
}
.p-contact .s-faq .faq-group.active {
  display: block;
}
.p-contact .s-faq .faq-group .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .faq-group .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-contact .s-faq .cat-item {
  min-width: 180px;
  font-size: 16px;
  color: #ccc;
  padding-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .cat-item {
    min-width: auto;
    font-size: max(3.28125vw, 18px);
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.p-contact .s-faq {
  /* ========================================
  FAQ Items
  ======================================== */
}
.p-contact .s-faq .faq-group ul {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact .s-faq .faq-group li {
  border-bottom: 1px solid #ccc;
}
.p-contact .s-faq .faq-group li:last-child {
  border-bottom: none;
}
.p-contact .s-faq .q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  gap: 24px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .q-wrap {
    padding: 16px 0;
    gap: 16px;
  }
}
.p-contact .s-faq .q-wrap:hover {
  background-color: rgba(62, 154, 79, 0.05);
}
.p-contact .s-faq .q-wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #3E9A4F;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .q-wrap .txt {
    font-size: 16px;
  }
}
.p-contact .s-faq .q-wrap .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33px;
  height: 33px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .q-wrap .icon {
    width: 28px;
    height: 28px;
  }
}
.p-contact .s-faq .q-wrap .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-contact .s-faq .a-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0;
}
.p-contact .s-faq .a-wrap .txt {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .a-wrap .txt {
    font-size: 14px;
  }
}
.p-contact .s-faq {
  /* ========================================
  FAQ Item States
  ======================================== */
}
.p-contact .s-faq .faq-group li.open .q-wrap .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.p-contact .s-faq .faq-group li.open .a-wrap {
  max-height: 1000px;
  padding: 0 0 24px 0;
  -webkit-transition: max-height 0.3s ease-in, padding 0.3s ease-in;
  transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}
@media only screen and (max-width: 768px) {
  .p-contact .s-faq .faq-group li.open .a-wrap {
    padding: 0 0 16px 0;
  }
}
.p-contact .s-faq {
  /* ========================================
  Fade Animation (js-fade)
  ======================================== */
}
.p-contact .s-faq .js-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.p-contact .s-faq .js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=style.css.map */