@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
body {
  background: #F6FFEE;
}

main {
  /* 1280以下  */
}
@media all and (max-width: 1280px) {
  main {
    padding: 60px 0 0;
  }
}

section {
  padding-top: 70px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section {
    padding-top: 100px;
  }
}

/* 半透明の白背景 */
.bg_white {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .bg_white {
    padding: 70px 30px;
  }
}

h2 {
  margin-bottom: 20px;
  font-size: 23px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
h2 span {
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #62CC93;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2 span {
    padding-bottom: 14px;
    font-size: 25px;
  }
}

h3 span {
  font-size: 20px;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h3 span {
    font-size: 24px;
  }
}

.gray_text {
  font-size: 16px;
  color: #5D5D5D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gray_text {
    font-size: 18px;
  }
}

.tel {
  position: relative;
  display: inline-block;
}
.tel::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #2BB06B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 3px;
  left: 0;
}
@media (hover: hover) {
  .tel:hover::after {
    width: 100%;
  }
}

.btn a {
  font-size: 20px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .btn a {
    font-size: 16px;
    width: 335px;
    height: 60px;
  }
}

.web_btn {
  margin: 20px 0 0;
  position: relative;
  z-index: 0;
}
.web_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  line-height: 2.5em;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA103), to(#FFC461));
  background: linear-gradient(#FFA103, #FFC461);
  border-radius: 100px;
  z-index: 1;
  /* 751以上 */
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .web_btn a {
    font-size: 20px;
    width: 396px;
    height: 76px;
  }
}
.web_btn a::before, .web_btn a::after {
  position: absolute;
  content: "";
  font-size: 16px;
  left: 0;
  border-radius: 100px;
}
.web_btn a::before {
  background: #fff;
  width: 396px;
  height: 396px;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web_btn a::after {
  border: 1px solid #E38F00;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .web_btn a::after {
    width: 396px;
    height: 76px;
  }
}
@media all and (min-width: 751px) {
  .web_btn a:hover {
    color: #E38F00;
  }
  .web_btn a:hover::before {
    top: -170px;
    left: 0px;
  }
}

.btn_motion {
  margin: 50px auto 0;
  font-size: 20px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .btn_motion {
    margin: 30px auto 0;
    width: 100%;
    font-size: 16px;
  }
}
.btn_motion svg {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .btn_motion svg {
    width: 100%;
  }
}

.sp_btn {
  font-weight: normal;
}

/* ==========================================================================//
//
//　メインビジュアル
//
// ========================================================================== */
.mv {
  background-image: url(../images/top/mv_bg_sp.png);
  background-repeat: no-repeat;
  width: 100%;
  height: unset;
  background-size: cover;
  background-position: bottom;
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .mv {
    background-image: url(../images/top/mv_bg_pc.png);
    height: 490px;
  }
}
.mv .mv_wrap {
  padding: 50px 0 35px;
  display: inline-block;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap {
    padding: 60px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 751px) and (max-width: 989px) {
  .mv .mv_wrap {
    display: inline-block;
  }
}
.mv .mv_wrap .mv_text {
  text-align: left;
}
.mv .mv_wrap .mv_text .mv_text_main {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #007e3d;
  text-shadow: 0 0 30px #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .mv_text_main {
    font-size: 40px;
    line-height: 1.25;
  }
}
.mv .mv_wrap .mv_text p.catch {
  margin: 30px 0;
  line-height: 1.57;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text p.catch {
    font-size: 20px;
    line-height: 1.5;
  }
}
.mv .mv_wrap .mv_text .circle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(335px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list {
    width: min(501px, 100%);
  }
}
.mv .mv_wrap .mv_text .circle_list li {
  width: 100px;
  height: 100px;
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li {
    width: 140px;
    height: 140px;
  }
}
.mv .mv_wrap .mv_text .circle_list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #2BB06B;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li p {
    font-size: 20px;
    line-height: 1.5;
    left: 52%;
  }
}
.mv .mv_wrap .mv_text .circle_list li p .station_name {
  font-size: 13px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li p .station_name {
    font-size: 18px;
  }
}
.mv .mv_wrap .mv_text .circle_list li p .short_text {
  font-size: 13px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li p .short_text {
    font-size: 15px;
  }
}
.mv .mv_wrap .mv_text .circle_list li > span {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #FFF7EB;
  border: 1px solid #62CC93;
  display: block;
  border-radius: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li > span {
    width: 140px;
    height: 140px;
  }
}
.mv .mv_wrap .mv_text .circle_list li > span.circle_01 {
  top: 0px;
  left: 4px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li > span.circle_01 {
    left: 7px;
  }
}
.mv .mv_wrap .mv_text .circle_list li > span.circle_02 {
  top: -4px;
  left: 1px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li > span.circle_02 {
    left: 4px;
  }
}
.mv .mv_wrap .mv_text .circle_list li > span.circle_03 {
  top: 0;
  left: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_text .circle_list li > span.circle_03 {
    left: 0;
  }
}
.mv .mv_wrap .mv_btn {
  margin: 50px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_btn {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 989px) {
  .mv .mv_wrap .mv_btn {
    margin: 40px 0 0;
  }
}
.mv .mv_wrap .mv_btn a {
  outline: 3px solid #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv .mv_wrap .mv_btn a {
    font-size: 20px;
  }
}
.mv .mv_wrap .mv_btn a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#62CC93), to(#007E3D));
  background: linear-gradient(#62CC93, #007E3D);
}
.mv .mv_wrap .mv_btn a::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#007E3D), to(#62CC93));
  background: linear-gradient(#007E3D, #62CC93);
}

/* ==========================================================================//
//
//　/* mv_schedule
//
// ========================================================================== */
.mv_schedule {
  padding: 40px 0;
  background: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule {
    padding: 50px 0;
  }
}
.mv_schedule .intro {
  margin-bottom: 37px;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .intro {
    margin-bottom: 57px;
  }
}
.mv_schedule .intro h1 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .intro h1 {
    font-size: 20px;
  }
}
.mv_schedule .schedule_wrap {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .mv_schedule .schedule_wrap {
    display: inline-block;
  }
}
.mv_schedule .schedule_wrap .calendar {
  width: min(635px, 100%);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .mv_schedule .schedule_wrap .calendar {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .mv_schedule .schedule_wrap .calendar {
    margin-inline: auto;
  }
}
.mv_schedule .schedule_wrap .calendar table {
  min-width: 635px;
}
.mv_schedule .schedule_wrap .calendar table tr td.close::after {
  width: 116%;
  left: -6px;
  -webkit-transform: translateY(-50%) rotate(-29deg);
          transform: translateY(-50%) rotate(-29deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap .calendar table tr td.close::after {
    width: 119%;
    left: -7px;
    -webkit-transform: translateY(-50%) rotate(-33deg);
            transform: translateY(-50%) rotate(-33deg);
  }
}
.mv_schedule .schedule_wrap .btn_contents {
  /* 初診予約の空き状況はこちら */
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .mv_schedule .schedule_wrap .btn_contents {
    margin-top: 20px;
    display: inline-block;
  }
}
.mv_schedule .schedule_wrap .btn_contents .first_examination {
  margin-bottom: 14px;
  position: relative;
  z-index: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap .btn_contents .first_examination {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .mv_schedule .schedule_wrap .btn_contents .first_examination {
    margin-bottom: 23px;
  }
}
.mv_schedule .schedule_wrap .btn_contents .first_examination a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E38F00;
  line-height: 2.5em;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background: #FBFBFB;
  border-radius: 100px;
  z-index: 1;
  /* 751以上 */
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap .btn_contents .first_examination a {
    font-size: 20px;
    width: 396px;
    height: 76px;
  }
}
.mv_schedule .schedule_wrap .btn_contents .first_examination a::before, .mv_schedule .schedule_wrap .btn_contents .first_examination a::after {
  position: absolute;
  content: "";
  font-size: 16px;
  left: 0;
  border-radius: 100px;
}
.mv_schedule .schedule_wrap .btn_contents .first_examination a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA103), to(#FFC461));
  background: linear-gradient(#FFA103, #FFC461);
  width: 396px;
  height: 396px;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv_schedule .schedule_wrap .btn_contents .first_examination a::after {
  border: 1px solid #E38F00;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap .btn_contents .first_examination a::after {
    width: 396px;
    height: 76px;
  }
}
@media all and (min-width: 751px) {
  .mv_schedule .schedule_wrap .btn_contents .first_examination a:hover {
    color: #fff;
  }
  .mv_schedule .schedule_wrap .btn_contents .first_examination a:hover::before {
    top: -170px;
    left: 0px;
  }
}

/* ==========================================================================//
//
//　当院の特徴
//
// ========================================================================== */
.sec_about {
  position: relative;
}
.sec_about::before {
  content: "";
  position: absolute;
  background: url(../images/top/about/bg_sec_about.jpg) no-repeat;
  background-size: cover;
  width: min(262px, 100%);
  height: 173px;
  top: 70px;
  left: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about::before {
    top: 0;
    width: min(1034px, 100%);
    height: 689px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_about::before {
    width: min(700px, 100%);
    height: 400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .sec_about::before {
    width: min(500px, 100%);
    height: 300px;
  }
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  .sec_about::before {
    width: min(400px, 100%);
    height: 270px;
  }
}
.sec_about .bg_white {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white {
    margin-top: 0px;
  }
}
.sec_about .bg_white .about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list {
    row-gap: 50px;
  }
}
.sec_about .bg_white .about_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list li {
    width: 31%;
  }
}
.sec_about .bg_white .about_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_about .bg_white .about_list li:not(:first-child) {
    padding-top: 30px;
  }
}
.sec_about .bg_white .about_list li h3 {
  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;
  color: #007E3D;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 31px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list li h3 {
    font-size: 36px;
  }
}
.sec_about .bg_white .about_list li h3 span {
  padding-right: 4px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list li h3 span {
    padding-right: 5px;
  }
}
.sec_about .bg_white .about_list li p {
  padding: 8px 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list li p {
    padding: 10px 0;
  }
}
.sec_about .bg_white .about_list li .image {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .about_list li .image {
    width: min(320px, 100%);
  }
}
.sec_about .bg_white .about_list li .image img {
  border-radius: 28px;
}
.sec_about .bg_white .btn_motion {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_about .bg_white .btn_motion {
    margin: 50px auto 0;
  }
}

/* ==========================================================================//
//
//　診療ご予約
//
// ========================================================================== */
.sec_consultation .consultation_list {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 875px) {
  .sec_consultation .consultation_list {
    display: block;
  }
}
.sec_consultation .consultation_list li {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li {
    padding: 50px 20px;
    width: 49%;
  }
}
@media screen and (min-width: 751px) and (max-width: 875px) {
  .sec_consultation .consultation_list li {
    margin-inline: auto;
    width: 90%;
  }
}
@media all and (max-width: 875px) {
  .sec_consultation .consultation_list li:not(:first-child) {
    margin-top: 20px;
  }
}
.sec_consultation .consultation_list li h3 {
  margin-bottom: 14px;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.sec_consultation .consultation_list li a.tel {
  padding: 0 0 5px;
  position: relative;
  font-size: 25px;
  letter-spacing: 0.05em;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li a.tel {
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.sec_consultation .consultation_list li .calendar {
  margin-inline: auto;
  width: min(490px, 100%);
}
.sec_consultation .consultation_list li .calendar table {
  min-width: 490px;
}
.sec_consultation .consultation_list li .calendar table tr td.close::after {
  width: 125%;
  left: -7px;
  -webkit-transform: translateY(-50%) rotate(-37deg);
          transform: translateY(-50%) rotate(-37deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li .calendar table tr td.close::after {
    width: 133%;
    left: -9px;
    -webkit-transform: translateY(-50%) rotate(-43deg);
            transform: translateY(-50%) rotate(-43deg);
  }
}
.sec_consultation .consultation_list li span {
  padding: 5px 0 25px;
  display: inline-block;
  font-size: 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li span {
    padding: 8px 0 34px;
    font-size: 16px;
  }
}
.sec_consultation .consultation_list li p {
  text-align: left;
  line-height: 2;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_consultation .consultation_list li p {
    line-height: 2.1875;
  }
}
.sec_consultation .consultation_list li .web_btn {
  margin-bottom: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_consultation .consultation_list li .web_btn {
    margin-bottom: 40px;
  }
}
.sec_consultation .consultation_list li .web_btn a {
  margin: 0 auto;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_consultation .consultation_list li .web_btn a {
    width: 295px;
    height: 52px;
  }
  .sec_consultation .consultation_list li .web_btn a::before {
    width: 295px;
    height: 295px;
  }
  .sec_consultation .consultation_list li .web_btn a::after {
    width: 295px;
    height: 52px;
  }
}

/* ==========================================================================//
//
//　症状から見る
//
// ========================================================================== */
.sec_symptoms {
  position: relative;
}
.sec_symptoms::before {
  content: "";
  position: absolute;
  background: url(../images/top/symptoms/bg_sec_symptoms.jpg) no-repeat;
  background-size: cover;
  width: min(301px, 100%);
  height: 187px;
  top: 70px;
  right: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_symptoms::before {
    width: min(1007px, 100%);
    height: 672px;
    top: 100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_symptoms::before {
    width: min(700px, 100%);
    height: 400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .sec_symptoms::before {
    width: min(500px, 100%);
    height: 300px;
  }
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  .sec_symptoms::before {
    width: min(400px, 100%);
    height: 270px;
  }
}
.sec_symptoms .bg_white {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_symptoms .bg_white {
    margin-top: 70px;
  }
}
.sec_symptoms .bg_white .gray_text {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_symptoms .bg_white .gray_text {
    padding-bottom: 30px;
    text-align: left;
    line-height: 2;
  }
}
.sec_symptoms .bg_white .symptomslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 13px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_symptoms .bg_white .symptomslist {
    margin-top: 50px;
    gap: 25px 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .sec_symptoms .bg_white .symptomslist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_symptoms .bg_white .symptomslist:after {
    content: "";
    width: 29%;
  }
}
.sec_symptoms .bg_white .symptomslist li {
  width: calc((100% - 13px) / 2);
  -webkit-box-shadow: 2px 2px 6px rgba(43, 176, 107, 0.3);
          box-shadow: 2px 2px 6px rgba(43, 176, 107, 0.3);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_symptoms .bg_white .symptomslist li {
    margin-bottom: 0;
    width: 23%;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .sec_symptoms .bg_white .symptomslist li {
    width: 29%;
  }
}
.sec_symptoms .bg_white .symptomslist li a {
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_symptoms .bg_white .symptomslist li a:hover {
    border: 1px solid #007E3D;
  }
}
.sec_symptoms .bg_white .btn_motion {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_symptoms .bg_white .btn_motion {
    width: 400px;
  }
}
.sec_symptoms .bg_white .sp_btn {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_symptoms .bg_white .sp_btn {
    margin: 30px auto 0;
  }
}

/* ==========================================================================//
//
//　医療部門,特化した治療プログラム・総合的なメンタルケア　共通
//
// ========================================================================== */
.sec_mental .bg_white,
.sec_treatment .bg_white {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white,
  .sec_treatment .bg_white {
    margin-top: 70px;
  }
}
.sec_mental .bg_white p,
.sec_treatment .bg_white p {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_mental .bg_white p,
  .sec_treatment .bg_white p {
    text-align: left;
  }
}
.sec_mental .bg_white ul li.nolink a,
.sec_treatment .bg_white ul li.nolink a {
  pointer-events: none;
}
.sec_mental .bg_white ul li.nolink a::after,
.sec_treatment .bg_white ul li.nolink a::after {
  content: none;
}
.sec_mental .bg_white .program_list,
.sec_treatment .bg_white .program_list {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list,
  .sec_treatment .bg_white .program_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.sec_mental .bg_white .program_list li,
.sec_treatment .bg_white .program_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li,
  .sec_treatment .bg_white .program_list li {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1100px) {
  .sec_mental .bg_white .program_list li,
  .sec_treatment .bg_white .program_list li {
    width: 32%;
  }
}
@media screen and (min-width: 1028px) and (max-width: 1099px) {
  .sec_mental .bg_white .program_list li,
  .sec_treatment .bg_white .program_list li {
    width: 31.5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .program_list li,
  .sec_treatment .bg_white .program_list li {
    display: block;
  }
}
.sec_mental .bg_white .program_list li:not(:first-child),
.sec_treatment .bg_white .program_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_mental .bg_white .program_list li:not(:first-child),
  .sec_treatment .bg_white .program_list li:not(:first-child) {
    margin-top: 13px;
  }
}
.sec_mental .bg_white .program_list li a,
.sec_treatment .bg_white .program_list li a {
  padding: 20px;
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li a,
  .sec_treatment .bg_white .program_list li a {
    padding: 18px 17px 38px;
  }
}
.sec_mental .bg_white .program_list li a::after,
.sec_treatment .bg_white .program_list li a::after {
  position: absolute;
  content: "";
  background: url(../images/top/mental/ico_arrow.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li a::after,
  .sec_treatment .bg_white .program_list li a::after {
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .program_list li a::after,
  .sec_treatment .bg_white .program_list li a::after {
    top: 20px;
    right: 20px;
  }
}
.sec_mental .bg_white .program_list li a h3,
.sec_treatment .bg_white .program_list li a h3 {
  margin-bottom: 9px;
  font-size: 16px;
  color: #007E3D;
  width: 88%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li a h3,
  .sec_treatment .bg_white .program_list li a h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .program_list li a h3,
  .sec_treatment .bg_white .program_list li a h3 {
    text-align: left;
    width: 90%;
  }
}
.sec_mental .bg_white .program_list li a h3 span,
.sec_treatment .bg_white .program_list li a h3 span {
  font-size: 14px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li a h3 span,
  .sec_treatment .bg_white .program_list li a h3 span {
    font-size: 16px;
  }
}
.sec_mental .bg_white .program_list li a p,
.sec_treatment .bg_white .program_list li a p {
  color: #303030;
  width: 90%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .program_list li a p,
  .sec_treatment .bg_white .program_list li a p {
    line-height: 1.6875;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .program_list li a p,
  .sec_treatment .bg_white .program_list li a p {
    width: 90%;
  }
}
@media (hover: hover) {
  .sec_mental .bg_white .program_list li a:hover,
  .sec_treatment .bg_white .program_list li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec_mental .bg_white .program_list li a:hover::after,
  .sec_treatment .bg_white .program_list li a:hover::after {
    right: 5px;
  }
}
.sec_mental .bg_white .treatment_list,
.sec_treatment .bg_white .treatment_list {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .treatment_list,
  .sec_treatment .bg_white .treatment_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.sec_mental .bg_white .treatment_list li,
.sec_treatment .bg_white .treatment_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 1100px) {
  .sec_mental .bg_white .treatment_list li,
  .sec_treatment .bg_white .treatment_list li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.sec_mental .bg_white .treatment_list li:not(:first-child),
.sec_treatment .bg_white .treatment_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_mental .bg_white .treatment_list li:not(:first-child),
  .sec_treatment .bg_white .treatment_list li:not(:first-child) {
    margin-top: 13px;
  }
}
.sec_mental .bg_white .treatment_list li a,
.sec_treatment .bg_white .treatment_list li a {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .treatment_list li a,
  .sec_treatment .bg_white .treatment_list li a {
    padding: 18px 17px 18px;
  }
}
.sec_mental .bg_white .treatment_list li a h3,
.sec_treatment .bg_white .treatment_list li a h3 {
  font-size: 16px;
  color: #007E3D;
  width: 88%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .treatment_list li a h3,
  .sec_treatment .bg_white .treatment_list li a h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .treatment_list li a h3,
  .sec_treatment .bg_white .treatment_list li a h3 {
    text-align: left;
    width: 90%;
  }
}
.sec_mental .bg_white .treatment_list li a p,
.sec_treatment .bg_white .treatment_list li a p {
  color: #303030;
  width: 90%;
  /* 751以上 */
  /* Coming　soon */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .treatment_list li a p,
  .sec_treatment .bg_white .treatment_list li a p {
    line-height: 1.6875;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .treatment_list li a p,
  .sec_treatment .bg_white .treatment_list li a p {
    width: 90%;
  }
}
.sec_mental .bg_white .treatment_list li a p.coming_soon,
.sec_treatment .bg_white .treatment_list li a p.coming_soon {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .treatment_list li a p.coming_soon,
  .sec_treatment .bg_white .treatment_list li a p.coming_soon {
    text-align: center;
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .sec_mental .bg_white .treatment_list li a:hover,
  .sec_treatment .bg_white .treatment_list li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec_mental .bg_white .treatment_list li a:hover::after,
  .sec_treatment .bg_white .treatment_list li a:hover::after {
    right: 5px;
  }
}
.sec_mental .bg_white .green_list,
.sec_treatment .bg_white .green_list {
  margin-top: 13px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .green_list,
  .sec_treatment .bg_white .green_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.sec_mental .bg_white .green_list li,
.sec_treatment .bg_white .green_list li {
  margin-top: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .green_list li,
  .sec_treatment .bg_white .green_list li {
    margin-top: 0;
    width: 31.835%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media all and (min-width: 1100px) {
  .sec_mental .bg_white .green_list li,
  .sec_treatment .bg_white .green_list li {
    width: 32%;
  }
}
@media screen and (min-width: 970px) and (max-width: 1099px) {
  .sec_mental .bg_white .green_list li,
  .sec_treatment .bg_white .green_list li {
    width: 31.5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1027px) {
  .sec_mental .bg_white .green_list li,
  .sec_treatment .bg_white .green_list li {
    text-align: left;
    width: 100%;
  }
}
.sec_mental .bg_white .green_list li a,
.sec_treatment .bg_white .green_list li a {
  padding: 23px;
  display: block;
  background: #2BB06B;
  border-radius: 8px;
  color: #F6FFEE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .green_list li a,
  .sec_treatment .bg_white .green_list li a {
    padding: 26px;
  }
}
@media (hover: hover) {
  .sec_mental .bg_white .green_list li a:hover,
  .sec_treatment .bg_white .green_list li a:hover {
    background: #D8EDC6;
    color: #2BB06B;
  }
}
.sec_mental .bg_white .btn_motion,
.sec_treatment .bg_white .btn_motion {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental .bg_white .btn_motion,
  .sec_treatment .bg_white .btn_motion {
    width: 400px;
  }
}
.sec_mental .bg_white .btn_motion span,
.sec_treatment .bg_white .btn_motion span {
  width: 100%;
}
.sec_mental .bg_white .sp_btn,
.sec_treatment .bg_white .sp_btn {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_mental .bg_white .sp_btn,
  .sec_treatment .bg_white .sp_btn {
    margin: 30px auto 0;
  }
}

/* ==========================================================================//
//
//　医療部門
//
// ========================================================================== */
.sec_mental {
  position: relative;
}
.sec_mental::before {
  content: "";
  position: absolute;
  background: url(../images/top/mental/bg_sec_mental.jpg) no-repeat;
  background-size: cover;
  width: min(315px, 100%);
  height: 210px;
  top: 70px;
  left: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_mental::before {
    width: min(1047px, 100%);
    height: 698px;
    top: 100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_mental::before {
    width: min(700px, 100%);
    height: 400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .sec_mental::before {
    width: min(500px, 100%);
    height: 300px;
  }
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  .sec_mental::before {
    width: min(400px, 100%);
    height: 270px;
  }
}

/* ==========================================================================//
//
//　よくあるご質問
//
// ========================================================================== */
.sec_faq {
  position: relative;
}
.sec_faq::before {
  content: "";
  position: absolute;
  background: url(../images/top/faq/bg_sec_faq.jpg) no-repeat;
  background-size: cover;
  width: min(230px, 100%);
  height: 153px;
  top: 70px;
  right: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq::before {
    width: min(983px, 100%);
    height: 655px;
    top: 100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_faq::before {
    width: min(700px, 100%);
    height: 400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .sec_faq::before {
    width: min(500px, 100%);
    height: 300px;
  }
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  .sec_faq::before {
    width: min(400px, 100%);
    height: 270px;
  }
}
.sec_faq .bg_white {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white {
    margin-top: 70px;
  }
}
.sec_faq .bg_white .faq_list ul {
  margin: 60px 0 0;
}
.sec_faq .bg_white .faq_list ul li {
  position: relative;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
}
.sec_faq .bg_white .faq_list ul li.active::before {
  top: 25%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li.active::before {
    top: 30%;
    right: 37px;
  }
}
.sec_faq .bg_white .faq_list ul li.active::after {
  top: 25%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li.active::after {
    top: 30%;
    right: 29px;
  }
}
.sec_faq .bg_white .faq_list ul li .faq_list_q, .sec_faq .bg_white .faq_list ul li .faq_list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_faq .bg_white .faq_list ul li .faq_list_q span, .sec_faq .bg_white .faq_list ul li .faq_list_a span {
  font-weight: bold;
  font-size: 22px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li .faq_list_q span, .sec_faq .bg_white .faq_list ul li .faq_list_a span {
    font-size: 30px;
  }
}
.sec_faq .bg_white .faq_list ul li .faq_list_q p, .sec_faq .bg_white .faq_list ul li .faq_list_a p {
  margin: 0 0 0 10px;
}
.sec_faq .bg_white .faq_list ul li .faq_list_q {
  color: #007E3D;
  text-align: left;
}
.sec_faq .bg_white .faq_list ul li .faq_list_a {
  color: #E38F00;
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_faq .bg_white .faq_list ul li .faq_list_a.active {
  padding: 25px 0 0;
  height: auto;
  overflow: unset;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li .faq_list_a.active {
    padding: 18px 0 0;
  }
}
.sec_faq .bg_white .faq_list ul li .faq_list_a a {
  color: #E38F00;
  text-decoration: underline;
}
.sec_faq .bg_white .faq_list ul li .faq_border {
  position: absolute;
  background-image: linear-gradient(to right, #4B8E78 4px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.sec_faq .bg_white .faq_list ul li::before, .sec_faq .bg_white .faq_list ul li::after {
  content: "";
  background: #007E3D;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 2px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li::before, .sec_faq .bg_white .faq_list ul li::after {
    width: 15px;
  }
}
.sec_faq .bg_white .faq_list ul li::before {
  right: 34px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li::before {
    right: 37px;
  }
}
.sec_faq .bg_white .faq_list ul li::after {
  right: 29px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.sec_faq .bg_white .faq_list ul li:hover {
  background: #f9f9f9;
}
.sec_faq .bg_white .faq_list ul li.active::before {
  right: 35px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .bg_white .faq_list ul li.active::before {
    right: 40px;
  }
}
.sec_faq .bg_white .faq_list ul li.active::after {
  right: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* ==========================================================================//
//
//　アクセス
//
// ========================================================================== */
.sec_access {
  margin-bottom: 70px;
  /* 751以上 */
  /* アクセス情報 */
  /* 予約方法 */
}
@media all and (min-width: 751px) {
  .sec_access {
    margin-bottom: 60px;
  }
}
.sec_access .access_wrap {
  margin-bottom: 70px;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.sec_access .access_wrap .map {
  width: 100%;
  height: 240px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .map {
    width: min(540px, 100%);
    height: 265px;
  }
}
.sec_access .access_wrap .right_texts .text_list li {
  /* 750以下  */
}
.sec_access .access_wrap .right_texts .text_list li:not(:first-child) {
  margin-top: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (max-width: 750px) {
  .sec_access .access_wrap .right_texts .text_list li:first-child {
    margin-top: 26px;
  }
}
.sec_access .access_wrap .right_texts .text_list li h3 {
  padding-bottom: 8px;
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.sec_access .access_wrap .right_texts .text_list li p {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .text_list li p {
    font-size: 20px;
  }
}
.sec_access .access_wrap .right_texts .btn_motion {
  font-weight: bold;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .sec_access .access_wrap .right_texts .btn_motion {
    margin: 26px auto 0;
    width: 66%;
    height: 40px;
    font-size: 14px;
  }
  .sec_access .access_wrap .right_texts .btn_motion svg {
    height: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_access .access_wrap .right_texts .btn_motion {
    margin: 50px auto 0;
    font-size: 16px;
  }
}
.sec_access .access_wrap .right_texts .btn_motion span {
  text-align: center;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_access .access_wrap .right_texts .btn_motion span {
    width: 60%;
  }
}
.sec_access .gray_text {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .gray_text {
    text-align: center;
    line-height: 2.125;
    font-size: 16px;
  }
}
.sec_access .reservation_list {
  margin: 30px auto 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .reservation_list {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 67px;
       -moz-column-gap: 67px;
            column-gap: 67px;
    width: min(1027px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1066px) {
  .sec_access .reservation_list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 929px) {
  .sec_access .reservation_list {
    display: block;
  }
}
.sec_access .reservation_list li {
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .reservation_list li {
    margin-bottom: 50px;
    font-size: 24px;
    width: 46%;
  }
}
@media screen and (min-width: 751px) and (max-width: 929px) {
  .sec_access .reservation_list li {
    margin-bottom: 20px;
    width: 100%;
  }
}
.sec_access .reservation_list li h3 {
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .reservation_list li h3 {
    font-size: 20px;
  }
}
.sec_access .reservation_list li .tel {
  padding: 13px 0 5px;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #2BB06B;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  font-style: italic;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .reservation_list li .tel {
    padding: 5px 0 0;
    font-size: 50px;
    letter-spacing: 0.1em;
  }
}
.sec_access .reservation_list li span {
  display: block;
  font-size: 12px;
  color: #2B2B2B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .reservation_list li span {
    font-size: 16px;
  }
}
.sec_access .reservation_list li .web_btn {
  margin-top: 14px;
}
.sec_access .reservation_list li .web_btn a {
  margin: 0 auto;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_access .reservation_list li .web_btn a {
    width: 295px;
    height: 52px;
  }
}
.sec_access .calendar {
  margin-inline: auto;
  width: min(598px, 100%);
}
.sec_access .calendar table {
  min-width: 598px;
}
.sec_access .calendar table td.close::after {
  width: 116%;
  height: 0.8px;
  left: -6px;
  -webkit-transform: translateY(-50%) rotate(-31deg);
          transform: translateY(-50%) rotate(-31deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .calendar table td.close::after {
    width: 121%;
    left: -7px;
    -webkit-transform: translateY(-50%) rotate(-35deg);
            transform: translateY(-50%) rotate(-35deg);
  }
}
.sec_access .attention {
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  width: min(604px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_access .attention {
    padding-top: 15px;
  }
}

/* ==========================================================================//
//
//　お知らせ
//
// ========================================================================== */
.sec_news {
  background: #fff;
  padding-bottom: 70px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_news {
    padding-bottom: 80px;
  }
}
.sec_news .post_list li {
  border-top: 1px solid #C9C9C9;
}
.sec_news .post_list li:last-child {
  border-bottom: 1px solid #C9C9C9;
}
.sec_news .post_list li a {
  padding: 20px 0;
  display: block;
  text-align: left;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_news .post_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.sec_news .post_list li a .date {
  font-size: 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_news .post_list li a .date {
    width: 10%;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 930px) {
  .sec_news .post_list li a .date {
    width: 13%;
  }
}
.sec_news .post_list li a h3 {
  padding-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_news .post_list li a h3 {
    padding-top: 0;
    width: 89%;
  }
}
@media screen and (min-width: 751px) and (max-width: 930px) {
  .sec_news .post_list li a h3 {
    width: 87%;
  }
}
.sec_news .post_list li a h3 span {
  position: relative;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#303030), to(#303030));
  background-image: linear-gradient(90deg, #303030, #303030);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_news .post_list li a:hover h3 span {
    background-size: 100% 1px;
  }
}
.sec_news .btn_motion {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_news .btn_motion {
    margin: 60px auto 0;
  }
}

/* ==========================================================================//
//
//　医師募集とスタッフ募集バナー
//
// ========================================================================== */
.recruit_contents .recruit_list {
  margin: 25px auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: min(850px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 899px) {
  .recruit_contents .recruit_list {
    display: block;
  }
}
.recruit_contents .recruit_list li {
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li {
    width: 48.5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 899px) {
  .recruit_contents .recruit_list li {
    width: 100%;
  }
}
.recruit_contents .recruit_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .recruit_contents .recruit_list li:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 899px) {
  .recruit_contents .recruit_list li:not(:first-child) {
    margin-top: 20px;
  }
}
.recruit_contents .recruit_list li.doctor::before {
  background: url(../images/top/ico_recruit_contents_01_sp.svg) no-repeat;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li.doctor::before {
    background: url(../images/top/ico_recruit_contents_01_pc.svg) no-repeat;
  }
}
.recruit_contents .recruit_list li::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 66px;
  height: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li::before {
    left: 50px;
    width: 92px;
    height: 92px;
  }
}
.recruit_contents .recruit_list li a {
  padding: 25px 50px 25px 106px;
  text-align: left;
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6FFEE), to(#fff));
  background: linear-gradient(#F6FFEE, #fff);
  border: 3px solid #007E3D;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li a {
    padding: 39px 80px 39px 152px;
  }
}
.recruit_contents .recruit_list li a span {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li a span {
    font-size: 30px;
  }
}
.recruit_contents .recruit_list li a::after {
  content: "";
  position: absolute;
  background: url(../images/top/ico_arrow_recruit_contents.svg) no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .recruit_contents .recruit_list li a::after {
    width: 28px;
    height: 28px;
  }
}
@media (hover: hover) {
  .recruit_contents .recruit_list li a:hover::after {
    right: 15px;
  }
}
/*# sourceMappingURL=home.css.map */