@charset "UTF-8";

/* .bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  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: top left;
    background-repeat: no-repeat;
    height: 600px;
    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: top center;
    background-repeat: no-repeat;
    height: 600px;
    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-fv {
  height: auto;
  background-image: none !important;
}

.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-260 {
  height: 260px;
}

.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-60px {
  height: 60px !important;
}

.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: #747474;
  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: #747474;
}

/*ボックス*/
.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;
  }
}

.site_name {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.navbar-collapse a {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

@media screen and (min-width: 992px) {
  .navbar-collapse a {
    color: #111111 !important;
    font-weight: bold !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li:not(:first-of-type) {
    margin-left: 40px !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.black000 {
  color: #000000 !important;
}

.black111 {
  color: #111111;
}

.dark-black {
  color: #242323;
}

.medium-black {
  color: #2B2B2B !important;
}

.gray {
  color: #747474 !important;
}

.text-brown {
  color: #3B1C15 !important;
}
.red-orange {
  color: #C5705D;
}

.dark-red {
  color: #8B1C1C !important;
}

.bg-black000 {
  background-color: #000000;
}

.bg-beige {
  background-color: #E3E1D9 !important;
}

.bg-light-beige {
  background-color: #F2EFE5 !important;
}



.bg-dark-beige {
  background-color: #B6B09F !important;
}

.bg-red-orange {
  background-color: #C5705D !important;
}

.bg-dark-red {
  background-color: #8B1C1C !important;
}


.bg-light-orange {
  background-color: #F8EDE3;
}

.bg-pale-orange {
  background-color: #E6D6CA;
}

.bg-brown {
  background-color: #3B1C15 !important;
}


.bg-gray {
  background-color: #747474 !important;
}

.border-1px-solid-red-orange {
  border: 1px solid #C5705D;
}

.border-1px-solid-dark-red {
  border: 1px solid #8B1C1C !important;
}

.border-left-3px-solid-gray {
  border-left: 3px solid #747474;
}

.border-1px-solid-dark-beige {
  border: 1px solid #B6B09F;
}

.border-1px-solid-black000 {
  border: 1px solid #000000;
}


.border-1px-solid-brown {
  border: 1px solid #3B1C15;
}

.border-1px-solid-dark-gray {
  border: 1px solid #707070;
}

.border-1px-solid-light-blue {
  border: 1px solid #C4DDE8;
}

.border-bottom-1px-solid-brown {
  border-bottom: 1px solid #3B1C15;
}

.border-bottom-1px-solid-light-orange {
  border-bottom: 1px solid #D0B8A8;
}

.border-bottom-1px-solid-black000 {
  border-bottom: 1px solid #000000;
}

.border-bottom-1px-solid-dark-beige {
  border-bottom: 1px solid #B6B09F;
}

.border-top-3px-double-black000 {
  border-top: 3px double #000000;
}

.border-bottom-3px-double-black000 {
  border-bottom: 3px double #000000;
}

.border-top-1px-solid-light-gray {
  border-top: 1px solid #C1C1C1;
}

.border-bottom-1px-solid-light-gray {
  border-bottom: 1px solid #C1C1C1;
}

.border-top-1px-solid-medium-gray {
  border-top: 1px solid #b5b9bc;
}

.border-bottom-1px-solid-medium-gray {
  border-bottom: 1px solid #b5b9bc;
}

@media screen and (max-width: 1199px) {
  .border-right-1px-solid-white-sp {
    border-right: 1px solid #ffffff !important;
  }

  .border-bottom-1px-solid-white-sp {
    border-bottom: 1px solid #ffffff !important;
  }
}

@media (min-width: 992px) {
  .height-lg-74px {
    height: 74px;
  }
}

/* PC時のみ absolute にするためのカスタムクラス */
  @media (min-width: 992px) {
    .position-lg-absolute {
      position: absolute !important;
    }
  }

  .rounded-lg-custom {
    border-radius: 3rem !important;
  }

  @media (min-width: 992px) {
  .rounded-lg-custom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 3rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 3rem !important;
  }
}

.btn-arrow::after {
  content: ""; /* 空の要素を作る */
  position: absolute;
  right: 10px; /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 45度回転させて「く」の字にする */
  /* 矢印の形を作る（右と上の線だけ描く） */
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .btn-arrow::after {
    right: 20px; /* 右端からの距離 */
  }
}

.arrow-color-orange::after {
  border-top: 2px solid #C5705D;
  border-right: 2px solid #C5705D;
}

.arrow-color-white::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.arrow-color-black000::after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.arrow-color-dark-red::after {
  border-top: 2px solid #8B1C1C;
  border-right: 2px solid #8B1C1C;
}

/* 三角形のベーススタイル */
.triangle-down {
  position: relative;
}

.triangle-down::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  /* 三角形のサイズ調整：左右15px、高さ12px */
  border-width: 12px 15px 0 15px; 
  z-index: 2;
}

.triangle-orange::after {
  bottom: -12px; /* 三角形の高さ分だけ下にずらす */
  border-color: #C5705D transparent transparent transparent;
}

.triangle-gray::after {
  bottom: -12px; /* 三角形の高さ分だけ下にずらす */
  border-color: #747474 transparent transparent transparent;
}

.triangle-beige::after {
  bottom: -12px; /* 三角形の高さ分だけ下にずらす */
  border-color: #DFD3C3 transparent transparent transparent;
}

/* 「向いている人」黒エリア用：白いV字食い込み */
.triangle-black-in {
  position: relative;
}

.triangle-black-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  /* 左右の幅15px、高さ12pxの白い下向き三角 */
  border-width: 20px 56px 0 56px; 
  /* 背景と同じ色（白、またはセクション背景色）を指定 */
  border-color: #ffffff transparent transparent transparent; 
  z-index: 2;
}

.custom-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/selection_01.png);
  background-color: #E3E1D9;
  background-blend-mode: multiply;
}

@supports (background-image: url(../../assets/img/selection_01.webp)) {
  .custom-bg-image {
    background-image: url(../../assets/img/selection_01.webp);
  }
}

.custom-bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/recommend-company_01.png);
}

@supports (background-image: url(../../assets/img/recommend-company_01.webp)) {
  .custom-bg-cover {
    background-image: url(../../assets/img/recommend-company_01.webp);
  }
}

@media screen and (min-width: 768px) {
  .custom-bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/recommend-company_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend-company_01.webp)) {
    .custom-bg-cover {
      background-image: url(../../assets/img/recommend-company_01.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .custom-bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/recommend-company_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend-company_01.webp)) {
    .custom-bg-cover {
      background-image: url(../../assets/img/recommend-company_01.webp);
    }
  }
}

/* 1. 外側のコンテナ：ここには overflow をかけず、矢印を置くための padding を設定 */
.slider-container {
  position: relative;
  padding: 0 22px; /* 余白を消して画像全幅に */
}

@media (min-width: 992px) {
  .slider-container {
    padding: 0 46px ; /* ここが矢印の居場所 */
  }
}

/* 2. 画像を切り取る「窓」：ここから外は絶対に見せない */
.carousel-image-only {
  position: relative;
  overflow: hidden !important; /* はみ出しを強制的にカット */
}

/* 3. スライドの中身：ここには絶対 padding や margin を入れない */
.carousel-image-only .carousel-inner {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden; 
}

/* 4. スライドアイテム：ここも余計な隙間を排除 */
.carousel-image-only .carousel-item {
  padding: 0 !important;
}

/* 画像の比率維持（SP時も考慮） */
.carousel-image-only img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* 5. 矢印：slider-container の padding 部分に浮かせる */
.carousel-image-only-prev,
.carousel-image-only-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image-only-prev { left: -12px; }
.carousel-image-only-next { right: -12px; }


@media (min-width: 992px) {
  .carousel-image-only-prev { left: 6px; } /* containerの左padding(50px)内に収まる */
  .carousel-image-only-next { right: 6px; } /* containerの右padding(50px)内に収まる */
}

/* 矢印アイコンの形状（前回の指定通り） */
.arrow-icon {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #747474;
}
.arrow-left  { border-left: 2px solid #747474; transform: rotate(-45deg); margin-left: 8px; }
.arrow-right { border-right: 2px solid #747474; transform: rotate(45deg); margin-right: 8px; }

.custom-min-height {
  min-height: 130px;
}

@media (min-width: 992px) {
  .custom-min-height {
    min-height: 100%;
  }
}

.custom-padding-left {
  padding-left: 22px;
}

@media (min-width: 992px) {
  .custom-padding-left {
    padding-left: 100px;
  }
}

.custom-icon-right {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


@media (min-width: 992px) {
  .custom-icon-right {
    margin: 0;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.custom-icon-left {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


@media (min-width: 992px) {
  .custom-icon-left {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#articles {
  background-color: #E3E1D9;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

#articles h2 {
  color: #000000 !important;
  font-size: clamp(24px, 5vw, 50px) !important;
  text-align: center;
}

#articles p {
  color: #001FB8 !important;
}

#articles h3 {
  color: #000639 !important;
}

#articles .btn {
  color: #8B1C1C !important;
  border: 1px solid #8B1C1C !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#site-contents {
  color: #000000 !important;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

#site-contents h2 span {
  color: #000000 !important;
  font-size: clamp(24px, 5vw, 50px) !important;
}

#site-contents h3 {
  text-align: center;
  border-bottom: 1px solid #2E86C1 !important;
}

#footer {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
  background-color: #ffffff !important;
}

#footer p , #footer a {
  color: #000000 !important;
}

#footer .row .col-12 div {
  border-left: 5px solid #000639 !important;
}

#footer hr {
  color: #000639 !important;
  opacity: 1 !important;
}

