@charset "utf-8";

/*********************************************************

HOME

*********************************************************/

/* ---------------------------------------------------- */
/* reset */
/* ---------------------------------------------------- */
.siteContent h1,
.siteContent h2,
.siteContent h3,
.siteContent h4,
.siteContent h5,
.siteContent h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
}

.siteContent h1:before,
.siteContent h2:before,
.siteContent h3:before,
.siteContent h4:before,
.siteContent h5:before,
.siteContent h6:before,
.siteContent h1:after,
.siteContent h2:after,
.siteContent h3:after,
.siteContent h4:after,
.siteContent h5:after,
.siteContent h6:after {
  display: none;
}

.siteContent p {
  margin: 0;
}

.siteContent dl,
.siteContent ol,
.siteContent ul,
.siteContent dl dt,
.siteContent dl dd,
.siteContent ol li,
.siteContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  font-weight: 400;
}

/* ---------------------------------------------------- */
/* siteContent */
/* ---------------------------------------------------- */
.siteContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ---------------------------------------------------- */
/* sec_ttl_1 */
/* ---------------------------------------------------- */
.sec_wrap .sec_ttl_1 {
  margin-bottom: 60px;
  font-family: "Noto Serif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}

.sec_wrap .sec_ttl_1 span {
  margin-top: 10px;
  display: block;
  color: #cdb789;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .sec_wrap .sec_ttl_1 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .sec_wrap .sec_ttl_1 span {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
}

@media (max-width: 991px) {
}

/* ---------------------------------------------------- */
/* top_center_bnr */
/* ---------------------------------------------------- */
ul.top_center_bnr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

ul.top_center_bnr li {
  width: 48%;
  margin: 1%;
  text-align: center;
}

/* ul.top_center_bnr li:first-child,
ul.top_center_bnr li:nth-child(2) {
	display: none;
} */

ul.top_center_bnr li a {
  transition: opacity 0.3s ease-in-out;
}

ul.top_center_bnr li a:hover {
  opacity: 0.7;
}

ul.top_center_bnr li img {
  width: 500px;
}

@media (max-width: 767px) {
  ul.top_center_bnr {
    display: block;
  }
  ul.top_center_bnr li {
    width: 100%;
    margin: 10px 0;
  }
  /* ul.top_center_bnr li:first-child,
	ul.top_center_bnr li:nth-child(2) {
		display: block;
	} */
  ul.top_center_bnr li img {
    width: 100%;
  }
}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #fff1ed;
  background-image: url(../../common/img/bg/2.svg);
  background-size: 2200px auto;
  background-position: center bottom -1px;
  background-repeat: repeat-x;
}

.sec_overview_wrap .list_btn_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}

.sec_overview_wrap .list_btn_1 li {
  margin-bottom: 30px;
  width: 380px;
}

.sec_overview_wrap .list_btn_1 .btn_1,
.sec_overview_wrap .list_btn_1 .btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
  height: 130px;
  color: #fff;
  border-radius: 20px;
}

.sec_overview_wrap .list_btn_1 .btn_reception {
  background-color: #ceb17e;
}

.sec_overview_wrap .list_btn_1 .btn_pill {
  background-color: #abd475;
}

.sec_overview_wrap .list_btn_1 .btn_online {
  background-color: #f2c06f;
}

.sec_overview_wrap .list_btn_1 .btn_1 i {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}

.sec_overview_wrap .list_btn_1 .btn_1 i img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.sec_overview_wrap .list_btn_1 .btn_1 .ttl {
  font-size: 17px;
  font-weight: 700;
}

.sec_overview_wrap .list_btn_1 .btn_2 {
  background-color: #ff909e;
}

.sec_overview_wrap .list_btn_1 .btn_2 i {
  display: block;
  margin-right: 5px;
  width: 20px;
}

.sec_overview_wrap .list_btn_1 .btn_2 i img {
  display: block;
  width: 100%;
}

.sec_overview_wrap .list_btn_1 .btn_2 .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.sec_overview_wrap .list_btn_1 .btn_2 .note {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

.sec_overview_wrap .list_btn_1 .caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.sec_overview_wrap .list_btn_2 {
  margin-bottom: 50px;
}

.sec_overview_wrap .list_btn_2 a {
  margin: 0 auto;
  width: 280px;
  font-size: 18px;
}

.sec_overview_wrap .list_btn_3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: 40px;
}

.sec_overview_wrap .list_btn_3 li {
  margin-right: 40px;
  margin-bottom: 20px;
  width: calc(20% - 40px);
}

.sec_overview_wrap .list_btn_3 a {
  display: block;
  position: relative;
  padding: 0;
  padding-top: 100%;
  color: #fc8996;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px dashed #fc8996;
}

.sec_overview_wrap .list_btn_3 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px dashed #fc8996;
}

.sec_overview_wrap .list_btn_3 a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}

.sec_overview_wrap .topics_wrap {
  padding: 30px 80px;
  margin: 0 auto 60px;
  width: 800px;
  border-radius: 20px;
  background-color: #ffe9e5;
  border: 1px dashed #ffcec5;
}

.sec_overview_wrap .topics_wrap .group_ttl {
  margin-bottom: 20px;
}

.sec_overview_wrap .topics_wrap .group_ttl img {
  display: block;
  margin: 0 auto;
}

.sec_overview_wrap .topics_wrap .list li {
  display: flex;
  font-size: 16px;
}

.sec_overview_wrap .topics_wrap .list li + li {
  margin-top: 10px;
}

.sec_overview_wrap .topics_wrap .list .date {
  flex: none;
  width: 100px;
  color: #846954;
}

.sec_overview_wrap .topics_wrap .list .ttl {
  text-decoration: underline;
}

.sec_overview_wrap .topics_wrap .list .ttl:hover {
  text-decoration: none;
}

.sec_overview_wrap .list_btn_4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 30px;
}

.sec_overview_wrap .list_btn_4 li {
  width: 400px;
}

.sec_overview_wrap .list_btn_4 .btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 15px;
  height: 130px;
  color: #fff;
  border-radius: 20px;
  background-color: #81c9c9;
}

.sec_overview_wrap .list_btn_4 .btn_2 i {
  display: block;
  margin-right: 10px;
}

.sec_overview_wrap .list_btn_4 .btn_2 i img {
  display: block;
  margin: 2px auto 0;
  width: auto;
  height: 22px;
}

.sec_overview_wrap .list_btn_4 .btn_2 .ttl {
  font-size: 24px;
}

.sec_overview_wrap .list_btn_4 .btn_2 .note {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}

.sec_overview_wrap .list_btn_5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.sec_overview_wrap .list_btn_5 a {
  position: relative;
  padding-right: 10px;
  color: #846954;
  border-bottom: 1px solid #846954;
  text-decoration: none !important;
}

.sec_overview_wrap .list_btn_5 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #846954;
  border-right: 1px solid #846954;
}

@media (max-width: 991px) {
  .sec_overview_wrap {
    padding-top: 25px;
    padding-bottom: 70px;
    background-size: 700px auto;
  }

  .sec_overview_wrap .list_btn_1 {
    width: 85%;
  }

  .sec_overview_wrap .list_btn_1 li {
    margin-bottom: 15px;
    width: 100%;
  }

  .sec_overview_wrap .list_btn_1 .btn_1,
  .sec_overview_wrap .list_btn_1 .btn_2 {
    height: 60px;
    border-radius: 10px;
  }

  .sec_overview_wrap .list_btn_1 .btn_1 i {
    margin-bottom: 0;
    margin-right: 5px;
    width: auto;
    height: 30px;
  }

  .sec_overview_wrap .list_btn_1 .btn_1 .ttl {
    font-size: 13px;
  }

  .sec_overview_wrap .list_btn_1 .btn_2 {
    height: 100px;
  }

  .sec_overview_wrap .list_btn_1 .btn_2 i {
    display: block;
    margin-right: 5px;
    width: 20px;
    height: auto;
  }

  .sec_overview_wrap .list_btn_1 .btn_2 .ttl {
    font-size: 24px;
  }

  .sec_overview_wrap .list_btn_1 .btn_2 .note {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    width: 100%;
  }

  .sec_overview_wrap .list_btn_1 .caption {
    margin-top: 5px;
    font-size: 12px;
  }

  .sec_overview_wrap .list_btn_2 {
    margin-bottom: 30px;
  }

  .sec_overview_wrap .list_btn_2 a {
    font-size: 12px;
    width: 50%;
    height: 30px;
  }

  .sec_overview_wrap .list_btn_3 {
    margin-right: -15px;
    margin-bottom: 20px;
  }

  .sec_overview_wrap .list_btn_3 li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.33% - 15px);
    max-width: 180px;
  }

  .sec_overview_wrap .list_btn_3 a {
    border: 1px dashed #fc8996;
  }

  .sec_overview_wrap .list_btn_3 a::before {
    left: 4px;
    top: 4px;
    border: 1px dashed #fc8996;
  }

  .sec_overview_wrap .list_btn_3 a span {
    font-size: 13px;
  }

  .sec_overview_wrap .topics_wrap {
    padding: 15px;
    margin: 0 auto 30px;
    width: auto;
    border-radius: 10px;
  }

  .sec_overview_wrap .topics_wrap .group_ttl {
    margin-bottom: 15px;
  }

  .sec_overview_wrap .topics_wrap .list li {
    font-size: 11px;
  }

  .sec_overview_wrap .topics_wrap .list .date {
    width: 70px;
  }

  .sec_overview_wrap .list_btn_4 {
    width: 85%;
    margin: 0 auto 25px;
  }

  .sec_overview_wrap .list_btn_4 li {
    width: 100%;
  }

  .sec_overview_wrap .list_btn_4 .btn_2 {
    height: 100px;
    border-radius: 10px;
  }

  .sec_overview_wrap .list_btn_4 .btn_2 i {
    display: block;
    margin-right: 10px;
  }

  .sec_overview_wrap .list_btn_4 .btn_2 .ttl {
    font-size: 20px;
  }

  .sec_overview_wrap .list_btn_4 .btn_2 .note {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
  }

  .sec_overview_wrap .list_btn_5 {
    margin: 0 auto 50px;
  }
}
@media (max-width: 768px) {
  .sec_overview_wrap .list_btn_3 a span {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .sec_overview_wrap .list_btn_1 {
    width: 95%;
  }
  .sec_overview_wrap .list_btn_4 {
    width: 95%;
  }
}

/* ---------------------------------------------------- */
/* sec_information_wrap */
/* ---------------------------------------------------- */
.sec_information_wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: url(../../common/img/bg/3.svg);
  background-size: 2200px auto;
  background-position: center bottom -1px;
  background-repeat: repeat-x;
}

.sec_information_wrap .sec_ttl {
  margin-bottom: 45px;
}

.sec_information_wrap .sec_ttl i {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.sec_information_wrap .sec_ttl div {
  display: block;
  color: #67787f;
  font-size: 48px;
  text-align: center;
}

.sec_information_wrap .list {
  margin: 0 auto 60px;
  width: 800px;
}

.sec_information_wrap .list li {
  display: flex;
  font-size: 16px;
}

.sec_information_wrap .list li + li {
  /* margin-top: 40px;
    padding-top: 40px; */
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #cccccc;
}

.sec_information_wrap .list .date {
  flex: none;
  width: 120px;
  color: #c8a87a;
}

.sec_information_wrap .list .ttl {
  color: #666666;
}

.sec_information_wrap .btn_more {
  width: 280px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .sec_information_wrap {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 700px auto;
  }

  .sec_information_wrap .sec_ttl {
    margin-bottom: 35px;
  }

  .sec_information_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_information_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_information_wrap .list {
    margin: 0 auto 30px;
    width: auto;
  }

  .sec_information_wrap .list li {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .sec_information_wrap .list li + li {
    margin-top: 10px;
    padding-top: 10px;
  }

  .sec_information_wrap .list .date {
    width: 100%;
  }

  .sec_information_wrap .btn_more {
    width: 50%;
    font-size: 12px;
  }
}

/* ---------------------------------------------------- */
/* sec_feature_wrap */
/* ---------------------------------------------------- */
.sec_feature_wrap {
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: #ffefe7;
}

.sec_feature_wrap .sec_ttl {
  margin-bottom: 100px;
}

.sec_feature_wrap .sec_ttl i {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sec_feature_wrap .sec_ttl div {
  display: block;
  color: #574726;
  font-size: 48px;
  text-align: center;
}

.sec_feature_wrap .sec_ttl div span {
  display: block;
  font-size: 26px;
}

.sec_feature_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_feature_wrap .list li {
  display: flex;
  margin-bottom: 80px;
  width: calc(50% - 40px);
}

.sec_feature_wrap .list li .block:nth-of-type(1) {
  margin-right: 30px;
  width: 250px;
  flex: none;
}

.sec_feature_wrap .list li .block:nth-of-type(2) {
  padding-top: 40px;
  width: auto;
  flex: auto;
}

.sec_feature_wrap .list li .ttl {
  margin-bottom: 10px;
  min-height: 2.5em;
  color: #574726;
  font-size: 22px;
}

.sec_feature_wrap .list li .desc {
  font-size: 16px;
  text-align: justify;
}

.sec_feature_wrap .board_wrap {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  width: 930px;
  background-color: #fff1f5;
}

.sec_feature_wrap .board_wrap .block {
  background-color: #fff;
  border-width: 1px;
  border-style: dashed;
  border-color: #ff909e;
  padding: 50px 50px 30px;
  border-radius: 20px;
}

.sec_feature_wrap .board_wrap .ttl {
  margin-bottom: 30px;
  color: #ff909e;
  font-size: 24px;
  text-align: center;
}

.sec_feature_wrap .board_wrap .desc {
  margin-bottom: 20px;
  width: 580px;
  font-size: 18px;
  text-align: justify;
}

.sec_feature_wrap .board_wrap .desc span {
  color: #c8a87a;
}

.sec_feature_wrap .board_wrap .img {
  position: absolute;
  right: 100px;
  bottom: 55px;
  /* bottom: 18px;*/
  width: 130px;
  text-align: justify;
}

.sec_feature_wrap .board_wrap::before,
.sec_feature_wrap .board_wrap::after,
.sec_feature_wrap .board_wrap .block::before,
.sec_feature_wrap .board_wrap .block::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fef5e6;
  z-index: 1;
}

.sec_feature_wrap .board_wrap::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.sec_feature_wrap .board_wrap::after {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.sec_feature_wrap .board_wrap .block::before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.sec_feature_wrap .board_wrap .block::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

@media (max-width: 991px) {
  .sec_feature_wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .sec_feature_wrap .sec_ttl {
    margin-bottom: 45px;
  }

  .sec_feature_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_feature_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_feature_wrap .sec_ttl div span {
    display: block;
    font-size: 14px;
  }

  .sec_feature_wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sec_feature_wrap .list li {
    display: block;
    margin-bottom: 35px;
    width: calc(50% - 10px);
  }

  .sec_feature_wrap .list li .block:nth-of-type(1) {
    margin-right: 0;
    width: 100%;
  }

  .sec_feature_wrap .list li .block:nth-of-type(2) {
    padding-top: 10px;
  }

  .sec_feature_wrap .list li .ttl {
    min-height: 44px;
    font-size: 15px;
    text-align: center;
  }

  .sec_feature_wrap .list li .desc {
    font-size: 12px;
  }

  .sec_feature_wrap .board_wrap {
    padding: 15px;
    width: auto;
  }

  .sec_feature_wrap .board_wrap .block {
    padding: 40px 15px 30px;
    border-radius: 10px;
  }

  .sec_feature_wrap .board_wrap .ttl {
    margin-bottom: 20px;
  }

  .sec_feature_wrap .board_wrap .desc {
    margin-bottom: 20px;
    width: auto;
    font-size: 14px;
  }

  .sec_feature_wrap .board_wrap .img {
    position: static;
    margin: 0 auto 15px;
    width: 80px;
  }
}

/* ---------------------------------------------------- */
/* sec_treatments_wrap */
/* ---------------------------------------------------- */
.sec_treatments_wrap {
  padding-top: 0;
  padding-bottom: 110px;
  background-color: #fcfaf6;
  background-image: url(../../common/img/bg/4.svg);
  background-size: 410px auto;
  background-position: center bottom -1px;
  background-repeat: repeat-x;
}

.sec_treatments_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  display: block;
  width: 340px;
  height: 200px;
  border-radius: 50%;
  background-color: #fcfaf6;
}

.sec_treatments_wrap .sec_ttl {
  margin-bottom: 100px;
}

.sec_treatments_wrap .sec_ttl i {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sec_treatments_wrap .sec_ttl div {
  display: block;
  color: #574726;
  font-size: 48px;
  text-align: center;
}

.sec_treatments_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.sec_treatments_wrap .list li {
  margin-bottom: 60px;
  width: 230px;
}

.sec_treatments_wrap ul.list li a:hover {
  text-decoration: none !important;
  opacity: 0.7 !important;
}

.sec_treatments_wrap .list .ttl {
  position: relative;
  background-color: #ffb5a4;
  margin-bottom: 20px;
  padding: 20px 10px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border-bottom: none;
  border-radius: 10px 20px 10px 20px;
}

.sec_treatments_wrap .list .ttl:hover {
  opacity: 0.7;
}

.sec_treatments_wrap .list .ttl::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px dashed #ffeae5;
  border-radius: 8px 18px 8px 18px;
}

.sec_treatments_wrap .list .img {
  margin-bottom: 10px;
}

.sec_treatments_wrap .list .img img {
  border-radius: 20px;
}

.sec_treatments_wrap .list .desc {
  text-align: justify;
  font-size: 16px;
}
@media (min-width: 992px) {
  .sec_treatments_wrap .list:after {
    display: block;
    content: "";
    width: 230px;
  }
}

@media (max-width: 991px) {
  .sec_treatments_wrap {
    padding-bottom: 50px;
    background-size: 205px auto;
  }

  .sec_treatments_wrap::before {
    top: -40px;
    width: 180px;
    height: 100px;
  }

  .sec_treatments_wrap .sec_ttl {
    margin-bottom: 20px;
  }

  .sec_treatments_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_treatments_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_treatments_wrap .list {
    position: relative;
    margin-bottom: 0;
  }

  .sec_treatments_wrap .list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    height: 100%;
    border-left: 1px dashed #cccccc;
  }

  .sec_treatments_wrap .list li {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
    width: calc(50% - 10px);
    border-bottom: 1px dashed #cccccc;
  }

  .sec_treatments_wrap .list li:nth-last-child(1) {
    border-bottom: none;
  }

  .sec_treatments_wrap .list .ttl {
    margin-bottom: 10px;
    padding: 14px 10px;
    font-size: 12px;
    border-radius: 5px 10px 5px 10px;
  }

  .sec_treatments_wrap .list .ttl::after {
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #ffeae5;
    border-radius: 4px 9px 4px 9px;
  }

  .sec_treatments_wrap .list .img {
    margin-bottom: 10px;
  }

  .sec_treatments_wrap .list .desc {
    font-size: 12px;
  }
}

/* ---------------------------------------------------- */
/* sec_pill_wrap */
/* ---------------------------------------------------- */
.sec_pill_wrap {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #eaf8e6;
  background-image: url(../../common/img/bg/2.svg), url(../img/pill_img_1.png);
  background-size: 2200px auto, 785px auto;
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom -1px;
}

.sec_pill_wrap .sec_ttl {
  margin: 0 auto;
  width: 680px;
  color: #768469;
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .sec_pill_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 700px auto, contain;
  }

  .sec_pill_wrap .sec_ttl {
    width: 90%;
    font-size: 20px;
  }
}

/* ---------------------------------------------------- */
/* sec_pill_2_wrap */
/* ---------------------------------------------------- */
.sec_pill_2_wrap {
  padding-top: 70px;
  padding-bottom: 140px;
  background-image: url(../../common/img/bg/5.svg);
  background-size: 2200px auto;
  background-position: center bottom -1px;
  background-repeat: repeat-x;
}

.sec_pill_2_wrap .sec_desc {
  margin: 0 auto 50px;
  width: 800px;
  font-size: 16px;
  text-align: justify;
}

.sec_pill_2_wrap .sec_desc p + p {
  margin-top: 2em;
}

.sec_pill_2_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 900px;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) {
  width: 430px;
  flex: none;
  padding: 30px;
  border: 2px dashed #abd475;
  border-radius: 20px;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) {
  width: 400px;
  flex: none;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl {
  margin-bottom: 30px;
  color: #768469;
  font-size: 14px;
  text-align: center;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 20px;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span::before,
.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span::after {
  content: "";
  display: block;
  margin: 0 20px;
  width: 2px;
  height: 20px;
  background-color: #768469;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span::before {
  transform: rotate(-40deg);
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span::after {
  transform: rotate(40deg);
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list {
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list li {
  position: relative;
  padding-left: 30px;
  color: #768469;
  font-size: 18px;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list li + li {
  margin-top: 0.4em;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../common/img/ico/ul_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .ttl {
  margin-bottom: 20px;
  color: #768469;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .btn_wrap a + a {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .sec_pill_2_wrap {
    padding-top: 30px;
    padding-bottom: 70px;
    background-size: 700px auto;
  }

  .sec_pill_2_wrap .sec_desc {
    margin: 0 auto 30px;
    width: auto;
    font-size: 14px;
  }

  .sec_pill_2_wrap .flex_wrap {
    display: block;
    width: auto;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) {
    margin-bottom: 20px;
    width: auto;
    padding: 30px 10px;
    border-width: 1px;
    border-radius: 10px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) {
    width: auto;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl {
    font-size: 11px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .ttl span {
    font-size: 16px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list li {
    padding-left: 22px;
    font-size: 14px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(1) .list li::before {
    top: 2px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .ttl {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .btn_wrap {
    margin: 0 auto;
    width: 85%;
  }

  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .btn_wrap a + a {
    margin-top: 15px;
  }
}
@media (max-width: 374px) {
  .sec_pill_2_wrap .flex_wrap .block:nth-of-type(2) .btn_wrap {
    width: 95%;
  }
}
/* ---------------------------------------------------- */
/* sec_outpatient_wrap */
/* ---------------------------------------------------- */
.sec_outpatient_wrap {
  padding-top: 0;
  padding-bottom: 90px;
  background-image: url(../../common/img/bg/6.svg);
  background-size: 410px auto;
  background-position: center bottom -1px;
  background-repeat: repeat-x;
  background-color: #eff9e7;
}

.sec_outpatient_wrap .sec_ttl {
  margin-top: -10px;
  margin-bottom: 50px;
}

.sec_outpatient_wrap .sec_ttl i {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sec_outpatient_wrap .sec_ttl div {
  display: block;
  color: #67787f;
  font-size: 48px;
  text-align: center;
}

.sec_outpatient_wrap .waiting_system_box,
.sec_outpatient_wrap .tel_online_box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.sec_outpatient_wrap .waiting_system_box {
  padding: 50px;
  background-color: #fff;
  border: dashed 2px #768469;
  border-radius: 20px;
}

.sec_outpatient_wrap .tel_online_box {
  padding: 0 50px 50px;
}

.sec_outpatient_wrap .waiting_system_box h4 {
  margin-bottom: 25px;
  color: #768469;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.sec_outpatient_wrap .waiting_system_box h4 img {
  margin: -10px 5px 0 0;
}

.sec_outpatient_wrap ul.list_btn_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec_outpatient_wrap ul.list_btn_1 li {
  width: 380px;
}

.sec_outpatient_wrap .sec_desc {
  margin-bottom: 30px;
  color: #768469;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.sec_outpatient_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 40px;
  border-radius: 20px;
}

.sec_outpatient_wrap .flex_wrap .block_ttl {
  padding: 2px 0;
  margin: 0 auto 30px;
  width: 230px;
  border-width: 3px 0 3px;
  border-style: solid;
  border-color: #768469;
}

.sec_outpatient_wrap .flex_wrap .block_ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #768469;
  font-size: 18px;
  text-align: center;
  height: 60px;
  border-width: 1px 0 1px;
  border-style: dashed;
  border-color: #768469;
}

/*.sec_outpatient_wrap .list_btn_1 li+li {
    margin-top: 30px;
} */

.sec_outpatient_wrap .list_btn_1 .btn_1,
.sec_outpatient_wrap .list_btn_1 .btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 10px;
  height: 130px;
  color: #fff;
  border-radius: 20px;
}

.sec_outpatient_wrap .list_btn_1 .btn_1 i {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}

.sec_outpatient_wrap .list_btn_1 .btn_1 i img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.sec_outpatient_wrap .list_btn_1 .btn_first i img {
  width: 24px;
}

.sec_outpatient_wrap .list_btn_1 .btn_card i img {
  width: 46px;
}

.sec_outpatient_wrap .list_btn_1 .btn_1 .ttl,
.sec_outpatient_wrap .list_btn_1 .btn_2 .ttl {
  font-size: 20px;
  font-weight: 700;
}

.sec_outpatient_wrap .list_btn_1 .btn_tel .ttl {
  font-size: 30px;
}

.sec_outpatient_wrap .list_btn_1 .btn_2 {
  background-color: #ff909e;
}

.sec_outpatient_wrap .list_btn_1 .btn_2 i {
  display: block;
  margin-right: 5px;
  width: 20px;
}

.sec_outpatient_wrap .list_btn_1 .btn_2 .note {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

.sec_outpatient_wrap .list_btn_1 .caption {
  margin-top: 10px;
  text-align: center;
}

.sec_outpatient_wrap .list_btn_1 .caption b {
  color: #768469;
}

.sec_outpatient_wrap .list_btn_1 .caption span {
  font-size: 14px;
}

.sec_outpatient_wrap .list_btn_1 .caption .red {
  color: #df6952;
}

.sec_outpatient_wrap .list_btn_1 .btn_first {
  background-color: #81c9c9;
}

.sec_outpatient_wrap .list_btn_1 .btn_tel,
.sec_outpatient_wrap .list_btn_1 .btn_reception {
  background-color: #ceb17e;
}

.sec_outpatient_wrap .list_btn_1 .btn_card {
  background-color: #ff909e;
}

.sec_outpatient_wrap .list_btn_1 .btn_pill {
  background-color: #abd475;
}

.sec_outpatient_wrap .list_btn_1 .btn_online {
  background-color: #f2c06f;
}

@media (max-width: 991px) {
  .sec_outpatient_wrap {
    padding-bottom: 50px;
    background-size: 205px auto;
  }

  .sec_outpatient_wrap .waiting_system_box h4 {
    font-size: 16px;
  }

  .sec_outpatient_wrap .waiting_system_box {
    padding: 50px 5%;
  }

  .sec_outpatient_wrap .tel_online_box {
    padding: 0 5% 50px;
  }

  .sec_outpatient_wrap .sec_ttl {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .sec_outpatient_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_outpatient_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_outpatient_wrap .sec_desc {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .sec_outpatient_wrap .flex_wrap {
    display: block;
    padding: 0 0 30px;
    /* border-radius: 10px;
        border: 1px dashed #ABD475; */
  }

  .sec_outpatient_wrap .flex_wrap .block {
    width: auto;
  }

  .sec_outpatient_wrap .flex_wrap .block + .block {
    margin-top: 30px;
  }

  .sec_outpatient_wrap .flex_wrap .block_ttl {
    margin: 0 auto 20px;
    width: 60%;
    border-width: 2px 0 2px;
  }

  .sec_outpatient_wrap .flex_wrap .block_ttl span {
    font-size: 14px;
    height: 40px;
    border-width: 1px 0 1px;
  }

  .sec_outpatient_wrap .list_btn_1 {
    width: 100%;
  }

  .sec_outpatient_wrap .list_btn_1 li {
    width: 100%;
    margin: 0 auto;
  }

  /* .sec_outpatient_wrap .list_btn_1 li+li {
        margin-top: 15px;
    } */

  .sec_outpatient_wrap .list_btn_1 .btn_1,
  .sec_outpatient_wrap .list_btn_1 .btn_2 {
    flex-wrap: wrap;
    height: 100px;
    border-radius: 10px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_1 i {
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
    height: 40px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_1 .ttl {
    font-size: 14px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_2 {
    height: 100px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_2 i {
    display: block;
    margin-right: 5px;
    width: 20px;
    height: auto;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_2 .ttl {
    font-size: 24px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_2 .note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }

  .sec_outpatient_wrap .list_btn_1 .caption {
    font-size: 12px;
  }

  .sec_outpatient_wrap .list_btn_1 .caption span {
    font-size: 11px;
  }

  .sec_outpatient_wrap .list_btn_1 .btn_first {
    margin-bottom: 20px;
  }
  .sec_outpatient_wrap .list_btn_1 .btn_online {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------- */
/* sec_slider_wrap */
/* ---------------------------------------------------- */
.sec_slider_wrap {
  padding-top: 140px;
  padding-bottom: 80px;
}

.sec_slider_wrap .slick-slide {
  outline: none;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.sec_slider_wrap .slick-slide.slick-current {
  opacity: 1;
}

.sec_slider_wrap .item {
  position: relative;
  padding: 30px;
  margin: 0 3px;
  background-color: #fff1f5;
}

.sec_slider_wrap .item .block {
  background-color: #fff;
  border-width: 1px;
  border-style: dashed;
  border-color: #ff909e;
  padding: 40px 25px;
  border-radius: 20px;
}

.sec_slider_wrap .item.pink {
  background-color: #fff1f5;
}

.sec_slider_wrap .itempink .block {
  border-color: #ff909e;
}

.sec_slider_wrap .itempink .ttl {
  color: #ff909e;
}

.sec_slider_wrap .item .desc {
  text-align: justify;
}

.sec_slider_wrap .item .ttl {
  margin-bottom: 15px;
  color: #ff909e;
  font-size: 20px;
  text-align: center;
}

.sec_slider_wrap .item .desc {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.sec_slider_wrap .item .img {
  margin-bottom: 15px;
}

.sec_slider_wrap .item .img img {
  border-radius: 20px;
}

.sec_slider_wrap .item .btn_more {
  width: 80%;
}

.sec_slider_wrap .item::before,
.sec_slider_wrap .item::after,
.sec_slider_wrap .item .block::before,
.sec_slider_wrap .item .block::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.sec_slider_wrap .item::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.sec_slider_wrap .item::after {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.sec_slider_wrap .item .block::before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.sec_slider_wrap .item .block::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.sec_slider_wrap .item.pink {
  background-color: #fff1f5;
}

.sec_slider_wrap .item.pink .block {
  border-color: #ff909e;
}

.sec_slider_wrap .item.pink .ttl {
  color: #ff909e;
}

.sec_slider_wrap .item.blue {
  background-color: #ebf5fc;
}

.sec_slider_wrap .item.blue .block {
  border-color: #89c9e7;
}

.sec_slider_wrap .item.blue .ttl {
  color: #89c9e7;
}

.sec_slider_wrap .item.green {
  background-color: #ebf7e2;
}

.sec_slider_wrap .item.green .block {
  border-color: #abd475;
}

.sec_slider_wrap .item.green .ttl {
  color: #abd475;
}

.sec_slider_wrap .slick-next,
.sec_slider_wrap .slick-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  outline: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c8a87a;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.sec_slider_wrap .slick-prev:before,
.sec_slider_wrap .slick-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c8a87a;
  border-right: 2px solid #c8a87a;
  transform: translate(-80%, -50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}

.sec_slider_wrap .slick-prev:hover:before,
.sec_slider_wrap .slick-next:hover:before {
  border-color: #846954;
}

.sec_slider_wrap .slick-next {
  transform: translate(177px, -50%) rotate(0deg);
}

.sec_slider_wrap .slick-prev {
  transform: translate(-237px, -50%) rotate(-180deg);
}

@media (max-width: 991px) {
  .sec_slider_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec_slider_wrap .container {
    padding: 0;
  }

  .sec_slider_wrap .item {
    padding: 15px;
  }

  .sec_slider_wrap .item .block {
    padding: 25px 15px;
    border-radius: 10px;
  }

  .sec_slider_wrap .item .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .sec_slider_wrap .item .desc {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .sec_slider_wrap .item .img img {
    border-radius: 10px;
  }

  .sec_slider_wrap .item .btn_more {
    width: 80%;
  }

  .sec_slider_wrap .slick-next,
  .sec_slider_wrap .slick-prev {
    width: 40px;
    height: 40px;
  }

  .sec_slider_wrap .slick-prev:before,
  .sec_slider_wrap .slick-next:before {
    width: 8px;
    height: 8px;
  }

  .sec_slider_wrap .slick-next {
    left: auto;
    right: 5px;
    transform: translate(0, -50%) rotate(0deg);
  }

  .sec_slider_wrap .slick-prev {
    left: 5px;
    transform: translate(0, -50%) rotate(-180deg);
  }
}

/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
  padding-top: 140px;
  padding-bottom: 250px;
  background-color: #b3dbe8;
  background-image: url(../../common/img/bg/11.svg),
    url(../../common/img/bg/9.svg), url(../../common/img/bg/7.png);
  background-size: 2200px auto, 1800px auto, 226px auto;
  background-repeat: repeat-x, no-repeat, repeat;
  background-position: center top -1px, center bottom -1px, center bottom -1px;
}

.sec_message_wrap .sec_ttl {
  margin-bottom: 80px;
}

.sec_message_wrap .sec_ttl i {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sec_message_wrap .sec_ttl div {
  display: block;
  color: #67787f;
  font-size: 48px;
  text-align: center;
}

.sec_message_wrap .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) {
  position: relative;
  flex: none;
  margin-right: 40px;
  width: 470px;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) .img {
  padding: 10px;
  border-radius: 50%;
  border: 2px dashed #ffb5a4;
  background-color: #fff;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) .img img {
  border-radius: 50%;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) .name {
  position: absolute;
  left: -70px;
  bottom: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: #ffb5a4;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) .name > div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed #fff;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(1) .name > div > div {
  width: 100%;
  color: #fff;
  text-align: center;
}

.sec_message_wrap
  .flex_wrap
  .block:nth-of-type(1)
  .name
  > div
  > div:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2;
}

.sec_message_wrap
  .flex_wrap
  .block:nth-of-type(1)
  .name
  > div
  > div:nth-of-type(2) {
  font-size: 24px;
}

.sec_message_wrap
  .flex_wrap
  .block:nth-of-type(1)
  .name
  > div
  > div:nth-of-type(2)
  span {
  font-size: 18px;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(2) {
  flex: auto;
  width: auto;
  max-width: 510px;
  padding: 90px;
  background-color: #fff;
  border-radius: 30px;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(2) .ttl {
  margin-bottom: 50px;
  color: #687d82;
  font-size: 22px;
  line-height: 2;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(2) .desc {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: justify;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(2) .desc p + p {
  margin-top: 2em;
}

.sec_message_wrap .flex_wrap .block:nth-of-type(2) .btn_more {
  width: 70%;
}

@media (max-width: 991px) {
  .sec_message_wrap {
    padding-top: 70px;
    padding-bottom: 0;
    background-size: 700px auto, 0px auto, 113px auto;
  }

  .sec_message_wrap .sec_ttl {
    margin-bottom: 40px;
  }

  .sec_message_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_message_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_message_wrap .flex_wrap {
    display: block;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(1) {
    position: relative;
    margin-right: 0;
    width: auto;
    z-index: 1;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(1) .name {
    left: -15px;
    bottom: -30px;
    padding: 5px;
    width: 160px;
    height: 160px;
  }

  .sec_message_wrap
    .flex_wrap
    .block:nth-of-type(1)
    .name
    > div
    > div:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .sec_message_wrap
    .flex_wrap
    .block:nth-of-type(1)
    .name
    > div
    > div:nth-of-type(2) {
    font-size: 14px;
  }

  .sec_message_wrap
    .flex_wrap
    .block:nth-of-type(1)
    .name
    > div
    > div:nth-of-type(2)
    span {
    font-size: 12px;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2) {
    position: relative;
    max-width: none;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 60px 15px 90px;
    border-radius: 0;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    background-color: #f3f7f7;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2) .ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2) .desc {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2) .btn_more {
    width: 70%;
    height: 60px;
  }

  .sec_message_wrap .flex_wrap .block:nth-of-type(2) .btn_more span {
    font-size: 14px;
  }
}

/* ---------------------------------------------------- */
/* sec_recruit_wrap */
/* ---------------------------------------------------- */
.sec_recruit_wrap {
  padding-top: 0;
  padding-bottom: 140px;
  background-color: #f3f7f7;
}

.sec_recruit_wrap .sec_ttl {
  margin-bottom: 80px;
}

.sec_recruit_wrap .sec_ttl i {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.sec_recruit_wrap .sec_ttl div {
  display: block;
  color: #67787f;
  font-size: 48px;
  text-align: center;
}

.sec_recruit_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.sec_recruit_wrap .list li {
  margin-bottom: 40px;
  width: calc(50% - 20px);
}

.sec_recruit_wrap .list li a {
  display: flex;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
}

.sec_recruit_wrap .list .block:nth-of-type(1) {
  flex: none;
  width: 240px;
  margin-right: 40px;
}

.sec_recruit_wrap .list .block:nth-of-type(1) .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 10px;
  height: 68px;
  color: #574726;
  font-size: 21px;
  text-align: center;
  background-image: url(../../common/img/bg/10.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec_recruit_wrap .list .block:nth-of-type(1) .desc {
  color: #666;
  font-size: 18px;
  text-align: justify;
}

.sec_recruit_wrap .list .block:nth-of-type(2) {
  flex: auto;
  width: auto;
}

.sec_recruit_wrap .list .block:nth-of-type(2) .img img {
  border-radius: 20px;
}

@media (max-width: 991px) {
  .sec_recruit_wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .sec_recruit_wrap .sec_ttl {
    margin-bottom: 40px;
  }

  .sec_recruit_wrap .sec_ttl i img {
    width: 100px;
  }

  .sec_recruit_wrap .sec_ttl div {
    font-size: 24px;
  }

  .sec_recruit_wrap .list {
    display: block;
    margin-bottom: -20px;
  }

  .sec_recruit_wrap .list li {
    margin-bottom: 20px;
    width: auto;
  }

  .sec_recruit_wrap .list li a {
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
  }

  .sec_recruit_wrap .list .block:nth-of-type(1) {
    width: 50%;
    margin-right: 10px;
  }

  .sec_recruit_wrap .list .block:nth-of-type(1) .ttl {
    margin-bottom: 10px;
    padding-right: 5px;
    width: 150px;
    height: 42px;
    font-size: 13px;

    text-align: left;
    background-position: left center;
  }

  .sec_recruit_wrap .list .block:nth-of-type(1) .desc {
    font-size: 12px;
  }

  .sec_recruit_wrap .list .block:nth-of-type(2) {
    flex: auto;
    width: auto;
  }

  .sec_recruit_wrap .list .block:nth-of-type(2) .img img {
    border-radius: 10px;
  }
}
