@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
.main_ttl-l h2 {
  font-size: 28px;
}

/* ===============================
mgd
==================================*/
.mgd_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mgd_about .box {
  width: 48.889%;
  border: #977D6E solid 1px;
  border-radius: 10px;
  padding: 25px;
}
.mgd_about .left {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .mgd_about .left {
    width: auto;
    margin: 0 0 25px 0;
  }
}
.mgd_about .right {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .mgd_about .right {
    width: auto;
  }
}
.mgd_about .right .sttl-l_04 {
  background: #977D6E;
  color: #FFF;
}
.mgd_about .pic_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mgd_about .pic_area .pic01 {
  width: 84.28%;
  margin: 0 auto;
}
.mgd_about p {
  color: #462C1D;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mgd_about p {
    font-size: 15px;
  }
}

.emphasis {
  display: grid;
  grid-template-columns: 229px 1fr;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .emphasis {
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
}
.emphasis .right {
  padding: 50px 21px 46px 70px;
}
@media screen and (max-width: 1024px) {
  .emphasis .right {
    padding: 50px 21px 46px 35px;
  }
}
@media screen and (max-width: 820px) {
  .emphasis .right {
    padding: 50px 30px 46px 30px;
  }
}
@media screen and (max-width: 768px) {
  .emphasis .right {
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 20px;
  }
}
.emphasis .right ul li:nth-child(-n+5) {
  grid-column: 1;
}
.emphasis .right ul li:nth-child(n+6) {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .emphasis .right ul li:nth-child(n+6) {
    grid-column: 1;
  }
}

.sec_cause .frame_c2 {
  background: #F9F7F4;
}
.sec_cause .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec_cause .btn_area {
    padding-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    gap: 15px;
  }
}
.sec_cause .btn_area .cmn_btn_01 {
  display: block;
}
.sec_cause .btn_area a {
  width: 100%;
  max-width: 0;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .sec_cause .btn_area a {
    min-width: 290px;
  }
}
.sec_cause .sttl-l_05 {
  color: #654B3B;
}

.sec_treatment .introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_treatment .introduction li {
  background: #F7F4EE;
  border: #977D6E 1px solid;
  border-radius: 5px;
  width: 47%;
  text-align: center;
  padding: 12px 0;
  line-height: 1.375;
}
.sec_treatment .sttl-l_02 {
  color: #654B3B;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_treatment .sttl-l_02 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.sec_treatment .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec_treatment .text_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 20px;
  }
}

.sec_treatment2 .sttl-l_05 {
  font-size: 18px;
  color: #654B3B;
}
@media screen and (max-width: 768px) {
  .sec_treatment2 .sttl-l_05 {
    font-size: 17px;
    margin-bottom: 22px;
  }
}

.horie {
  display: inline-block;
  background: #8A5858;
  color: #FFF;
  font-size: 14px;
  padding: 7px 10px 7px;
  border-radius: 5px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .horie {
    margin: 0 0 0 0px;
    top: 2px;
  }
}

.text_l {
  padding-right: 20px;
}

.flame_wh {
  background: #FFF;
  border: #977D6E 1px solid;
  padding: 70px 5.5%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .flame_wh {
    padding: 40px 5.5%;
  }
}

.c2_limg .cmn_txt .sttl-l_02 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c2_limg .cmn_txt .sttl-l_02 {
    font-size: 16px;
  }
}

/* 表組_フロー_背景なし flow_nobg */
.flow_nobg .innar ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 15px;
  }
}
.flow_nobg .innar ul li dl dt.work {
  width: 14.7%;
  font-size: 20px;
  margin-right: 21px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding-top: 5px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dt.work {
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding-top: 0px;
    padding-left: 13%;
    font-size: 19px;
  }
}
.flow_nobg .innar ul li dl dd {
  position: relative;
}
.flow_nobg .innar ul li dl dd .circle {
  width: 11px;
  height: 11px;
  background-color: #8A5858;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  margin: 14px 0 10px;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dd .circle {
    margin: 9px auto 5px;
  }
}
.flow_nobg .innar ul li dl dd.text {
  width: 49%;
  margin-left: 33px;
  margin-top: 4px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dd.text {
    width: 82%;
    margin-left: 0;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dd.text .txt {
    margin-bottom: 15px;
  }
}
.flow_nobg .innar ul li dl dd.text .img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dd.text .img_sp {
    display: block;
  }
}
.flow_nobg .innar ul li dl dd.text.last {
  padding-bottom: 0;
}
.flow_nobg .innar ul li dl dd.img {
  width: 25.9%;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl dd.img {
    display: none;
  }
}
.flow_nobg .innar ul li dl .work_arrow {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl .work_arrow {
    width: 5%;
    margin-left: 5.0847457627%;
    margin-top: -29px;
  }
}
.flow_nobg .innar ul li dl .work_arrow::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 42.5%;
  top: 14px;
  background: #8A5858;
}
@media screen and (max-width: 820px) {
  .flow_nobg .innar ul li dl .work_arrow::before {
    left: 45%;
  }
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl .work_arrow::before {
    left: 45%;
  }
}
.flow_nobg .innar ul li dl .work_arrow.last {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .flow_nobg .innar ul li dl .work_arrow.last {
    width: 5%;
    margin-left: 5.0847457627%;
  }
}
.flow_nobg .innar ul li dl .work_arrow.last::before {
  display: none;
}

.emphasis02 {
  display: grid;
  grid-template-columns: 229px 1fr;
}
@media screen and (max-width: 768px) {
  .emphasis02 {
    grid-template-columns: 1fr;
  }
}
.emphasis02 .left {
  background: #752C21;
  border-radius: 10px 0 0 10px;
  border: 1px solid #752C21;
  display: grid;
  padding: 35px 20px;
}
@media screen and (max-width: 768px) {
  .emphasis02 .left {
    border-radius: 10px 10px 0 0;
    padding: 14px 20px;
  }
}
.emphasis02 .left p {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 41px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .emphasis02 .left p {
    padding: 9px 30px 5px;
  }
}
.emphasis02 .right {
  background: #F8F8F8;
  border-radius: 0 10px 10px 0;
  border: 1px solid #752C21;
  padding: 40px 21px 40px 26px;
}
@media screen and (max-width: 768px) {
  .emphasis02 .right {
    border-radius: 0 0 10px 10px;
    padding: 18px 20px 20px;
  }
}
.emphasis02 .right ul li {
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .emphasis02 .right ul li {
    padding-left: 20px;
  }
}
.emphasis02 .right ul li::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  background: #752C21;
  position: absolute;
  top: 0.7875em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .emphasis02 .right ul li::before {
    top: 0.8em;
  }
}

.sec_cause .c2_limg {
  grid-template-columns: 1fr 49%;
}
@media screen and (max-width: 768px) {
  .sec_cause .c2_limg {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=mgd.css.map */