@charset "UTF-8";


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;
}

.header-nav.bg-white-on,
.header-nav.change-color {
  background-color: #0b0b0b !important;
}


.navbar-collapse.show {
  background: none !important;
}

/************************/

body {
  color: #2B2B2B !important;
}



/***********************/

.w-70 {
  width: 70% !important;
}

@media screen and (max-width: 991px) {
  .ld-w-100 {
    width: 100% !important;
  }
  .w-lg-84 {
    width: 84px;
  }
}


@media screen and (max-width: 1100px) {
  .w-1100 {
    width: 1100px !important;
  }

  .overflow-x-scroll-1100 {
    overflow-x: scroll !important;
  }
}


/*透明度**********************/

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}


/*背景色 *********************/
.bg-white-alpha80 {
  background-color: rgba(255,255,255,0.8);
}

.bg-orange-alpa80 {
  background-color: rgba(236,109,78,0.8);
}

@media screen and (max-width: 991px) {
  .lg-bg-white-alpha80 {
    background-color: rgba(255,255,255,0.8);
  }
}

@media screen and (min-width: 769px) {
  .bg-md-none {
    background-color: transparent !important;
  }
}

.bg-white-alpha60 {
  background-color: rgba(255,255,255,0.6);
}

/***/

.bg-gradation-green-blue {
  background: #12CDAE;
  background: linear-gradient(119deg, rgba(18, 205, 174, 1) 0%, rgba(53, 187, 221, 1) 100%);
}

.bg-gradetion-light-green-blue {
 background: #87E6D5;
  background: linear-gradient(119deg, rgba(135, 230, 213, 1) 0%, rgba(149, 223, 232, 1) 100%);
}

.bg-gradetion-superlight-green-blue {
 background: #fff;
  background: linear-gradient(#ebf9f9, #ffffff);
}

.bg-superlightgreen {
  background-color: #EBF9F9 !important;
}

.bg-lightgreen {
  background-color: #8EDEDC !important;
}


/*線　色**********************/
.border-none {
  border: none !important;
}

.border-green {
  border-color: #4CCBA7 !important;
}

.border-lightgreen {
  border-color: #8EDEDC !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #C4DDE8 !important;
}


/*線　太さ**********************/

.border-3px {
  border-width: 3px !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;
}

/*文字色**********************/

.hover-80:hover {
  opacity: 0.8;
}


.text-blue {
  color: #3FB5EA !important;
}

.text-green {
  color: #4CCBA7 !important;
}


@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;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .p-lg-5rem {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }
  

}


/*margin**********************/

.mb-6 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 972px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

/*display**********************/
@media screen and (max-width: 768px) {
  .d-flex-md {
    display: flex !important;
  }
}

@media screen and (max-width: 991px) {
  .d-flex-lg {
    display: flex !important;
  }
}

/*font-size**********************/
.fs-110per {
  font-size: 110%;
}


.fs-25rem {
  font-size: 2.4rem;
}

.fs-3rem {
  font-size: 3rem;
}

.fs-35rem {
  font-size: 3.5rem;
}

.fs-4rem {
  font-size: 4rem;
}

.fs-44rem {
  font-size: 4.4rem;
}

.fs-5rem {
  font-size: 5rem;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}


@media (max-width: 991px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2rem !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-4 {
    font-size: 1.4rem !important;
  }
}

/*height**********************/

.height-40 {
  height: 40px;
}

.height-60 {
  height: 60px;
}

.h-50px {
  height: 50px;
}

.h-80 {
  height: 80px;
}

.h-100px {
  height: 100px;
}

.h-120 {
  height: 120px;
}

.h-140 {
  height: 140px;
}


.h-150 {
  height: 150px;
}

/*width**********************/




/*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;
  }
}


/*box-shadow**********************/

.box-shadow-black {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.marker-green {
  background: linear-gradient(transparent 50%, #BBEFEA 50%);
  padding: 0 1rem;
}

.marker-green-for-h2 {
  background: linear-gradient(transparent 80%, #BBEFEA 80%);
  padding: 0 1rem;
}



/***FV******************/



.bg-fv {
  background-size: cover;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-color: #EAF9F9;
  background-image: url(../../assets/img/t-fv.png);
  height: auto !important;
}

@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: auto;
    background-position: top right;
    height: 720px !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-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: #4CCBA7;
  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: #4CCBA7;
}

/*ボックス*/
.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;
  }
}



/*sectiob01*********************/

#section01 {
  background: url(../../assets/img/section_01_bg.png) no-repeat center/cover;
}

/*section02*********************/


.section02-inner {
  max-width: 1150px;
}


.section02-cards {
  display: flex;
  gap: 12px;
}

.section02-card {
  width: 33.333%;
}

.section02-card-lead {
  margin: 0 18px -1px;
  padding: 14px 10px;
  border: 2px solid #8ed9d6;
  background-color: #7bc6c3;
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.section02-card-body {
  border: 1px solid #8ed9d6;
  background: linear-gradient(#ebf9f9, #ffffff);
  padding: 56px 18px 16px;
  min-height: 540px;
}

.section02-company {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.section02-company-sub {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.section02-company-image {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  border: 1px solid #d6d6d6;
}

.section02-source {
  text-align: center;
  font-size: 12px;
  color: #333333;
}

.section02-facts {
  border-top: 1px solid #9fd9d7;
}

.section02-fact-row {
  display: flex;
  border-bottom: 1px solid #9fd9d7;
  align-items: stretch;
  min-height: 70px;
}

.section02-fact-row p {
  margin-bottom: 0;
  display: flex;
}

.section02-fact-row dt {
  width: 40%;
  align-items: center;
  justify-content: center
}

.section02-fact-row dd {
  width: 60%;
}

.section02-fact-row dt,
.section02-fact-row dd {
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.section02-fact-row dt {
  background-color: #C4EDEC;
  font-weight: 700;
  text-align: center;
}

.section02-fact-row dd {
  background-color: #ffffff;
}

.section02-note {
  margin-top: 8px;
  text-align: right;
  font-size: 11px;
  color: #3d3d3d;
}

.section02-card-actions {
  padding-top: 16px;
}

.guide-btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  padding: 11px 42px;
  text-align: center;
  text-decoration: none;
  /* font-size: 14px; */
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.25s ease;
}

.guide-btn + .guide-btn {
  margin-top: 10px;
}

.guide-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.guide-btn:hover {
  opacity: 0.7;
}

.guide-btn-primary {
  border: 1px solid #19c2b0;
  background: linear-gradient(90deg, #1ec7ae 0%, #38b6e6 100%);
  color: #ffffff;
}

.guide-btn-primary::after {
  color: #ffffff;
}

.guide-btn-secondary {
  border: 1px solid #9dd6d4;
  background-color: #f6fbfb;
  color: #222222;
}

.guide-btn-secondary::after {
  border-color: #2dc7b6;
}

@media screen and (max-width: 1150px) {
  .section02-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .section02-inner {
    min-width: 1080px;
  }
}

/*section03*********************/
.section03-section {
  background-color: #dff3f3;
  background-image: url(../img/section03_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url(../img/section03_bg.webp)) {
  .section03-section {
    background-image: url(../img/section03_bg.webp);
  }
}

.section03-heading-sub {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.section03-heading-mid {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0;
}



.section03-card {
  box-shadow: 0 0px 10px #87DCDB;
}

.section03-num {
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  font-weight: 700;
  color: #19CDB1;
  line-height: 1;
  flex-shrink: 0;
}

.section03-card-title {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.45;
}

.section03-card-text {
  /* font-size: 14px; */
  color: #444;
  line-height: 1.8;
}

.section03-card-img {
  width: 100%;
  /* height: 220px; */
  object-fit: cover;
  display: block;
}

/*section04 mainTTL*********************/


/*section04 company blocks*********************/
.company-block {
  padding: 48px 0;
}

.company-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* 左カラム */
.company-info {
  flex: 0 0 auto;
  width: 42%;
}

.company-no {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  position: relative;
}

.company-no::after {
  content:"";
  display: block;
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.company-name {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1.2;
}

.company-name-sub {
  font-size: 14px;
  margin-bottom: 24px;

}

.company-works-label {
  font-size: 13px;
  margin-bottom: 16px;
  position: relative;
}

.company-works-label {
  position: relative;
}

.company-works-label::after {
  content:"";
  display: block;
  width: 85%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 590px) {
  .company-no::after {
    width: 68%;
  }
  .company-works-label::after {
    width: 75%;
  }
}


.company-works-item {
  border: 1px solid #3FB5EA;
  padding: 6px 18px;
  color: #333;
  background: #fff;
  width: 100%;
  display: block;
}

/* 右カラム */
.company-img-col {
  flex: 1 1 0;
  min-width: 0;
}

.company-source {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 0;
}

.company-source-link {
  color: #000;
  text-decoration: underline;
}

/*company point blocks*********************/
.company-point-block {
  background: #fff;
  padding: 56px 0 64px;
}

.company-point-heading {
  text-align: center;
  margin-bottom: 36px;
}

.company-point-label {
  font-size: 12px;
  font-weight: 700;
  color: #3ab6d4;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.company-point-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3ab6d4;
  margin: 6px auto 0;
}

.company-point-title {
  font-size: 28px;
  font-weight: 800;
  color: #222;
  margin: 0;
}

.company-point-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #87DCDB;
}

.company-point-card-body {
  padding: 24px 24px 16px;
}

.company-point-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.company-point-num {
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  font-weight: 700;
  color: #3ab6d4;
  line-height: 1;
  flex-shrink: 0;
}

.company-point-card-title {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
  font-weight: 700;
  color: #222;
  margin: 0;
  padding-top: 4px;
  line-height: 1.45;
}

.company-point-card-text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .company-point-card-text {
    height: 80px;
  }
}

.company-point-actions {
  display: flex;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

/*company voice blocks*********************/
.company-voice-block {
  background-color: #dff3f3;
  background-image: url(../img/section_voice_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 56px 0 64px;
}

@supports (background-image: url(../img/section_voice_bg.webp)) {
  .company-voice-block {
    background-image: url(../img/section_voice_bg.webp);
  }
}

.company-voice-heading {
  text-align: center;
  margin-bottom: 40px;
}

.company-voice-label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.company-voice-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 6px auto 0;
}

.company-voice-title {
  font-size: 28px;
  font-weight: 800;
  color: #222;
  margin: 0;
}

.company-voice-list {
  margin-bottom: 20px;
}

.company-voice-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  max-width: 760px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

@media screen and (min-width: 590px) {
  .company-voice-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .company-voice-card {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}


.company-voice-card--left {
  margin-right: auto;
}

.company-voice-card--center {
  margin-left: auto;
  margin-right: auto;
}

.company-voice-card--right {
  margin-left: auto;
}

.company-voice-card-body {
  flex: 1 1 0;
  min-width: 0;
}

.company-voice-card-title {
  font-size: 1.2 rem;
  font-weight: 700;
  color: #3ab6d4;
  margin-bottom: 12px;
  line-height: 1.5;
}

.company-voice-card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 8px;
}

.company-voice-card-text:last-of-type {
  margin-bottom: 12px;
}

.company-voice-source {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.company-voice-source-link {
  color: #000;
  text-decoration: underline;
}

.company-voice-card-img-wrap {
  flex-shrink: 0;
  text-align: center;
  padding-top: 1.5rem;
}

.company-voice-card-img {
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (min-width: 590px) {
  .company-voice-card-img-wrap {
    padding-top: 0;
  }
}

/*company case blocks*********************/
.company-case-block {
  background: #fff;
  padding: 56px 0 64px;
}

.company-case-heading {
  text-align: center;
  margin-bottom: 40px;
}

.company-case-label {
  font-size: 12px;
  font-weight: 700;
  color: #3ab6d4;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.company-case-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3ab6d4;
  margin: 6px auto 0;
}

.company-case-title {
  font-size: 28px;
  font-weight: 800;
  color: #222;
  margin: 0;
}

.company-case-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.company-case-item-header {
  align-items: center;
  gap: 12px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom:1px solid #8EDEDC;
  font-size: 1rem;
}


.company-case-location {
  font-size: clamp(1.00rem, calc(0.97vw + 0.77rem), 1.50rem);
  font-weight: bold;
}


@media screen and (max-width : 590px) {
  .company-case-location {
    display: block;
    padding-top: 0.5rem;
  }
}


.company-case-images {
  display: flex;
  align-items: center;
  gap: 16px;
}

.company-case-ba {
  flex: 1 1 0;
  min-width: 0;
}

.company-case-ba-label {
  font-size: 13px;
  font-weight: 700;
  color: #3ab6d4;
  margin-bottom: 6px;
}

.company-case-img {
  width: 100%;
  height: auto;
}

.company-case-arrow-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.company-case-arrow {
  width: 32px;
  height: auto;
  display: block;
}

.company-case-source {
  font-size: 12px;
  color: #555;
  text-align: right;
  margin: 12px 0 0;
}

.company-case-source-link {
  color: #000 !important;
  text-decoration: underline;
}

/*company overview blocks*********************/
.company-overview-block {
  background-color: #EAF9F9;
}

.company-overview-heading {
  margin-bottom: 36px;
}

.company-overview-label {
  font-size: 12px;
  font-weight: 700;
  color: #3ab6d4;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-align: center;
}

.company-overview-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3ab6d4;
  margin: 6px auto 0;
}

.company-overview-title {
  font-size: 24px;
  font-weight: 800;
  color: #222;
  margin: 0;
}

.company-overview-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* 左カラム */
.company-overview-info {
  flex: 0 0 auto;
  width: 48%;
}

.company-overview-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
}

.company-overview-row {
  border-bottom: 1px solid #b8dfe2;
}

.company-overview-row:first-child {
  border-top: 1px solid #b8dfe2;
}

.company-overview-th {
  font-weight: 700;
  padding: 14px 12px 14px 0;
  vertical-align: top;
  white-space: nowrap;
  width: 120px;
  background: none !important;
  border-left: none !important;
  border-right: none !important;
}

.company-overview-td {
  padding: 14px 0;
  vertical-align: top;
  line-height: 1.7;
  border-left: none !important;
  border-right: none !important;
}

.company-overview-link {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.company-overview-actions {
  display: flex;
  gap: 16px;
}

/* 右カラム */


#faq {
  background: #8EDEDC;
}

