@charset "UTF-8";
/*wellnest clinic color*/
/*black*/
/*blue*/
/*red*/
.pnkz,
.page-ttl {
  position: relative;
  z-index: 1;
}

.pnkz,
.page-ttl_wrap {
  background: #FFF;
  box-sizing: border-box;
}

.page-wrap {
  position: relative;
  background: url(../img/index/bgCol02.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 80px 0;
}

.pnkz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.page-ttl {
  padding: 16px 0 41px;
  box-shadow: 0 4px 8px rgba(205, 210, 217, 0.5);
  margin-bottom: 0;
}

.pc-flex {
  display: flex;
  justify-content: center;
}

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

p,
caption {
  font-size: 1.5rem;
  line-height: 1.86;
  text-align: justify;
}

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

.txt_xs {
  font-size: 1.4rem;
}

.txt_xxs {
  font-size: 1.2rem;
}

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

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

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

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container {
    background: #fff;
  }
  .page-ttl_wrap:before {
    content: none;
  }
  .pnkz ul {
    width: 94%;
  }
  .pnkz,
  .page-ttl_wrap,
  .pill-wrap {
    background: #FFF;
    box-sizing: border-box;
  }
  .page-ttl {
    padding: 0 0 8%;
    line-height: 1.4;
  }
  .page-ttl:before {
    box-shadow: 3px 3px 4px rgba(144, 144, 144, 0.3);
  }
  .page-wrap {
    padding: 12vw 0 16vw;
  }
  .pc-flex {
    display: block;
  }
  p,
  caption {
    font-size: 3.733vw;
  }
  .btn_wrap {
    margin: 8vw auto 0 auto;
  }
  .btn_wrap .btn {
    max-width: 100%;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .lead {
  max-width: 800px;
  padding: 0 0 64px;
  margin: 0 auto;
}
.sec01 .wrap {
  max-width: 1280px;
  background-color: #fff;
  padding: 80px 160px;
  width: 100%;
}
.sec01 .wrap .ttl_wrap {
  margin: 0 0 40px 0;
}
.sec01 .wrap .ttl_wrap .sec-ttl {
  font-size: clamp(2.8rem, 4.5vw, 3.2rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}
.sec01 .wrap .ttl_wrap .sec-ttl span {
  border-bottom: #041E42 1px solid;
}
.sec01 .wrap .ttl_wrap p {
  width: fit-content;
  margin: 0 auto;
}
.sec01 .wrap p {
  width: fit-content;
  margin: 0 auto;
  max-width: 800px;
}
.sec01 .wrap .box {
  margin: 64px auto;
}
.sec01 .wrap .box h3 {
  text-align: center;
}
.sec01 .wrap .flex-box {
  justify-content: center;
  margin-bottom: 40px;
}
.sec01 .wrap .flex-box .med_box {
  width: calc((100% - 144px) / 3);
  margin: 8px;
  padding: 40px 16px 24px;
  border-radius: 10px;
  background: #FCF3F4;
  position: relative;
}
.sec01 .wrap .flex-box .med_box h4,
.sec01 .wrap .flex-box .med_box li {
  text-align: center;
  color: #041E42;
}
.sec01 .wrap .flex-box .med_box h4 {
  line-height: 1;
}
.sec01 .wrap .flex-box .med_box .lavel {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 8px 0 8px;
  font-size: 1.2rem;
  padding: 2px 24px;
}
.sec01 .wrap .flex-box .med_box .lavel.bg_bl600 {
  background-color: #68788E;
}
.sec01 .wrap .flex-box .med_box .lavel.bg_rd400 {
  background-color: #E99FAB;
}
.sec01 .wrap .flex-box .med_box .img {
  margin: 16px auto;
}
.sec01 .wrap .flex-box .med_box .img img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.sec01 .wrap .list_box {
  background: #F2F4F5;
  padding: 40px 80px;
  border-radius: 10px;
}
.sec01 .wrap .list_box h3 {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1;
  color: #041E42;
  text-align: center;
  line-height: 1.5;
}
.sec01 .wrap .list_box ul {
  margin: 0 auto;
  width: fit-content;
  width: calc((100% - 40px) / 2);
}
.sec01 .wrap .list_box ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  line-height: 1;
  color: #041E42;
  padding-left: 45px;
  line-height: 1.5;
}
.sec01 .wrap .list_box ul li:before {
  position: absolute;
  left: 22px;
  top: 14px;
  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;
}
.sec01 .wrap .list_box p {
  text-align: center;
}
.sec01 .wrap .tb_container {
  margin: 40px auto 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sec01 .wrap .tb_container h3 {
  text-align: center;
}
.sec01 .wrap .tb_container table {
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: #fff;
  margin: 0 auto 24px;
}
.sec01 .wrap .tb_container table th {
  border: 1px solid #041E42;
  padding: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.sec01 .wrap .tb_container table th.bg_bl900 {
  background-color: #1D3455;
  color: #fff;
  text-align: center;
}
.sec01 .wrap .tb_container table th.bg_bl400 {
  background-color: #9BA5B3;
  color: #fff;
  white-space: nowrap;
}
.sec01 .wrap .tb_container table th.line_ttl {
  text-align: left;
  background-color: #CDD2D9;
}
.sec01 .wrap .tb_container table td {
  padding: 10px;
  border: 1px solid #a5a5a5;
  line-height: 1.5;
}
.sec01 .wrap .tb_container table td span.num {
  font-size: 2rem;
  font-weight: 600;
}
.sec01 .wrap .tb_container table td.left {
  text-align: left;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec01 .wrap {
    padding: 80px 40px;
  }
  .sec01 .wrap .box {
    margin: 64px auto 0;
  }
  .sec01 .wrap .flex-box {
    margin-bottom: 0;
  }
  .sec01 .wrap .list_box {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec01.inner {
    max-width: inherit;
    padding: 0;
  }
  .sec01 .lead {
    margin: 0 auto;
    padding: 0 0 12vw;
  }
  .sec01 .wrap {
    padding: 12vw 4vw 8vw;
  }
  .sec01 .wrap .ttl_wrap {
    margin: 0 0 4vw 0;
  }
  .sec01 .wrap .ttl_wrap .sec-ttl {
    margin-bottom: 4vw;
  }
  .sec01 .wrap .box {
    margin: 16vw auto;
  }
  .sec01 .wrap .flex-box {
    margin-bottom: 4vw;
  }
  .sec01 .wrap .flex-box .med_box {
    width: calc((100% - 12vw) / 2);
    margin: 1vw;
    padding: 10vw 2vw 4vw;
  }
  .sec01 .wrap .flex-box .med_box h4 {
    font-size: 3.73vw;
  }
  .sec01 .wrap .flex-box .med_box li {
    font-size: 3.2vw;
  }
  .sec01 .wrap .flex-box .med_box .lavel {
    font-size: 3.2vw;
    padding: 0 4vw;
  }
  .sec01 .wrap .flex-box .med_box .img {
    margin: 2vw auto;
  }
  .sec01 .wrap .flex-box .med_box .img img {
    height: 12vw;
  }
  .sec01 .wrap .list_box {
    padding: 8vw 4vw;
  }
  .sec01 .wrap .list_box h3 {
    font-size: 5.33vw;
    margin-bottom: 8vw;
  }
  .sec01 .wrap .list_box ul {
    width: 100%;
  }
  .sec01 .wrap .list_box ul li {
    font-size: 3.73vw;
    margin-bottom: 4vw;
    padding-left: 8vw;
  }
  .sec01 .wrap .list_box ul li:before {
    left: 2vw;
    top: 4vw;
    width: 4vw;
    height: 3vw;
  }
  .sec01 .wrap .tb_container {
    margin: 4vw auto;
    overflow-x: auto;
    display: block;
  }
  .sec01 .wrap .tb_container table {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  .sec01 .wrap .tb_container table th {
    padding: 2vw;
  }
  .sec01 .wrap .tb_container table td {
    padding: 2vw;
  }
  .sec01 .wrap .tb_container table td span.num {
    font-size: 4.8vw;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  max-width: 1280px;
  padding: 40px 80px 80px 80px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec02 .ttl_wrap {
  margin: 0 0 40px 0;
}
.sec02 .ttl_wrap .sec-ttl {
  font-size: clamp(2.8rem, 4.5vw, 3.2rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}
.sec02 .ttl_wrap .sec-ttl span {
  border-bottom: #041E42 1px solid;
  padding-bottom: 8px;
}
.sec02 .ttl_wrap p {
  width: fit-content;
  margin: 0 auto;
}
.sec02 .box_wrap .box + .box {
  margin-top: 80px;
}
.sec02 .box_wrap .box h3 {
  border-left: 8px solid #041E42;
  padding-left: 16px;
  line-height: 1.2;
}
.sec02 .box_wrap .box .line-ttl {
  position: relative;
}
.sec02 .box_wrap .box .line-ttl span {
  background-color: #fff;
  padding: 0 24px 0 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.sec02 .box_wrap .box .line-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
  position: absolute;
  top: 50%;
  left: 0;
}
.sec02 .box_wrap .box .text {
  margin: 0 auto 40px;
}
.sec02 .box_wrap .box .text b {
  color: #041E42;
  font-weight: 600;
}
.sec02 .flex-box {
  margin-bottom: 20px;
}
.sec02 .button_wrap.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec02 .button_wrap a {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  width: calc((100% - 50px) / 4);
  height: 80px;
  position: relative;
  box-shadow: 3px 3px 9px rgba(144, 144, 144, 0.3);
}
.sec02 .button_wrap a span {
  color: #041E42;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 47%;
  width: 80%;
}
.sec02 .button_wrap a:after {
  content: "";
  background: url(../img/common/ico-arrow.svg) no-repeat center center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 92%;
  width: 12px;
  height: 12px;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec02 {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    max-width: inherit;
    padding: 0 0 16vw 0;
    margin-bottom: 16vw;
  }
  .sec02 .ttl_wrap .sec-ttl {
    margin-bottom: 4vw;
  }
  .sec02 .flex-box {
    margin-bottom: 5%;
  }
  .sec02 .buton_wrap a {
    margin-bottom: 3%;
    width: 48.5%;
    position: relative;
    padding: 0;
    height: 8vh;
  }
  .sec02 .buton_wrap a span {
    font-size: 3.467vw;
    left: 50%;
    width: 90%;
  }
  .sec02 .buton_wrap a span small {
    font-size: 2.667vw;
  }
  .sec02 .buton_wrap a:after {
    width: 6%;
    height: inherit;
  }
}
/* ------------------------------
btn_back
------------------------------ */
.btn_wrap p {
  width: fit-content;
  margin: 0 auto 24px;
}
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
  margin: 40px auto 0;
}
.btn_wrap .btn_back .btn:after {
  left: 22px;
  top: 50%;
  transform: rotate(180deg);
}
.btn_wrap .bg_red {
  background: #C8102E;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 16vw auto 0 auto;
  }
  .btn_wrap .btn_back .btn {
    margin: 8vw auto 0;
  }
}