@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://use.typekit.net/vlp2vxb.css");*/
/*ダイエットサイト*/
/*wellnest clinic color*/
/*blue*/
/*red*/
/* ------------------------------
reset
------------------------------ */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.4vw;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #333;
}

img {
  vertical-align: bottom;
}

.min {
  font-family: serif;
}

/* ------------------------------
base
------------------------------ */
body {
  position: relative;
  font-size: 1.6rem;
  min-width: 1200px;
  /*cursor: none;*/
}

/*table,
dl,
ol,
ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
}

p,
caption {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .04em;
  text-align: justify;
}*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #041E42;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.5;
}

h3 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.5;
}

h4 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  line-height: 1.5;
}

h5 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.5;
}

p {
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-word;
  text-align: justify;
}

table,
dl,
ol,
ul li {
  font-size: clamp(1.4rem, 4.27vw, 1.6rem);
  line-height: 1.7;
  word-break: break-word;
}

.object-fit-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.no-link {
  pointer-events: none;
}

.btn.no-link {
  background: gray !important;
}

@media screen and (max-width: 1280px) {
  body {
    cursor: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    min-width: inherit;
  }
  img {
    width: 100%;
    height: auto;
  }
  p,
  caption {
    font-size: 4vw;
  }
}
/* ------------------------------
contents
------------------------------ */
.wrap {
  width: 94%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner {
  width: 92%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* header */
.is-fixed .headerWrap {
  transform: inherit;
}

.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  z-index: 11;
  transition: 0.3s;
}

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12%;
  min-width: 114px;
  height: 100%;
}

.menu-trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  cursor: pointer;
}

.gnav_wrap .menu-trigger {
  position: absolute;
  left: 2%;
  top: 32px;
}

.menu-trigger span {
  display: block;
  justify-content: center;
  width: 40px;
  height: 2px;
  background: #041E42;
  border-radius: 6px;
  transition: 0.4s;
}
.menu-trigger span:nth-of-type(2) {
  width: 26px;
  margin: 7px 0 0 auto;
  transition: 0.4s;
}
.menu-trigger:hover span:nth-of-type(2) {
  width: 40px;
}
.menu-trigger span + span {
  margin-top: 7px;
}

.open .menu-trigger span {
  background: #FFF;
}
.open .menu-trigger span:nth-of-type(2) {
  display: none;
}
.open .menu-trigger span:nth-of-type(1) {
  transform: rotate(-30deg);
}
.open .menu-trigger span:nth-of-type(3) {
  transform: rotate(30deg);
  margin-top: -2px;
}

.menu-trigger .txt_menu {
  margin-left: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #041E42;
}

.open .menu-trigger .txt_menu {
  color: #FFF;
}

.gnav_wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23px 5% 24% 5%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 997;
  background: #041E42;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #041E42 0%, #364B68 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #041E42 0%, #364B68 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #041E42 0%, #364B68 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue-1000", endColorstr="$blue-800", GradientType=1);
  /* IE6-9 */
  display: none;
}
.gnav_wrap .logo_nav {
  width: 184px;
  height: auto;
  margin-bottom: 35px;
}
.gnav_wrap .flex-box {
  display: flex;
  justify-content: space-between;
}
.gnav_wrap .h_nav {
  width: 50%;
  max-width: 500px;
}
.gnav_wrap .gnav li {
  position: relative;
  padding: 10px 0 11px 0;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
.gnav_wrap .gnav li a {
  position: relative;
  font-size: 1.8rem;
  color: #FFF;
}
.gnav_wrap .gnav li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  content: "";
  background: url("../img/common/ico-arrow_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 17px;
  height: 16px;
}

.childmenu_wrap {
  position: relative;
  cursor: pointer;
}
.childmenu_wrap:before, .childmenu_wrap:after {
  position: absolute;
  display: block;
  content: "";
  background: #FFF;
  right: 15px;
  top: 23px;
}
.childmenu_wrap:before {
  width: 14px;
  height: 2px;
  margin-top: 6px;
}
.childmenu_wrap:after {
  width: 2px;
  height: 14px;
  margin-right: 6px;
}
.childmenu_wrap.on:after {
  display: none;
}

.childmenu {
  display: none;
  margin-left: 32px;
}

.gnav_wrap .gnav .childmenu li {
  border-bottom: none;
  padding: 4px 0;
  margin: 0;
}
.gnav_wrap .gnav .childmenu li a {
  font-size: 1.6rem;
}
.gnav_wrap .gnav .childmenu li a:before {
  display: none;
}

.h_nav .qr_wrap {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.h_nav .qr_item {
  position: relative;
  padding-left: 34px;
  line-height: 1;
}
.h_nav .qr_item.line {
  padding-right: 98px;
}
.h_nav .qr_item::before {
  content: "";
  position: absolute;
  left: 0;
}
.h_nav .qr_item.x::before {
  top: -3px;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-x_white.svg) no-repeat center center/contain;
}
.h_nav .qr_item.line::before {
  top: -3px;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico-line_white.svg) no-repeat center center/contain;
}
.h_nav .qr_item.line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 75px;
  height: 75px;
  background: url(../img/common/qr_white@2x.png) no-repeat center center/contain;
}
.h_nav .qr_item dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}
.h_nav .qr_item dd {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.h_nav .qr_item dd + dd {
  margin-top: 11px;
}
.h_nav .qr_item dd a {
  color: #FFF;
  text-decoration: underline;
}

.gnav_wrap .btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnav_wrap .btn_list li {
  width: calc((100% - 20px) / 2);
  max-width: 200px;
  background: #132849;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.gnav_wrap .btn_list li a {
  position: relative;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 27px 10px 15px 10px;
  height: 100%;
  box-sizing: border-box;
}
.gnav_wrap .btn_list li a:before {
  position: relative;
  display: block;
  margin: 0 auto;
  content: "";
  background-size: 100% auto !important;
}
.gnav_wrap .btn_list li:nth-of-type(1) a:before {
  margin-bottom: 21px;
  background: url("../img/common/ico-mypage_white.svg") no-repeat center center;
  width: 35px;
  height: 35px;
}
.gnav_wrap .btn_list li:nth-of-type(2) a:before {
  margin-bottom: 21px;
  background: url("../img/common/ico-reserve_white.svg") no-repeat center center;
  width: 34px;
  height: 34px;
}
.gnav_wrap .btn_list li:nth-of-type(3) a:before {
  margin-bottom: 14px;
  background: url("../img/common/ico-online_white.svg") no-repeat center center;
  width: 37px;
  height: 32px;
}
.gnav_wrap .btn_list li:nth-of-type(4) a:before {
  margin-bottom: 21px;
  background: url("../img/common/ico-access_white.svg") no-repeat center center;
  width: 35px;
  height: 35px;
}
.gnav_wrap .btn_list li.no-link {
  position: relative;
}
.gnav_wrap .btn_list li.no-link:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #99a5b7;
  mix-blend-mode: multiply;
  border-radius: 6px;
  z-index: 2;
}

.ie .gnav_wrap .btn_list li.no-link::before {
  background: rgba(14, 24, 40, 0.5);
}

.gnav_wrap .btn_list li.no-link:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  margin: auto;
  display: block;
  text-align: center;
  content: "Coming Soon";
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  z-index: 3;
}
.gnav_wrap .btn_list li.no-link a {
  pointer-events: none;
}
.gnav_wrap .h_subnav {
  width: 40%;
  max-width: 465px;
  padding-top: 18px;
}

.h_subnav .ttl_mail {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  margin: 40px 0 8px 0;
}
.h_subnav .btn_wrap {
  margin: 0 auto;
  max-width: 320px;
}
.h_subnav .btn_wrap .btn {
  padding: 18px 10px 14px 10px;
}
.h_subnav .btn_wrap .btn:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 15px;
  background: url("../img/common/ico-mail.svg") no-repeat center center;
  background-size: 100% auto;
  width: 27px;
  height: 23px;
}
.h_subnav .btn_wrap .btn:after {
  display: none;
}
.h_subnav .ttl_tel {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
.h_subnav .tel_wrap {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #C8102E;
  border-radius: 16px;
  padding: 22px 10px;
  box-sizing: border-box;
}
.h_subnav .tel_wrap .tel {
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.h_subnav .tel_wrap .tel-link {
  position: relative;
}
.h_subnav .tel_wrap .tel-link:before {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  background: url("../img/common/ico-tel_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
.h_subnav .tel_wrap .txt_tel {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}

#header .logoWrap {
  position: absolute;
  left: 12%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 46px;
  box-sizing: border-box;
}
#header .logoWrap:before, #header .logoWrap:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
}
#header .logoWrap:before {
  background: #C8102E;
}
#header .logoWrap:after {
  background: #041E42;
  left: 10px;
}
#header .logo a {
  display: block;
  width: 184px;
  height: auto;
  transition: 0.3s;
}
#header .telWrap {
  padding: 30px 0;
}
#header .telWrap .ico {
  position: relative;
  line-height: 1.2;
  padding-left: 35px;
  box-sizing: border-box;
}
#header .telWrap .ico:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  display: block;
  content: "";
  background: url("../img/common/ico-tel.svg") no-repeat center center;
  background-size: 100% auto;
  width: 27px;
  height: 26px;
}
#header .telWrap .tel-link {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #041E42;
}
#header .telWrap .txt_tel {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}
#header .subNav {
  margin-left: 33px;
}
#header .subNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .subNav li + li {
  margin-left: 18px;
}
#header .subNav li a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #041E42;
}
#header .subNav .ico {
  position: relative;
}
#header .subNav .ico:before {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  content: "";
  background-size: 100% auto !important;
}
#header .subNav .ico.ico-price:before {
  background: url("../img/common/ico-price.svg") no-repeat center center;
  width: 23px;
  height: 23px;
}
#header .subNav .ico.ico-clinic:before {
  background: url("../img/common/ico-clinic.svg") no-repeat center center;
  width: 23px;
  height: 23px;
}
#header .subNav .ico.ico-online:before {
  background: url("../img/common/ico-online.svg") no-repeat center center;
  width: 27px;
  height: 21px;
}
#header .subNav .ico.ico-access:before {
  background: url("../img/common/ico-access.svg") no-repeat center center;
  width: 22px;
  height: 22px;
}
#header .headerBtn {
  margin-left: 16px;
  padding: 0 2% 0 0;
  box-sizing: border-box;
}
#header .headerBtn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .headerBtn li + li {
  margin-left: 8px;
}
#header .headerBtn li a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 140px;
  color: #FFF;
  border-radius: 30px;
  padding: 6px 21px 4px 21px;
  box-sizing: border-box;
  white-space: nowrap;
}
#header .headerBtn li.data a {
  background: #205196;
}
#header .headerBtn li.reserve a {
  background: #C8102E;
}
#header .headerBtn li.mypage a {
  background: rgba(196, 38, 41, 0.7);
}
#header .headerBtn li .ico {
  position: relative;
}
#header .headerBtn li .ico:before {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
  background-size: 100% auto !important;
}
#header .headerBtn li .ico.ico-data:before {
  background: url("../img/common/ico-data.svg") no-repeat center center;
  width: 19px;
  height: 22px;
  top: -3px;
}
#header .headerBtn li .ico.ico-reserve:before {
  background: url("../img/common/ico-reserve_white.svg") no-repeat center center;
  width: 22px;
  height: 22px;
  top: -3px;
}
#header .headerBtn li .ico.ico-mypage:before {
  background: url("../img/common/ico-mypage_white.svg") no-repeat center center;
  width: 19px;
  height: 22px;
  top: -3px;
}

/*#header .logo a:hover {
    opacity: 0.7;
}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav_wrap .logo_nav {
    margin-left: 5%;
  }
  #header .menuWrap {
    width: 10%;
    min-width: auto;
  }
  #header .menuWrap .menu-trigger {
    flex-direction: column;
  }
  #header .menuWrap .menu-trigger .txt_menu {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
  }
  #header .logoWrap {
    left: 10%;
    padding: 0 0 0 24px;
  }
  #header .logo a {
    width: 120px;
  }
  #header .subNav {
    margin-left: 16px;
  }
  #header .subNav li a,
  #header .headerBtn li a {
    font-size: 1.3rem;
  }
  #header .telWrap .tel-link {
    font-size: 1.4rem;
  }
  .container {
    padding: 8vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header .telWrap .ico.pc {
    display: none !important;
  }
  #header .telWrap .sp {
    display: block !important;
  }
  #header .telWrap .sp img {
    width: 100%;
    max-width: 26px;
    height: auto;
  }
  #header .telWrap .sp span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #041E42;
  }
  .gnav_wrap .logo_nav {
    margin-left: 14%;
  }
  .gnav_wrap .inner {
    width: 100%;
  }
  .gnav_wrap .gnav li + li {
    margin-top: 0;
  }
  .gnav_wrap .gnav li a {
    font-size: 1.6rem;
  }
  .gnav_wrap .btn_list li a,
  .gnav_wrap .gnav .childmenu li a {
    font-size: 1.4rem;
  }
  .h_subnav .ttl_mail,
  .h_subnav .ttl_tel {
    font-size: 1.4rem;
  }
  .gnav_wrap .btn_list li a {
    padding: 15px 5px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #header .logoWrap {
    left: 4%;
    width: 38%;
    padding: 0 0 0 6vw;
  }
  #header .logoWrap:before {
    width: 4px;
  }
  #header .logoWrap:after {
    width: 4px;
    left: 8px;
  }
  #header .logo a {
    width: 100%;
    max-width: inherit;
  }
  #header .headerBtn {
    padding: 0 16% 0 0;
    margin-left: 0;
  }
  #header .headerBtn li a {
    font-size: 2.4vw;
    max-width: inherit;
    color: #041E42;
    background: none !important;
    border-radius: 0;
    padding: 0;
  }
  #header .headerBtn li .ico:before {
    display: block;
    margin: 0 auto;
  }
  #header .headerBtn li .ico.ico-reserve:before {
    background: url(../img/common/ico-reserve.svg) no-repeat center center;
    width: 7vw;
    height: 7vw;
  }
  #header .headerBtn li .ico.ico-mypage:before {
    background: url(../img/common/ico-mypage.svg) no-repeat center center;
    width: 7vw;
    height: 7vw;
  }
  .h_subnav .btn_wrap .btn {
    padding: 16px 10px 14px 10px;
  }
  .h_subnav .btn_wrap .btn:before {
    top: -0.5vw;
    margin-right: 10px;
    width: 7.2vw;
    height: 6.133vw;
  }
  #header .telWrap {
    padding: 2% 0;
  }
  #header .telWrap .sp {
    position: relative;
  }
  #header .telWrap .sp img {
    width: 6.2vw;
    max-width: inherit;
    height: auto;
  }
  #header .telWrap .sp span {
    font-size: 2.4vw;
  }
  .menuWrap {
    right: 4%;
    left: auto;
    min-width: inherit;
  }
  .menu-trigger {
    flex-direction: column;
  }
  .gnav_wrap .menu-trigger {
    left: auto;
    right: 6%;
    top: 8vw;
  }
  .menu-trigger .txt_menu {
    margin-left: 0;
    margin-top: 8px;
    font-size: 2.4vw;
  }
  .menu-trigger span {
    width: 7vw;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 5.8vw;
    margin: 1.6vw 0 0 auto;
  }
  .menu-trigger:hover span:nth-of-type(2) {
    width: 5.8vw;
  }
  .menu-trigger span + span {
    margin-top: 1.6vw;
  }
  .gnav_wrap .logo_nav {
    width: 44%;
    margin-bottom: 5%;
    margin-left: 0;
  }
  .gnav_wrap .flex-box {
    flex-direction: column-reverse;
  }
  .gnav_wrap .h_nav {
    margin-top: 3%;
    width: 100%;
    max-width: inherit;
  }
  .gnav_wrap .h_subnav {
    width: 100%;
    max-width: inherit;
    padding-top: 3%;
  }
  .gnav_wrap .h_subnav .subnav {
    margin-top: 15%;
  }
  .gnav_wrap .h_subnav .subnav li {
    text-align: center;
  }
  .gnav_wrap .h_subnav .subnav li + li {
    margin-top: 3%;
  }
  .gnav_wrap .h_subnav .subnav li a {
    color: #fff;
    font-size: 4.2vw;
    text-decoration: underline;
  }
  .gnav_wrap .btn_list li {
    width: 48%;
    max-width: none;
    margin-bottom: 4%;
  }
  .gnav_wrap .btn_list li:nth-of-type(1) a:before {
    margin-bottom: 7px;
    width: 8vw;
    height: 8vw;
  }
  .gnav_wrap .btn_list li:nth-of-type(2) a:before {
    margin-bottom: 4vw;
    width: 8.2vw;
    height: 8.4vw;
  }
  .gnav_wrap .btn_list li:nth-of-type(3) a:before {
    margin-bottom: 3vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .gnav_wrap .btn_list li.no-link:after {
    top: 37%;
    font-size: 3vw;
  }
  .gnav_wrap .btn_list li a {
    font-size: 3.733vw;
  }
  .gnav_wrap .gnav .childmenu li a {
    font-size: 3.733vw;
    text-align: left;
    /*padding-left: 12vw;*/
  }
  .gnav_wrap .gnav li {
    padding: 7px 0 8px 0;
  }
  .gnav_wrap .gnav li a {
    font-size: 4.267vw;
  }
  .gnav_wrap .gnav li a:before {
    top: -0.5vw;
  }
  .childmenu_wrap:before, .childmenu_wrap:after {
    top: 4.5vw;
  }
  .h_subnav .ttl_mail,
  .h_subnav .ttl_tel {
    font-size: 4vw;
  }
  .h_subnav .btn_wrap {
    max-width: 280px;
  }
  .h_subnav .ttl_mail {
    margin: 47px 0 14px 0;
  }
  .h_nav .qr_wrap {
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
  }
  .h_nav .qr_item {
    padding-left: 23vw;
  }
  .h_nav .qr_item.x {
    margin-top: 10vw;
    order: 2;
  }
  .h_nav .qr_item.line {
    padding-right: 0;
    order: 1;
  }
  .h_nav .qr_item.x::before {
    top: 0;
    width: 16.8vw;
    height: 16.8vw;
    background: url(../img/common/ico_x.svg) no-repeat center center/contain;
  }
  .h_nav .qr_item.line::before {
    top: 0;
    width: 16.8vw;
    height: 16.8vw;
    background: url(../img/common/ico_line03@2x.svg) no-repeat center center/contain;
  }
  .h_nav .qr_item.line::after {
    content: none;
  }
  .h_nav .qr_item dt {
    font-size: 4.266vw;
    padding-top: 2vw;
    font-weight: normal;
    margin-bottom: 4vw;
  }
  .h_nav .qr_item dd {
    font-size: 3.733vw;
  }
  .h_nav .qr_item dd + dd {
    margin-top: 5vw;
  }
  .h_subnav .ttl_tel {
    margin: 30px 0 15px 0;
    line-height: 1.6666666667;
  }
  .h_subnav .ttl_tel::before {
    position: relative;
    margin: 0 auto 13px auto;
    display: block;
    content: "";
    background: url(../img/index/ico_contact.svg) no-repeat center center;
    background-size: 100% auto;
    width: 7vw;
    height: 11vw;
  }
  .h_subnav .tel_wrap {
    max-width: 280px;
    border-radius: 30px;
    padding: 15px 10px;
  }
  .h_subnav .tel_wrap .tel {
    font-size: 5.067vw;
    margin-bottom: 0;
  }
  .h_subnav .tel_wrap .tel-link02 {
    position: relative;
  }
  .h_subnav .tel_wrap .tel-link02:before {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: "";
    background: url("../img/common/ico-tel_white.svg") no-repeat center center;
    background-size: 100% auto;
    width: 6vw;
    height: 6vw;
  }
  .h_subnav .tel_wrap .txt_tel {
    display: none;
  }
  .container {
    padding: 16vw 0 0;
  }
}
main,
picture {
  display: block;
}

/* footer */
#footer {
  position: relative;
  background: #e5e5e5;
  padding: 55px 0 0 0;
}
#footer .flex-box {
  display: flex;
  justify-content: space-between;
}
#footer .flex-box + .flex-box {
  margin-top: 32px;
}
#footer .f_logo {
  width: 30%;
  max-width: 326px;
  display: flex;
  justify-content: space-between;
}
#footer .f_logo a {
  display: block;
  width: 46%;
}

.pagetop_wrap {
  width: 20%;
  max-width: 170px;
}
.pagetop_wrap .btn {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1px 10px 4px 10px;
}
.pagetop_wrap .btn span {
  position: relative;
}
.pagetop_wrap .btn:after {
  display: none;
}
.pagetop_wrap .btn span:before {
  position: relative;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: "";
  background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 13px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer .f_info {
  width: 41.5%;
}
#footer .f_info p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.73;
  color: #041E42;
}
#footer .f_info .qr_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#footer .f_info .qr_item {
  position: relative;
  padding-left: 34px;
  line-height: 1;
}
#footer .f_info .qr_item.line {
  padding-right: 98px;
}
#footer .f_info .qr_item::before {
  content: "";
  position: absolute;
  left: 0;
}
#footer .f_info .qr_item.x::before {
  top: -3px;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico-x_black.svg) no-repeat center center/contain;
}
#footer .f_info .qr_item.line::before {
  top: -3px;
  width: 24px;
  height: 24px;
  background: url(../img/common/ico-line_black.svg) no-repeat center center/contain;
}
#footer .f_info .qr_item.line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 75px;
  height: 75px;
  background: url(../img/common/qr@2x.png) no-repeat center center/contain;
}
#footer .f_info .qr_item dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #041E42;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}
#footer .f_info .qr_item dd {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#footer .f_info .qr_item dd + dd {
  margin-top: 11px;
}
#footer .f_info .qr_item dd a {
  color: #041E42;
  text-decoration: underline;
}
#footer .f_nav_wrap {
  width: 46%;
  display: flex;
  justify-content: space-between;
}
#footer .f_nav {
  width: 48%;
  max-width: 280px;
}
#footer .f_nav + .f_nav {
  margin-left: 30px;
}
#footer ul.f_nav li {
  position: relative;
  border-bottom: 1px solid #041E42;
  padding-bottom: 11px;
  margin-bottom: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  /*&:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '';
    background: url("../img/common/ico-arrow.svg") no-repeat center center;
    background-size: 100% auto;
    width: 11px;
    height: 10px;
  }*/
}
#footer ul.f_nav li a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #041E42;
  display: block;
  padding-left: 25px;
}
#footer ul.f_nav li a.no-link {
  opacity: 0.6;
}
#footer ul.f_nav li:before {
  position: absolute;
  top: 4px;
  content: "";
  background: url("../img/common/ico-arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 11px;
  height: 10px;
}
#footer .ssl_txt {
  margin-top: 70px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 1.2rem;
}
#footer .ssl_txt span {
  position: relative;
}
#footer .ssl_txt span:before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background: url("../img/common/ico_kye.svg") no-repeat center center;
  background-size: 100% auto;
  width: 11px;
  height: 14px;
}
#footer .ssl_txt a {
  color: #666666;
  text-decoration: underline;
}
#footer .ssl_txt a:hover {
  color: #666666;
  text-decoration: none;
}
#footer .copy {
  position: relative;
  background: #FFF;
  padding: 30px 0 20px 0;
  box-sizing: border-box;
}
#footer .copy:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../img/common/line.png") repeat-x left top;
  background-size: auto 100%;
  width: 100%;
  height: 15px;
}
#footer .copy .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #808080;
}

.pc_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.pc_fixed .fixed-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pc_fixed .fixed-list li {
  width: 330px;
  height: 70px;
  position: relative;
}
.pc_fixed .fixed-list li:nth-child(2) {
  margin: 0 30px;
}
.pc_fixed .fixed-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 80px;
  border-radius: 5px 0 0 5px;
}
.pc_fixed .fixed-list li p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.pc_fixed .fixed-list li.btn-clinic {
  background: transparent linear-gradient(90deg, #EB6264 0%, #FFB1B2 100%);
  border-radius: 5px;
}
.pc_fixed .fixed-list li.btn-clinic a p::before {
  position: absolute;
  left: 40px;
  top: 0;
  content: "";
  background: url("../img/common/ico-visit_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
.pc_fixed .fixed-list li.btn-online {
  background: transparent linear-gradient(90deg, #17509F 0%, #5B98EB 100%);
  border-radius: 5px;
}
.pc_fixed .fixed-list li.btn-online a p::before {
  position: absolute;
  left: 20px;
  top: 0;
  content: "";
  background: url("../img/common/ico-reserve_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
.pc_fixed .fixed-list li.btn-price {
  background: transparent linear-gradient(90deg, #6EAAFD 0%, #A7C7F5 100%);
  border-radius: 5px;
}
.pc_fixed .fixed-list li.btn-price a p::before {
  position: absolute;
  left: 30px;
  top: 0;
  content: "";
  background: url("../img/common/ico-price_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
}

.sp-fixed {
  display: none;
}

.side-fixed {
  display: block;
  position: fixed;
  right: 3vw;
  bottom: 45vh;
  z-index: 10;
}
.side-fixed .fixed-list li:first-of-type {
  margin-bottom: 30px;
}
.side-fixed .fixed-list .ico {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 3px 3px 5px 1px rgba(114, 114, 114, 0.2);
  text-align: center;
}
.side-fixed .fixed-list .ico.ico-line {
  position: relative;
}
.side-fixed .fixed-list .ico.ico-line img {
  width: 25px;
}
.side-fixed .fixed-list .ico.ico-line::before {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -20px;
  content: "";
  background: url(../img/common/comment.png) no-repeat center center;
  background-size: 100% auto;
  width: 100px;
  height: 50px;
}
.side-fixed .fixed-list .ico.ico-x img {
  width: 22px;
}
.side-fixed .fixed-list .ico a {
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
    margin-bottom: 20vw;
  }
  #footer .wrap {
    width: 100%;
  }
  #footer .sp-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .flex-box {
    display: block;
  }
  #footer .flex-box + .flex-box {
    margin-top: 0;
  }
  #footer .flex-box:nth-of-type(1) {
    background: #FFF;
    padding: 8% 4% 4% 4%;
    box-sizing: border-box;
  }
  #footer .f_logo {
    width: 92%;
    max-width: inherit;
    margin: 0 auto;
  }
  .pagetop_wrap {
    display: none;
  }
  #footer .f_info {
    display: none;
  }
  #footer .f_nav_wrap {
    width: 100%;
    display: block;
  }
  #footer .f_nav {
    width: 100%;
    max-width: inherit;
  }
  #footer .f_nav + .f_nav {
    margin-left: 0;
  }
  #footer ul.f_nav li {
    position: relative;
    border-bottom: 1px solid #FFF;
    padding-bottom: 8px;
    padding: 4% 5%;
    margin-bottom: 0;
  }
  #footer ul.f_nav li a {
    font-size: 4.267vw;
    padding: 0;
  }
  #footer .f_nav dt:before,
  #footer ul.f_nav li:before {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: "";
    background: url("../img/common/ico-arrow.svg") no-repeat center center;
    background-size: 100% auto;
    width: 11px;
    height: 10px;
  }
  #footer .f_nav dd ul {
    margin-left: 2rem;
  }
  #footer .f_nav dd ul li {
    line-height: 1.4;
  }
  #footer .ssl_txt {
    margin-top: 0;
    margin-bottom: 18%;
    font-size: 3.2vw;
  }
  #footer .ssl_txt span:before {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    content: "";
    background: url("../img/common/ico_kye.svg") no-repeat center center;
    background-size: 100% auto;
    width: 11px;
    height: 14px;
  }
  #footer .copy {
    padding: 30px 0 11px 0;
  }
  #footer .copy .txt {
    font-size: 3.2vw;
  }
  .pc_fixed {
    background: none;
    height: fit-content;
  }
  .pc_fixed ul li {
    width: 50%;
  }
  .pc_fixed ul li:first-child {
    margin-right: 0;
  }
  .pc_fixed ul li p {
    font-size: 4vw;
  }
  .pc_fixed ul li p span {
    display: none;
  }
  .pc_fixed ul li.btn-clinic, .pc_fixed ul li.btn-online {
    border-radius: 5px 5px 0 0;
  }
  .pc_fixed ul li p {
    left: 52%;
  }
  .sp-fixed {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .sp-fixed .fixed-list {
    display: flex;
    justify-content: space-between;
    /*.ico-price {
      background: transparent linear-gradient(90deg, #4e98ff 0%, #9ac4ff 100%);
    }

    .ico-data {
      background: transparent linear-gradient(90deg, #EB6264 0%, #FFB1B2 100%);
    }*/
  }
  .sp-fixed .fixed-list li {
    width: 49.5%;
    background: rgba(0, 31, 75, 0.85);
    border-radius: 6px;
  }
  .sp-fixed .fixed-list .ico-reserve {
    background: transparent linear-gradient(90deg, #D8576C 0%, #C8102E 100%);
  }
  .sp-fixed .fixed-list .ico-online {
    background: transparent linear-gradient(90deg, #4F617A 0%, #041E42 100%);
  }
  .sp-fixed .fixed-list .ico a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 2.4vw;
    line-height: 1.45;
    font-weight: 700;
    padding: 9px 5px 8px 5px;
    box-sizing: border-box;
  }
  .sp-fixed .fixed-list .ico a:before {
    display: block;
    margin: 0 auto 6px auto;
    content: "";
    background-size: 100% auto !important;
    width: 8vw;
    height: 9vw;
  }
  .sp-fixed .fixed-list .ico.ico-reserve a:before {
    background: url("../img/common/ico-reserve_white.svg") no-repeat center center;
    margin: 0 auto 5%;
    left: 26%;
  }
  .sp-fixed .fixed-list .ico.ico-online a:before {
    background: url("../img/common/ico-online_white.svg") no-repeat center center;
    margin: 0 auto 5%;
  }
  .sp-fixed .fixed-list .ico.ico-price a:before {
    background: url("../img/common/ico-price_white.svg") no-repeat center center;
    margin: 0 auto 5%;
  }
  .sp-fixed .fixed-list .ico.ico-clinic a:before {
    background: url("../img/common/ico-clinic_white.svg") no-repeat center center;
    margin: 0 auto 5%;
  }
  .sp-fixed .fixed-list .ico.ico-data a:before {
    background: url("../img/common/ico-data_white.svg") no-repeat center center;
    margin: 0 auto 5%;
  }
  .side-fixed {
    right: 6vw;
    bottom: 12vh;
  }
  .side-fixed .fixed-list li:first-of-type {
    margin-bottom: 0;
  }
  .side-fixed .fixed-list .ico {
    width: 13vw;
    height: 13vw;
  }
  .side-fixed .fixed-list .ico.ico-line {
    position: relative;
  }
  .side-fixed .fixed-list .ico.ico-line img {
    width: 6vw;
  }
  .side-fixed .fixed-list .ico.ico-line::before {
    width: 22vw;
    height: 12vw;
    top: -15px;
  }
  .side-fixed .fixed-list .ico.ico-x img {
    width: 5vw;
  }
  .btn-clinic a p:before {
    left: 18%;
    top: 0;
    width: 5vw;
    height: 100%;
  }
  .btn-online a p:before {
    left: 8%;
    top: 0;
    content: "";
    width: 5vw;
    height: 100%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .sp-fixed .fixed-list .ico a {
    padding: 12px 5px;
  }
  .sp-fixed .fixed-list .ico a:before {
    content: none;
  }
}
/* lower */
.container {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
}

.bg {
  background-size: cover !important;
}

.bg_parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background-attachment: fixed !important;
}

.bg.bgCol {
  background: url("../img/index/bgCol01.jpg") no-repeat center top;
}
.bg.bgCo2 {
  background: url("../img/index/bgCol02.jpg") no-repeat 0 600px;
}
.bg .wrap {
  background: #FFF;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.sec-ttl {
  position: relative;
  color: #041E42;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 48px;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  text-align: center;
}
.sec-ttl span {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

/*.sec-ttl:before,
.sec-ttl:after{
    position: absolute;
    left: 0;s
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: '';
    width: 5px;
    height: 100%;
}
.sec-ttl:before{
    background: $red-1000;
}
.sec-ttl:after{
    background: $blue-1000;
    left: 10px;
}*/
.btn {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  font-weight: 700;
  color: #FFF;
  background: #041E42;
  padding: 16px 10px;
  border-radius: 30px;
  box-sizing: border-box;
}
.btn:after {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  background: url("../img/common/ico-arrow_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 13px;
}
.btn.red {
  background: #C8102E;
}
.btn.white {
  color: #041E42;
  background: #FFF;
  border: 2px solid #041E42;
}
.btn.white:after {
  background: url("../img/common/ico-arrow.svg") no-repeat center center;
}

.pnkz {
  padding: 20px 0;
  box-sizing: border-box;
}
.pnkz.wrap {
  padding: 20px 35px;
  box-sizing: border-box;
}
.pnkz ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pnkz ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #041E42;
  word-break: break-all;
}
.pnkz ul li a {
  color: #99a5b7;
}
.pnkz ul li:not(:last-of-type):after {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #99a5b7;
  border-right: 1px solid #99a5b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-ttl {
  text-align: center;
  color: #041E42;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 50px 0;
  box-sizing: border-box;
}
.page-ttl span {
  display: block;
  font-size: 4rem;
  line-height: 1.45;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
  .ie11 a[href*="tel:"] {
    pointer-events: none;
    display: inline-block;
    cursor: default;
  }
  a {
    transition: all 0.3s ease;
    text-decoration: none;
  }
  /*a:hover {
      opacity: 0.7;
  }*/
}
@media screen and (max-width: 767px) {
  .container {
    padding: 15vw 0 0;
  }
  .bg {
    background: none;
  }
  .sp_bg {
    position: relative;
  }
  .sp_bg.-top:before, .sp_bg.-btm:after {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
  }
  .sp_bg.-white_btm01:after {
    display: none;
  }
  .sp_bg.-blue_btm01, .sp_bg.-blue_btm02 {
    background: rgba(153, 165, 183, 0.2);
  }
  .sp_bg.-blue_btm01:after, .sp_bg.-white_btm02:after, .sp_bg.-blue_btm02:after, .sp_bg.-white_top01:before, .sp_bg.-white_top02:before {
    display: none;
  }
  .bg_parallax {
    position: relative;
    background: none !important;
    background-attachment: inherit !important;
    height: auto;
  }
  .bg_parallax::before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  /*背景画像を擬似要素で固定*/
  #link03 .bg_parallax::before {
    z-index: -1;
  }
  #link12 .bg_parallax::before {
    z-index: -2;
  }
  .bg_parallax.show::before {
    opacity: 1;
  }
  /*@keyframes fade-in {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }*/
  .bg .wrap {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .sec-ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
    background-size: 12px 91px;
  }
  .sec-ttl:before {
    width: 4px;
  }
  .sec-ttl:after {
    width: 4px;
    left: 8px;
  }
  .sec-ttl .min {
    font-size: 6.4vw;
    margin-bottom: 6px;
  }
  .sec-ttl span {
    font-size: 3.2vw;
    margin: 2vw 0;
  }
  .btn {
    font-size: 4.267vw;
    padding: 16px 10px;
    line-height: 1;
  }
  .btn:after {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -7px;
    display: block;
    content: "";
    background: url("../img/common/ico-arrow_white.svg") no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 13px;
  }
  .btn.white:after {
    background: url("../img/common/ico-arrow.svg") no-repeat center center;
  }
  .pnkz {
    padding: 4% 0;
    margin: 20px auto;
  }
  .pnkz.wrap {
    padding: 4% 0;
  }
  .pnkz ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pnkz ul li {
    font-size: 2.667vw;
  }
  .pnkz ul li:not(:last-of-type):after {
    top: -2px;
    width: 1.6vw;
    height: 1.6vw;
  }
  .page-ttl {
    font-size: 3.467vw;
    padding: 4% 0;
  }
  .page-ttl span {
    font-size: 7.067vw;
    margin-bottom: 2%;
  }
}
/*@media screen and (max-width : 340px) {

    .sp_bg.-white_btm01:after,
    .sp_bg.-blue_btm01:after,
    .sp_bg.-white_btm02:after,
    .sp_bg.-blue_btm02:after {
        bottom: -10vw;
    }

    .sp_bg.-white_top01:before,
    .sp_bg.-white_top02:before {
        top: -10vw;
    }
}/*


/* ------------------------------
sec-contact
------------------------------ */
.sec-contact {
  padding: 90px 0 105px 0;
  background: -moz-linear-gradient(-45deg, #041E42 0%, #364B68 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #041E42 0%, #364B68 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #041E42 0%, #364B68 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue-1000", endColorstr="$blue-800", GradientType=1);
  /* IE6-9 */
  box-sizing: border-box;
}
.sec-contact .ttl_wrap {
  text-align: center;
  margin: 0 0 40px 0;
}

.contact-ttl {
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
}
.contact-ttl .min {
  display: block;
  width: 100%;
  max-width: 262px;
  margin: 0 auto 10px auto;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
}

.sec-contact p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
.sec-contact h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  color: #FFF;
  margin: 40px 0 20px 0;
}
.sec-contact .btn_wrap {
  margin: 0 auto;
  max-width: 320px;
}
.sec-contact .btn_wrap .btn {
  padding: 18px 10px 14px 10px;
}
.sec-contact .btn_wrap .btn:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 15px;
  background: url("../img/common/ico-mail.svg") no-repeat center center;
  background-size: 100% auto;
  width: 27px;
  height: 23px;
}
.sec-contact .btn_wrap .btn:after {
  display: none;
}
.sec-contact .lead {
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 20px;
}
.sec-contact .lead:before {
  position: relative;
  margin: 0 auto 30px auto;
  display: block;
  content: "";
  background: url("../img/index/ico_contact.svg") no-repeat center center;
  background-size: 100% auto;
  width: 40px;
  height: 55px;
}
.sec-contact .tel_wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #C8102E;
  border-radius: 16px;
  padding: 25px 10px;
  box-sizing: border-box;
}
.sec-contact .tel_wrap .tel {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.sec-contact .tel_wrap .tel-link {
  position: relative;
}
.sec-contact .tel_wrap .tel-link a {
  color: #FFF;
}
.sec-contact .tel_wrap .tel-link:before {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  background: url("../img/common/ico-tel_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
.sec-contact .tel_wrap .txt_tel {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 14% 0 14% 0;
  }
  .sec-contact .ttl_wrap {
    text-align: center;
    margin: 0 0 10% 0;
  }
  .contact-ttl {
    font-size: 3.467vw;
  }
  .contact-ttl .min {
    max-width: 45vw;
    font-size: 6.133vw;
    padding-bottom: 15px;
  }
  .sec-contact p {
    font-size: 3.733vw;
  }
  .sec-contact h3 {
    font-size: 3.733vw;
    margin: 40px 0 20px 0;
  }
  .sec-contact .btn_wrap {
    margin: 0 auto;
    max-width: inherit;
  }
  .sec-contact .btn_wrap .btn {
    padding: 16px 10px 14px 10px;
  }
  .sec-contact .btn_wrap .btn:before {
    top: -0.5vw;
    margin-right: 10px;
    width: 7.2vw;
    height: 6.133vw;
  }
  .sec-contact .lead {
    font-size: 3.733vw;
    margin-top: 12%;
    margin-bottom: 6%;
  }
  .sec-contact .lead:before {
    margin: 0 auto 6% auto;
    width: 7vw;
    height: 11vw;
  }
  .sec-contact .tel_wrap {
    max-width: inherit;
    border-radius: 30px;
    padding: 15px 10px;
  }
  .sec-contact .tel_wrap .tel {
    font-size: 5.067vw;
    margin-bottom: 0;
  }
  .sec-contact .tel_wrap .tel-link:before {
    top: -3px;
    width: 6vw;
    height: 6vw;
  }
  .sec-contact .tel_wrap .txt_tel {
    display: none;
  }
}
.clear {
  clear: both;
}

/* ------------------------------
clearfix
------------------------------ */
.cf {
  display: inline-block;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
/* ------------------------------
mouse-sta
検査メニュー・価格
検査結果の通知日と確認方法
オンライン診療について
lker
-------------------------------*/
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: rgba(38, 159, 234, 0.5);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0s;
  transition-timing-function: ease-out;
  z-index: 10000;
}
#mouse-stalker.is_active {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transition: 0.1s;
  background: rgba(255, 90, 95, 0.5);
}

.link-items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.link-items .link-item {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 50px;
}

@media screen and (max-width: 1280px) {
  #mouse-stalker {
    display: none;
  }
}