@charset "UTF-8";
.bg-fv {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 420px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
  display: flex;
  align-items: center;
}

.bg-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 16.6666666667%;
  background: #ffffff;
  z-index: 1;
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    min-height: 520px;
    background-position: center center;
    background-image: url(../../assets/img/t-fv.png);
  }
  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}
@media screen and (min-width: 992px) {
  .bg-fv {
    min-height: 540px;
    background-position: center center;
    background-image: url(../../assets/img/t-fv.png);
  }
  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}
.fv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fv-panel {
  background: transparent;
  padding: 0;
  max-width: 580px;
  box-shadow: none;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}

.fv-lead {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6);
}

.fv-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1f1f;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6);
}

.fv-sub {
  font-size: 1.2rem;
  color: #1f1f1f;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6);
}

.fv-sep {
  width: 100%;
  height: 2px;
  background: #1f1f1f;
  margin: 12px 0 14px;
}

.fv-nav {
  background: #EFEEEB;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
}

/* .fv-nav .row > [class^=col] {
  border-right: 1px solid #e6e6e6;
} */

/* .fv-nav .row > [class^=col]:last-child {
  border-right: none;
} */

.fv-nav-link {
  display: block;
  padding: 20px 5px;
  text-align: center;
  color: #222;
  font-weight: 700;
  text-decoration: none;
  /* font-size: 0.98rem; */
}

.fv-nav-link:hover {
  background: #f0f7fc;
  color: #2f79b1;
}

@media screen and (max-width: 767px) {
  .fv-inner {
    padding: 0 20px;
  }
  .fv-panel {
    padding: 0;
    max-width: 100%;
    box-shadow: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fv-lead {
    font-size: 1.4rem;
  }
  .fv-title {
    font-size: 2.2rem;
  }
  .fv-sub {
    font-size: 1.05rem;
  }
  .fv-nav-link {
    /* font-size: 0.92rem; */
    padding: 12px 2px;
  }
}
.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}
.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }
  .height-50px-sm {
    height: 50px;
  }
}
.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}
.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}
@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}
.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}
.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }
  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}
.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}
.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .f-sm-16 {
    font-size: 16px !important;
  }
}
.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}
.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}
/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.section01-hero {
  position: relative;
  overflow: hidden;
  background-color: #f8f7f3;
}

.section01-visual {
  position: relative;
  padding-right: 1rem;
}

.section01-main img {
  border-radius: 12px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
}

.section01-sub {
  left: 0;
  bottom: -18%;
  max-width: 55%;
}

.section01-sub img {
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.section01-copy {
  min-height: 100%;
}

.section01-illust {
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/section02-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 140%;
  opacity: 0.12;
  z-index: 0;
}

@supports (background-image: url(../../assets/img/section02-bg.webp)) {
  .section01-illust {
    background-image: url(../../assets/img/section02-bg.webp);
  }
}
.section01-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex-direction: column;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  color: #8c7150;
  display: flex;
  gap: 0.7rem;
  z-index: 1;
}

.section01-vertical > span {
  display: block;
}

.section01-vertical .accent {
  color: #3b7fbe;
}

.section01-body {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
  border: 1px solid #eee;
}

.section01-body p {
  margin-bottom: 0.9rem;
}

.section01-body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section01-visual {
    padding-right: 0;
  }
  .section01-sub {
    position: relative;
    bottom: auto;
    left: 0;
    max-width: 70%;
    margin-top: -2.5rem;
  }
  .section01-copy {
    margin-top: 1.5rem;
  }
  .section01-vertical {
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
    justify-content: center;
  }
  .section01-illust {
    background-size: 110%;
    background-position: center;
    opacity: 0.18;
  }
}
/* .section02-corp {
  position: relative;
  overflow: hidden;
  background-color: #f7f3ec;
} */

/* .section02-corp::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/section02-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}

@supports (background-image: url(../../assets/img/section02-bg.webp)) {
  .section02-corp::before {
    background-image: url(../../assets/img/section02-bg.webp);
  }
}
.section02-copy {
  position: relative;
  z-index: 1;
} */

.section02-badge {
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #8c7150;
}

.section02-ribbon {
  background: #6d563d;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.section02-heading {
  font-size: 2.1rem;
  color: #347BB1;
  line-height: 1.2;
}

.section02-partner {
  font-size: 1rem;
  color: #347BB1;
}

.section02-lead {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
}

.section02-body p {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  color: #444444;
}

.section02-visual img {
  width: 100%;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}

.section02-ctas {
  position: relative;
  z-index: 1;
}

.section02-btn {
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.section02-btn-primary {
  background: #347BB1;
  border-color: #347BB1;
}

.section02-btn-primary:hover {
  background: #155084;
  border-color: #155084;
}

.section02-btn-outline {
  background: #ffffff;
  color: #347BB1;
  border-color: #347BB1;
}

.section02-btn-outline:hover {
  background: #347BB1;
  color: #ffffff;
}

.section02-btn-arrow {
  font-size: 1.2rem;
  line-height: 1;
}

.section02-btn {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section02-btn {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding-right: 3.5rem; /* 矢印分の余白 */
}

/* 矢印を右端固定 */
.section02-btn .section05-arrow {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width: 991px) {
  .section02-heading {
    font-size: 1.8rem;
  }
  .section02-lead {
    font-size: 1.1rem;
  }
  .section02-visual img {
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .section02-ctas {
    max-width: 760px;   /* ← ここだけ調整 */
    margin-left: auto;
    margin-right: auto;
  }
}


.section03-feature {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.section03-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../assets/img/section03-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90%;
  opacity: 0.28;
  pointer-events: none;
}

@supports (background-image: url(../../assets/img/section03-1.webp)) {
  .section03-feature::before {
    background-image: url(../../assets/img/section03-1.webp);
  }
}
.section03-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.section03-label {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #9c8260;
  font-weight: 600;
}

.section03-sub {
  font-size: 1.15rem;
  color: #4a4a4a;
}

.section03-title {
  font-size: 2.4rem;
  line-height: 1.35;
  color: #222222;
}

.section03-highlight {
  color: #347BB1;
}

@media screen and (max-width: 767px) {
  .section03-feature::before {
    background-size: 120%;
  }
  .section03-label {
    font-size: 1rem;
  }
  .section03-sub {
    font-size: 1.05rem;
  }
  .section03-title {
    font-size: 2rem;
  }
}
.section04-feature {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.section04-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(174deg, #f4f1ec 0%, #f4f1ec 46%, transparent 46%, transparent 100%);
  pointer-events: none;
}

.section04-feature::after {
  content: "";
  position: absolute;
  inset: 40% 0 0 0;
  background: linear-gradient(186deg, transparent 0%, transparent 18%, #f4f1ec 18%, #f4f1ec 100%);
  pointer-events: none;
}

.section04-row {
  position: relative;
  z-index: 1;
}

.section04-image img {
  width: 100%;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.section04-content {
  position: relative;
}

.section04-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0;
  border-bottom: none;
}

.section04-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  background: #347BB1;
}

.section04-sub {
  font-size: 1.1rem;
  color: #347BB1;
}

.section04-body p {
  margin-bottom: 0.6rem;
  line-height: 1.8;
  color: #444444;
}

.section04-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #8a7864;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}

.section04-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .section04-feature::before {
    background: linear-gradient(180deg, #f4f1ec 0%, #f4f1ec 52%, transparent 52%, transparent 100%);
  }
  .section04-feature::after {
    inset: 55% 0 0 0;
  }
  .section04-title {
    font-size: 1.6rem;
  }
  .section04-title::after {
    height: 2px;
  }
  .section04-sub {
    font-size: 1.05rem;
  }
}
.section05-cta {
  background: #ffffff;
}

.section05-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 320px;
  padding: 14px 28px;
  background: #2f79b1;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  transition: opacity 0.2s ease;
}

.section05-arrow {
  width: 26px;
  height: 12px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.section05-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .section05-btn {
    min-width: 260px;
    padding: 12px 22px;
  }
}

.section06-contact {
  position: relative;
  padding: 80px 0;
  background-image: url(../../assets/img/section06-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/section06-1.webp)) {
  .section06-contact {
    background-image: url(../img/section06-1.webp);
  }
}
.section06-box {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.section06-label {
  font-size: 1.1rem;
  color: #2f79b1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.section06-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #1f1f1f;
}

.section06-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444444;
}

.section06-link {
  color: #2f79b1;
  font-weight: 700;
  text-decoration: none;
}

.section06-link:hover {
  text-decoration: underline;
}

.section06-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  padding: 14px 28px;
  background: #2f79b1;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.section06-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.section06-arrow {
  width: 26px;
  height: 12px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .section06-contact {
    padding: 60px 0;
    background-position: center center;
  }
  .section06-box {
    padding: 28px 24px;
  }
  .section06-title {
    font-size: 1.9rem;
  }
  .section06-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .section06-box {
    padding: 24px 18px;
  }
  .section06-title {
    font-size: 1.7rem;
  }
  .section06-btn {
    min-width: 260px;
    padding: 12px 22px;
  }
}

/* section06-2 */
.section06-2-contact {
  position: relative;
  padding: 80px 0;
  background-image: url(../../assets/img/t_bg01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_bg01.webp)) {
  .section06-2-contact {
    background-image: url(../../assets/img/t_bg01.webp);
  }
}
.section06-2-box {
  max-width: 940px;
  margin: 0 auto;
  padding: 36px 0px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.section06-2-label {
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.section06-2-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #1f1f1f;
}

.section06-2-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444444;
}

.section06-2-link {
  color: #2f79b1;
  font-weight: 700;
  text-decoration: none;
}

.section06-2-link:hover {
  text-decoration: underline;
}

.section06-2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  padding: 14px 28px;
  background: #2f79b1;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.section06-2-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.section06-2-arrow {
  width: 26px;
  height: 12px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .section06-2-contact {
    padding: 60px 0;
    background-position: center center;
  }
  .section06-2-box {
    padding: 28px 24px;
  }
  .section06-2-title {
    font-size: 1.9rem;
  }
  .section06-2-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .section06-2-box {
    padding: 24px 18px;
  }
  .section06-2-title {
    font-size: 1.7rem;
  }
  .section06-2-2-btn {
    min-width: 260px;
    padding: 12px 22px;
  }
}





.section07-works {
  padding: 60px 0 20px;
  background: #ffffff;
}

.section07-label {
  font-size: 1.05rem;
  color: #9c8260;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.section07-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .section07-title {
    font-size: 2rem;
  }
}
.section08-works {
  background: #ffffff;
}

.section08-gallery {
  gap: 1rem;
}

.section08-main {
  position: relative;
  min-height: 240px;
}

.section08-main-img {
  width: 100%;
  display: block;
}

.section08-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.section08-nav:hover {
  opacity: 0.9;
}

.section08-nav.prev {
  left: 12px;
}

.section08-nav.next {
  right: 12px;
}

.section08-nav::before {
  content: "‹";
  font-size: 26px;
  line-height: 1;
}

.section08-nav.next::before {
  content: "›";
}

.section08-thumbs {
  gap: 8px;
  width: 140px;
  flex: 0 0 140px;
}

.section08-thumb {
  display: block;
  margin-bottom: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.section08-thumb.active {
  border-color: #2f79b1;
}

.section08-thumb img {
  display: block;
  width: 100%;
}

.section08-desc-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section08-desc-body {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #444444;
}

.section08-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 260px;
  padding: 12px 24px;
  background: #2f79b1;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.section08-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

.section08-arrow {
  width: 22px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .section08-gallery {
    flex-direction: column;
  }
  .section08-thumbs {
    order: -1;
    flex-direction: row;
    width: 100%;
    flex: 1 1 auto;
  }
  .section08-thumb {
    margin-bottom: 0;
    flex: 1 1 0;
  }
  .section08-desc-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .section08-btn {
    min-width: 230px;
    padding: 11px 20px;
  }
}
.section09-exhibit {
  background: #EFEEEB;
}

.section09-label {
  font-size: 1.05rem;
  color: #9c8260;
  letter-spacing: 0.05em;
}

.section09-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1f1f1f;
}

.section09-body {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #444444;
}

.section09-map-wrap {
  background: #e8e1d2;
  padding: 28px 0;
}

.section09-map {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.section09-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media screen and (max-width: 991px) {
  .section09-title {
    font-size: 1.6rem;
  }
  .section09-body {
    font-size: 0.95rem;
  }
}
.section10-feature {
  background: #f5f5f5;
}

.section10-logo {
  font-size: 2rem;
  font-weight: 800;
  color: #1f1f1f;
}

.section10-company {
  font-size: 1rem;
  color: #2f79b1;
}

.section10-catch {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f1f1f;
}

.section10-lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #444444;
}

.section10-table {
  /* border: 2px solid #ffffff; */
  border-radius: 2px;
  overflow: hidden;
}

.section10-row {
  display: flex;
  padding-bottom: 4px;
}

.section10-row:last-child {
  padding-bottom: 3px;
}

.section10-th {
  width: 18%;
  min-width: 90px;
  background: #897D6B;
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 0.95rem;
  border-right: 2px solid #ffffff;
}

.section10-td {
  flex: 1;
  background: #D6D0BD;
  padding: 10px 12px;
  font-size: 0.95rem;
  color: #222;
}

.section10-shot img {
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .section10-logo {
    font-size: 1.8rem;
  }
  .section10-catch {
    font-size: 1.1rem;
  }
  .section10-th,
  .section10-td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575px) {
  .section10-row {
    flex-direction: column;
  }
  .section10-th {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
  }
}
.section11-cta {
  background: url(../img/sectionfv-bg.png) center/cover no-repeat;
}

@supports (background-image: url(../img/sectionfv-bg.webp)) {
  .section11-cta {
    background-image: url(../img/sectionfv-bg.webp);
  }
}
.section11-btn {
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.2s ease;
  font-size: 1rem;
}

.section11-btn-primary {
  background: #2f79b1;
  color: #ffffff;
}

.section11-btn-primary:hover {
  opacity: 0.9;
  color: #ffffff;
}

.section11-btn-outline {
  background: #ffffff;
  color: #2f79b1;
  border: 1px solid #2f79b1;
}

.section11-btn-outline:hover {
  opacity: 0.9;
  color: #2f79b1;
}

.section11-arrow {
  width: 24px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section11-arrow-blue {
  width: 24px;
  height: 10px;
}

@media screen and (max-width: 575px) {
  .section11-btn {
    font-size: 0.95rem;
    padding: 11px 18px;
  }
}
/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 992px) {
  .w-lg-50{
    width: 50% !important;
  }
  .w-lg-60{
    width: 60% !important;
  }
}

/* バックグラウンドイメージ */
.section01-bg {
  position: relative;
  background-image: url("../../assets/img/section01_bg_sp.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section01_bg.webp")) {
  .section01-bg {
    background-image: url("../../assets/img/section01_bg_sp.webp");
  }
}
@media screen and (min-width: 992px) {
  .section01-bg {
    position: relative;
    background-image: url("../../assets/img/section01_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @supports (background-image: url("../../assets/img/section01_bg.webp")) {
    .section01-bg {
      background-image: url("../../assets/img/section01_bg.webp");
    }
  }
}

.section02-bg {
  position: relative;
  background-image: url("../../assets/img/section02_bg.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section02_bg.webp")) {
  .section02-bg {
    background-image: url("../../assets/img/section02_bg.webp");
  }
}

.section03-bg {
  position: relative;
  background-image: url("../../assets/img/section03-1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section03-1.webp")) {
  .section03-bg {
    background-image: url("../../assets/img/section03-1.webp");
  }
}

.section04-bg {
  position: relative;
  background-image: url("../../assets/img/section04_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section04_bg.webp")) {
  .section04-bg {
    background-image: url("../../assets/img/section04_bg.webp");
  }
}

.section09-map-wrap_bg {
  position: relative;
  background-image: url("../../assets/img/section09-map-wrap_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section09-map-wrap_bg.webp")) {
  .section09-map-wrap_bg {
    background-image: url("../../assets/img/section09-map-wrap_bg.webp");
  }
}

.t_bg02 {
  position: relative;
  background-image: url("../../assets/img/t_bg02.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/t_bg02.webp")) {
  .t_bg02 {
    background-image: url("../../assets/img/t_bg02.webp");
  }
}


/* ライン */
.is-center-underline {
    position: relative;
    /* display: inline-block; */
}
.is-center-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: currentColor;
}

.is-left-underline {
  position: relative;
    display: inline-block;
}

.is-left-underline::after {
  content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: currentColor;
}



/* carouselを基準にする */
.section08-carousel {
  position: relative;
}

/* 矢印共通 */
.section08-arrow-btn {
  width: 48px;
  height: 48px;
  background-color: #928572;
  border-radius: 50%;
  opacity: 1;
  top: 35%;
  transform: translateY(-35%);
}
@media screen and (min-width: 992px) {
  .section08-arrow-btn {
    width: 48px;
    height: 48px;
    background-color: #928572;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* 矢印アイコン白 */
.section08-arrow-btn .carousel-control-prev-icon,
.section08-arrow-btn .carousel-control-next-icon {
  background-size: 60% 60%;
  filter: brightness(0) invert(1);
}

 .carousel-control-prev,
  .carousel-control-next {
    top: 35%;
    transform: translateY(-35%);
  }
/* container内に収める（PC） */
@media screen and (min-width: 992px) {
  .carousel-control-prev {
    left: -13px;
  }
  .carousel-control-next {
    right: -13px;
  }
}

/* SP時：小さく＆内側 */
@media screen and (max-width: 991.98px) {
  .section08-arrow-btn {
    width: 40px;
    height: 40px;
  }
  .carousel-control-prev {
    left: 8px;
  }
  .carousel-control-next {
    right: 8px;
  }
}



.border-bottom-white{
  border-bottom: 2px solid #ffffff;
}
.border-left-black{
  border-left: 2px solid #222;
}

/* ハンバーガーメニュー展開時の背景を白に */
/* 開いている最中＆開いた後は常に白 */
.container-fluid:has(.navbar-collapse.show),
.container-fluid:has(.navbar-collapse.collapsing) {
  background-color: #fff;
}



.btn-hover-blue:hover {
  background-color: #00BFD7 !important;
}

.btn-hover-blue {
  transition: 0.3s;
}

/* * {
  outline: 2px solid blue;
} */