@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
h1 {
  margin: 0;
  padding-top: 50px;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1 {
    padding-top: 33px;
  }
}

section {
  padding: 40px 0;
  position: relative;
  /* 751以上 */
  z-index: 1;
}
@media all and (min-width: 751px) {
  section {
    padding: 80px 0;
  }
}
section::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/sec_bg_w.svg);
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position-x: center;
  left: 0;
  top: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section::before {
    padding-top: 30px;
  }
}
section.bg_white {
  background: #fff;
}
section.bg_white::before {
  background-image: url(../images/about/sec_bg_g.svg);
}
section.bg_green {
  background: #F6FFEE;
}

section p {
  text-align: left;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section p {
    line-height: 2.125;
    letter-spacing: 0.03em;
  }
}

:not(:first-of-type) .sec_title {
  margin-top: 110px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  :not(:first-of-type) .sec_title {
    margin-top: 150px;
  }
}
@media all and (min-width: 1670px) {
  :not(:first-of-type) .sec_title {
    margin-top: 200px;
  }
}

.sec_title {
  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;
}
.sec_title .point {
  padding: 0 34px 0 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #D5E6E7;
  z-index: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title .point {
    padding: 0 66px 0 36px;
    font-size: 36px;
  }
}
.sec_title .point::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title .point::before {
    font-size: 20px;
    width: 140px;
    height: 140px;
  }
}
.sec_title .point p {
  text-align: center;
  line-height: 1;
}
.sec_title .point span {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title .point span {
    font-size: 60px;
  }
}
.sec_title h2 {
  text-align: left;
  color: #2BB06B;
  font-size: 18px;
  line-height: 1.33;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title h2 {
    font-size: 30px;
    line-height: 1.67;
  }
}

.section_image {
  margin: 30px auto;
  width: min(500px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .section_image {
    margin: 50px auto 40px;
  }
}
.section_image img {
  border-radius: 28px;
}

/* 注意書き */
.attention {
  display: block;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .attention {
    padding-top: 20px;
  }
}
.attention p {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .attention p {
    font-size: 13px;
    line-height: 2.3;
  }
}

/* ==========================================================================//
//
//　01 土曜日・夜間も診察、忙しい毎日の中で安心の時間を
//
// ========================================================================== */
.sec_peace {
  /* 診療時間 */
}
.sec_peace::before {
  display: none;
}
.sec_peace .calendar {
  margin: 30px auto 12px;
  width: min(635px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_peace .calendar {
    margin: 40px auto 0;
  }
}
.sec_peace .calendar table {
  min-width: 635px;
}
.sec_peace .calendar table td.close::after {
  width: 114%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_peace .calendar table td.close::after {
    width: 119%;
    left: -7px;
    -webkit-transform: translateY(-50%) rotate(-33deg);
            transform: translateY(-50%) rotate(-33deg);
  }
}

/* ==========================================================================//
//
//　03 ここから24時間いつでも予約可能
//
// ========================================================================== */
.sec_reservation .web_btn {
  margin: 30px 0 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_reservation .web_btn {
    margin: 40px 0 0;
  }
}
.sec_reservation .web_btn a {
  margin-inline: auto;
}

/* ==========================================================================//
//
//　04 はじめての方も安心の、充実した多彩なケアプログラム
//
// ========================================================================== */
.sec_program {
  text-align: left;
}
.sec_program .program_list li:not(:first-child) {
  margin-top: 26px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_list li:not(:first-child) {
    padding-top: 40px;
  }
}
.sec_program .program_list li h3 {
  margin-bottom: 17px;
  color: #2BB06B;
  font-size: 16px;
  font-weight: 400;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_list li h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.sec_program .program_list li h3 span {
  padding: 0 21px 0 9px;
  position: relative;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_list li h3 span {
    padding: 0 24px 0 15px;
  }
}
.sec_program .program_list li h3 span::before {
  position: absolute;
  content: "";
  border: 1px solid #2BB06B;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_list li h3 span::before {
    width: 40px;
    height: 40px;
  }
}

/* ==========================================================================//
//
//　06 メンタルヘルスに特化した、訪問看護サービス
//
// ========================================================================== */
.sec_mental .btn_motion {
  margin: 70px auto 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .btn_motion {
    margin: 97px auto 0;
  }
}