@charset "UTF-8";
/*ダイエット*/
#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;
  }
}
p,
caption {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
}

.pc-flex {
  display: flex;
}

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

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

.atten_blue {
  color: #001f4b;
  font-weight: 500;
}

.btn_wrap {
  max-width: 390px;
  margin: 0 auto;
}

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

.tb_container {
  margin: 40px auto 0;
  max-width: 800px;
}
.tb_container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: #fff;
  margin-bottom: 20px;
}
.tb_container table caption {
  text-align: right;
}
.tb_container table tr.price_ttl_gy {
  background-color: #707E7C;
}
.tb_container table tr.price_ttl_gy th {
  color: #fff;
}
.tb_container table tr.price_ttl_gn {
  background-color: #47B3C6;
}
.tb_container table tr.price_ttl_gn th {
  color: #fff;
}
.tb_container table tr th {
  border: 1px solid #a5a5a5;
  padding: 8px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #001f4b;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.tb_container table tr td {
  padding: 8px;
  border: 1px solid #a5a5a5;
  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.bg_gn {
  background-color: #E8FCFF;
  text-align: left;
}
.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.73vw;
    margin-bottom: 8vw;
  }
  .tb_container table tr th {
    font-size: 3.73vw;
    padding: 2vw 1vw;
  }
  .tb_container table tr td {
    padding: 2vw 1vw;
  }
  .tb_container table tr td span.num {
    font-size: 7.47vw;
  }
}
/* ------------------------------
kvAnimation
------------------------------ */
.kv {
  position: relative;
}
.kv hgroup {
  position: absolute;
  top: 100px;
  left: 10%;
  z-index: 1;
}
.kv hgroup h1 {
  color: #001f4b;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-weight: 500;
}
.kv hgroup p {
  font-size: 1.8rem;
  color: #001f4b;
  letter-spacing: 8px;
  padding: 0 8px 8px 8px;
}
.kv .spmv_img01 {
  width: 100%;
}
.kv .spmv_img01 .object-fit-img {
  height: 100vh;
  max-height: 800px;
  /*filter: brightness(0.8);*/
}
.kv .spmv_img02 {
  width: 550px;
  position: absolute;
  bottom: 100px;
  left: 10%;
}
.kv .spmv_img03 {
  width: 240px;
  position: absolute;
  bottom: 100px;
  right: 5%;
}

@media screen and (max-width: 767px) {
  .kv {
    height: 100vh;
  }
  .kv hgroup {
    position: absolsute;
    top: 3vh;
    left: 5vw;
    z-index: 1;
  }
  .kv hgroup h1 {
    font-size: 5.87vw;
    line-height: 1.3;
  }
  .kv hgroup p {
    font-size: 2.67vw;
    padding: 0 0 1vw 1vw;
  }
  .kv hgroup p span::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 20%;
    height: 1px;
    background: #fff;
  }
  .kv hgroup p span::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 20%;
    height: 1px;
    background: #fff;
  }
  .kv .spmv_img01 {
    width: 100%;
    height: auto;
  }
  .kv .spmv_img01 .object-fit-img {
    height: auto;
    max-height: 600px;
    filter: none;
  }
  .kv .spmv_img02 {
    width: 90%;
    bottom: 10vh;
    left: 5%;
    transform: none;
    z-index: 1;
  }
  .kv .spmv_img03 {
    width: 18vh;
    height: 18vh;
    position: absolute;
    bottom: 53vh;
    left: 4vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 960px) and (max-height: 500px) {
  .kv {
    /*.spmv_img03 {
      display: none;
    }*/
  }
  .kv hgroup {
    position: absolsute;
    top: 3vw;
    left: 6vw;
    z-index: 1;
  }
  .kv hgroup h1 {
    font-size: 3.73vw;
    line-height: 1.3;
  }
  .kv hgroup p {
    font-size: 2.67vw;
  }
  .kv .spmv_img01 .object-fit-img {
    height: auto;
    max-height: 500px;
    filter: none;
  }
  .kv .spmv_img02 {
    width: 35%;
    position: absolute;
    bottom: 5%;
    left: 4%;
  }
  .kv .spmv_img03 {
    width: 20vw;
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
}
@media screen and (orientation: landscape) and (max-width: 750px) and (max-height: 400px) {
  .kv hgroup {
    top: 1vw;
    left: 4vw;
    z-index: 1;
  }
  .kv hgroup h1 {
    font-size: 3.73vw;
    line-height: 1.3;
  }
  .kv hgroup p {
    font-size: 2.67vw;
  }
  .kv .spmv_img01 .object-fit-img {
    height: auto;
    max-height: 400px;
    filter: none;
  }
  .kv .spmv_img02 {
    width: 35%;
    position: absolute;
    bottom: 33%;
    left: 60%;
  }
  .kv .spmv_img03 {
    width: 35vh;
    height: 35vh;
    position: absolute;
    bottom: 10vh;
    left: 5vw;
  }
}
/* ------------------------------
news_wrapper
------------------------------ */
.news_wrapper {
  padding: 0 0 85px 0;
  box-sizing: border-box;
  background: #fff;
}

.news_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.news_wrap:before {
  background: #001f4b;
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
}
.news_wrap .sec-ttl {
  color: #fff;
  padding-top: 25px;
  height: 120px;
  margin-bottom: 25px;
}
.news_wrap .sec-ttl:after {
  background: #fff;
}
.news_wrap .post-news .post {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #4d4d4d;
  padding: 20px 40px 16px 0;
  box-sizing: border-box;
}
.news_wrap .post-news .post:after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  background: url("../img/common/ico-arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
.news_wrap .post-news .post .post-date {
  position: relative;
  top: -5px;
  width: 86px;
  font-size: 1.6rem;
  color: #001f4b;
}
.news_wrap .post-news .post .post-cat {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  padding: 5px 10px 6px 10px;
  margin: 0 14px;
  border-radius: 30px;
  background: #cacaca;
  box-sizing: border-box;
}
.news_wrap .post-news .post .post-cat.cat-info {
  background: #c42629;
}
.news_wrap .post-news .post .post-cat.cat-general {
  background: #99a5b7;
}
.news_wrap .post-news .post .post-cat.cat-enterprises {
  background: #001f4b;
}
.news_wrap .post-news .post .post-ttl {
  position: relative;
  top: 2px;
  width: calc(100% - 236px);
  font-size: 1.5rem;
  line-height: 1.45;
  word-break: break-all;
}

.news_wrapper .btn_wrap {
  margin: 65px auto 0 auto;
}
.news_wrapper .btn_wrap .btn {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news_wrapper {
    padding: 0 0 14% 0;
    box-sizing: border-box;
  }
  .news_wrap:before {
    height: 80px;
  }
  .news_wrap .sec-ttl {
    height: 80px;
    margin-bottom: 8%;
    padding-top: 20px;
  }
  .news_wrap .post-news .post {
    flex-wrap: wrap;
    padding: 3% 0;
  }
  .news_wrap .post-news .post:after {
    display: none;
  }
  .news_wrap .post-news .post .post-date {
    top: -2px;
    width: auto;
    font-size: 3.467vw;
  }
  .news_wrap .post-news .post .post-cat {
    width: 100%;
    max-width: 29vw;
    font-size: 3.2vw;
    padding: 4px 5px 7px 5px;
    margin: 0 0 0 10px;
  }
  .news_wrap .post-news .post .post-ttl {
    top: 0;
    width: 100%;
    font-size: 3.733vw;
  }
  .news_wrapper .btn_wrap {
    margin: 12% auto 0 auto;
    width: 92%;
  }
  .news_wrapper .btn_wrap .btn {
    max-width: inherit;
    margin: 0 auto;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  padding: 80px 0 104px 0;
  position: relative;
  background-color: #E8FCFF;
}
.sec01 .wrap {
  background: none;
  padding: 0 40px;
  /*--.box--*/
}
.sec01 .wrap .ttl_wrap .sec-ttl {
  text-align: center;
  margin-bottom: 24px;
}
.sec01 .wrap .txt {
  text-align: center;
  margin-bottom: 40px;
}
.sec01 .wrap .btn_wrap {
  margin: 0 auto;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 8vw 0;
  }
  .sec01 .wrap {
    padding: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec01 .wrap .txt {
    text-align: left;
  }
  .sec01 .wrap .btn_wrap {
    width: 100%;
  }
  .sec01 .wrap .btn_wrap + .btn_wrap {
    margin-top: 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .sec01 {
    margin-top: 0;
    background: #ebf3ff;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  padding: 0;
  background: #FFF;
}
.sec02 picture img.object-fit-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin-bottom: 40px;
}
.sec02 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #001f4b;
  padding-left: 0;
  position: relative;
  padding-bottom: 100px;
  line-height: 1.5;
}
.sec02 h3::before {
  position: absolute;
  content: "";
  background: url("../img/index/arrow_pk.svg") no-repeat center center;
  width: 200px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 65%;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0;
  }
  .sec02 .wrap {
    width: 100%;
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
  .sec02 .wrap .flex-box {
    margin-bottom: 4vw;
  }
  .sec02 .wrap .flex-box .img {
    width: 100%;
  }
  .sec02 .wrap .flex-box .img picture {
    height: 48vw;
  }
  .sec02 .wrap .flex-box .txt {
    width: 100%;
    margin: 6vw auto 8vw;
  }
  .sec02 .wrap .flex-box .txt .ttl_wrap {
    display: flex;
  }
  .sec02 .wrap .flex-box .txt .ttl_wrap .begSubttl {
    width: 10vw;
    height: fit-content;
    background: transparent linear-gradient(90deg, #EC686A 0%, #FFB1B2 100%) 0% 0% no-repeat;
    padding: 3%;
    margin: 0 3% 0 0;
  }
  .sec02 .wrap .flex-box .txt .ttl_wrap .begSubttl p {
    font-size: 2.667vw;
  }
  .sec02 .wrap .flex-box .txt .ttl_wrap .begSubttl p span {
    font-size: 2.933vw;
    padding-left: 3%;
  }
  .sec02 .wrap .flex-box .txt .ttl_wrap h3 {
    font-size: 5.333vw;
    margin-bottom: 4vw;
    color: #001f4b;
    line-height: 1;
  }
  .sec02 .wrap .flex-box .txt .btn_wrap {
    margin: 8vw auto;
    max-width: 100%;
  }
  .sec02 .wrap .flex-box .txt .btn_wrap .btn + .btn {
    margin-top: 20px;
  }
  .sec02 .wrap .btn_wrap {
    max-width: 100%;
  }
  .sec02 .wrap .btn_wrap .box {
    padding: 7%;
    justify-content: center;
  }
  .sec02 .wrap .btn_wrap .box .img {
    width: 13%;
    text-align: center;
    margin-right: 5%;
  }
  .sec02 .wrap .btn_wrap .box h4 {
    font-size: 4.267vw;
  }
}
/* ------------------------------
sec03
------------------------------ */
.sec03 {
  background-color: #F5F5F5;
}
.sec03 .wrap {
  padding: 104px;
}
.sec03 .wrap .ttl_wrap p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #47B3C6;
}
.sec03 .wrap .ttl_wrap h2 {
  font-size: 14rem;
  text-align: center;
  padding-left: 0;
  color: #47B3C6;
  font-family: "balboa", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sec03 .wrap .box h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #47B3C6;
  margin-bottom: 40px;
  position: relative;
}
.sec03 .wrap .box h3.line_ttl span {
  padding: 0 40px;
  background: #F5F5F5;
  position: relative;
}
.sec03 .wrap .box h3.line_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #47B3C6;
}
.sec03 .wrap .box.box-column {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 40px 80px;
}
.sec03 .wrap .box .flex-box .boxIn img {
  margin-bottom: 16px;
}
.sec03 .wrap .box .flex-box .boxIn h4 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 2;
  margin-top: -40px;
  padding-left: 16px;
}
.sec03 .wrap .box .flex-box .boxIn h4 span {
  background-color: #47B3C6;
  padding: 4px 8px;
}
.sec03 .wrap .box + .box {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0;
  }
  .sec03 .wrap {
    padding: 16vw 0;
  }
  .sec03 .wrap .ttl_wrap {
    margin-bottom: 8vw;
  }
  .sec03 .wrap .ttl_wrap h2 {
    text-align: center;
    font-size: 21.33vw;
  }
  .sec03 .wrap .ttl_wrap h2 span {
    font-size: 5.333vw;
  }
  .sec03 .wrap .ttl_wrap h2 .min {
    margin-bottom: 15px;
  }
  .sec03 .wrap .box h3 {
    font-size: 6.4vw;
    margin-bottom: 10vw;
  }
  .sec03 .wrap .box h3.line_ttl span {
    padding: 0 4vw;
  }
  .sec03 .wrap .box.box-column {
    margin: 4vw auto;
    padding: 8vw;
  }
  .sec03 .wrap .box .flex-box .boxIn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .sec03 .wrap .box .flex-box .boxIn picture {
    width: 50%;
  }
  .sec03 .wrap .box .flex-box .boxIn picture img {
    margin-bottom: 4vw;
  }
  .sec03 .wrap .box .flex-box .boxIn h4 {
    font-size: 5.33vw;
    padding-left: 4vw;
  }
  .sec03 .wrap .box .flex-box .boxIn h4 span {
    background-color: #47B3C6;
    padding: 2vw;
  }
  .sec03 .wrap .box .flex-box .boxIn.reverse {
    flex-direction: row-reverse;
  }
  .sec03 .wrap .box .flex-box .boxIn.reverse h4 {
    padding-left: 0;
  }
  .sec03 .wrap .box + .box {
    margin-top: 80px;
  }
}
/* ------------------------------
sec04
------------------------------ */
.sec04 {
  position: relative;
}
.sec04 .wrap {
  background: none;
  padding: 104px 80px;
}
.sec04 .wrap .flex-box {
  display: grid;
  grid-template-rows: auto 14px auto 20px auto;
  grid-template-columns: 300px 40px 416px 20px 1fr;
  margin-bottom: 40px;
  background-color: #E8FCFF;
  border-radius: 16px;
  padding: 40px;
}
.sec04 .wrap .flex-box + .flex-box {
  margin-top: 60px;
}
.sec04 .wrap .flex-box .img {
  grid-row: 1/6;
  grid-column: 1/2;
  width: 300px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  /*box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);*/
  margin: 0;
}
.sec04 .wrap .flex-box .name_wrap {
  grid-row: 1/2;
  grid-column: 3/6;
}
.sec04 .wrap .flex-box .name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #001f4b;
  padding-top: 11px;
  line-height: 1.3;
}
.sec04 .wrap .flex-box .name span {
  display: block;
  margin-bottom: 4px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.sec04 .wrap .flex-box .potision {
  border-bottom: 1px solid #001f4b;
  padding-bottom: 6px;
  margin-top: 17px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #082248;
}
.sec04 .wrap .flex-box .list_ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
  color: #082248;
}
.sec04 .wrap .flex-box .career_wrap {
  grid-row: 3/4;
  grid-column: 3/4;
}
.sec04 .wrap .flex-box dt,
.sec04 .wrap .flex-box dd,
.sec04 .wrap .flex-box ul li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #001f4b;
  line-height: 1.85;
}
.sec04 .wrap .flex-box .career_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec04 .wrap .flex-box .career_wrap dt {
  width: 50px;
}
.sec04 .wrap .flex-box .career_wrap dd {
  width: calc(100% - 50px);
}
.sec04 .wrap .flex-box .qualification_wrap {
  grid-row: 3/4;
  grid-column: 5/6;
  font-size: 1.2rem;
  font-weight: 500;
  color: #001f4b;
  line-height: 1.85;
}
.sec04 .wrap .flex-box .specialized_wrap {
  grid-row: 5/6;
  grid-column: 3/5;
}
.sec04 .wrap .flex-box .specialized_wrap .list_ttl {
  margin-bottom: 13px;
}
.sec04 .wrap .flex-box .specialized_wrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec04 .wrap .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;
}
.sec04 .wrap h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #001f4b;
  padding-left: 0;
  position: relative;
  padding-bottom: 100px;
  line-height: 1.5;
}
.sec04 .wrap h3::before {
  position: absolute;
  content: "";
  background: url("../img/index/arrow_pk.svg") no-repeat center center;
  width: 200px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 65%;
  left: 50%;
}
.sec04 .wrap .pc-flex {
  padding: 0 40px;
}
.sec04 .wrap .pc-flex .btn_wrap {
  margin: 0 auto;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .sec04 .wrap {
    background: none;
    padding: 16vw 0;
  }
  .sec04 .wrap .ttl_wrap figure.ico {
    width: 16vw;
    margin: 0 auto 8vw auto;
  }
  .sec04 .wrap .flex-box {
    grid-template-rows: auto 6vw auto 4vw auto 4vw auto;
    grid-template-columns: 32vw 5vw 1fr;
    box-shadow: 3px 3px 9px rgba(144, 144, 144, 0.3);
    padding: 5vw 5vw 9vw;
    border-radius: 8px;
  }
  .sec04 .wrap .flex-box + .flex-box {
    margin-top: 5.6vw;
  }
  .sec04 .wrap .flex-box .img {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 32vw;
    height: 32vw;
    border-radius: 5px;
    box-shadow: none;
  }
  .sec04 .wrap .flex-box .name_wrap {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .sec04 .wrap .flex-box .name {
    padding-top: 4vw;
    font-size: 2.6vw;
  }
  .sec04 .wrap .flex-box .name span {
    font-size: 5.6vw;
    margin-bottom: 0.5vw;
  }
  .sec04 .wrap .flex-box .potision {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 4vw;
    font-size: 2.9vw;
    line-height: 1.5454545455;
  }
  .sec04 .wrap .flex-box .list_ttl {
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .sec04 .wrap .flex-box .career_wrap {
    grid-row: 3/4;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
  }
  .sec04 .wrap .flex-box dt,
  .sec04 .wrap .flex-box dd,
  .sec04 .wrap .flex-box ul li {
    font-size: 2.4vw;
    line-height: 1.65;
  }
  .sec04 .wrap .flex-box .career_wrap dt {
    width: 10vw;
  }
  .sec04 .wrap .flex-box .career_wrap dd {
    width: calc(100% - 10vw);
  }
  .sec04 .wrap .flex-box .qualification_wrap {
    grid-row: 5/6;
    grid-column: 1/4;
    padding-bottom: 4vw;
    border-bottom: 1px solid #001f4b;
    font-size: 2.4vw;
  }
  .sec04 .wrap .flex-box .specialized_wrap {
    grid-row: 7/8;
    grid-column: 1/4;
  }
  .sec04 .wrap .flex-box .specialized_wrap .list_ttl {
    margin-bottom: 2.5vw;
  }
  .sec04 .wrap .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;
  }
  .sec04 .wrap h3 {
    font-size: 5.33vw;
    padding-bottom: 32vw;
  }
  .sec04 .wrap .pc-flex {
    padding: 0;
  }
  .sec04 .wrap .pc-flex .btn_wrap {
    margin: 0 auto;
    width: 100%;
  }
  .sec04 .wrap .pc-flex .btn_wrap + .btn_wrap {
    margin: 8vw auto 0;
  }
}
/* ------------------------------
sec05
------------------------------ */
.sec05 {
  position: relative;
  background-color: #F5F5F5;
}
.sec05 .wrap {
  background: none;
  padding: 104px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 0 0 8vw 0;
  }
  .sec05 .wrap {
    background: none;
    padding: 16vw 0 4vw;
  }
  .sec05 .wrap .tb_container {
    margin: 0 auto;
  }
}
/* ------------------------------
sec06
------------------------------ */
.sec06 {
  padding: 104px 0 0;
  background: #FFF;
}
.sec06 .wrap {
  background: none;
}
.sec06 .wrap .ttl_wrap .sec-ttl {
  text-align: center;
  padding-left: 0;
  margin-bottom: 24px;
}
.sec06 .wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #001f4b;
  text-align: center;
  letter-spacing: 0.04em;
}
.sec06 .wrap .txt {
  text-align: center;
}
.sec06 .wrap img {
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 8px;
}
.sec06 .wrap .flex-box {
  width: 800px;
  margin: 0 auto;
}
.sec06 .wrap .flex-box .box {
  box-shadow: 5px 5px 7px rgba(144, 144, 144, 0.3);
  width: calc((100% - 20px) / 2);
  border-radius: 8px;
}
.sec06 .wrap .flex-box .box .txt_wh {
  background-color: #001f4b;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 8px;
}
.sec06 .wrap .flex-box .box .txt_wh .num {
  font-size: 2.4rem;
}
.sec06 .wrap .flex-box .box .txt_br {
  background-color: #fff;
  color: #001f4b;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
}
.sec06 .wrap .flex-box .box .txt_br span {
  font-size: 2.8rem;
}
.sec06 .wrap .tb_container table {
  margin-bottom: 10px;
}
.sec06 .wrap .tb_container p {
  margin-bottom: 24px;
}
.sec06 .flow_wrap {
  background-color: #E8FCFF;
  padding: 104px;
  margin-top: 104px;
}
.sec06 .flow_wrap .list_box {
  background: #fff;
  box-shadow: 5px 5px 10px rgba(144, 144, 144, 0.3);
  margin-bottom: 100px;
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.sec06 .flow_wrap .list_box h3 {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1;
  color: #001f4b;
  text-align: center;
  line-height: 1.5;
}
.sec06 .flow_wrap .list_box ul {
  justify-content: center;
}
.sec06 .flow_wrap .list_box ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1;
  color: #001f4b;
  padding-left: 45px;
  line-height: 1.5;
}
.sec06 .flow_wrap .list_box ul li:before {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  background: url(../img/examination/ico_check.svg) no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 13px;
}
.sec06 .flow_wrap .box {
  max-width: 1000px;
  margin: 100px auto;
}
.sec06 .flow_wrap .box .flex-box {
  width: 100%;
}
.sec06 .flow_wrap .box .flex-box .box_flow {
  width: calc((100% - 100px) / 3);
  box-shadow: 5px 5px 10px rgba(144, 144, 144, 0.3);
  border-radius: 10px 10px;
  display: block;
  background: #fff;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img {
  position: relative;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img .Subttl {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #205196;
  border-radius: 10px 0;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img .Subttl p {
  color: #fff;
  padding: 0px 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img .Subttl p .num {
  font-size: 1.5rem;
  padding-left: 3px;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img picture {
  height: 180px;
}
.sec06 .flow_wrap .box .flex-box .box_flow .img img {
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
}
.sec06 .flow_wrap .box .flex-box .box_flow .txt {
  padding: 25px;
}
.sec06 .flow_wrap .box .flex-box .box_flow .txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
  color: #001f4b;
  text-align: center;
  line-height: 1.5;
}
.sec06 .flow_wrap .box .flex-box .box_flow + .box_flow {
  position: relative;
}
.sec06 .flow_wrap .box .flex-box .box_flow + .box_flow::before {
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -7px;
  content: "";
  background: url(../img/common/ico-arrow.svg) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}
.sec06 .flow_wrap .box p {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 16vw 0 0;
  }
  .sec06 .wrap .ttl_wrap figure.ico {
    width: 14vw;
    margin: 0 auto 5% auto;
  }
  .sec06 .wrap h3 {
    font-size: 5.333vw;
    line-height: 1.5;
  }
  .sec06 .wrap .txt {
    text-align: left;
  }
  .sec06 .wrap img {
    height: 40vw;
    margin: 8vw auto;
  }
  .sec06 .wrap .flex-box {
    width: 100%;
  }
  .sec06 .wrap .flex-box .box {
    width: calc((100% - 4vw) / 2);
  }
  .sec06 .wrap .flex-box .box .txt_wh {
    font-size: 4.27vw;
    padding: 2vw;
  }
  .sec06 .wrap .flex-box .box .txt_wh .num {
    font-size: 5.33vw;
  }
  .sec06 .wrap .flex-box .box .txt_br {
    font-size: 3.73vw;
    padding: 2vw;
  }
  .sec06 .wrap .flex-box .box .txt_br span {
    font-size: 6.4vw;
  }
  .sec06 .flow_wrap {
    padding: 8vw 0 16vw;
    margin-top: 16vw;
  }
  .sec06 .flow_wrap .list_box {
    padding: 8vw;
    margin-bottom: 0;
  }
  .sec06 .flow_wrap .list_box h3 {
    margin-bottom: 5%;
    font-size: 5.333vw;
  }
  .sec06 .flow_wrap .list_box ul {
    display: block;
    width: fit-content;
  }
  .sec06 .flow_wrap .list_box ul li {
    padding-left: 6vw;
    font-size: 4.267vw;
    margin-bottom: 4vw;
  }
  .sec06 .flow_wrap .list_box ul li::before {
    left: 0;
    top: 2vw;
    width: 4vw;
    height: 3vw;
    margin-top: 0;
  }
  .sec06 .flow_wrap .box {
    margin: 8vw 0;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow {
    width: 100%;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow + .box_flow::before {
    left: 45%;
    top: -13%;
    margin-top: 0;
    content: "";
    background: url(../img/examination/ico_arrow.svg) no-repeat center center;
    background-size: 100% auto;
    width: 10vw;
    height: 3vh;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow .img picture {
    width: 100%;
    height: 40vw;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow .txt {
    height: auto;
    padding: 7%;
    margin-bottom: 0;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow .txt h4 {
    font-size: 4.8vw;
  }
  .sec06 .flow_wrap .box .flex-box .box_flow + .box_flow {
    margin-top: 16vw;
  }
}
/* ------------------------------
sec08
------------------------------ */
.sec08 {
  padding: 104px 0;
  background-color: #F5F5F5;
}
.sec08 .wrap {
  background: none;
}
.sec08 .wrap .ttl_wrap h3.sec-ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.sec08 .wrap .payment_wrap p {
  text-align: center;
}
.sec08 .wrap .payment_wrap .payment_table {
  margin-top: 40px;
  width: 100%;
  border: 2px solid #e6e6e6;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}
.sec08 .wrap .payment_wrap .payment_table th,
.sec08 .wrap .payment_wrap .payment_table td {
  background: #f9f9f9;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 30px;
  border: 2px solid #e6e6e6;
  line-height: 2;
}
.sec08 .wrap .payment_wrap .payment_table th:not(:first-child),
.sec08 .wrap .payment_wrap .payment_table td:not(:first-child) {
  border-right-style: dashed;
}
.sec08 .wrap .payment_wrap .payment_table td {
  background: #fff;
}
.sec08 .wrap .payment_wrap .payment_table ._img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: 16vw 0;
  }
  .sec08 .wrap .payment_wrap p {
    text-align: left;
  }
  .sec08 .wrap .payment_wrap .payment_table {
    margin-top: 8vw;
  }
  .sec08 .wrap .payment_wrap .payment_table th {
    padding: 3%;
    font-size: 4.8vw;
  }
  .sec08 .wrap .payment_wrap .payment_table td {
    padding: 4vw;
  }
  .sec08 .wrap .payment_wrap .payment_table ._img img {
    width: 100%;
  }
}
/* ------------------------------
sec09
------------------------------ */
.sec09 {
  padding: 104px 0 80px;
  background: #FFF;
}
.sec09 .wrap {
  background: none;
}
.sec09 .wrap .ttl_wrap h3.sec-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
}
.sec09 .wrap .ttl_wrap h3.sec-ttl span {
  background: #fff;
  padding: 0 30px;
  font-weight: 700;
}
.sec09 .wrap .ttl_wrap h3.sec-ttl span:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #001f4b;
  z-index: -1;
}
.sec09 .wrap .ttl_wrap p {
  text-align: center;
}
.sec09 .wrap .guide_wrap h3 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.sec09 .wrap .guide_wrap .telWrap {
  text-align: center;
}
.sec09 .wrap .guide_wrap .telWrap .ico {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  line-height: 1.2;
  padding-left: 45px;
  box-sizing: border-box;
}
.sec09 .wrap .guide_wrap .telWrap .ico:before {
  position: absolute;
  left: 0;
  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;
}
.sec09 .wrap .guide_wrap .telWrap .tel-link {
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #001f4b;
}
.sec09 .wrap .guide_wrap .telWrap .txt_tel {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.sec09 .wrap .guide_wrap a.btn {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: 16vw 0;
  }
  .sec09 .wrap {
    /*.payment_wrap {

      .frame-box {
        padding: 10% 5%;

        h3 {
          font-size: 5.333vw;
        }

        ul {
          margin: 10% auto 3%;

          li {
            font-size: 3.733vw;
            padding: 0 0 0 8%;
            margin-right: 5%;

            &:before {
              width: 5vw;
              height: 2vh;
            }
          }
        }
      }
    }*/
  }
  .sec09 .wrap .ttl_wrap figure.ico {
    width: 15vw;
    margin: 0 auto 5% auto;
  }
  .sec09 .wrap .ttl_wrap h3.sec-ttl {
    font-size: 5.333vw;
    margin-bottom: 8vw;
  }
  .sec09 .wrap .ttl_wrap p {
    text-align: left;
  }
  .sec09 .wrap .guide_wrap a.btn {
    margin-bottom: 0;
  }
}
/* ------------------------------
sec10
------------------------------ */
.sec10 {
  position: relative;
}
.sec10 .bg_parallax {
  background: linear-gradient(rgba(44, 99, 170, 0.3), rgba(114, 170, 247, 0.3)), url(../img/index/bg-clinics_pc@2x.jpg) no-repeat 0 0/cover, #fff;
  height: 600px;
}
.sec10 .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;
}
.sec10.bg .bg_parallax + .wrap {
  position: relative;
  top: 290px;
  padding-top: 104px;
  padding-bottom: 104px;
  margin-bottom: 140px;
  z-index: 2;
}
.sec10 .logo_box img {
  width: 250px;
  margin-bottom: 30px;
}
.sec10 .flex-box {
  display: flex;
  justify-content: space-between;
}
.sec10 .flex-box.time_box {
  margin-bottom: 90px;
}
.sec10 .flex-box.time_box .box {
  position: relative;
  width: 48%;
  max-width: 480px;
}
.sec10 .flex-box.time_box .box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sec10 .flex-box.time_box .box .note {
  font-size: 1.6rem;
}
.sec10 .flex-box.time_box .box .note .black {
  color: #001f4b;
}
.sec10 .flex-box.time_box .box .note .red {
  color: #c42629;
}
.sec10 .flex-box.time_box .box .note .pink {
  color: #EAA1A5;
}
.sec10 .flex-box.time_box .box .note .blue01 {
  color: #99a5b7;
}
.sec10 .flex-box.time_box .box .note .blue02 {
  color: #4870AA;
}
.sec10 .flex-box.map_box {
  align-items: center;
  flex-direction: row-reverse;
}
.sec10 .flex-box.map_box .box {
  width: 34%;
}
.sec10 .flex-box.map_box .box:nth-of-type(1) {
  width: 60%;
  max-width: 570px;
}
.sec10 .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;
}
.sec10 .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;
}
.sec10 .flex-box.map_box .info {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.1rem;
}
.sec10 .flex-box.map_box .gmap {
  max-width: 570px;
  height: 424px;
}
.sec10 .flex-box.map_box .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.sec10 .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;
}

.page-mental .guide_wrap:nth-of-type(2) h3:before, .page-mental .guide_wrap:nth-of-type(2) h3:after {
  width: 30%;
}

.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%;
}

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

.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: 152px;
  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: 17px;
}
.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 (max-width: 767px) {
  .sec10 {
    padding-bottom: 0;
  }
  .sec10 .bg_parallax {
    height: auto;
  }
  .sec10 .bg_parallax::before {
    background: linear-gradient(rgba(44, 99, 170, 0.3), rgba(114, 170, 247, 0.3)), url(../img/index/bg-clinics_sp.jpg) no-repeat center center/cover, #fff;
  }
  .sec10 .bg_parallax .ttl_wrap .sec-ttl {
    padding: 13% 0 13% 30px;
    font-family: 3.73vw;
  }
  .sec10.bg .bg_parallax + .wrap {
    top: 0;
    padding: 10% 4% 0 4%;
    margin-bottom: 0;
  }
  .sec10 .logo_box img {
    width: 50vw;
    margin-bottom: 5%;
  }
  .sec10 .flex-box {
    display: block;
  }
  .sec10 .flex-box .box + .box {
    margin-top: 0;
  }
  .sec10 .flex-box.time_box {
    margin-bottom: 16vw;
  }
  .sec10 .flex-box.time_box .box {
    width: 100%;
    max-width: inherit;
  }
  .sec10 .flex-box.time_box .box + .box {
    margin-top: 10%;
  }
  .sec10 .flex-box.time_box .box img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .sec10 .flex-box.time_box .box .note {
    font-size: 3.467vw;
    line-height: 1.75;
    margin-left: 4%;
  }
  .sec10 .flex-box.map_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec10 .flex-box.map_box .box {
    width: 100%;
    text-align: center;
    padding-bottom: 4%;
  }
  .sec10 .flex-box.map_box .box:nth-of-type(1) {
    width: 100%;
    max-width: inherit;
    text-align: left;
  }
  .sec10 .flex-box.map_box .box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec10 .flex-box.map_box .gmap {
    width: 100%;
    height: 100vw;
  }
  .sec10 .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%;
  }
  .sec10 .flex-box.map_box .lead:before {
    top: -15px;
    width: 6vw;
    height: 13vw;
  }
  .sec10 .flex-box.map_box .info {
    font-size: 3.733vw;
    margin-bottom: 6%;
  }
  .sec10 .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%;
  }
  .page-mental .guide_wrap:nth-of-type(2) h3:before, .page-mental .guide_wrap:nth-of-type(2) h3:after {
    width: 34%;
  }
  .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%;
  }
  .page-mental .guide_wrap:nth-of-type(3) h3:before, .page-mental .guide_wrap:nth-of-type(3) h3:after {
    width: 20%;
  }
  .page-mental .guide_wrap:nth-of-type(4) h3:before, .page-mental .guide_wrap:nth-of-type(4) h3:after {
    width: 27%;
  }
  .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;
    ;
  }
}*/