@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

/* デフォルトテキストカラー */
body {
  color: #333333 !important;
}

header nav ul li a, 
header a.nav-link  {
  text-shadow: none !important;
}

@media screen and (min-width: 992px) {
  header nav ul li a,
  header a.nav-link {
    color: #fff !important;
  }
}

.navbar-collapse.show {
  background: none !important;
}


.w-70 {
  width: 70% !important;
}

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: auto;
  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 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: center 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-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");
  color: #fff !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.change-color {
  background: #999 !important;
}

.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-40 {
  height: 45px;
}


.height-45 {
  height: 45px;
}

.height-50 {
  height: 50px;
}

.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: #C87132;
  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: #C87132;
}

.no-border {
  border: none !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

/*ボックス*/
.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 スタイル */
#section01 {
  background-color: #f5f0eb;
  padding: 60px 0;
  position: relative;
  background-image: url("../../assets/img/section01_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

@supports (background-image: url("../../assets/img/section01_bg.webp")) {
  #section01 {
    background-image: url("../../assets/img/section01_bg.webp");
  }
}


/* ========== OOCSS ユーティリティ ========== */

.bg-none {
  background: none !important;
}

.border-none {
  border: none !important;
}

.w-1000 {
  width: 1100px !important;
}

@media screen and (min-width: 769px) {
  .w-md-100 {
    width: 100% !important;
  }
}




.mb-0 {
  margin-bottom: 0 !important;
}


.top-30 {
  top: 30%;
}

.ml-m07 {
  margin-left: -0.7rem !important;
}

.mt-lg-m2 {
  margin-top: -2rem !important;
}

.transform-y-m3 {
  transform: translateY(-3rem) !important;
}

.transform-y-m5 {
  transform: translateY(-5.5rem) !important;
}


.top-m12vh {
  top: -15vh !important;
}





@media screen and (min-width: 576px) {
  .top-md-m20vh {
    top: -20vh !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }

}

@media screen and (min-width: 769px) {
  .h80px {
    min-height: 80px !important;
  }
}

@media screen and (max-width: 575px) {
  .sm-fs-14 {
    font-size: 1rem !important;
  }
}


.mt-m2 {
  margin-top: -2rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}
.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.fs-3rem {
  font-size: 3rem !important;
}


.fs-35rem {
  font-size: 4rem !important;
}

@media screen and (max-width: 768px) {
  .fs-3rem {
    font-size: 1.8rem !important;
  }
  .fs-35rem {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 991px) {
  .lg-position-static {
    position: static !important;
  }

  .lg-translate-none {
    transform: none !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

}

@media screen and (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
}

/*レーティング*************/

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #fff; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #C87132; /* イエローカラー 自由に設定化 */
}

.star5_rating.text-orange-dark:after{
  color: #C84132;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.9"]:after{ width: 95%; } /* 星4.5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.mb-7 {
  margin-bottom: 7rem !important;
}

/* 色（テキスト） */
.text-orange {
  color: #C87132 !important;
}

.text-orange-dark {
  color: #b6351a !important;
}

.text-navy {
  color: #2F4858;
}

.text-navy-dark {
  color: #000639;
}


/* 色（背景） */
.bg-beige-light {
  background-color: #f5f0eb;
}

.bg-beige-lighter {
  background-color: #FCF9F2;
}

.bg-cream {
  background-color: #fbfaf8;
}

.bg-orange {
  background-color: #C87132;
}

.bg-orange-light {
  background: #DC9562;
}

.bg-orange-lighter {
  background-color: #F4E2D6;
}

.lh-18 {
  line-height: 180% !important;
}

.bg-gray {
  background-color: #D8D8D8;
}

.bg-blue-light {
  background-color: #d0e7f9;
}

.bg-navy {
  background-color: #2F4858;
}




.bg-navy-a90 {
  background-color: rgba(47,72,88,0.95) !important;
}

.bg-red-dark {
  background-color: #C84132;
}

.bg-white-alpha80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.hover-80:hover{
  transition: opacity 0.3s ease !important;
  opacity: 0.8 !important;
}

/* ボーダー */
.border-orange {
  border-color: #C87132 !important;
}

.border-orange-dark {
  border-color: #c68956 !important;
}

.border-navy {
  border-color: #2F4858 !important;
}

/* 装飾 */

.marker {
  background: linear-gradient(transparent 70%, #E3B798 0%);
}

.btn-arrow {
  position: relative;
}

.btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-in-circle {
  position: relative;
}

.arrow-in-circle::after {
  content: ""; 
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background: url(../../assets/img/arrow_in_circle.png) no-repeat center/contain;
}

@supports (background-image: url("../../assets/img/section01_bg.webp")) {
  #section01 {
    background-image: url("../../assets/img/section01_bg.webp");
  }
}


/* シャドウ・レイアウト */
.shadow-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* タイトル画像（左上オーバーレイ） */


/* ランキングヘッダー内の装飾画像 */
.ranking-header-deco {
  display: inline-block;
  vertical-align: middle;
}


/* フォント */
.font-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}


.h2-decoration {
  position: relative;
}

.h2-decoration::before,
.h2-decoration::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
}

.h2-decoration::before {
  top:0;
  left:0;
  background: url("../../assets/img/h2_left.png") no-repeat center/contain;
}

@supports (background-image: url("../../assets/img/h2_left.webp")) {
  #section01 {
    background-image: url("../../assets/img/h2_left.webp");
  }
}

.h2-decoration::after {
  bottom:0;
  right:0;
  background: url("../../assets/img/h2_right.png") no-repeat center/contain;
}

@supports (background-image: url("../../assets/img/h2_right.webp")) {
  #section01 {
    background-image: url("../../assets/img/h2_right.webp");
  }
}

@media screen and (max-width: 320px) {
  .h2-decoration::before,
  .h2-decoration::after {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .h2-decoration::before,
  .h2-decoration::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
}


@media screen and (max-width: 575px) {
  .py-3-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

}


/* ========== Section01（構造のみ・最小限） ========== */
#section01 {
  background-image: url("../../assets/img/section01_bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

@supports (background-image: url("../../assets/img/section01_bg.webp")) {
  #section01 {
    background-image: url("../../assets/img/section01_bg.webp");
  }
}

@media screen and (max-width: 991px) {
  .title-overlay-tl {
    top: 15px;
    left: 20px;
    max-width: 200px;
  }

  .badge-rank {
    font-size: 14px;
    padding: 6px 12px;
    min-width: 50px;
  }
}

/* ========== Section02 スタイル ========== */
/* OOCSS: 背景色（薄いクリーム） */
.bg-cream-light {
  background-color: #FDFBF7;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}


.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

@media screen and (min-width: 576px) {
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

}



/* Section02 構造 */


@media screen and (max-width: 768px) {
  .md-w30 {
    width: 60px !important;
  }
}

/* ========== Section05: Market Price (OOCSS) ========== */
.market-section {
  background-color: #dbeaf3;
}

.market-deco {
  color: #c77a2f;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.06em;
}

.market-block {
  background: transparent;
}

.market-th {
  background-color: #3b5560;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
  padding: 18px 16px;
  font-weight: 700;
}

.market-td {
  background-color: #ffffff;
  padding: 20px 16px;
  vertical-align: middle;
  color: #333333;
}



@media screen and (max-width: 991px) {
  .market-icon { display: none !important; }
}

/* subtle borders consistent with existing style */
.market-th, .market-td { border: 1px solid rgba(0,0,0,0.06); }


.market-th, .market-td { border: 1px solid rgba(0,0,0,0.06); }

/* ========== Company01 styles (OOCSS) ========== */

.company01-bg {
  background-image: url("../../assets/img/section04_bg01.png");
  background-repeat: no-repeat;
  background-size: 100% 250px;
  background-position: center top;
}

@supports (background-image: url("../../assets/img/section04_bg01.webp")) {
  .company01-bg {
    background-image: url("../../assets/img/section04_bg01.webp");
  }
}

.company-photo {
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: cover;
  display: inline-block;
}

.company-badge {
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .company-section { background-image: none; }
  .company-title { font-size: 1.6rem; }

  .company01-bg {
    background-size: 100% 500px;
  }
}

/* ========== Points section (OOCSS) ========== */
.bg-top-beige-image {
  background-image: url("../../assets/img/section04_bg02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 88px;
}

@supports (background-image: url("../../assets/img/section04_bg02.webp")) {
  .bg-top-beige-image {
    background-image: url("../../assets/img/section04_bg02.webp");
  }
}


.bg-light-blue-half {
  background: linear-gradient(transparent 50%, #CBDCEB 0%);
}



/**新着以下**********/

.background-articles_bg {
  background-color: #CBDCEB;
}

.background-articles_bg h2 {
  color: #C87132 !important;
  text-align: center;
}

#site-contents h2 span {
  color: #C87132 !important;
  }

#site-contents h3 {
  color: #C87132 !important;
  text-align: center;
  }
#site-contents h3.border-bottom {
  border-bottom: 1px solid #C87132 !important;
}

#footer {
  background: none;
}
#footer .text-white {
  color: #333333 !important;
}

#footer .border-left-white .text-white {
  color: #C87132 !important;
}

#footer .border-left-white {
  border-left: 3px solid #C87132 !important;
}
