@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*============================
base
============================*/
picture {
  display: block;
}

.frame_txt {
  color: white;
  background: #91786A;
  border-radius: 22px;
  font-family: "游明朝", YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 29px 5px;
  margin-inline: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .frame_txt {
    font-size: 15px;
  }
}

.cmn_btn_01 a::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==============================
mv
=============================*/
main p {
  color: #333;
}
main .main-visual .main_ttl-l {
  width: auto;
  padding: 46px 9.91666667% 30px 2.5%;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  main .main-visual .main_ttl-l {
    padding: 0;
  }
}
main .main-visual .main_ttl-l h2 {
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

/* =====================================
description_sec
========================================*/
.description_sec .inner .c2_rimg-frame {
  margin-bottom: 50px;
}
.description_sec .inner .c2_rimg-frame .img_frame {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.description_sec .inner .c2_lrimg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.66666667%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .description_sec .inner .c2_lrimg {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.description_sec .inner .c2_lrimg::after {
  content: "";
  display: block;
  width: 16px;
  height: 30px;
  background: #E1CBAF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .description_sec .inner .c2_lrimg::after {
    width: 11px;
    height: 21px;
  }
}
@media screen and (max-width: 480px) {
  .description_sec .inner .c2_lrimg::after {
    rotate: 90deg;
    top: calc(50% - 5.5px);
    left: calc(50% - 16.5px);
  }
}
.description_sec .inner .c2_lrimg div {
  padding: 22px 0;
  border-radius: 10px;
  border: 1px solid var(--brown03);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .description_sec .inner .c2_lrimg div {
    padding: 15px 0;
  }
}
.description_sec .inner .c2_lrimg div .frame_txt {
  width: 55.5%;
  padding-inline: 0;
  text-align: center;
  margin-bottom: 19px;
}
.description_sec .inner .c2_lrimg div .img {
  margin-bottom: 35.6px;
}
.description_sec .inner .c2_lrimg div .fs17 {
  font-size: 17px;
  text-align: center;
  padding-inline: 5%;
}
@media screen and (max-width: 768px) {
  .description_sec .inner .c2_lrimg div .fs17 {
    font-size: 14px;
  }
}
.description_sec .inner .c2_lrimg div .fs17 .br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .description_sec .inner .c2_lrimg div .fs17 .br480 {
    display: block;
  }
}
.description_sec .inner .c2_lrimg div:first-of-type .frame_txt {
  color: var(--brown02);
  border: 1px solid var(--brown02);
  background-color: transparent;
}

/* =====================================
sign_sec
========================================*/
.sign_sec .inner {
  border-radius: 10px;
  border: 1px solid var(--brown03);
  background: #F9F7F4;
  padding: 60px 3.57142857%;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner {
    padding: 30px 3%;
  }
}
.sign_sec .inner .sttl-l_02 {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner .sttl-l_02 {
    margin-bottom: 20px;
  }
}
.sign_sec .inner > .cmn_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner > .cmn_txt {
    margin-bottom: 30px;
  }
}
.sign_sec .inner .emphasis {
  margin-bottom: 0;
}
.sign_sec .inner .emphasis h4 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  display: block;
  padding: 36px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner .emphasis h4 {
    padding: 9px 30px 5px;
  }
}
.sign_sec .inner .left {
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner .left {
    padding: 14px 0;
  }
}
.sign_sec .inner .right {
  padding: 23px 20px;
}
@media screen and (max-width: 768px) {
  .sign_sec .inner .right {
    padding: 18px 20px 20px;
  }
}
.sign_sec .inner .right ul {
  grid-template-columns: 1fr;
  gap: 3px;
}

/* ====================
cause_sec 
======================*/
.cause_sec.bg_brown_solid {
  background: #F1EDEA;
  padding-top: 98px;
  padding-bottom: 98px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .cause_sec.bg_brown_solid {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cause_sec {
    margin-bottom: 80px;
  }
}
.cause_sec .inner > .cmn_txt {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner > .cmn_txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .sttl-l_03 {
    width: 90%;
  }
}
.cause_sec .inner .c2_listitem_rimg:last-of-type {
  margin-bottom: 0;
}
.cause_sec .inner .c2_listitem_rimg .number::after {
  width: 900px;
}
.cause_sec .inner .c2_listitem_rimg .sttl-l_02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_listitem_rimg .sttl-l_02 {
    margin-bottom: 21px;
  }
}
.cause_sec .inner .c2_content .right .img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_content .right .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.cause_sec .inner .c2_content .cmn_btn_01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_content .cmn_btn_01 {
    margin-top: 15px;
  }
}
.cause_sec .inner .c2_listitem-wrapper {
  margin-bottom: 57px;
  display: grid;
  grid-template-columns: 47.55555556% 47.55555556%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_listitem-wrapper {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
.cause_sec .inner .c2_listitem-wrapper .c2_listitem {
  overflow: hidden;
}
.cause_sec .inner .c2_listitem-wrapper .c2_listitem .number {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--brown02);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cause_sec .inner .c2_listitem-wrapper .c2_listitem .number::after {
  content: "";
  display: block;
  width: 900px;
  height: 1px;
  background: var(--brown03);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 14px);
}
.cause_sec .inner .c2_listitem-wrapper .c2_listitem .sttl-l_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_listitem-wrapper .c2_listitem .sttl-l_02 {
    margin-bottom: 15px;
  }
}
.cause_sec .inner .c2_listitem-wrapper .c2_listitem .cmn_txt {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_listitem-wrapper .c2_listitem .cmn_txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .cause_sec .inner .c2_listitem-wrapper .c2_listitem .cmn_btn_01 {
    margin-top: 18px;
  }
}

/* ========================
treatment_sec 
========================*/
.treatment_sec .inner .number::after {
  width: 900px;
}
.treatment_sec .inner .sttl-l_03 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .sttl-l_03 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.treatment_sec .inner .c2_listitem_rimg .sttl-l_02 span {
  white-space: nowrap;
}
.treatment_sec .inner .c2_listitem_rimg .c2_content {
  margin-bottom: 50px;
}
.treatment_sec .inner .c2_listitem_rimg .c2_content .right .img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content .right .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 {
  display: grid;
  grid-template-columns: max(57.88888889%, 420px) 1fr;
  gap: 4.88888889%;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .left_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.79846449%;
}
.treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .left_imgs .frame_txt {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .left_imgs .frame_txt {
    padding: 6px 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .left_imgs .frame_txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .left_imgs .frame_txt {
    font-size: clamp(12px, 3.57vw, 15px);
  }
}
.treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .cmn_txt {
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom01 .cmn_txt {
    padding-top: 0;
  }
}
.treatment_sec .inner .c2_listitem_rimg .c2_content_bottom02 .imgs {
  width: 57.88888889%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.79846449%;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .treatment_sec .inner .c2_listitem_rimg .c2_content_bottom02 .imgs {
    width: 80%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=detached.css.map */