@charset "UTF-8";
/*wellnest clinic color*/
/*black*/
/*blue*/
/*red*/
#pre-loading {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 9999;
  transition: 0.4s;
}

.load-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .load-img {
    width: 70%;
    margin: 0 auto;
  }
}
.pc-flex {
  display: flex;
}

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

.atten {
  color: #C8102E;
  font-weight: 500;
}

.atten_blue {
  color: #041E42;
  font-weight: 500;
}

.line-ttl {
  position: relative;
}
.line-ttl span {
  background-color: #fff;
  padding: 0 24px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.line-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}

.btn_wrap {
  width: 320px;
  margin: 0 auto;
}

.text_link {
  color: #041E42;
  font-weight: 500;
  border-bottom: 1px solid;
}

.tb_container {
  margin: 40px auto 0;
}
.tb_container h3 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.tb_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: white;
  margin-bottom: 20px;
}
.tb_container table tr .bg_bl900 {
  background-color: #1D3455;
}
.tb_container table tr .bg_bl600 {
  background-color: #68788E;
}
.tb_container table tr .bg_bl400 {
  background-color: #9BA5B3;
}
.tb_container table tr .bg_bl300 {
  background-color: #B3BBC6;
}
.tb_container table tr th {
  color: white;
  border: 1px solid #414143;
  padding: 8px;
  line-height: 1.5;
  text-align: center;
}
.tb_container table tr td {
  padding: 8px;
  border: 1px solid #B4B4B7;
  text-align: right;
  line-height: 1.5;
  max-width: 250px;
}
.tb_container table tr td span.num {
  font-size: 2rem;
  font-weight: 600;
}
.tb_container table tr td.left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  p,
  caption {
    font-size: 3.733vw;
  }
  .btn_wrap {
    margin: 8vw auto 0 auto;
  }
  .pc-flex {
    display: block;
  }
  .btn_wrap {
    width: 100%;
    max-width: 390px;
  }
  .tb_container {
    margin: 4vw auto 0;
  }
  .tb_container h3 {
    font-size: 5.33vw;
    margin-bottom: 8vw;
  }
  .tb_container table {
    /*font-size: 3.2vw;*/
    margin-bottom: 4vw;
  }
  .tb_container table tr th {
    font-size: 3.73vw;
    padding: 2vw;
  }
  .tb_container table tr td {
    padding: 1vw;
  }
  .tb_container table tr td span.num {
    font-size: 7.47vw;
  }
}
/* ------------------------------
MV
------------------------------ */
.mv {
  position: relative;
  height: 100vh;
  max-height: 600px;
}
.mv .mv_text_box {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 30%;
}
.mv .mv_text_box .mv_copy {
  color: white;
  font-family: Noto Serif JP;
  font-size: 3.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.mv .mv_text_box .image-mv-price {
  display: flex;
  margin: 32px 0;
}
.mv .mv_text_box .image-mv-price .box {
  width: 148px;
}
.mv .mv_text_box .image-mv-price .box + .box {
  margin-left: 16px;
}
.mv .mv_text_box .image-mv-price .box dt {
  font-family: Noto Serif JP;
  background-color: rgba(255, 255, 255, 0.9);
  color: #626264;
  font-size: 1.6rem;
  padding: 8px 0;
  text-align: center;
}
.mv .mv_text_box .image-mv-price .box dd {
  font-family: Noto Serif JP;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.mv .mv_text_box .image-mv-price .box dd span {
  font-size: 3.4rem;
}
.mv .image-mv {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv .image-mv .mv-pc {
  background: url(../img/index_new/mv_pill_pc.jpg) no-repeat center/cover;
  background: image-set(url(../img/index_new/mv_pill_pc.jpg) 1x, url(../img/index_new/mv_pill_pc@2x.jpg) 2x) no-repeat center/cover;
  background: -webkit-image-set(url(../img/index_new/mv_pill_pc.jpg) 1x, url(../img/index_new/mv_pill_pc@2x.jpg) 2x) no-repeat center/cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
.mv .image-mv .mv-sp {
  background-image: url(../img/index_new/mv_pill_sp.jpg) no-repeat center/cover;
  background-image: image-set(url(../img/index_new/mv_pill_sp.jpg) 1x, url(../img/index_new/mv_pill_sp@2x.jpg) 2x) no-repeat center/cover;
  background: -webkit-image-set(url(../img/index_new/mv_pill_sp.jpg) 1x, url(../img/index_new/mv_pill_sp@2x.jpg) 2x) no-repeat center/cover;
  display: none;
  width: 100%;
  height: 100vh;
  filter: brightness(0.8);
}
.mv .reservation-button-wrap {
  padding: 6vh 0;
  width: 100%;
  background-color: #FCF3F4;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.mv .reservation-button-wrap .btn_wrap {
  height: fit-content;
  margin: 0;
}
.mv .reservation-button-wrap .btn_wrap + .btn_wrap {
  margin-left: 80px;
}
.mv .reservation-button-wrap .btn_wrap .btn {
  width: 320px;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mv .mv_text_box {
    left: 36%;
  }
  .mv .mv_text_box .mv_copy {
    font-size: 34px;
  }
  .mv .mv_text_box .image-mv-price .box {
    width: 150px;
  }
  .mv .mv_text_box .image-mv-price .box + .box {
    margin-left: 16px;
  }
  .mv .mv_text_box .image-mv-price .box dd span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: 80vh;
  }
  .mv .mv_text_box {
    width: 92%;
    top: 56%;
    left: 50%;
  }
  .mv .mv_text_box .mv_copy {
    font-size: 6.67vw;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 8vw;
    text-align: center;
  }
  .mv .mv_text_box .image-mv-price {
    margin-bottom: 8vw;
  }
  .mv .mv_text_box .image-mv-price .box {
    width: calc((100% - 8vw) / 3);
  }
  .mv .mv_text_box .image-mv-price .box + .box {
    margin-left: 0;
  }
  .mv .mv_text_box .image-mv-price .box dt {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 3.2vw;
    padding: 2vw;
  }
  .mv .mv_text_box .image-mv-price .box dd {
    font-size: 3.2vw;
  }
  .mv .mv_text_box .image-mv-price .box dd span {
    font-size: 6.93vw;
  }
  .mv .mv_text_box .btn_wrap {
    display: block;
    width: 80%;
  }
  .mv .image-mv .mv-pc {
    display: none;
  }
  .mv .image-mv .mv-sp {
    display: block;
    height: 100%;
  }
  .mv .reservation-button-wrap {
    display: none;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  padding: 40px 0 80px;
  position: relative;
}
.sec01 .wrap {
  background: none;
  padding: 0 40px;
}
.sec01 .wrap .flex-box {
  margin: 0 auto;
  align-items: center;
}
.sec01 .wrap .flex-box + .flex-box {
  margin-top: 80px;
}
.sec01 .wrap .flex-box.pc-reverse {
  flex-direction: row-reverse;
}
.sec01 .wrap .flex-box .box.box-text {
  width: 50%;
  margin: 0 auto;
}
.sec01 .wrap .flex-box .box.box-text h3 {
  margin-bottom: 24px;
}
.sec01 .wrap .flex-box .box.box-image {
  width: 34%;
}
.sec01 .wrap .flex-box .box.box-image img {
  width: 100%;
}
.sec01 .wrap .box-introduction {
  background-color: #FCF3F4;
  padding: 40px 80px;
  border-radius: 24px;
  margin: 120px auto 0;
  max-width: 900px;
}
.sec01 .wrap .box-introduction h5 {
  text-align: center;
}
.sec01 .wrap .box-introduction h5.line-ttl span {
  background-color: #FCF3F4;
}
.sec01 .wrap .box-introduction .flex-box {
  display: grid;
  grid-template-rows: auto 14px auto 20px auto;
  grid-template-columns: 240px 40px 300px 20px 1fr;
  border-radius: 16px;
  margin-top: 16px;
}
.sec01 .wrap .box-introduction .flex-box + .flex-box {
  margin-top: 60px;
}
.sec01 .wrap .box-introduction .flex-box .img {
  grid-row: 1/6;
  grid-column: 1/2;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  overflow: hidden;
  /*box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);*/
  margin: 0;
}
.sec01 .wrap .box-introduction .flex-box .name_wrap {
  grid-row: 1/2;
  grid-column: 3/6;
}
.sec01 .wrap .box-introduction .flex-box .name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #041E42;
  line-height: 1.3;
}
.sec01 .wrap .box-introduction .flex-box .name span {
  margin: 0 16px 4px 0;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.sec01 .wrap .box-introduction .flex-box .potision {
  border-bottom: 1px solid #041E42;
  padding-bottom: 6px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #041E42;
}
.sec01 .wrap .box-introduction .flex-box .list_ttl {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
  color: #041E42;
}
.sec01 .wrap .box-introduction .flex-box .career_wrap {
  grid-row: 3/4;
  grid-column: 3/4;
}
.sec01 .wrap .box-introduction .flex-box dt,
.sec01 .wrap .box-introduction .flex-box dd,
.sec01 .wrap .box-introduction .flex-box ul li {
  font-size: 1.1rem;
  font-weight: 500;
  color: #041E42;
  line-height: 1.85;
}
.sec01 .wrap .box-introduction .flex-box .career_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec01 .wrap .box-introduction .flex-box .career_wrap dt {
  width: 50px;
}
.sec01 .wrap .box-introduction .flex-box .career_wrap dd {
  width: calc(100% - 50px);
}
.sec01 .wrap .box-introduction .flex-box .qualification_wrap {
  grid-row: 3/4;
  grid-column: 5/6;
  font-size: 1.1rem;
  font-weight: 500;
  color: #041E42;
  line-height: 1.85;
}
.sec01 .wrap .box-introduction .flex-box .specialized_wrap {
  grid-row: 5/6;
  grid-column: 3/5;
}
.sec01 .wrap .box-introduction .flex-box .specialized_wrap .list_ttl {
  margin-bottom: 13px;
}
.sec01 .wrap .box-introduction .flex-box .specialized_wrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec01 .wrap .box-introduction .flex-box .specialized_wrap li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 7px;
  color: #FFF;
  font-size: 1.2rem;
  background: rgba(0, 31, 75, 0.5);
  padding: 0 13px 2px 13px;
  border-radius: 16px;
  box-sizing: border-box;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec01 .wrap {
    padding: 0;
  }
  .sec01 .wrap .box-introduction {
    margin: 80px auto 0;
    padding: 40px;
  }
  .sec01 .wrap .box-introduction .flex-box {
    grid-template-columns: 180px 16px 240px 16px 1fr;
  }
  .sec01 .wrap .box-introduction .flex-box .img {
    grid-row: 1/4;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8vw 0;
  }
  .sec01 .wrap {
    padding: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec01 .wrap .flex-box + .flex-box {
    margin-top: 8vw;
  }
  .sec01 .wrap .flex-box .box.box-text {
    width: 100%;
  }
  .sec01 .wrap .flex-box .box.box-text h3 {
    font-size: clamp(2.2rem, 4vw, 2.8rem);
    text-align: center;
    margin-bottom: 4vw;
  }
  .sec01 .wrap .flex-box .box.box-image {
    width: 70%;
    margin: 8vw auto;
  }
  .sec01 .wrap .box-introduction {
    padding: 8vw 4vw 8vw;
    margin: 8vw auto 0;
    border-radius: 8px;
    box-shadow: 3px 3px 9px rgba(144, 144, 144, 0.3);
  }
  .sec01 .wrap .box-introduction .flex-box {
    grid-template-rows: auto 6vw auto 4vw auto 4vw auto;
    grid-template-columns: 32vw 5vw 1fr;
    margin-bottom: 4vw;
  }
  .sec01 .wrap .box-introduction .flex-box + .flex-box {
    margin-top: 5.6vw;
  }
  .sec01 .wrap .box-introduction .flex-box .img {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 32vw;
    height: 32vw;
    border-radius: 5px;
    box-shadow: none;
  }
  .sec01 .wrap .box-introduction .flex-box .name_wrap {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .sec01 .wrap .box-introduction .flex-box .name {
    padding-top: 4vw;
    font-size: 2.6vw;
  }
  .sec01 .wrap .box-introduction .flex-box .name span {
    font-size: 5.6vw;
    margin-bottom: 0.5vw;
  }
  .sec01 .wrap .box-introduction .flex-box .potision {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 4vw;
    font-size: 2.9vw;
    line-height: 1.5454545455;
  }
  .sec01 .wrap .box-introduction .flex-box .list_ttl {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .sec01 .wrap .box-introduction .flex-box .career_wrap {
    grid-row: 3/4;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
  }
  .sec01 .wrap .box-introduction .flex-box dt,
  .sec01 .wrap .box-introduction .flex-box dd,
  .sec01 .wrap .box-introduction .flex-box ul li {
    font-size: 2.4vw;
    line-height: 1.65;
  }
  .sec01 .wrap .box-introduction .flex-box .career_wrap dt {
    width: 10vw;
  }
  .sec01 .wrap .box-introduction .flex-box .career_wrap dd {
    width: calc(100% - 10vw);
  }
  .sec01 .wrap .box-introduction .flex-box .qualification_wrap {
    grid-row: 5/6;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
    font-size: 2.4vw;
  }
  .sec01 .wrap .box-introduction .flex-box .specialized_wrap {
    grid-row: 7/8;
    grid-column: 1/4;
  }
  .sec01 .wrap .box-introduction .flex-box .specialized_wrap .list_ttl {
    margin-bottom: 2.5vw;
  }
  .sec01 .wrap .box-introduction .flex-box .specialized_wrap li {
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 2.933vw;
    background: rgba(0, 31, 75, 0.5);
    padding: 0 15px 2px 15px;
    border-radius: 14px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .sec01 {
    margin-top: 0;
    background: #ebf3ff;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  position: relative;
  padding: 80px 0 160px;
}
.sec02 .wrap .ttl_wrap .ico {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sec02 .wrap .ttl_wrap h2 {
  text-align: center;
}
.sec02 .wrap .flex-box {
  margin: 0 auto;
  align-items: center;
  margin-top: 80px;
}
.sec02 .wrap .flex-box.pc-reverse {
  flex-direction: row-reverse;
}
.sec02 .wrap .flex-box .box.box-text {
  width: calc((100% - 80px) / 2);
  margin: 0 auto;
}
.sec02 .wrap .flex-box .box.box-text h3 {
  margin-bottom: 24px;
  display: block;
}
.sec02 .wrap .flex-box .box.box-text h3 span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
}
.sec02 .wrap .flex-box .box.box-image {
  width: calc((100% - 80px) / 2);
}
.sec02 .wrap .flex-box .box.box-image img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 8vw 0;
  }
  .sec02 .wrap .ttl_wrap .ico {
    width: 14vw;
    margin-bottom: 4vw;
  }
  .sec02 .wrap .flex-box {
    margin-top: 8vw;
  }
  .sec02 .wrap .flex-box .box.box-text {
    width: 100%;
  }
  .sec02 .wrap .flex-box .box.box-text h3 {
    margin-bottom: 2vw;
  }
  .sec02 .wrap .flex-box .box.box-text h3 span {
    font-size: 4.27vw;
    margin-bottom: 2vw;
  }
  .sec02 .wrap .flex-box .box.box-image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
/* ------------------------------
sec03
------------------------------ */
.sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #F2F4F5;
}
.sec03 .wrap .ttl_wrap {
  margin-bottom: 40px;
}
.sec03 .wrap .ttl_wrap .ico {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sec03 .wrap .ttl_wrap h3 {
  text-align: center;
}
.sec03 .wrap .menu_wrap {
  margin: 0 auto 40px;
}
.sec03 .wrap .menu_wrap.flex-box {
  justify-content: center;
}
.sec03 .wrap .menu_wrap li {
  width: calc((100% - 160px) / 3);
}
.sec03 .wrap .menu_wrap li .btn {
  padding: 16px 10px 40px 10px;
  border-radius: 8px;
}
.sec03 .wrap .menu_wrap li .btn::after {
  background: url(../img/common/ico_arrow.svg) no-repeat center center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
  width: 20px;
}
.sec03 .wrap .menu_wrap li + li {
  margin-left: 24px;
}
.sec03 .wrap .box_wrap {
  margin: 0 auto;
  background-color: #fff;
  padding: 64px 160px;
  border-radius: 8px;
}
.sec03 .wrap .box_wrap + .box_wrap {
  margin-top: 40px;
}
.sec03 .wrap .box_wrap h3 {
  margin: 0 auto 8px;
  width: fit-content;
}
.sec03 .wrap .box_wrap h4 {
  text-align: center;
}
.sec03 .wrap .box_wrap .box-label {
  display: flex;
  justify-content: center;
}
.sec03 .wrap .box_wrap .box-label .label {
  color: white;
  background-color: #041E42;
  font-size: 1.4rem;
  padding: 4px 8px 6px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 8px;
}
.sec03 .wrap .box_wrap .box-label .label + .label {
  margin-left: 16px;
}
.sec03 .wrap .box_wrap .box-label .label.bg_red800 {
  background-color: #D34058;
}
.sec03 .wrap .box_wrap .box-label .label.bg_blue800 {
  background-color: #364B68;
}
.sec03 .wrap .box_wrap .price_box {
  margin: 0 0 16px;
}
.sec03 .wrap .box_wrap .price_box p {
  font-size: 2.4rem;
  color: #041E42;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec03 .wrap .box_wrap .price_box p .num {
  font-size: 3.2rem;
}
.sec03 .wrap .box_wrap .price_box .txt_xxs {
  font-size: 1.4rem;
}
.sec03 .wrap .box_wrap .flex-box {
  margin: 0 auto;
  align-items: stretch;
  padding: 0;
  justify-content: center;
}
.sec03 .wrap .box_wrap .flex-box .box.box-text {
  width: calc((100% - 80px) / 2);
  margin: 0 auto;
}
.sec03 .wrap .box_wrap .flex-box .box.box-text h3 {
  margin-bottom: 24px;
  display: block;
}
.sec03 .wrap .box_wrap .flex-box .box.box-text h3 span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
}
.sec03 .wrap .box_wrap .flex-box .box.box-text p small {
  font-size: 1.2rem;
}
.sec03 .wrap .box_wrap .flex-box .box.box-image {
  margin: 0 auto;
}
.sec03 .wrap .box_wrap .flex-box .box.box-image img {
  width: 100%;
  border-radius: 16px;
}
.sec03 .wrap .box_wrap .flex-box .box-effect {
  background-color: #F9E7EA;
  border-radius: 8px;
  width: calc((100% - 192px) / 3);
  padding: 24px;
  margin: 8px;
}
.sec03 .wrap .box_wrap .flex-box .box-effect .icon {
  width: 120px;
  margin: 0 auto 8px;
}
.sec03 .wrap .box_wrap .flex-box .box-effect .icon img {
  width: 100%;
}
.sec03 .wrap .box_wrap .flex-box .box-effect .box-text h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.sec03 .wrap .box_wrap .flex-box .box-effect .box-text p {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
.sec03 .wrap .box_wrap .flex-box.after_pill-type .box-effect {
  width: calc((100% - 128px) / 2);
}
.sec03 .wrap .box_wrap .box {
  margin: 40px 0;
}
.sec03 .wrap .box_wrap .box .btn {
  margin: 24px auto;
}
.sec03 .wrap .box_wrap .box .txt_center {
  width: fit-content;
  margin: 0 auto;
}
.sec03 .wrap .box_wrap.period_control_tab .box-image {
  margin: 12vw 0 4vw;
}
.sec03 .wrap .box_wrap.period_control_tab .box-image img {
  margin: 24px auto;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec03 .wrap {
    padding: 0;
  }
  .sec03 .wrap .box_wrap {
    padding: 64px 40px;
  }
  .sec03 .wrap .box_wrap .flex-box .box.box-image {
    margin: 0 auto;
    max-width: 280px;
  }
  .sec03 .wrap .box-introduction {
    margin: 80px auto 0;
    padding: 40px;
  }
  .sec03 .wrap .box-introduction .flex-box {
    grid-template-columns: 180px 16px 240px 16px 1fr;
  }
  .sec03 .wrap .box-introduction .flex-box .img {
    grid-row: 1/4;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 16vw 0;
  }
  .sec03 .wrap .ttl_wrap {
    margin-bottom: 8vw;
  }
  .sec03 .wrap .ttl_wrap .ico {
    width: 16vw;
    margin-bottom: 4vw;
  }
  .sec03 .wrap .menu_wrap {
    margin: 0 auto 8vw;
  }
  .sec03 .wrap .menu_wrap li {
    width: calc((100% - 4vw) / 3);
  }
  .sec03 .wrap .menu_wrap li .btn {
    padding: 4vw 2vw;
    height: 22vw;
    line-height: 1.2;
  }
  .sec03 .wrap .menu_wrap li .btn::after {
    top: 90%;
  }
  .sec03 .wrap .menu_wrap li + li {
    margin-left: 2vw;
  }
  .sec03 .wrap .box_wrap {
    padding: 8vw 4vw;
  }
  .sec03 .wrap .box_wrap + .box_wrap {
    margin-top: 8vw;
  }
  .sec03 .wrap .box_wrap .box-label .label {
    font-size: 3.2vw;
  }
  .sec03 .wrap .box_wrap .box-label .label + .label {
    margin-left: 4vw;
  }
  .sec03 .wrap .box_wrap .price_box {
    margin: 0 0 8vw;
  }
  .sec03 .wrap .box_wrap .price_box p {
    font-size: 5.33vw;
  }
  .sec03 .wrap .box_wrap .price_box p .num {
    font-size: 6.4vw;
  }
  .sec03 .wrap .box_wrap .price_box .txt_xxs {
    font-size: 3.2vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box.box-text {
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box.box-text h3 {
    margin-bottom: 8vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box.box-text h3 span {
    font-size: 4.27vw;
    margin-bottom: 8vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box.box-text p small {
    font-size: 3.2vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box-effect {
    width: 100%;
    padding: 6vw 4vw 8vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box-effect .icon {
    width: 24vw;
  }
  .sec03 .wrap .box_wrap .flex-box .box-effect .box-text h5 {
    font-size: 4.8vw;
  }
  .sec03 .wrap .box_wrap .flex-box.after_pill-type .box-effect {
    width: 100%;
  }
  .sec03 .wrap .box_wrap .box {
    margin: 8vw 0 0;
  }
  .sec03 .wrap .box_wrap .box .btn {
    margin: 24px auto;
  }
  .sec03 .wrap .box_wrap .box .txt_center {
    width: fit-content;
    margin: 0 auto;
  }
  .sec03 .wrap .box_wrap.period_control_tab .box-image {
    margin: 12vw 0 4vw;
  }
  .sec03 .wrap .box_wrap.period_control_tab .box-image img {
    margin: 24px auto;
  }
}
/* ------------------------------
sec04
------------------------------ */
.sec04 {
  position: relative;
  padding: 80px 0 0;
}
.sec04 .wrap .ttl_wrap {
  margin-bottom: 40px;
}
.sec04 .wrap .ttl_wrap .ico {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sec04 .wrap .ttl_wrap h2 {
  text-align: center;
}
.sec04 .wrap p {
  max-width: 800px;
  margin: 0 auto;
}
.sec04 .wrap .flex-box {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
}
.sec04 .wrap .flex-box .box {
  width: calc((100% - 120px) / 2);
  background-color: #E5E8EC;
  padding: 24px;
  border-radius: 8px;
}
.sec04 .wrap .flex-box .box h4 {
  margin-bottom: 16px;
  text-align: center;
}
.sec04 .wrap .flex-box .box p {
  width: fit-content;
  margin: 0 auto;
}
.sec04 .wrap .flex-box .box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin: 8px auto;
}
.sec04 .wrap .flex-box .box dl dt,
.sec04 .wrap .flex-box .box dl dd {
  color: #041E42;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}
.sec04 .wrap .flex-box .box dl dd {
  color: #C8102E;
  margin-left: 30px;
  position: relative;
  font-size: 2.2rem;
}
.sec04 .wrap .flex-box .box dl dd::before {
  content: "→";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 2rem;
  color: #041E42;
}
.sec04 .wrap .carousel_wrap {
  position: relative;
  margin: 64px auto;
}
.sec04 .wrap .carousel_wrap h4,
.sec04 .wrap .carousel_wrap h5 {
  text-align: center;
}
.sec04 .wrap .carousel_wrap .slick-slide {
  margin: 0 4px;
}
.sec04 .wrap .carousel_wrap .flow_wrap {
  margin: 24px auto 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slick-slide {
  opacity: 0.8;
  transform: scale(0.96);
  transition: all 300ms ease;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slick-slide + .slick-center {
  opacity: 1;
  transform: scale(1);
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block {
  border-radius: 8px;
  border: 1px solid #CDD2D9;
  position: relative;
  margin: 8px auto 0;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #CDD2D9;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block .step-num {
  background-color: #041E42;
  color: white;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 1px 10px;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block .img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block .text_box {
  padding: 16px;
}
.sec04 .wrap .carousel_wrap .flow_wrap .slider-block .text_box h5 {
  font-weight: 600;
  margin: 0 0 8px;
}
.sec04 .wrap .carousel_wrap .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -48px;
  left: 50%;
  align-items: center;
}
.sec04 .wrap .carousel_wrap .slick-dots li {
  line-height: 0;
}
.sec04 .wrap .carousel_wrap .slick-dots li + li {
  margin-left: 16px;
}
.sec04 .wrap .carousel_wrap .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  background: #CDD2D9;
  border: 0;
  padding: 0;
  outline: none;
  opacity: 0.4;
  vertical-align: top;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: none;
}
.sec04 .wrap .carousel_wrap .slick-dots .slick-active button {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.sec04 .wrap .carousel_wrap .arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  position: absolute;
  top: 240px;
  width: 112%;
  left: -6%;
}
.sec04 .wrap .carousel_wrap .prev-arrow,
.sec04 .wrap .carousel_wrap .next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(155, 165, 179, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.sec04 .wrap .carousel_wrap .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.sec04 .wrap .carousel_wrap .prev-arrow::before,
.sec04 .wrap .carousel_wrap .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.sec04 .wrap .box-column {
  background: #E8E8EB;
  padding: 64px 80px;
  border-radius: 8px;
}
.sec04 .wrap .box-column h3,
.sec04 .wrap .box-column h4 {
  text-align: center;
  margin-bottom: 40px;
}
.sec04 .wrap .box-column .box {
  background-color: white;
  padding: 40px 0;
  border-radius: 8px;
  margin-bottom: 40px;
}
.sec04 .wrap .box-column .box .flex-box {
  justify-content: center;
  margin-bottom: 0;
  padding: 0 0 24px;
}
.sec04 .wrap .box-column .box .flex-box li {
  margin: 0 24px;
  background: #4F617A;
  font-weight: 600;
  color: white;
  padding: 8px 35px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
}
.sec04 .wrap .box-column .box .flex-box li + li {
  position: relative;
}
.sec04 .wrap .box-column .box .flex-box li + li::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #364B68;
}
.sec04 .wrap .box-column .box .flex-box li.bg_bl600 {
  background-color: #68788E;
}
.sec04 .wrap .box-column .box .flex-box li.bg_bl800 {
  background-color: #364B68;
}
.sec04 .wrap .box-column .box .flex-box li.bg_red600 {
  background-color: #DE7082;
}
.sec04 .wrap .box-column .box p {
  width: fit-content;
  margin: 0 auto;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec04 {
    padding: 80px 40px 40px;
  }
  .sec04 .wrap .box-column {
    padding: 64px 40px 40px;
  }
  .sec04 .wrap .box-column .box {
    margin: 40px 0;
  }
  .sec04 .wrap .box-column .box .flex-box li {
    padding: 8px 16px;
    margin: 16px;
    font-size: 1.4rem;
  }
  .sec04 .wrap .box-column .box .flex-box li::before {
    left: -16px;
  }
  .sec04 .wrap .flex-box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 16vw 0 0;
  }
  .sec04 .wrap .ttl_wrap {
    margin-bottom: 4vw;
  }
  .sec04 .wrap .ttl_wrap .ico {
    width: 24vw;
  }
  .sec04 .wrap .flex-box {
    margin-bottom: 8vw;
    padding: 8vw 0;
  }
  .sec04 .wrap .flex-box .box {
    width: 100%;
    padding: 4vw;
  }
  .sec04 .wrap .flex-box .box + .box {
    margin-top: 4vw;
  }
  .sec04 .wrap .flex-box .box h4 {
    margin-bottom: 2vw;
  }
  .sec04 .wrap .flex-box .box dl {
    margin: 4vw auto;
  }
  .sec04 .wrap .flex-box .box dl dt,
  .sec04 .wrap .flex-box .box dl dd {
    font-size: 4.27vw;
  }
  .sec04 .wrap .carousel_wrap {
    margin: 8vw auto;
  }
  .sec04 .wrap .carousel_wrap .flow_wrap {
    margin: 0;
  }
  .sec04 .wrap .box-column {
    padding: 8vw 4vw;
  }
  .sec04 .wrap .box-column .box {
    padding: 4vw;
    margin-bottom: 8vw;
  }
  .sec04 .wrap .box-column .box .flex-box {
    padding: 0 0 4vw;
  }
  .sec04 .wrap .box-column .box .flex-box li {
    margin: 0 2vw;
    padding: 1vw 2vw;
    font-size: 2.67vw;
  }
  .sec04 .wrap .box-column .box .flex-box li + li::before {
    top: 50%;
    left: -2vw;
    font-size: 4.8vw;
  }
}
/* ------------------------------
sec05
------------------------------ */
.sec05 .wrap {
  padding: 104px;
}
.sec05 .wrap .ttl_wrap .ico {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sec05 .wrap .ttl_wrap h2 {
  text-align: center;
}
.sec05 .wrap .flex-box .box {
  width: calc((100% - 160px) / 3);
}
.sec05 .wrap .flex-box .box .ico {
  background-color: #818EA0;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.sec05 .wrap .flex-box .box .ico img {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.sec05 .wrap .flex-box .box .boxIn h4 {
  color: #041E42;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 16px auto;
}
.sec05 .wrap .flex-box + .box {
  margin-top: 80px;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec05 .wrap {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 0;
  }
  .sec05 .wrap {
    padding: 16vw 0 8vw;
  }
  .sec05 .wrap .ttl_wrap {
    margin-bottom: 8vw;
  }
  .sec05 .wrap .ttl_wrap h2 {
    text-align: center;
  }
  .sec05 .wrap .ttl_wrap h2 span {
    font-size: 5.333vw;
  }
  .sec05 .wrap .ttl_wrap h2 .min {
    margin-bottom: 15px;
  }
  .sec05 .wrap .flex-box .box {
    width: 100%;
    margin-bottom: 8vw;
    display: flex;
  }
  .sec05 .wrap .flex-box .box .ico {
    width: 30vw;
    height: 30vw;
  }
  .sec05 .wrap .flex-box .box .ico img {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: 15%;
    left: 15%;
  }
  .sec05 .wrap .flex-box .box .boxIn {
    width: 60%;
  }
  .sec05 .wrap .flex-box .box .boxIn h4 {
    color: #041E42;
    font-size: 4.27vw;
    text-align: left;
    margin: 0 auto 2vw;
  }
  .sec05 .wrap .flex-box .box .boxIn p {
    width: fit-content;
    text-align: left;
  }
  .sec05 .wrap .flex-box + .box {
    margin-top: 80px;
  }
}
/* ------------------------------
sec06
------------------------------ */
.sec06 {
  padding: 80px 0;
  background: #FFF;
}
.sec06 .wrap {
  background: none;
}
.sec06 .wrap .ttl_wrap h3 {
  text-align: center;
  margin-bottom: 40px;
}
.sec06 .wrap .ttl_wrap p {
  text-align: center;
}
.sec06 .wrap .guide_wrap h3 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.sec06 .wrap .guide_wrap .telWrap .ico {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  line-height: 1.2;
  padding-left: 45px;
  box-sizing: border-box;
  text-align: center;
}
.sec06 .wrap .guide_wrap .telWrap .ico:before {
  position: absolute;
  left: 16%;
  top: 50%;
  margin-top: -24px;
  display: block;
  content: "";
  background: url(../img/common/ico-tel.svg) no-repeat center center;
  background-size: 100% auto;
  width: 27px;
  height: 26px;
}
.sec06 .wrap .guide_wrap .telWrap .tel-link {
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #041E42;
  margin-left: 24px;
}
.sec06 .wrap .guide_wrap .telWrap .txt_tel {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.sec06 .wrap .guide_wrap a.btn {
  margin-bottom: 40px;
}
.sec06 .wrap .std_banner img {
  width: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 16vw 0;
  }
  .sec06 .wrap .ttl_wrap p {
    text-align: center;
  }
  .sec06 .wrap .guide_wrap a.btn {
    margin-bottom: 0;
  }
  .sec06 .wrap .std_banner img {
    width: 100%;
    margin: 8vw auto 0;
  }
}
/* ------------------------------
sec07
------------------------------ */
.sec07 {
  padding: 104px 160px;
  background-color: #F2F4F5;
}
.sec07 .wrap {
  background: none;
}
.sec07 .wrap .ttl_wrap h3 {
  text-align: center;
}
.sec07 .wrap .payment_wrap p {
  text-align: center;
}
.sec07 .wrap .payment_wrap .payment_table {
  margin-top: 40px;
  width: 100%;
  border: 2px solid #e6e6e6;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}
.sec07 .wrap .payment_wrap .payment_table th,
.sec07 .wrap .payment_wrap .payment_table td {
  background: #f9f9f9;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 64px;
  border: 2px solid #e6e6e6;
  line-height: 2;
}
.sec07 .wrap .payment_wrap .payment_table th:not(:first-child),
.sec07 .wrap .payment_wrap .payment_table td:not(:first-child) {
  border-right-style: dashed;
}
.sec07 .wrap .payment_wrap .payment_table td {
  background: #fff;
}
.sec07 .wrap .payment_wrap .payment_table ._img img {
  width: 100%;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec07 {
    padding: 104px 0;
  }
  .sec07 .wrap {
    padding: 80px 0 0;
  }
  .sec07 .wrap payment_table td {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 16vw 0;
  }
  .sec07 .wrap .payment_wrap p {
    text-align: left;
  }
  .sec07 .wrap .payment_wrap .payment_table {
    margin-top: 8vw;
  }
  .sec07 .wrap .payment_wrap .payment_table th {
    padding: 3%;
    font-size: 4.8vw;
  }
  .sec07 .wrap .payment_wrap .payment_table td {
    padding: 4vw;
  }
  .sec07 .wrap .payment_wrap .payment_table ._img img {
    width: 100%;
  }
}
/* ------------------------------
sec08
------------------------------ */
.sec08 {
  position: relative;
}
.sec08 .bg_parallax {
  background: linear-gradient(rgba(44, 99, 170, 0.3), rgba(114, 170, 247, 0.3)), url(../img/index_new/bg-clinics_pc@2x.jpg) no-repeat 0 0/cover, #fff;
  height: 600px;
}
.sec08 .bg_parallax .ttl_wrap .sec-ttl {
  color: #FFF;
  padding: 115px 0 115px 45px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.8rem;
}
.sec08.bg .bg_parallax + .wrap {
  position: relative;
  top: 290px;
  padding-top: 104px;
  padding-bottom: 104px;
  margin-bottom: 140px;
  z-index: 2;
}
.sec08 .logo_box img {
  width: 250px;
  margin-bottom: 30px;
}
.sec08 .flex-box {
  display: flex;
  justify-content: space-between;
}
.sec08 .flex-box.time_box {
  margin-bottom: 90px;
  display: block;
}
.sec08 .flex-box.time_box .box {
  position: relative;
  width: 48%;
  max-width: 480px;
}
.sec08 .flex-box.time_box .box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sec08 .flex-box.time_box .box .note {
  font-size: 1.6rem;
}
.sec08 .flex-box.time_box .box .note .bl_900 {
  color: #1D3455;
}
.sec08 .flex-box.time_box .box .note .bl_400 {
  color: #9BA5B3;
}
.sec08 .flex-box.time_box .box .note .rd_900 {
  color: #CD2742;
}
.sec08 .flex-box.time_box .box .note .rd_400 {
  color: #E99FAB;
}
.sec08 .flex-box.time_box .box .note .link {
  color: #041E42;
  border-bottom: 1px solid #041E42;
}
.sec08 .flex-box.time_box .table_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.sec08 .flex-box.time_box .table_wrap table th,
.sec08 .flex-box.time_box .table_wrap table td {
  border: 1px solid #041E42;
  padding: 16px;
  font-weight: 600;
  text-align: center;
}
.sec08 .flex-box.time_box .table_wrap table th.bg_bl900,
.sec08 .flex-box.time_box .table_wrap table td.bg_bl900 {
  background-color: #1D3455;
  color: white;
}
.sec08 .flex-box.time_box .table_wrap table th.bg_bl400,
.sec08 .flex-box.time_box .table_wrap table td.bg_bl400 {
  background-color: #9BA5B3;
  color: white;
}
.sec08 .flex-box.time_box .table_wrap .note {
  margin: 16px 0;
}
.sec08 .flex-box.time_box .table_wrap .note dl {
  display: flex;
  align-items: baseline;
}
.sec08 .flex-box.time_box .table_wrap .note dl dt,
.sec08 .flex-box.time_box .table_wrap .note dl dl {
  line-height: 1.5;
}
.sec08 .flex-box.map_box {
  align-items: center;
  flex-direction: row-reverse;
}
.sec08 .flex-box.map_box .box {
  width: 34%;
}
.sec08 .flex-box.map_box .box:nth-of-type(1) {
  width: 60%;
  max-width: 570px;
}
.sec08 .flex-box.map_box .lead {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  color: #001f4b;
  border-bottom: 1px solid #001f4b;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.sec08 .flex-box.map_box .lead:before {
  position: relative;
  top: -15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  content: "";
  background: url("../img/index/ico_walk.svg") no-repeat center;
  background-size: 100% auto;
  width: 27px;
  height: 52px;
}
.sec08 .flex-box.map_box .info {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec08 .flex-box.map_box .gmap {
  max-width: 570px;
  height: 424px;
}
.sec08 .flex-box.map_box .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.sec08 .flex-box.map_box .btn_wrap {
  margin: 40px 0 0 0;
}

.guide_wrap + .guide_wrap {
  margin-top: 80px;
}
.guide_wrap h3 {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.guide_wrap:nth-of-type(2) h3 {
  margin-bottom: 30px;
}
.guide_wrap h3:before, .guide_wrap h3:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 25%;
  height: 1px;
  background: #001f4b;
}
.guide_wrap h3:before {
  left: 0;
}
.guide_wrap h3:after {
  right: 0;
}

.guide_wrap:nth-of-type(3) h3:before, .guide_wrap:nth-of-type(3) h3:after {
  width: 40%;
}

.guide_wrap:nth-of-type(5) h3:before, .guide_wrap:nth-of-type(5) h3:after {
  width: 28%;
}

.guide_wrap h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #001f4b;
}
.guide_wrap .telWrap {
  text-align: center;
}
.guide_wrap .btn_wrap {
  margin: 35px auto 0 auto;
  max-width: 390px;
}
.guide_wrap .btn_wrap .btn + .btn {
  margin-top: 20px;
}
.guide_wrap .group_box {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4d4d4d;
  padding: 30px 0;
  box-sizing: border-box;
}
.guide_wrap .group_box ul {
  display: flex;
  margin-left: 30px;
}
.guide_wrap .group_box li {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  color: #FFF;
  background: rgba(6, 31, 75, 0.5);
  line-height: 1;
  padding: 11px 10px 13px 10px;
  border-radius: 22px;
}
.guide_wrap .group_box li + li {
  margin-left: 12px;
}
.guide_wrap .group_box .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  padding-right: 26px;
  box-sizing: border-box;
}
.guide_wrap .group_box .link a {
  color: #001e4e;
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: 1px solid #001e4e;
  line-height: 1;
  display: inline-block;
  padding-bottom: 2px;
}
.guide_wrap .group_box .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 14px;
  background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
}

.alignment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.alignment_list li {
  width: 32%;
  max-width: 310px;
  margin: 0 2% 20px 0;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  box-sizing: border-box;
}
.alignment_list li:nth-of-type(3n) {
  margin-right: 0;
}
.alignment_list a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #001f4b;
}
.alignment_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 9px;
  height: 8px;
  background: url(../img/common/ico-arrow.svg) no-repeat center center/contain;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec08 .bg_parallax {
    height: auto;
  }
  .sec08 .bg_parallax .ttl_wrap .sec-ttl {
    padding: 80px 0 80px 45px;
  }
  .sec08.bg .bg_parallax + .wrap {
    padding: 0 40px 104px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding-bottom: 0;
  }
  .sec08 .bg_parallax {
    height: auto;
  }
  .sec08 .bg_parallax::before {
    background: linear-gradient(rgba(44, 99, 170, 0.3), rgba(114, 170, 247, 0.3)), url(../img/index_new/bg-clinics_sp.jpg) no-repeat center center/cover, #fff;
    z-index: -1;
  }
  .sec08 .bg_parallax .ttl_wrap .sec-ttl {
    padding: 13% 0 13% 30px;
    font-family: 3.73vw;
  }
  .sec08.bg .bg_parallax + .wrap {
    top: 0;
    padding: 10% 4% 0 4%;
    margin-bottom: 0;
  }
  .sec08 .logo_box img {
    width: 50vw;
    margin-bottom: 5%;
  }
  .sec08 .flex-box {
    display: block;
  }
  .sec08 .flex-box .box + .box {
    margin-top: 0;
  }
  .sec08 .flex-box.time_box {
    margin-bottom: 16vw;
  }
  .sec08 .flex-box.time_box .box {
    width: 100%;
    max-width: inherit;
  }
  .sec08 .flex-box.time_box .box + .box {
    margin-top: 10%;
  }
  .sec08 .flex-box.time_box .box img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .sec08 .flex-box.time_box .box .note {
    font-size: 3.467vw;
    line-height: 1.75;
    margin-left: 4%;
  }
  .sec08 .flex-box.time_box .table_wrap table th,
  .sec08 .flex-box.time_box .table_wrap table td {
    padding: 4vw 1vw;
    font-size: 2.93vw;
  }
  .sec08 .flex-box.time_box .table_wrap .note {
    margin: 4vw 0;
  }
  .sec08 .flex-box.time_box .table_wrap .note dl {
    align-items: baseline;
  }
  .sec08 .flex-box.time_box .table_wrap .note dl dt {
    white-space: nowrap;
  }
  .sec08 .flex-box.time_box .table_wrap .note dl dd {
    line-height: 1.7;
    text-align: justify;
  }
  .sec08 .flex-box.map_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec08 .flex-box.map_box .box {
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
  }
  .sec08 .flex-box.map_box .box:nth-of-type(1) {
    width: 100%;
    max-width: inherit;
    text-align: left;
  }
  .sec08 .flex-box.map_box .box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec08 .flex-box.map_box .gmap {
    width: 100%;
    height: 100vw;
  }
  .sec08 .flex-box.map_box .lead {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 4.267vw;
    border-bottom: 1px solid #001f4b;
    margin-top: 7%;
    margin-bottom: 2%;
  }
  .sec08 .flex-box.map_box .lead:before {
    top: -15px;
    width: 6vw;
    height: 13vw;
  }
  .sec08 .flex-box.map_box .info {
    font-size: 3.733vw;
    margin-bottom: 6%;
  }
  .sec08 .flex-box.map_box .btn_wrap {
    margin: 10% 0 0 0;
  }
  .guide_wrap .group_box .link {
    top: 6.5vw;
    transform: translateY(0);
    right: 0;
    padding-right: 0;
    background: #001e4e;
    border-radius: 100vh;
    width: 41%;
  }
  .guide_wrap .group_box .link a {
    color: #fff;
    font-size: 3.46vw;
    border-bottom: none;
    display: block;
    text-align: center;
    padding: 13px 16px 13px 0;
  }
  .guide_wrap .group_box .link:after {
    right: 15px;
    width: 8px;
    height: 7.5px;
    background: url(../img/common/ico-arrow_white.svg) no-repeat center center/contain;
  }
  .guide_wrap + .guide_wrap {
    margin-top: 14%;
  }
  .guide_wrap h3 {
    margin-bottom: 4%;
  }
  .guide_wrap:nth-of-type(2) h3 {
    margin-bottom: 1%;
  }
  .guide_wrap h3:before, .guide_wrap h3:after {
    width: 27%;
  }
  .guide_wrap:nth-of-type(3) h3:before, .guide_wrap:nth-of-type(3) h3:after {
    width: 26%;
  }
  .guide_wrap:nth-of-type(4) h3:before, .guide_wrap:nth-of-type(4) h3:after {
    width: 20%;
  }
  .guide_wrap:nth-of-type(5) h3:before, .guide_wrap:nth-of-type(5) h3:after {
    width: 16%;
  }
  .guide_wrap h3 span {
    font-size: 5.333vw;
    line-height: 1.5;
  }
  .guide_wrap .btn_wrap {
    margin: 8vw auto 0 auto;
    max-width: inherit;
  }
  .guide_wrap .btn_wrap .btn + .btn {
    margin-top: 8vw;
  }
  .guide_wrap .group_box {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7% 0 4% 0;
  }
  .guide_wrap .group_box .logo {
    width: 40%;
  }
  .guide_wrap .group_box ul {
    width: 100%;
    margin: 7% 0 5% 0;
  }
  .guide_wrap .group_box li {
    width: 26%;
    font-size: 4vw;
    padding: 5px 10px 8px 10px;
  }
  .guide_wrap .group_box li + li {
    margin-left: 10px;
  }
  .guide_wrap .group_box .text {
    line-height: 1.75;
    font-size: 3.733vw;
  }
  .alignment_list {
    display: block;
  }
  .alignment_list li {
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 3% 0;
  }
  .alignment_list a {
    font-size: 3.733vw;
  }
  .alignment_list li:after {
    right: 1vw;
    width: 2.6vw;
    height: 2.6vw;
    background-size: 100% auto;
  }
}
/* ------------------------------
sns
------------------------------ */
.sns_wrapper {
  padding: 90px 0 100px;
  margin-top: 300px;
  background: rgba(150, 164, 184, 0.1);
}
.sns_wrapper .txt {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sns_wrapper .txt .text {
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
.sns_wrapper .txt ul {
  display: flex;
  max-width: 500px;
}
.sns_wrapper .txt ul .btn_wrap {
  line-height: 1.5;
  width: 150px;
}
.sns_wrapper .txt ul .btn_wrap a.btn {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 2px rgba(114, 114, 114, 0.3);
}
.sns_wrapper .txt ul .btn_wrap a.btn::before {
  position: relative;
  display: block;
  margin: 0 auto;
  content: "";
  background-size: 100% auto !important;
}
.sns_wrapper .txt ul .btn_wrap a.btn::after {
  content: none;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(1) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-x_white.svg") no-repeat center center;
  width: 25px;
  height: 25px;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(2) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-voom_white.svg") no-repeat center center;
  width: 23px;
  height: 25px;
}
.sns_wrapper .txt ul .btn_wrap:nth-of-type(3) a::before {
  margin-bottom: 12px;
  background: url("../img/common/ico-insta_white.svg") no-repeat center center;
  width: 25px;
  height: 25px;
}
.sns_wrapper .txt::before {
  position: absolute;
  content: "";
  background: url("../img/index/sns@2x.png") no-repeat center center;
  background-size: cover;
  width: 350px;
  height: 450px;
  top: -150px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .sns_wrapper {
    padding: 12% 5%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
  }
  .sns_wrapper .txt {
    width: 100%;
  }
  .sns_wrapper .txt .text {
    max-width: 50vw;
    font-size: 3.677vw;
    text-align: left;
  }
  .sns_wrapper .txt ul {
    max-width: 100%;
  }
  .sns_wrapper .txt ul .btn_wrap {
    width: 30%;
  }
  .sns_wrapper .txt ul .btn_wrap a.btn {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(1) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-x_white.svg") no-repeat center center;
    width: 5vw;
    height: 5vw;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(2) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-voom_white.svg") no-repeat center center;
    width: 4.5vw;
    height: 5vw;
  }
  .sns_wrapper .txt ul .btn_wrap:nth-of-type(3) a::before {
    margin-bottom: 12%;
    background: url("../img/common/ico-insta_white.svg") no-repeat center center;
    width: 5vw;
    height: 5vw;
  }
  .sns_wrapper .txt::before {
    position: absolute;
    content: "";
    background: url(../img/index/sns@2x.png) no-repeat center center;
    background-size: cover;
    width: 50vw;
    height: 63vw;
    top: -12%;
    right: -12%;
  }
}
/* ------------------------------
sec10
------------------------------ */
/*.sec-contact {
  margin-top: 300px;
}

@media screen and (max-width: 767px) {
  .sec-contact {
    margin-top: 16vw;
    ;
  }
}*/