@charset "UTF-8";
/* ===================================================================
BASIC CSS
=====================================================================*/
@media screen and (max-width: 768px) {
  #pageTitle {
    font-size: min(5.625vw, 35px);
  }
}
#pageTitle p {
  font-size: clamp(28px, 1.823vw, 35px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pageTitle p {
    font-size: 0.6em;
  }
}

/* -------------------------------------------------------------- */
.section_basic {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section_basic {
    padding: 13vw 0;
  }
}

/* -------------------------------------------------------------- */
.intro_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro_inner {
    width: 100%;
  }
}

/* -------------------------------------------------------------- */
.intro_title {
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #78C153;
  font-size: clamp(28px, 1.823vw, 35px);
  margin-bottom: 2em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .intro_title {
    font-size: min(5.625vw, 35px);
  }
  .intro_title p {
    font-size: min(3.43vw, 18px);
  }
  .intro_title p span {
    font-size: 1em;
  }
}

/* -------------------------------------------------------------- */
.intro_img01 {
  aspect-ratio: 5/2.1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2rem;
  border-radius: 1em;
}

/* -------------------------------------------------------------- */
.intro_img02 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .intro_img {
    margin-bottom: 7vw;
  }
}

/* -------------------------------------------------------------- */
.one_period p.min, .one_period p.min.line_break {
  font-size: clamp(14px, 1.562vw, 16px);
}
@media screen and (max-width: 768px) {
  .one_period p.min, .one_period p.min span {
    font-size: min(3.75vw, 23px);
    text-align: center;
  }
}

/*お客様満足度99%
===================================================================== */
.cont_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 45px;
  margin-bottom: 45px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cont_pic {
    display: block;
    margin-bottom: 10%;
    border-radius: 10px;
  }
}

/* -------------------------------------------------------------- */
.cont_img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cont_img {
    width: 100%;
    max-width: inherit;
  }
}

/* -------------------------------------------------------------- */
.cont_img00 {
  -o-object-position: bottom;
  object-position: bottom;
}

/* -------------------------------------------------------------- */
.cont_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 5% 5% 3%;
  width: 65%;
  font-family: "Cochin", "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  .cont_text {
    display: block;
    width: 100%;
    padding: 6vw;
  }
}

/* -------------------------------------------------------------- */
.d_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* ← 中央揃え追加 */
  text-align: center; /* ← テキスト中央寄せ */
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .d_01 {
    width: 100%;
    padding: 8% 0; /* さらに余白広げる */
  }
}

/* -------------------------------------------------------------- */
.d_kind {
  font-size: min(4.1vw, 21px) !important;
  line-height: 1;
  font-family: "Cochin", "NotoSerif", serif !important;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 768px) {
  .d_kind {
    font-size: min(7.81vw, 28px) !important;
  }
}

/* -------------------------------------------------------------- */
.s_number {
  font-size: min(9.1vw, 120px) !important;
  color: #78C153;
  line-height: 1;
  padding-right: 5px;
  font-family: "Cochin", "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  .s_number {
    font-size: min(18.75vw, 105px) !important;
  }
}

/* -------------------------------------------------------------- */
.percent {
  font-size: min(3.25vw, 39px) !important;
  color: #78C153;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 0.1em;
  font-family: "Cochin", "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  .percent {
    font-size: min(7.81vw, 39px) !important;
  }
}

/*　特徴
===================================================================== */
.bg_blue2 {
  background-color: #F9FAFC;
}

/* -------------------------------------------------------------- */
#criticalIllness {
  position: relative;
}

/* -------------------------------------------------------------- */
.flower_top_right:after {
  background-image: url(../images/common/bg_flower-top_right04.webp);
}

.flower_bottom_left:after {
  background-image: url(../images/common/bg_flower-bottom_left04.webp);
}

/* -------------------------------------------------------------- */
.flower_inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .flower_inner {
    padding: 20vw 0 10vw;
  }
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .section_title {
    /*font-size: min(4.15vw, 35px);*/
    margin-bottom: 7%;
  }
}

/* -------------------------------------------------------------- */
.list {
  max-width: 910px;
  width: 80%;
  margin: 0 auto;
  font-size: clamp(16px, 0.937vw, 18px);
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .list {
    width: 90%;
    font-size: min(4.68vw, 24px);
    margin-bottom: 15vw;
  }
}

/* -------------------------------------------------------------- */
.list_text {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.list_text span {
  position: absolute;
  top: 0;
  left: 0;
  color: #78C153;
}

/*　選ばれる理由
===================================================================== */
.urgency a {
  -webkit-text-decoration: revert;
  text-decoration: revert;
  color: #016FB8;
}
.urgency .min {
  font-family: "Cochin", "NotoSerif", serif !important;
}

/* -------------------------------------------------------------- */
#bannerArea.urgency {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  #bannerArea.urgency {
    padding-top: 4.5%;
  }
}

/* -------------------------------------------------------------- */
.red {
  color: #D61105;
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dd {
    width: 100% !important;
  }
}

/* -------------------------------------------------------------- */
.name_block_00,
.name_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .name_block_00 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .name_block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* -------------------------------------------------------------- */
#criticalIllness dl.two_layot_bloc {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc dt {
    margin-bottom: 6%;
  }
}
#criticalIllness dl.two_layot_bloc div.font24 {
  margin-bottom: 0.8rem;
}
#criticalIllness dl.two_layot_bloc .section_title {
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #criticalIllness dl.two_layot_bloc .section_title {
    margin-bottom: 1.6rem;
  }
}
#criticalIllness dl.two_layot_bloc .section_title:after {
  content: none;
}

/* -------------------------------------------------------------- */
/* ============================
   スマホ時は dl を縦並びにする
   ============================ */
@media screen and (max-width: 768px) {
  dl.two_layot_bloc {
    display: block !important; /* ← これが決定的に必要 */
  }
}
dl.two_layot_bloc dt {
  width: 52% !important;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dt {
    width: 100% !important;
  }
}
dl.two_layot_bloc dd {
  width: 43% !important;
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dd {
    width: 100% !important;
    margin: 0 auto;
    text-align: left; /* ← 中央揃えじゃなくてOKなら left に */
  }
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc dd .one_period {
    margin: 0 0% 0 10%;
  }
}
@media screen and (max-width: 768px) {
  dl.two_layot_bloc.reverse dd .one_period {
    margin: 0 10% 0 0%;
  }
}

/* 改行 
/* -------------------------------------------------------------- */
.line_break {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .line_break00 {
    display: inline-block;
  }
}

/* 2026.01.15
/* -------------------------------------------------------------- */
.page_reason {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .page_reason {
    margin-bottom: 9% !important;
  }
}
.page_reason .bnr_listcap_head {
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .page_reason .bnr_listcap_head {
    font-size: clamp(22px, 1.25vw, 26px);
  }
}
@media screen and (max-width: 1024px) {
  .page_reason .bnr_listcap_head {
    font-size: clamp(18px, 1.668vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .page_reason .bnr_listcap_head {
    font-size: clamp(18px, 2.864vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .page_reason .bnr_listcap_head {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}
.page_reason .bnr_listcap {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .page_reason .bnr_listcap {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .page_reason .bnr_listcap {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .page_reason .bnr_listcap {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .page_reason .bnr_listcap {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

/* 2026.01.21
/* -------------------------------------------------------------- */
.kind_capbox {
  width: 90%;
  margin: 15px auto 0;
  text-align: left;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kind_capbox {
    margin-top: 3%;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .kind_capbox {
    width: 80%;
  }
}
.kind_capbox p {
  font-size: 75% !important;
}
@media screen and (max-width: 768px) {
  .kind_capbox p {
    font-size: 80% !important;
  }
}