@charset "UTF-8";

/***font******************/
/* Google Fonts: しっぽり明朝 (Shippori Mincho) */
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Shippori+Mincho+B1&display=swap'); */

body,
.container,
.minchou {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
  font-weight: 400;
  font-style: normal;
}


/*************************/

header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
  font-weight: 400;
  font-style: normal;
}


header nav ul li a, 
header a.nav-link  {
  text-shadow: none !important;
}
header nav ul li a,
header a.nav-link {
  color: #fff !important;
}

@media screen and (min-width: 992px) {
}

.header-nav.bg-white-on,
.header-nav.change-color {
  background-color: #0b0b0b !important;
}


.navbar-collapse.show {
  background: none !important;
}

/***********************/

.w-70 {
  width: 70% !important;
}

@media screen and (max-width: 991px) {
  .ld-w-100 {
    width: 100% !important;
  }
}

/*透明度**********************/

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.hover-80:hover {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}

/*背景色**********************/
.bg-white-alpha80 {
  background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 991px) {
  .lg-bg-white-alpha80 {
    background-color: rgba(255,255,255,0.8);
  }
}

.bg-white-alpha60 {
  background-color: rgba(255,255,255,0.6);
}

.bg-black-alpha60 {
  background-color: rgba(0,0,0,0.6);
}

.bg-gradation-black-to-transparent {
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.bg-beige {
  background-color: #F2EFEA;
}

.bg-beige-middle {
  background-color: #E8E0D2 !important;
}

.bg-beige-light {
  background: #E6E6E6;
}

.bg-gray {
  background: #EFEFEF;
}

.bg-gray-light-dark {
  background: #4D4D4D;
}

.bg-gray-dark {
  background: #3D3D3D !important;
}

/*線　ボーダー**********************/
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}

.border-beige {
  border-color: #F2EFEA !important;
}

.border-beige-dark {
  border-color: #8C8080 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #3D3D3D !important;
}

.border-top-2px {
  border-top-width: 2px !important;
}


.border-bottom-5px {
  border-bottom-width: 5px !important;
}

.border-right-5px {
  border-right-width: 5px !important;
}

.border-2px {
  border-width: 2px !important;
}

/*文字色**********************/

.text-beige {
  color: #CCC2C2 !important;
}

.text-gray-lighter {
  color: #CCCCCC;
}

.text-gray-light {
  color: #AAAAAA;
}

.text-gray-middle {
  color: #8C8080 !important;
}

.text-gray {
  color: #4D4D4D;
}

.text-gray-dark {
  color: #444444;
}

@media screen and (max-width: 768px) {
  .md-text-white {
    color: #FFFFFF;
  }
}

.text-shadow_black {
  text-shadow: 2px 1px 7px #000;
}

/*line-height**********************/
.lh-100 {
  line-height: 100%;
}

.lh-150 {
  line-height: 150%;
}

.lh-180 {
  line-height: 180%;
}

/*letter-spacing**********************/
.ls-01 {
  letter-spacing: 0.1em;
}

/*padding***********************/

.pt-6 {
  padding-top: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}


@media screen and (min-width: 576px) {
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 972px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

/*margin**********************/

.mb-6 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 972px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

/*font-size**********************/
.fs-110per {
  font-size: 110%;
}

.fs-3rem {
  font-size: 3rem;
}

.fs-35rem {
  font-size: 3.5rem;
}

.fs-4rem {
  font-size: 4rem;
}

.fs-5rem {
  font-size: 5rem;
}


@media (max-width: 991px) {
  .fs-3rem,
  .fs-35rem,
  .fs-4rem,
  .fs-5rem {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  .fs-3rem,
  .fs-35rem,
  .fs-4rem,
  .fs-5rem {
    font-size: 2rem !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-4 {
    font-size: 1.4rem !important;
  }
}


/*position**********************/

.bottom-30 {
  bottom: 30px;
}

@media screen and (min-width: 769px) {
  .md-position-absolute {
    position: absolute !important;
  }
}

@media screen and (min-width: 992px) {
  .lg-position-absolute {
    position: absolute !important;
  }
}

/*height**********************/


@media screen and (min-width: 769px) {
  .md-height-700px {
    height: 700px;
  }
}


/***FV******************/

.bg-fv {
  background-size: cover;
  background-position: center 25px;
  background-repeat: no-repeat;
  height: auto !important;
  z-index: 0;
  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: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: center 25px;
    background-repeat: no-repeat;
    height: 638px !important;
    z-index: 0;
    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 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 638px;
    z-index: 0;
    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);
    }
  }
} */

.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);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* section01 styles */

#section01 {
  background: url("../img/section-01-01.png") center center no-repeat;
  background-size: cover;
}
  @supports (background-image: url(../../assets/img/section-01-01.webp)) {
    #section01 {
      background-image: url(../../assets/img/section-01-01.webp);
    }
  }

@media screen and (min-width: 992px) and (max-width: 1399px) {
  #section01 {
    background: url("../img/section-01-01.png") center left no-repeat;
    background-size: auto 100%;
  }
    @supports (background-image: url(../../assets/img/section-01-01.webp)) {
    #section01 {
      background-image: url(../../assets/img/section-01-01.webp);
    }
  }

}

@media screen and (min-width: 1400px) {
  #section01 {
    background: url("../img/section-01-01.png") center left no-repeat;
    background-size: 50% auto;
  }
    @supports (background-image: url(../../assets/img/section-01-01.webp)) {
    #section01 {
      background-image: url(../../assets/img/section-01-01.webp);
    }
  }

}



/* section02 styles (デザイン参考画像に合わせたレイアウト) */
#section02 {
  background-image: url("../img/section02-bg.png");
  background-size: cover;
  background-position: center center;
}
    @supports (background-image: url(../../assets/img/section02-bg.webp)) {
    #section02 {
      background-image: url(../../assets/img/section02-bg.webp);
    }
  }


.section02-quote {
  min-height: 220px;
  background: rgba(255,255,255,0.85);
}
.quote-inner {
  max-width: 720px;
  padding: 3rem 2rem;
}
.quote-main {
  font-size: 2rem;
  color: #333;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}
.section02-hero .object-cover,
.section02-band .object-cover,
.section02-hero img,
.section02-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section02-band {
  background: #ffffff;
  border-top: 6px solid #2b2b2b;
}
.section02-description {
  color: #444;
  background: #f6f6f6;
  height: 100%;
}
.section02-description p { color: #333; line-height: 1.9; }
.border-light { border: 8px solid #f0f0f0; display:block; }

@media screen and (min-width: 992px) {
  .section02-quote { min-height: 320px; }
  .quote-main { font-size: 2.6rem; }
  .section02-band .col-lg-4 { padding: 0 1rem; }
}

@media screen and (max-width: 991px) {
  .quote-inner { padding: 2rem 1rem; }
  .section02-hero .col-12 + .col-12 .img-fluid { height: 140px; }
}



/* section03-01 styles */

#section03-01 { 
  background: url("../img/section03-bg.png") center center no-repeat; 
  background-size: cover;
}
@supports (background-image: url(../../assets/img/section03-bg.webp)) {
  #section03-01 {
  background-image: url(../../assets/img/section03-bg.webp);
  }
}

.section03-01-inner { 
  background: url("../img/section03-01.png") center center no-repeat; 
  background-size: cover;
  min-height: 655px;
}
  @supports (background-image: url(../../assets/img/section03-01.webp)) {
  .section03-01-inner {
    background-image: url(../../assets/img/section03-01.webp);
  }
}


#section04-01 { 
  background: url("../img/section04-bg.png") center center no-repeat; 
  background-size: cover;
}

    @supports (background-image: url(../../assets/img/section04-bg.webp)) {
      #section04-01{
      background-image: url(../../assets/img/section04-bg.webp);
    }
  }

.section04-01-inner { 
  background: url("../img/section04-01.png") center center no-repeat; 
  background-size: cover;
  min-height: 655px;
}
      @supports (background-image: url(../../assets/img/section04-01.webp)) {
      .section04-01-inner {
        background-image: url(../../assets/img/section04-01.webp);
      }
    }

#section05-01 { 
  background: url("../img/section05-bg.png") center center no-repeat; 
  background-size: cover;
}
     @supports (background-image: url(../../assets/img/section05-bg.webp)) {
    #section05-01 {
      background-image: url(../../assets/img/section05-bg.webp);
    }
  }


.section05-01-inner { 
  background: url("../img/section05-01.png") center center no-repeat; 
  background-size: cover;
  min-height: 655px;
}
      @supports (background-image: url(../../assets/img/section05-01.webp)) {
      .section05-01-inner {
        background-image: url(../../assets/img/section05-01.webp);
      }
    }




/* ====== section06 styles (末尾) ====== */

.section06-01 { 
  background: url(../img/section06-01.png) center top no-repeat;
  background-size: cover;
 }

     @supports (background-image: url(../../assets/img/section06-01.webp)) {
     .section06-01 {
      background-image: url(../../assets/img/section06-01.webp);
    }
  }

.section06-hero {
  position: relative;
  overflow: hidden;
  height: 420px;
}
.section06-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section06-hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.55) 100%); }
.hero-text .hero-title { font-size: 2rem; font-weight: 700; margin: 0 0 .5rem 0; }
.hero-text .hero-sub { font-size: 1rem; opacity: 0.9; margin: 0; }

.about-koz { background: #fff; }
.about-koz .small-muted { text-transform: uppercase; color: #666; letter-spacing: 2px; font-size: 0.9rem; }
.about-title { font-size: 1.5rem; margin-top: .25rem; }
.about-text { color: #666; line-height: 1.9; }
.about-table th { width: 30%; vertical-align: top; color: #222; font-weight: 700; }
.about-table td { color: #444; }
.map-wrapper iframe { display: block; border: 0; }

@media (min-width: 992px) {
  .section06-hero { height: 520px; }
  .hero-text .hero-title { font-size: 2.6rem; }
  .hero-text .hero-sub { font-size: 1.1rem; }
}

@media (max-width: 767px) {
  .section06-hero { height: 320px; }
  .about-table th { width: 40%; }
}

/* ====== end section06 ====== */

/* ====== section07 styles (末尾に追記) ====== */

.area-card { overflow: hidden; border-radius: 0; aspect-ratio: 1; }
.area-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.area-label-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}


@media (min-width: 992px) {
  .section07-title { font-size: 3.5rem; }
  .section07-bg { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}

@media (max-width: 767px) {
  .section07-title { font-size: 1.8rem; }
  .section07-subtitle { font-size: 0.9rem; }
  .area-card { aspect-ratio: 1.2; }
  .area-label-overlay { font-size: 1rem; bottom: 1rem; left: 1rem; }
}

/* ====== end section07 ====== */

#articles {
  background: #F2EFEA;
  padding-top: 5rem !important;
}

#articles h2 {
  text-align: center;
  font-size: 3.5rem !important;
}

#articles .btn {
  box-shadow: none !important;
  border: #3D3D3D solid 2px !important;
  border-radius: 0 !important;
  background: none !important;
  color: #3D3D3D !important;
}


#site-contents h2 {
  color: #222222 !important;
  font-size: 3.5rem;
}

#site-contents h2 span {
  color: #222222 !important;
}

@media (max-width: 991px) {
  #articles h2,
  #site-contents h2 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  #articles h2,
  #site-contents h2 {
    font-size: 2rem !important;
  }
}

#footer {
  background-color: #4D4D4D !important;
}

/*下層**************************/

.bg-sub {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
  font-weight: 400;
  font-style: normal;
}

.side-title,
.side-tit  {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem !important;
  border-bottom: solid 1px #3D3D3D !important;
}

#blog h1 {
  font-size: clamp(25px, 2.5vw, 28px) !important;
  font-weight: bold;
}

#blog h2 {
  font-size: clamp(22px, 2.5vw, 25px) !important;
  font-weight: bold;
  padding-left: 0 !important;
}

#blog h3 {
  background: none !important;
  font-size: clamp(18px, 2vw, 20px) !important;
  font-weight: bold;
  color: #000 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}

#blog h4 {
  font-size: clamp(16px, 1.8vw, 18px) !important;
  border-bottom: none !important;
  
}

#blog P > mark {
  padding: 0 !important;
}

