@charset "UTF-8";
@import url(init.css);
body {
  background: #f7f7f7;
}

p {
  font-size: 18px;
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.inner {
  width: 962px;
  margin: 0 auto;
}

h1 {
  color: #f7f7f7;
  font-weight: bold;
}

h1 span.clear {
    display: none;
}

h2 {
  color: #f7f7f7;
  font-size: 36px;
}

.btn_more {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #222;
  border-radius: 30px;
  position: relative;
}

.btn_more:after {
  content: "";
  background: url(../img/arrow.png) right center no-repeat;
  background-size: contain;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
}

.btn_price {
  color: #f7f7f7;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #a99070;
  border: 5px solid #fff;
  border-radius: 40px;
  padding: 18px;
  position: relative;
}

.btn_price:after {
  content: "";
  background: url(../img/arrow.png) right center no-repeat;
  background-size: contain;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
}


.bnrArea {
  position: relative;
  z-index: 100;
  width: 900px;
  margin: 0 auto;
}

@media all and (max-width:768px){
  .bnrArea {
    width: 100%;
    margin: 6vw auto 0 auto;
  }
}

/* slideMenu */
#slideMenu {
  width: 100%;
  min-width: 1366px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#slideMenu .menuWrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
}

#slideMenu .menuWrap .menuOuter {
  width: 100%;
  height: 100%;
  background-color: #0098df;
  position: absolute;
  top: 0;
  right: 0;
}

#slideMenu .menuWrap .menuOuter .menuNav {
  width: 1000px;
  margin: 0 auto;
}

#slideMenu .menuWrap .menuOuter .menuNav ul {
  width: 400px;
  margin-left: auto;
  padding-top: 135px;
}

#slideMenu .menuWrap .menuOuter .menuNav ul li {
  border-bottom: 2px solid #fff;
}

#slideMenu .menuWrap .menuOuter .menuNav ul li a {
  display: block;
  padding: 10px 15px 15px;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: none;
}

#slideMenu .menuWrap .menuOuter .menuNav ul li a .en {
  display: inline-block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.6rem;
}

#slideMenu.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

/* header */
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}

#header header {
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
  width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#header header .logo,
#header header .hdr_tel,
#header header p {
  float: left;
}

#header header .logo {
  padding: 25px 0 0 42px;
}

#header header .hdr_tel {
  padding: 19px 0 0 40px;
}

#header header p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0 0 33px;
}

#header header .hdr_counseling {
  padding: 15px 42px 0 0;
  float: right;
}

#header header .menu {
  display: none;
  margin-left: auto;
  padding: 70px 40px 0 0;
}

#header header .menu i {
  display: block;
  width: 72px;
  height: 15px;
  cursor: pointer;
  position: relative;
}

#header header .menu i::before,
#header header .menu i::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #a68d70;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header header .menu i::after {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

#wrap {
  width: 100%;
  min-width: 1280px;
  background: #222;
  overflow: hidden;
}

/* float_menu */
#float_menu {
  width: 100%;
  min-width: 1280px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: -100px;
  z-index: 9999;
}

#float_menu ul {
  width: 1280px;
  height: 100px;
  display: block;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
}

#float_menu li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

#float_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 12px;
  font-size: 14px;
}

#float_menu li:nth-child(1) a {
  padding-left: 42px;
}

#float_menu li:last-child {
  position: absolute;
  top: 15px;
  right: 42px;
}

#float_menu li:last-child a {
  padding-left: 0;
  padding-right: 0;
}

#float_menu li:nth-child(1),
#float_menu li:nth-child(7),
#float_menu li:last-child {
  border-right: none;
}

#float_menu li:nth-child(3) a,
#float_menu li:nth-child(4) a {
  /*    padding-top: 24px;
    padding-bottom: 23px;*/
}

/* mainVisual */
#mainVisual {
  color: #d2d2d2;
  font-weight: bold;
  background: url(../img/mv_pc.jpg) top center no-repeat;
  height: 800px;
  position: relative;
}

#mainVisual h1 {
  width: 1000px;
  padding-top: 250px;
  margin: 0 auto;
  /*border-bottom: 2px solid #0098E1;*/
}

#mainVisual span {
  font-size: 36px;
  display: block;
  margin: 28px 0 0 4px;
}

#mainVisual .monitorBn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
}

#mainVisual .monitorBn img {
  width: 740px;
  height: auto;
}

/* section01 */
#section01 {
  text-align: center;
  background: url(../img/bg_section01.png) bottom center no-repeat, #222;
  padding: 90px 0 530px;
}

/* menu */
#menu {
  background: url(../img/bg_menu_pc.png) top center no-repeat, #0098df;
  padding-bottom: 120px;
}

#menu h2 {
  color: #0098df;
  font-weight: bold;
  width: 962px;
  padding: 185px 0 34px;
  margin: 0 auto;
}

#menu p {
  font-size: 16px;
}

#menu .box1 {
  margin-top: 40px;
}

#menu .box1 > img {
  width: 478px;
  float: left;
}

#menu .box1 > div {
  color: #fff;
  margin-left: 500px;
}

#menu .box1 > div h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}

#menu .box1 > div .btn_more {
  font-size: 27px;
  width: 460px;
  padding: 16px;
  margin-top: 1.5em;
}

#menu .box2 {
  display: -webkit-box;
  /* old Android */
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 100px;
}

#menu .box2 div {
  position: relative;
}

#menu .box2 div .btn_more {
  font-size: 24px;
  width: 240px;
  padding: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
}

#menu .box2 div .btn_more:after {
  right: 14px;
  width: 10px;
}

#menu .box3 {
  margin-top: 17px;
}

#menu .box3 > img {
  width: 366px;
  float: left;
}

#menu .box3 > div {
  color: #fff;
  margin-left: 500px;
}

#menu .box3 > div .btn_price {
  margin-top: 2em;
}

/* point */
#point {
  background: url(../img/bg_point_pc.png) top center no-repeat, #f7f7f7;
  padding-bottom: 100px;
}

#point h2 {
  color: #f7f7f7;
  font-weight: bold;
  width: 962px;
  padding: 160px 0 10px;
  margin: 0 auto;
}

#point .inner > p {
  font-size: 16px;
  margin: 22px 0 35px;
}

#point ul {
  display: -webkit-box;
  /* old Android */
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  display: flex;
  webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#point li {
  width: 460px;
  height: 234px;
  padding: 58px 0 0 40px;
}

#point li:nth-child(1) {
  background: url(../img/bg_point01_pc.png) top left no-repeat;
}

#point li:nth-child(2) {
  background: url(../img/bg_point02_pc.png) top left no-repeat;
  margin-left: 42px;
}

#point li:nth-child(3) {
  background: url(../img/bg_point03_pc.png) top left no-repeat;
  margin-top: 42px;
}

#point li:nth-child(4) {
  background: url(../img/bg_point04_pc.png) top left no-repeat;
  margin-top: 42px;
  margin-left: 42px;
}

#point li h3 {
  color: #009be2;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

#point li:nth-child(2) h3,
#point li:nth-child(3) h3 {
  margin-top: 22px;
}

#point li p {
  font-size: 16px;
  line-height: 1.7;
  padding: 12px 0 0 38px;
}

#point li:nth-child(2) p,
#point li:nth-child(3) p {
  margin-top: 22px;
}

#point .btn_more {
  font-size: 36px;
  width: 560px;
  border-radius: 40px;
  padding: 20px;
  margin: 0 auto;
}

/* media */
#media {
  background: url(../img/bg_media_pc.png) top center no-repeat, #f7f7f7;
  padding-bottom: 100px;
}

#media h2 {
  color: #f7f7f7;
  font-weight: bold;
  width: 962px;
  padding: 160px 0 10px;
  margin: 0 auto;
}

#media .inner > p {
  font-size: 16px;
  margin: 22px 0 35px;
}

#media .btn_more {
  font-size: 30px;
  width: 590px;
  border-radius: 40px;
  padding: 23px;
  margin: 50px auto 0;
}

#media .media_new_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#media .media_new_box {
  width: 32%;
}

#media .media_new_box a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#media .media_new_box a:hover {
  opacity: 0.6;
}

#media .media_new_thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  margin-bottom: 10px;
}

#media .media_new_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#media .media_new_title {
  height: 4em;
}

#media .media_new_title p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

#media .media_new_tag {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#media .media_new_tag ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#media .media_new_tag ul li {
  width: auto;
  margin-right: 5px;
}

#media .media_new_tag ul li a {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  background: #009fe6;
  border-radius: 5px;
  text-align: center;
}

/* question */
#question {
  background: url(../img/bg_question_pc.png) top center no-repeat, #f7f7f7;
  padding-bottom: 100px;
}

#question h2 {
  color: #f7f7f7;
  font-weight: bold;
  width: 962px;
  padding: 160px 0 34px;
  margin: 0 auto;
}

#quertion .inner {
  margin-top: 60px;
}

#question dl {
  margin-bottom: 60px;
}

#question .q {
  color: #009be2;
  background: url(../img/icon_q.png) left top no-repeat;
  background-size: 75px;
  margin-bottom: 10px;
  position: relative;
}

#question .q:after {
  content: "";
  background: url(../img/icon_plus.png);
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27px;
}

#question .q.active:after {
  background: url(../img/icon_minus.png);
}

#question .q:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#question .q span,
#question .a h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  height: 75px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
  width: 1000px;
}

#question .a h4 {
  background: url(../img/icon_a.png) left top no-repeat;
  background-size: 75px;
}

#question .a {
  margin-bottom: 34px;
}

#question .a p {
  font-size: 16px;
  padding-left: 100px;
  display: none;
  margin-top: 22px;
}

#question .btn_more {
  font-size: 36px;
  width: 560px;
  border-radius: 40px;
  padding: 20px;
  margin: 0 auto;
}

/* clinic */
#clinic {
  background: url(../img/bg_clinic_pc.png) top center no-repeat, #222;
  padding-bottom: 100px;
}

#clinic h2 {
  color: #222;
  font-weight: bold;
  width: 962px;
  padding: 184px 0 33px;
  margin: 0 auto 20px auto;
}

#clinic img {
  width: 480px;
  height: 320px;
}

#clinic .clinic-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 962px;
  height: 320px;
  margin: 0 auto 90px auto;
}

#clinic .clinic-detail:first-child {
  margin-bottom: 60px;
}

#clinic .clinic-detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 440px;
  height: 320px;
}

#clinic .clinic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#clinic .clinic-info h3 {
  clear: both;
  position: relative;
  width: 30%;
  margin-bottom: 15px;
  padding-top: 15px;
  color: #a68d70;
  font-size: 24px;
  font-weight: bold;
  border-top: none;
}

#clinic .clinic-info h3:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 180px;
  border-top: 2px solid #a68d70;
}

#clinic .clinic-info p {
  width: 70%;
  margin-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

#clinic .clinic-subject {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 88px;
  margin-bottom: 1px;
  padding: 15px;
  border: 2px solid #a68d70;
  background: #fff;
}

#clinic .clinic-detail:nth-of-type(4) .clinic-subject,
#clinic .clinic-detail:nth-of-type(5) .clinic-subject {
  height: 68px;
}

#clinic .clinic-subject h4 {
  width: 30%;
  font-size: 24px;
  font-weight: bold;
  color: #a68d70;
}

#clinic .clinic-subject p {
  width: 70%;
  margin-bottom: 0;
  color: #000;
  line-height: 1.5;
  padding-top: 0;
}

#clinic .clinic-subject .clinic-attention {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

#clinic a {
  color: #222;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  display: block;
  width: 560px;
  border-radius: 40px;
  padding: 20px;
  margin: 60px auto 0;
  position: relative;
}

#clinic a:after {
  content: "";
  background: url(../img/arrow_black.png) right center no-repeat;
  background-size: contain;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
}

.boxes {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
#footer {
  font-size: 14px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

#footer .breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-align: left;
  width: 1000px;
  margin: 0 auto 55px;
}

#footer .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

#footer .breadcrumbs.lower li {
  display: table-cell;
  vertical-align: middle;
}

#footer .breadcrumbs.lower li:nth-child(n + 2):before {
  content: '　＞　';
}

.relateSecOuter {
  background: #222;
  padding-top: 30px;
}

.relateSec {
  max-width: 1000px;
  margin: 0 auto;
}

.relateSec h2 {
  font-size: 24px;
  text-align: left;
  height: auto;
  border-left: 2px solid #5a5a5a;
  padding: 3px 6px 3px 16px;
  margin-bottom: 15px;
}

.relateSec .relateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 0 15px;
  border-radius: 10px;
}

.relateSec .relateList li {
  /* float: left;
    margin-left: 28px; */
}

.relateSec .relateList li:first-child {
  margin-left: 0;
}

.relateSec .relateList li p {
  color: #f2f2f2;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.relateSec .relateList li img {
  width: 120px;
}

.snsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  width: 1000px;
  margin: 80px auto 0;
}

.snsBox .ttl {
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 32px;
}

.snsBox .twitter .ttl {
  background: url(../img/common/icon_twitter.png) no-repeat 0 0;
  background-size: 32px 32px;
}

.snsBox .facebook .ttl {
  background: url(../img/common/icon_facebook.png) no-repeat 0 0;
  background-size: 32px 32px;
}

.snsBox .instagram .ttl {
  background: url(../img/common/icon_instagram.png) no-repeat 0 0;
  background-size: 32px 32px;
}

.snsBox .ttl a {
  text-decoration: none;
}

.snsBox .twitter .ttl a {
  color: #3b94d9;
}

.snsBox .facebook .ttl a {
  color: #36589e;
}

.snsBox .instagram .ttl a {
  color: #6745cb;
}

.snsBox > div {
  width: 32%;
  margin-left: 2%;
}

.snsBox .twitter {
  margin-left: 0;
}

.snsBox .instagram .imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snsBox .instagram .imageList li {
  position: relative;
  width: 33%;
  margin-bottom: 0.3%;
}

.snsBox .instagram .imageList li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.snsBox .instagram .imageList li:nth-child(3n + 1) {
  margin-left: 0;
}

.snsBox .instagram .imageList li:nth-child(n + 4) {
  margin-top: 0.5%;
}

.snsBox .instagram .imageList li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.snsBox .instagram .follow {
  margin-top: 10px;
  text-align: center;
}

#footer .ftr_menu {
  width: 1000px;
  margin: 0 auto;
}

#footer .ftr_menu > img,
#footer .ftr_menu .clearfix > li {
  float: left;
  margin-right: 28px;
}

#footer .ftr_menu .clearfix > li:last-child {
  margin-right: 0;
}

#footer .ftr_menu .clearfix > li,
#footer .ftr_menu .clearfix > li a {
  color: #fff;
  text-decoration: none;
}

#footer .ftr_menu .clearfix > li {
  font-size: 16px;
  font-weight: bold;
}

#footer .ftr_menu li {
  text-align: left;
}

#footer .ftr_menu li ul {
  margin-top: 10px;
}

#footer .ftr_menu li li {
  font-weight: normal;
  line-height: 2.25;
}

#footer .ftr_menu li li.indention {
  font-weight: normal;
  line-height: 1.1;
}

#footer .ftr_menu li li a {
  color: #969696 !important;
}

copyright {
  color: #fff;
  display: block;
  margin: -53px auto 0;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media all and (min-width: 768px) {
  a img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  a.btn_more:hover,
  a.btn_price:hover,
  a.btn_clinics:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #footer .ftr_menu a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }

  .inner {
    width: 89.3333333333%;
  }

  h2 {
    font-size: 5.3333333333vw;
  }

  .btn_more {
    border-radius: 8vw;
  }

  .btn_price {
    font-size: 5.3333333333vw;
    width: 89.552238806%;
    padding: 4vw;
    border-radius: 8vw;
    margin: 0 auto;
  }

  .btn_more:after,
  .btn_price:after,
  #menu .box2 div .btn_more:after {
    width: 4.1791044776vw;
    height: 6.1194029851vw;
    margin-top: -3.0597014925vw;
  }

  #slideMenu {
    min-width: auto;
  }

  #slideMenu .menuWrap .menuOuter {
    background-image: none;
  }

  #slideMenu .menuWrap .menuOuter .menuInner {
    height: 100%;
    margin-top: 21%;
    padding-bottom: 70px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .menuNav {
    width: auto;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .menuNav ul {
    width: auto;
    padding: 0 40px;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .menuNav ul li {
    border-width: 1px;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .menuNav ul li a {
    padding: 10px 0;
    font-size: 2rem;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .menuNav ul li a .en {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .inquiryList {
    display: block;
    margin-top: 30px;
    padding: 0 40px 20px;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .inquiryList li a {
    display: block;
    padding: 20px 0;
    background: #006ddb;
    border-radius: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .inquiryList li + li {
    margin-top: 10px;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .inquiryList li + li a {
    padding: 16px 0;
    font-size: 2rem;
  }

  #slideMenu .menuWrap .menuOuter .menuInner .inquiryList li + li a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 26px;
    margin-right: 5px;
    background: url(../img/icon_navi01_sp.png) no-repeat;
    background-size: 24px 26px;
    vertical-align: middle;
  }

  #header {
    position: fixed;
  }

  #header header {
    width: auto;
    height: 75px;
  }

  #header header .hdr_tel,
  #header header p,
  #header header .hdr_counseling {
    display: none;
  }

  #header header .logo {
    width: 70%;
    padding: 5.3333333333% 0 0 5.3333333333%;
  }

  #header header .logo img {
    width: 100%;
  }

  #header header .menu {
    text-align: right;
    display: block;
    padding: 9.5% 5.1% 0 0;
  }

  #header header .menu i {
    width: 8vw;
    height: 10px;
    display: inline-block;
  }

  #header header .menu i::before,
  #header header .menu i::after {
    height: 2px;
  }

  #header header .menu i::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  #header.menuActive {
    background: transparent;
  }

  #header.menuActive header {
    padding-right: 0;
  }

  #header header .menu.open i::before,
  #header header .menu.open i::after {
    background: #fff;
  }

  #header header .menu.open i::before {
    -webkit-transform: rotate(-25deg) translateY(0px);
    transform: rotate(-25deg) translateY(0px);
  }

  #header header .menu.open i::after {
    -webkit-transform: rotate(25deg) translateY(0px);
    transform: rotate(25deg) translateY(0px);
  }

  #mainVisual {
    background: url(../img/mv_sp.jpg) top center no-repeat;
    background-size: 100% auto;
    height: 0;
    padding-bottom: 178.1333333333%;
    position: relative;
  }

  #mainVisual h1 {
    width: 100%;
    padding-top: 0;
    position: absolute;
    top: 43.5%;
    left: 0;
  }

  #mainVisual span {
    font-size: 4.8vw;
    margin: 3.4% 0 0 5.3333333333%;
  }

  #mainVisual .monitorBn {
    bottom: 40px;
  }

  #mainVisual .monitorBn img {
    width: 90vw;
  }

  #wrap {
    min-width: initial;
  }

  #wrap.menuActive {
    position: fixed;
    left: 0;
    z-index: 1;
  }

  #float_menu {
    display: none;
  }

  #section01 {
    background-size: 100% auto;
    padding: 18.4% 0 57.7333333333%;
  }

  /* menu */
  #menu {
    background: url(../img/bg_menu_sp.png) top center no-repeat, #0098df;
    background-size: 100% auto;
    padding-bottom: 0;
  }

  #menu h2 {
    letter-spacing: -0.4vw;
    width: auto;
    padding: 31.5% 0 3% 7.5%;
  }

  #menu p {
    font-size: 1.4rem;
  }

  #menu .box1 > img {
    width: 89.552238806%;
    float: none;
    display: block;
    margin: 8% auto 0;
  }

  #menu .box1 > div {
    margin-left: 0;
  }

  #menu .box1 > div h3 {
    font-size: 5.6vw;
    display: table;
    margin: 9.8305084746% auto 0;
    position: relative;
  }

  #menu .box1 > div h3:after {
    content: "";
    background: #fff;
    width: 50.8474576271%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
  }

  #menu .box1 > div p {
    margin-top: 40px;
  }

  #menu .box1 > div .btn_more {
    font-size: 5.3333333333vw;
    width: 89.552238806%;
    padding: 4vw;
    margin-left: auto;
    margin-right: auto;
  }

  #menu .box2 {
    display: block;
    margin: 6vw 0 11.9402985075%;
  }

  #menu .box2 div {
    margin-bottom: 21.3333333333vw;
  }

  #menu .box2 div .btn_more {
    font-size: 5.3333333333vw;
    letter-spacing: -0.5vw;
    width: 80vw;
    height: 16vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -8vw;
    padding: 0;
    line-height: 16vw;
  }

  #menu .box3 {
    margin-top: 0;
  }

  #menu .box3 > img {
    width: 100%;
    float: none;
  }

  #menu .box3 > div {
    margin-left: 0;
  }

  #menu .box3 > div .btn_price {
    margin-bottom: -7.5vw;
  }

  /* point */
  #point {
    background: url(../img/bg_point_sp.png) top center no-repeat, #f7f7f7;
    background-size: 100% auto;
    padding-bottom: 0;
    background-position: 0% 24vw;
  }

  #point h2 {
    width: auto;
    padding: 31.5% 0 3% 7.5%;
  }

  #point .inner > p {
    font-size: 1.4rem;
    margin: 8% auto 9.2537313433%;
  }

  #point li {
    width: 100%;
    height: 0;
    padding: 0 0 41.7910447761%;
    margin-bottom: 3%;
  }

  #point li:nth-child(1) {
    background: url(../img/bg_point01_sp.png) top left no-repeat;
    background-size: 100% auto;
  }

  #point li:nth-child(2) {
    background: url(../img/bg_point02_sp.png) top left no-repeat;
    background-size: 100% auto;
    margin-left: 0;
  }

  #point li:nth-child(3) {
    background: url(../img/bg_point03_sp.png) top left no-repeat;
    background-size: 100% auto;
    margin-top: 0;
  }

  #point li:nth-child(4) {
    background: url(../img/bg_point04_sp.png) top left no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    margin-left: 0;
  }

  #point li h3 {
    font-size: 5.3333333333vw;
    margin: 11% 0 0 6% !important;
  }

  #point li p {
    font-size: 3.7333333333vw;
    letter-spacing: -0.3vw;
    padding: 0;
    margin: 4.5% 0 0 12% !important;
  }

  #point .btn_more {
    font-size: 5.3333333333vw;
    width: 89.552238806%;
    padding: 4vw;
  }

  /* media */
  #media {
    background: url(../img/bg_media_sp.png) top center no-repeat, #f7f7f7;
    background-size: 100% auto;
    padding-bottom: 0;
    background-position: 0% 24vw;
  }

  #media h2 {
    width: auto;
    padding: 31.5% 0 3% 7.5%;
  }

  #media .inner > p {
    font-size: 1.4rem;
    margin: 8% auto 9.2537313433%;
  }

  #media .btn_more {
    font-size: 3.6vw;
    width: 100%;
    padding: 5vw 6vw 5vw 4vw;
  }

  #media .media_new_block {
    display: block;
  }

  #media .media_new_box {
    position: relative;
    width: 100%;
  }

  #media .media_new_box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 5.3333333333vw;
  }

  #media .media_new_thumbnail {
    max-width: 100%;
    width: 28vw;
    min-height: auto;
    height: 21.3333333333vw;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-bottom: 0;
    padding-top: 24%;
  }

  #media .media_new_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #media .media_new_title {
    max-width: auto;
    width: 58.6666666667vw;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding-left: 2.6666666667vw;
  }

  #media .media_new_title p {
    font-size: 3.7333333333vw;
  }

  #media .media_new_tag {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 58.6666666667vw;
    max-width: auto;
    padding-left: 2.6666666667vw;
  }

  #media .media_new_tag ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #media .media_new_tag ul li {
    position: relative;
    width: 100%;
  }

  #media .media_new_tag ul li a {
    font-size: 2.6666666667vw;
  }

  /* question */
  #question {
    background: url(../img/bg_question_sp.png) top center no-repeat, #f7f7f7;
    background-size: 100% auto;
    padding-bottom: 19.4666666667%;
    background-position: 0% 24vw;
  }

  #question h2 {
    width: auto;
    padding: 31.5% 0 3% 7.5%;
  }

  #question dl {
    margin-top: 8%;
  }

  #question .q:after {
    /* background-size: 100% 100% !important; */
    width: 7.2vw;
    height: 7.2vw;
    margin-top: -3.6vw;
    right: 0;
  }

  #question .q span,
  #question .a h4 {
    font-size: 4vw;
    width: 750px;
    height: 13.3333333333vw;
    padding-left: 16vw;
  }
@media (max-width: 767px){
    #question .q span,
    #question .a h4 {
      width: 85vw;
    }
  }

  #question .q span {
    padding-right: 9vw;
  }

  #question .a p {
    font-size: 1.4rem;
    padding-left: 16vw;
    margin-top: 4%;
  }

  #question .q,
  #question .a h4 {
    background-size: 13.3333333333vw 13.3333333333vw;
  }

  #question .btn_more {
    font-size: 5.3333333333vw;
    width: 89.552238806%;
    padding: 4vw;
  }

  /* clinic */
  #clinic {
    background: url(../img/bg_clinic_sp.png) top center no-repeat, #222;
    background-size: 100% auto;
    padding-bottom: 50px;
  }

  #clinic h2 {
    width: auto;
    padding: 31.5% 0 3% 7.5%;
  }

  #clinic img {
    width: 100%;
    height: 100%;
    margin-top: 8%;
    margin-bottom: 12.3880597015%;
  }

  #clinic .clinic-detail {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 14vw;
  }

  #clinic .clinic-detail.clinic-nagoyaekimae {
    margin-bottom: 10vw;
  }

  #clinic .clinic-detail:first-of-type {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
  }

  #clinic .clinic-detail .inner {
    display: block;
    width: 89.3333333333%;
    height: auto;
    margin-left: auto;
  }

  #clinic .clinic-detail .inner h3 {
    width: 40%;
    margin-bottom: 6px;
  }

  #clinic .clinic-detail .inner p {
    margin-bottom: 8%;
  }

  #clinic .clinic-info {
    display: block;
  }

  #clinic .clinic-detail .clinic-info h3 {
    color: #a68d70;
    font-size: 5.33333vw;
    font-weight: bold;
    border-top: 2px solid #a68d70;
    padding-top: 15px;
  }

  #clinic .clinic-detail .clinic-info h3:before {
    display: none;
  }

  #clinic .clinic-detail .clinic-info p {
    padding-top: 0;
    width: 100%;
    margin-bottom: 5.33333vw;
  }

  #clinic .clinic-detail .clinic-subject {
    display: block;
    height: auto;
  }

  #clinic .clinic-detail:nth-of-type(4) .clinic-subject,
  #clinic .clinic-detail:nth-of-type(5) .clinic-subject {
    display: block;
    height: auto;
  }

  #clinic .clinic-detail .clinic-subject h4 {
    width: 100%;
    font-size: 5.33333vw;
    margin-bottom: 3% !important;
  }

  #clinic .clinic-detail .clinic-subject p {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.5;
  }

  #clinic .clinic-detail .inner p.clinic-attention {
    position: relative;
    bottom: inherit;
    margin-top: 0.5em;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0;
  }

  #clinic a {
    font-size: 5.3333333333vw;
    width: 89.552238806%;
    padding: 4vw;
    margin-top: 5%;
  }

  .boxes {
    margin-bottom: 0;
  }

  /* footer */
  #footer {
    font-size: 1.4rem;
    padding-top: 12%;
    padding-bottom: 9.7333333333%;
  }

  #footer .breadcrumbs {
    display: none;
  }

  #footer .breadcrumbs.lower {
    font-size: 1.2rem;
    display: block;
    width: 89.3333333333%;
    margin: 0 auto 4%;
  }

  #footer .breadcrumbs.lower li:nth-child(1) {
    width: 11.4925373134%;
  }

  .relateSec h2 {
    font-size: 3.8vw;
    padding: 6px 1em;
    margin: 0 15px 0;
  }

  .relateSecOuter {
    padding-top: 50px;
  }

  .relateSec .relateBox {
    overflow: hidden;
    width: 100%;
  }

  .relateSec .relateList {
    display: none;
  }

  .relateSec .relateBox .bx-wrapper {
    padding: 20px 40px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  .relateSec .relateBox .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 51px;
    margin-top: -26px;
    z-index: 99;
  }

  .relateSec .relateBox .bx-wrapper .bx-prev {
    background: url(../img/common/btn_relate_prev_sp.png);
    background-size: 26px 51px;
    left: 0;
  }

  .relateSec .relateBox .bx-wrapper .bx-next {
    background: url(../img/common/btn_relate_next_sp.png);
    background-size: 26px 51px;
    right: 0;
  }

  .snsBox {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  .snsBox > div {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
  }

  .snsBox .instagram {
    margin-bottom: 0;
  }

  .snsBox .ttl {
    font-size: 13px;
    line-height: 24px;
  }

  .snsBox .twitter .ttl,
  .snsBox .facebook .ttl,
  .snsBox .instagram .ttl {
    background-size: 24px 24px;
  }

  .snsBox .twitter .twitterWrap {
    text-align: center;
  }

  .snsBox .facebook #facebookWrap {
    text-align: center;
  }

  #footer .ftr_menu {
    width: 89.3333333333%;
  }

  #footer .ftr_menu .clearfix > li {
    font-size: 1.4rem;
    line-height: 2.5;
    float: none;
    margin-right: 0;
    position: relative;
  }

  #footer .ftr_menu .clearfix > li:before {
    color: #969696;
    font-weight: bold;
  }

  #footer .ftr_menu .clearfix > li:nth-child(1):before {
    content: '01　';
  }

  #footer .ftr_menu .clearfix > li:nth-child(2):before {
    content: '02　';
  }

  #footer .ftr_menu .clearfix > li:nth-child(3):before {
    content: '03　';
  }

  #footer .ftr_menu .clearfix > li:nth-child(4):before {
    content: '04　';
  }

  #footer .ftr_menu .clearfix > li:nth-child(5):before {
    content: '05　';
  }

  #footer .ftr_menu .clearfix > li:nth-child(6):before {
    content: '06　';
  }

  #footer .ftr_menu li ul {
    margin-top: 0;
    margin-left: 2.4em;
  }

  #footer > a img {
    width: 89.3333333333%;
    margin: 0 auto;
  }

  #footer .body_aco {
    display: none;
  }

  copyright {
    font-size: 2.4vw;
    margin: 0 auto;
  }

  #cvBox {
    display: block;
    width: 100%;
    height: 18.3vw;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
  }

  #cvBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #cvBox ul li {
    width: 50%;
  }

  #cvBox ul li:nth-child(1) {
    background: #a68d70;
  }

  #cvBox ul li:nth-child(2) {
    background: #006ddb;
  }

  #cvBox ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 3.8vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  #cvBox ul li:nth-child(1) a {
    padding: 15px 10px;
  }

  #cvBox ul li:nth-child(2) a {
    padding: 13px 10px;
  }

  #cvBox ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  #cvBox ul li:nth-child(1) a::before {
    width: 24px;
    height: 26px;
    background: url(../img/icon_cv01_sp.png) no-repeat;
    background-size: 24px 26px;
  }

  #cvBox ul li:nth-child(2) a::before {
    width: 18px;
    height: 30px;
    background: url(../img/icon_cv02_sp.png) no-repeat;
    background-size: 18px 30px;
  }

  .sp-only {
    display: inline-block;
    width: 100%;
  }

  .pc-only {
    display: none;
  }
}
/* Before After Slider
--------------------------------------------------------- */
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  display: block;
  width: 100%;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: #fff;
  cursor: pointer;
}

.ba-slider .handle::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icon_handle_b.png) no-repeat;
  background-size: 60px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .ba-slider .handle {
    width: 3px;
    margin-left: -1.5px;
  }

  .ba-slider .handle::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 10.6666666667vw 10.6666666667vw;
  }
}
#bf {
  margin-top: 22px;
  margin-bottom: 40px;
}

#article01 {
  margin-top: 130px;
}

#bf h2 {
  height: auto;
  margin-bottom: 30px;
  padding: 2px 0 1px 14px;
  border-left: 2px solid #222;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.bfBox {
  position: relative;
}

.bfBox .slideBox {
  float: left;
  width: 470px;
}

.bfBox .textBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 470px !important;
  padding: 50px 35px;
  border: 1px solid #222;
}

.bfBox .tabList {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 470px;
}

.bfBox .tabList li {
  width: 47%;
}

.bfBox .tabList li a {
  display: block;
  padding: 0 8px;
  background: #645749;
  border: 4px solid #050505;
  border-radius: 10px;
  color: #e3e3e3;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
}

.bfBox .tabList li.active a {
  background: #a68d70;
  color: #fff;
}

.bfBox .textBox dl {
  display: block;
  overflow: hidden;
}

.bfBox .textBox dl dt,
.bfBox .textBox dl dd {
  float: left;
  width: 300px;
  font-size: 16px;
  line-height: 2;
}

.bfBox .textBox dl dt {
  width: 80px;
  clear: both;
}

.bfBox .textBox dl dt span {
  float: right;
}

article .inner .summary.clearfix {
  margin: 0;
}

#menu .bfBox .textBox {
  border-color: #fff;
}

#menu .bfBox .textBox dl dt,
#menu .bfBox .textBox dl dd {
  color: #fff;
}

#menu #bf h3 {
  width: 1000px;
  height: 52px;
  margin: 80px auto 30px auto;
  padding: 22px 0 1px 14px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  background: url(../img/bg_menu_bf_h3.png) no-repeat top left;
}

#bf .monitorBn {
  width: 100%;
  margin-top: 40px;
}

#bf .monitorBn img {
  width: 100%;
}

@media all and (max-width: 767px) {
  #bf {
    margin-bottom: 6vw;
  }

  #menu #bf h3 {
    width: 89.3333333333%;
    margin-right: auto;
    margin-left: auto;
  }

  #bf .monitorBn {
    width: 100%;
    margin-top: 6vw;
  }

  .bfBox .tabList {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .bfBox .tabList li a {
    font-size: 6.2666666667vw;
  }

  .bfBox .slideBox {
    float: none;
    width: 100%;
    margin-top: 5%;
  }

  .bfBox .textBox {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: auto;
    margin-top: 5%;
    padding: 5.3333333333vw 4vw;
    border: 1px solid #222;
  }

  .bfBox .textBox dl dt,
  .bfBox .textBox dl dd {
    font-size: 3.7333333333vw;
  }

  .bfBox .textBox dl dd {
    width: 58vw;
  }

  .bfBox .textBox dl dt {
    width: 16vw;
  }
}
/* counseling */
.counseling2 {
  margin-bottom: 80px;
}

.counselingTtl {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6', 'HiraKakuPro-W6',
    'メイリオ', Meiryo, sans-serif;
  color: #a68d70;
  z-index: 1;
}

.counselingPresent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counseling2 .counselingTtl {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  background: #92d050;
  font-size: 30px;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6', 'HiraKakuPro-W6',
    'メイリオ', Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.counseling2 .counselingPresent .present1 {
  position: relative;
  width: 430px;
  height: 100px;
  padding: 18px 10px 20px 95px;
  border: 5px solid #92d050;
  font-size: 26px;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6', 'HiraKakuPro-W6',
    'メイリオ', Meiryo, sans-serif;
  color: #050505;
  text-align: center;
  background: #fff;
}

.counseling2 .counselingPresent .present1:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 99px;
  top: -13px;
  left: 15px;
  background: url(../img/img_counseling2_diet.png) no-repeat;
}

.counseling2 .counselingPresent:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/img_counseling2_plus.png) no-repeat;
}

.counseling2 .counselingPresent .present2 {
  position: relative;
  width: 430px;
  height: 100px;
  padding: 18px 90px 20px 24px;
  border: 5px solid #92d050;
  font-size: 26px;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6', 'HiraKakuPro-W6',
    'メイリオ', Meiryo, sans-serif;
  color: #050505;
  text-align: center;
  background: #fff;
}

.counseling2 .counselingPresent .present2:before {
  content: "";
  position: absolute;
  width: 77px;
  height: 99px;
  top: -13px;
  right: 5px;
  background: url(../img/img_counseling2_food.png) no-repeat;
}

.counseling2 .counselingPresent span:nth-of-type(2) {
  display: inline-block;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'HiraKakuPro-W3',
    'メイリオ', Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .counselingTtl {
    display: block;
    margin-bottom: 0px;
    padding: 4.2666666667vw 0 4.2666666667vw 18vw;
    background: #92d050;
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6',
      'HiraKakuPro-W6', 'メイリオ', Meiryo, sans-serif;
    color: #fff;
    letter-spacing: -2px;
    z-index: 1;
  }

  .counselingPresent {
    display: block;
  }

  .priceSec .counseling2 .inner {
    width: 100%;
    padding: 0 0;
  }

  .priceSec .counseling2 .inner:after {
    display: none;
  }

  .counseling2 {
    margin-bottom: 0px;
  }

  .counseling2 .counselingTtl {
    display: block;
    margin-bottom: 0px;
    padding: 4.2666666667vw 0 2.6vw 0;
    background: #92d050;
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W6',
      'HiraKakuPro-W6', 'メイリオ', Meiryo, sans-serif;
    color: #fff;
    letter-spacing: -1px;
    z-index: 1;
  }

  .counseling2 .counselingPresent:after {
    display: none;
  }

  .counseling2 .counselingPresent .present1 {
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
    padding: 4.2666666667vw 0;
    font-size: 5.6vw;
    letter-spacing: -1px;
  }

  .counseling2 .counselingPresent .present1:before {
    content: "";
    position: absolute;
    width: 10.9333333333vw;
    height: 21.0666666667vw;
    right: 2vw;
    left: auto;
    top: auto;
    bottom: 2vw;
    background: url(../img/img_counseling2_diet_sp.png) no-repeat left top;
    background-size: cover;
    z-index: 3;
  }

  .counseling2 .counselingPresent .present1:after {
    content: "";
    position: absolute;
    width: 10.4vw;
    height: 10.4vw;
    top: auto;
    right: auto;
    bottom: -9.0666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/img_counseling2_plus_sp.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .counseling2 .counselingPresent .present2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4.2666666667vw 0;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: -1px;
  }

  .counseling2 .counselingPresent .present2:before {
    content: "";
    position: absolute;
    width: 14.8vw;
    height: 18.9333333333vw;
    right: auto;
    left: 0;
    top: -6vw;
    background: url(../img/img_counseling2_food_sp.png) no-repeat;
    background-size: cover;
  }

  /* .counseling2 .counselingPresent .present2:after{
        content: "";
        position: absolute;
        bottom: -6.666666666666667vw;
        left: 50%;
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6vw 6vw 0 6vw;
        border-color: #92d050 transparent transparent transparent;
    } */
  .counseling2 .counselingPresent span:nth-of-type(2) {
    display: inline-block;
    margin-top: 2vw;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3',
      'HiraKakuPro-W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: normal;
    font-size: 4vw;
  }
}
/* 210604 New Header Footer */
header {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-color: #000;
}

header * {
  font-family: 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
    'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
  font-weight: 400;
}

.headerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  height: 58px;
  margin: 0 auto;
  padding: 0 15px;
}

.headerLogo {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: auto;
}

.headerBtnWrapper {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 20px;
}

.headerIconWrapper {
  -ms-grid-row-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 20px;
}

.headerBusinessHours {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
  line-height: 1;
}

.headerHamWrapper {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.btnWrapper,
.headerBtnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wrap {
  padding-top: 58px;
}

.headerLogo img {
  width: 62.05px;
}

.btn,
.btn-primary,
.btn-sub,
.btn-white,
input.btn-round__primary[type='submit'],
.btn-round__primary,
input.btn-round__gray[type='submit'],
.btn-round__gray,
.btn-sub__inverse,
.btn-gray__inverse {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  padding: 0 30px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary {
  z-index: 99;
  position: relative;
  overflow: hidden;
  background-color: #0098df;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 1px;
}

.btn-sub {
  z-index: 99;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #0098df;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 1px;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon span {
  display: block;
}

.btn-icon span.icon {
  width: 15px;
  height: 15px;
}

.btn-icon span.caption {
  margin-left: 7px;
}

.btn-primary:hover,
.btn-sub:hover {
  opacity: 0.7;
}

/* .btn-primary::after {
display: block;
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateX(-100%);
background-color: #fff;
content: "";
transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-sub::after {
display: block;
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateX(-100%);
background-color: #fff;
content: "";
transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
} */
.btnWrapper > *:not(:first-child),
.headerBtnWrapper > *:not(:first-child) {
  margin-left: 10px;
}

.headerIconItem {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerIconItem.price img {
  width: 16.145px;
  height: 23.02px;
}

.headerIconWrapper > *:not(:first-child) {
  margin-left: 20px;
}

.headerIconItem {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerIconItem.map img {
  width: 13.28px;
  height: 20px;
}

.headerIconWrapper > *:not(:first-child) {
  margin-left: 20px;
}

.headerIconItem {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerIconItem.mail img {
  width: 20.205px;
  height: 14.86px;
}

.headerIconWrapper > *:not(:first-child) {
  margin-left: 20px;
}

.headerIconItem.is__displayOnlyLessThanMedium {
  display: none;
}

.headerIconItem.tel img {
  width: 7.72px;
  height: 20.945px;
}

.headerBusinessHours {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
  line-height: 1;
}

.headerBusinessHours p {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.headerBusinessHours time {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 1;
}

.headerHamWrapper {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hamIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.hamIcon__Lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 16px;
  height: 16px;
}

.hamIcon__Lines span,
.hamIcon__Lines::before,
.hamIcon__Lines::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0098df;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamIcon__Lines::before,
.hamIcon__Lines::after {
  content: "";
}

#hamIcon.active .hamIcon__Lines {
  position: relative;
}

#hamIcon.active .hamIcon__Lines::before {
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: rotateZ(45deg) translateY(0px) translateX(0px);
  transform: rotateZ(45deg) translateY(0px) translateX(0px);
}

#hamIcon.active .hamIcon__Lines span {
  display: none;
}

#hamIcon.active .hamIcon__Lines::after {
  position: absolute;
  bottom: calc(50% - 1px);
  -webkit-transform: rotateZ(-45deg) translateY(0px) translateX(0px);
  transform: rotateZ(-45deg) translateY(0px) translateX(0px);
}

.hamContent {
  display: block;
  z-index: -9999;
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: 0px;
  overflow-y: hidden;
  background-color: #0098df;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#hamContent.active {
  width: 100%;
  height: 58px;
  overflow-y: inherit;
}

.headerNavWrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.headerNavWrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
}

.headerNavItem {
  font-display: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.headerNavItem.menu-sp-tog {
  display: block;
}

.headerNavItem a,
.headerNavItem span,
.headerNavItem label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0px;
  padding: 0 6px;
  background-color: #0098df;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

#hamContent.active .headerNavItem a,
#hamContent.active .headerNavItem span,
#hamContent.active .headerNavItem label {
  height: 58px;
}
#hamContent.active .headerNavItem.menu-sp-tog .dropdown a {
  height: inherit;
  padding: 12px 28px;
}
#hamContent.active .headerNavItem.menu-sp-tog .dropdown .sp-only {
  display: inherit;
}
.headerNavItem a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .headerNavItem.menu-sp-tog {
    position: relative;
  }
  .headerNavItem.menu-sp-tog:after {
    /* 下矢印 */
    position: absolute;
    right: 5px;
    top: calc(50% - 6px / 2);
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headerNavItem.menu-sp-tog .dropdown {
    position: absolute;
    top: 40px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .headerNavItem.menu-sp-tog:hover .dropdown {
    top: 58px;
    visibility: visible;
    opacity: 1;
  }
  #hamContent.active .headerNavItem.menu-sp-tog .dropdown a {
    width: 100%;
    padding: 18px 28px;
  }
}
.headerNavCva {
  display: none;
}

.headerNavBanner {
  display: none;
}

.headerNavFooter {
  display: none;
}

#wrap {
  min-width: auto;
}

@media screen and (max-width: 979px) {
  #wrap {
    padding-top: 50px;
  }

  header {
    height: 50px;
  }

  .headerWrapper {
    height: 50px;
  }

  .headerLogo img {
    width: 57.1px;
  }

  .headerBtnWrapper {
    display: none;
  }

  .headerIconItem.is__displayOnlyLessThanMedium {
    display: block;
  }

  .headerIconItem.mail img {
    width: 20px;
    height: 14.9px;
  }

  .headerIconItem.tel img {
    width: 18px;
    height: 22.88px;
  }

  .headerBusinessHours {
    display: none;
  }

  .hamContent {
    top: 50px;
    height: 0px;
    background-color: #000;
  }

  .headerNavWrapper {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .headerNavWrapper > ul {
    display: block;
  }

  .headerNavItem {
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-weight: 500;
  }

  .headerNavItem a,
  .headerNavItem span,
  .headerNavItem label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 24px;
    background-color: transparent;
  }
  .headerNavItem .tog_icn {
    display: block;
  }

  #hamContent.active {
    overflow-inline: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 58px);
    overflow-y: scroll;
  }

  .headerNavCva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .headerNavCva li {
    width: 100%;
    /*width: 100%;*/
    border: 1px solid #707070;
    background-color: #fff;
  }

  .headerNavCva li:first-of-type {
    background-color: #0098df;
  }

  .headerNavCva li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    color: #0098df;
    text-decoration: none;
  }

  .headerNavCva li:first-of-type a {
    color: #fff;
  }

  .headerNavCva li a .icon {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }

  .headerNavCva li a .cvaText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .headerNavBanner {
    display: block;
    background: #3c3a38;
    padding: 20px;
  }

  .headerNavFooter {
    margin-bottom: 62.5px;
    padding-top: 48.5px;
    padding-bottom: 48.5px;
    display: block;
    background-color: #000;
  }

  .headerNavFooter .businesshour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 0 29.5px 0;
    color: #bba170;
    font-size: 14px;
  }

  .headerNavSocialWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 48.5px;
  }

  .headerNavSocialItem:not(:first-child) {
    margin-left: 22px;
  }

  .headerNavSocialItem.twitter img {
    width: 22.785px;
    height: 16.695px;
  }

  .headerNavSocialItem.facebook img {
    width: 11.965px;
    height: 23.06px;
  }

  .headerNavSocialItem.instagram img {
    width: 23.07px;
    height: 23.07px;
  }
}
@media screen and (max-width: 374px) {
  .headerNavCva li {
    width: 100%;
  }
}
.relateSecOuter {
  padding-bottom: 40px;
}

#footer *,
#ft_tel *,
#ft_breadcrumb * {
  font-family: 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
    'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
}

#footer .inner,
#ft_tel .inner,
#ft_breadcrumb .inner {
  margin: 0 auto;
  width: 1150px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#ft_tel {
  min-height: 88px;
  background-color: #808080;
  color: #fff;
}

#ft_tel .tel_col {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
}

#ft_tel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

#ft_tel .tel_copy {
  padding-right: 70px;
  font-size: 21px;
}

#ft_tel .tel {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 28px;
  line-height: 1.6;
}

#ft_tel .tel img {
  position: absolute;
  top: 8px;
  left: 0;
  width: auto;
  height: 29px;
  vertical-align: middle;
}

#ft_tel .tel .time {
  display: block;
  font-size: 12px;
  text-align: center;
}

#ft_tel .btn_gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  float: right;
}

#ft_tel .btn-primary {
  margin-left: 24px;
  width: 234px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
}

#ft_tel .btn-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  width: 234px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

#ft_tel .btn-sub .icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

#ft_tel .btn-sub .icon .caption {
  display: block;
}

#ft_breadcrumb {
  height: 40px;
  background-color: #000;
}

#ft_breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#ft_breadcrumb li {
  padding: 9px 0 5px 15px;
  color: #e3e3e3;
  font-size: 10px;
}

#ft_breadcrumb li a {
  color: #e3e3e3;
  display: block;
}

#ft_breadcrumb li a:after {
  content: '>';
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 2px;
  color: #e3e3e3;
  font-size: 12px;
  speak: never;
}

#ft_breadcrumb .ico_logo img {
  width: 22px;
}

.ft_banner {
  background-color: #3c3a38;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft_banner .inner {
  margin: 0 auto;
  width: 1150px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer {
  position: relative;
  padding: 0 0 10px;
  background-color: #000;
  color: #fff;
}

#footer .inner {
  position: relative;
}

#footer .ft_home {
  padding-top: 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}

.ft_nav ul:not(:first-of-type) {
  margin-left: 85px;
}

.grid > div {
  display: grid;
  place-items: center;
  background: skyblue;
  font-size: 2rem;
}

.ft_nav .ft_nav_02 .dropdown {
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  grid-auto-flow: column;
}

.ft_nav ul li ul {
  margin-left: 0;
}

.ft_nav li {
  padding-top: 15px;
  font-size: 12px;
  text-align: left;
}

.ft_nav a,
.ft_nav p.ft_nav_toggle,
.ft_home a {
  display: block;
  color: #fff;
  clear: both;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.6;
  font-size: 12px;
}

.ft_nav a:hover,
.ft_home a:hover {
  opacity: 0.7;
}

.ft_nav li ul li {
  padding-top: 5px;
  padding-left: 12px;
}

.ft_nav .ft_search_clinic {
  padding-top: 25px;
}

.ft_nav .ft_search_clinic ul {
  float: left;
}

.ft_nav .ft_search_clinic ul:last-child {
  margin-left: 48px;
}

.ft_sns {
  position: absolute;
  left: 0;
  bottom: 50px;
}

.ft_sns li {
  float: left;
  font-size: 23px;
}

.ft_sns li:not(:first-of-type) {
  margin-left: 22px;
}

.ft_sns li a {
  color: #989898;
}

.ft_sns .icon-twitter img {
  width: auto;
  height: 22px;
}

.ft_sns .icon-facebook img {
  width: auto;
  height: 24px;
}

.ft_sns .icon-instagram img {
  width: auto;
  height: 24px;
}

.ft_logo_mark {
  margin-bottom: 40px;
  text-align: center;
}

.ft_logo_mark img {
  width: 85px;
}

.copyright {
  text-align: center;
  color: #bba170;
  font-size: 10px;
}

.anchor {
  display: block;
  position: relative;
  top: -58px;
  visibility: hidden;
}

@media only screen and (min-width: 769px) {
  #ft_breadcrumb .ico_logo {
    padding-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  #ft_tel {
    display: none;
  }

  #ft_breadcrumb {
    position: relative;
    height: auto;
    min-height: 46px;
    border-bottom: 1px solid #666;
  }

  #ft_breadcrumb .inner {
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #ft_breadcrumb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #ft_breadcrumb li {
    padding: 15px 0 15px 15px;
  }

  .ft_banner {
    border-bottom: 1px solid #666;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ft_banner .inner {
    padding: 0 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #footer {
    padding: 0 0 8px;
    min-height: auto;
  }

  #footer .inner {
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #footer .ft_home {
    font-weight: normal;
  }

  #footer .ft_home,
  .ft_nav li {
    padding-top: 0;
  }

  #footer .ft_home a,
  .ft_nav li a,
  .ft_nav li p.ft_nav_toggle {
    position: relative;
    padding: 19px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
    cursor: pointer;
  }

  .ft_nav {
    margin-bottom: 124px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ft_nav ul {
    margin-left: 0 !important;
    width: 100%;
  }
  .headerNavWrapper .dropdown,
  .ft_nav .dropdown {
    display: none;
    padding: 10px 0 12px;
    background-color: #333;
  }
  .headerNavItem .dropdown a,
  .ft_nav .dropdown a {
    padding: 10px 28px;
    border: 0;
    color: #cecece;
  }
  .headerNavItem .dropdown a {
    font-size: 12px;
  }

  .headerNavWrapper .menu-sp-tog .tog_icn,
  .ft_nav li.menu-sp-tog .tog_icn {
    position: absolute;
    right: 25px;
    width: 18px;
    height: 18px !important;
    margin: 0;
    text-align: center;
  }
  .headerNavWrapper .menu-sp-tog .tog_icn:before,
  .headerNavWrapper .menu-sp-tog .tog_icn:after,
  .ft_nav li.menu-sp-tog .tog_icn:before,
  .ft_nav li.menu-sp-tog .tog_icn:after {
    display: block;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #04aee0;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .headerNavWrapper .menu-sp-tog .tog_icn:before,
  .ft_nav li.menu-sp-tog .tog_icn:before {
    width: 14px;
    height: 1px;
  }
  .headerNavWrapper .menu-sp-tog .tog_icn:after,
  .ft_nav li.menu-sp-tog .tog_icn:after {
    width: 1px;
    height: 14px;
  }
  .headerNavItem.menu-sp-tog > a.open .tog_icn:before,
  .ft_nav li.menu-sp-tog > a.open .tog_icn:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .headerNavItem.menu-sp-tog > a.open .tog_icn:after,
  .ft_nav li.menu-sp-tog > a.open .tog_icn:after {
    background-color: transparent;
  }
  .headerNavItem.menu-sp-tog .dropdown li,
  .ft_nav li ul li {
    padding-top: 0;
    padding-left: 0;
  }

  .ft_nav .ft_search_clinic {
    padding-top: 0;
  }

  .ft_nav .ft_search_clinic ul {
    float: none;
  }

  .ft_nav .ft_search_clinic ul:last-child {
    margin-left: 0;
  }

  .ft_sns {
    margin-bottom: 70px;
    position: relative;
    bottom: auto;
    text-align: center;
  }

  .ft_sns ul {
    display: inline-block;
  }

  .ft_logo_mark img {
    width: 45px;
  }
}
.blackBtn {
  cursor: pointer;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 48vw;
  height: 10.6666666667vw;
  text-decoration: none;
  font-size: 3.2vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.blackBtn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .blackBtn {
    font-size: 14px;
    width: 220px;
    height: 40px;
  }
}

.js-acc__conts {
  display: none;
}
.js-acc__conts.is-open {
  display: block;
}

.co-mv {
  position: relative;
  z-index: 2;
}
.co-mv video.sp-only {
  width: 100%;
  height: auto;
}
.co-mv video.pc-only {
  width: 100%;
  height: auto;
}

.co-media {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.co-media__inner {
  width: calc(590 / 750 * 100%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .co-media__inner {
    width: 900px;
  }
}
.co-media__head {
  position: relative;
  bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .co-media__head {
    bottom: 40px;
  }
}
.co-media__ttl {
  font-size: 8vw;
  font-weight: bold;
  color: #bba170;
}
@media screen and (min-width: 768px) {
  .co-media__ttl {
    font-size: 60px;
  }
}
.co-media__subTtl {
  color: #bba170;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .co-media__subTtl {
    font-size: 14px;
  }
}
.co-media__txt {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .co-media__txt {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .co-media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .co-media__list .co-media__block:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .co-media__list.-sp {
    display: none;
  }
}
.co-media__list.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .co-media__list.-pc {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.co-media__block {
  position: relative;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .co-media__block {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.co-media__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .co-media__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.co-media__body:hover {
  opacity: 0.7;
}
.co-media__body__txt {
  font-size: 3.2vw;
  color: #000;
  line-height: 2;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .co-media__body__txt {
    margin-top: 10px;
    font-size: 12px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .co-media__body__txt:hover {
    opacity: 0.7;
  }
}
.co-media__body__tag {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.2666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .co-media__body__tag {
    width: auto;
    position: relative;
    margin-top: 20px;
  }
}
.co-media__body__tag a {
  font-size: 2.6666666667vw;
  width: 21.3333333333vw;
  height: 5.3333333333vw;
  text-decoration: none;
  background-color: #2998df;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.2666666667vw;
}
.co-media__body__tag a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .co-media__body__tag a {
    width: 80px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
  }
}
.co-media__img {
  margin-right: 2vw;
  width: 34.4vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .co-media__img {
    margin-right: 0;
    width: auto;
  }
}
.co-media__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

.co-access {
  background-color: #fff;
  padding: 31.3333333333vw 0 0 0;
}

.co-faq {
  background-color: #fff;
  padding: 31.3333333333vw 0 40vw;
}
@media screen and (min-width: 768px) {
  .co-access {
    padding: 120px 0 0 0;
  }

  .co-faq {
    padding: 120px 0 140px 0;
  }
}
@media screen and (min-width: 768px) {
  .co-access__inner,
  .co-faq__inner {
    width: 900px;
    margin: 0 auto;
  }
}
.co-access__head,
.co-faq__head {
  position: relative;
  width: calc(590 / 750 * 100%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .co-access__head,
  .co-faq__head {
    width: auto;
  }
}
.co-access__ttl,
.co-faq__ttl {
  font-size: 8vw;
  font-weight: bold;
  color: #bba170;
}
@media screen and (min-width: 768px) {
  .co-access__ttl,
  .co-faq__ttl {
    font-size: 60px;
  }
}
.co-access__subTtl,
.co-faq__subTtl {
  color: #bba170;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .co-access__subTtl,
  .co-faq__subTtl {
    font-size: 14px;
  }
}
.co-access__img {
  margin-top: 2.6666666667vw;
  width: 100%;
  aspect-ratio: 1.875/1;
  background-image: url(../img/top/access_main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .co-access__img {
    margin-top: 20px;
    aspect-ratio: 2.25/1;
    background-image: url(../img/top/access_main-pc.jpg);
  }
}
.co-access__btn__wrap {
  margin-top: 10.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .co-access__btn__wrap {
    margin-top: 20px;
  }
}

.sp-news {
  padding: 5.3333333333vw;
  text-align: center;
  background-color: #d4d4d4;
}
@media screen and (min-width: 768px) {
  .sp-news {
    display: none;
  }
}
.sp-news a {
  text-decoration: none;
  font-size: 3.2vw;
  color: #000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.sp-news a:hover {
  opacity: 0.7;
}

.sp-acc {
  padding: 4vw 5.3333333333vw;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.sp-acc::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  margin: auto;
  position: absolute;
  top: 42%;
  right: 6.6666666667vw;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
}
.sp-acc.is-open::after {
  right: 4vw;
  bottom: 4vw;
  top: inherit;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}
.sp-acc__wrap {
  background-color: #000;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sp-acc__wrap {
    display: none;
  }
}
.sp-acc__header {
  color: #fff;
  text-align: center;
  font-size: 3.7333333333vw;
  cursor: pointer;
}
.sp-acc__conts {
  padding: 5.3333333333vw 12vw 4vw 4vw;
}
.sp-acc__conts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sp-acc__conts__header p {
  font-size: 3.7333333333vw;
  color: #fff;
}
.sp-acc__conts__bottom {
  color: #8b8b8b;
  font-size: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
}
.sp-acc__conts__bottom.first {
  margin-top: 10px;
}
.sp-acc__conts__bottom dt {
  line-height: 1.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  margin-right: 10px;
}
.sp-acc__conts__bottom dd {
  line-height: 1.5;
  width: 80%;
}

.sp-about {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(60%, #000),
    color-stop(60%, #fff),
    to(#fff)
  );
  background: linear-gradient(180deg, #000 0%, #000 60%, #fff 60%, #fff 100%);
  padding-top: 40vw;
  font-family: 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
    'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
}
@media screen and (min-width: 768px) {
  .sp-about {
    display: none;
  }
}
.sp-about__inner {
  width: calc(590 / 750 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.sp-about__inner::after {
  width: 128.6666666667vw;
  height: 128.6666666667vw;
  top: 25.3333333333vw;
  left: 26%;
  position: absolute;
  background-color: #2998df;
  display: block;
  content: "";
  z-index: -1;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.sp-about__ttl {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  font-size: 8vw;
}
.sp-about__subTtl {
  font-size: 3.7333333333vw;
  color: #fff;
}
.sp-about__conts {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
.sp-about__conts span {
  font-size: 3.7333333333vw;
  color: #fff;
  font-weight: bold;
}
.sp-about__bottom {
  margin-top: 5.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-about__bottom p {
  font-weight: bold;
  font-size: 5.3333333333vw;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.sp-about__arr {
  display: block;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.4vw;
  height: 11.3333333333vw;
  background: #fff;
  top: 8.6666666667vw;
  margin: 0 auto;
}
.sp-about__arr::after {
  content: "";
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: 0.4vw solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-aboutPro {
  position: relative;
  height: 260vw;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sp-aboutPro {
    display: none;
  }
}
.sp-aboutPro__img {
  position: absolute;
  width: 178.6666666667vw;
  margin: 0 auto;
  top: 8vw;
  left: 48.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sp-aboutPro__img img {
  width: 100%;
  vertical-align: bottom;
}
.sp-aboutPro__back {
  position: absolute;
  top: -27%;
  left: -115%;
  width: 266.6666666667vw;
  height: 240vw;
  position: absolute;
}
.sp-aboutPro__block {
  position: absolute;
}
.sp-aboutPro__block__inner {
  position: relative;
}
.sp-aboutPro__block__mark {
  position: absolute;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #bba170;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.2vw;
  color: #fff;
}
.sp-aboutPro__block__ttl {
  font-size: 5.3333333333vw;
  color: #fff;
  font-weight: bold;
}
.sp-aboutPro__block__txt {
  margin-top: 0.6666666667vw;
  font-size: 3.7333333333vw;
  margin-top: 1.3333333333vw;
  color: #fff;
  line-height: 1.5;
}
.sp-aboutPro__block__btn {
  width: 48vw;
  height: 10.6666666667vw;
  text-decoration: none;
  font-size: 3.2vw;
}
.sp-aboutPro__block.-pt01 {
  top: 50.6666666667vw;
  right: 12vw;
}
.sp-aboutPro__block.-pt01 .sp-aboutPro__block__mark {
  right: 5.3333333333vw;
  top: -6.6666666667vw;
  font-weight: 500;
}
.sp-aboutPro__block.-pt01 .sp-aboutPro__block__btn {
  margin-top: 2.6666666667vw;
}
.sp-aboutPro__block.-pt02 {
  top: 109.3333333333vw;
  left: 12vw;
}
.sp-aboutPro__block.-pt02 .sp-aboutPro__block__mark {
  left: 0vw;
  top: -16.6666666667vw;
  font-weight: 500;
}
.sp-aboutPro__block.-pt02 .sp-aboutPro__block__btn {
  margin-top: 2.6666666667vw;
}
.sp-aboutPro__block.-pt03 {
  top: 170.6666666667vw;
  right: 12vw;
}
.sp-aboutPro__block.-pt03 .sp-aboutPro__block__mark {
  right: 0vw;
  top: -12vw;
  font-weight: 500;
}
.sp-aboutPro__block.-pt03 .sp-aboutPro__block__btn {
  margin-top: 2.6666666667vw;
}
.sp-aboutPro__block.-pt04 {
  top: 240.6666666667vw;
  right: 42vw;
}
.sp-aboutPro__block.-pt04 .sp-aboutPro__block__mark {
  right: 0vw;
  top: -12vw;
  font-weight: 500;
}
.sp-aboutPro__block.-pt04 .sp-aboutPro__block__btn {
  margin-top: 2.6666666667vw;
}
.sp-aboutPro__dietTxt {
  position: absolute;
  bottom: 62.6666666667vw;
  left: -25.3333333333vw;
  width: 80vw;
  height: 29.8666666667vw;
}
.sp-aboutPro__dietTxt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sp-aboutPro__bottomBtn {
  position: absolute;
  left: 50%;
  bottom: 36vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sp-doctor {
  z-index: 1;
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .sp-doctor {
    display: none;
  }
}
.sp-doctor__head {
  width: calc(590 / 750* 100%);
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  bottom: 4vw;
}
.sp-doctor__ttl {
  color: #bba170;
  font-size: 8vw;
  font-weight: bold;
}
.sp-doctor__subTtl {
  color: #bba170;
  font-size: 3.7333333333vw;
}
.sp-doctor__block {
  z-index: 1;
  width: calc(590 / 750* 100%);
  margin: 0 auto;
  color: #000;
  position: relative;
}
.sp-doctor__block .imgWrap {
  float: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-doctor__block .imgWrap .lead {
  width: 52%;
  text-align: center;
}
.sp-doctor__block .imgWrap .lead p {
  display: inline-block;
  color: #216ddb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.sp-doctor__block .imgWrap .imgBox {
  width: 48%;
}
.sp-doctor__block .imgWrap .imgBox img {
  width: 100%;
}
.sp-doctor__block .textBox1 {
  width: 100%;
  margin: 15px auto 0 auto;
  font-size: 13px;
  line-height: 1.5;
}
.sp-doctor__block .textBox1 .message, .sp-doctor__block .textBox2 .message {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 15px;
}
.sp-doctor__block .textBox2 {
  width: 100%;
  margin: 15px auto 30px auto;
  font-size: 13px;
  line-height: 1.5;
}
.sp-doctor__block .textBox2 .name {
  margin-top: 30px;
  text-align: right;
  font-size: 10px;
}
.sp-doctor__block .textBox2 .name span {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
.sp-doctor__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sp-point {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .sp-point {
    display: none;
  }
}
.sp-point__head {
  width: calc(590 / 750 * 100%);
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  bottom: 4vw;
}
.sp-point__ttl {
  color: #bba170;
  font-size: 8vw;
  font-weight: bold;
}
.sp-point__subTtl {
  color: #bba170;
  font-size: 3.7333333333vw;
}
.sp-point__block {
  margin-top: 5.3333333333vw;
  position: relative;
}
.sp-point__block::after {
  position: absolute;
  background-color: #fff;
}
.sp-point__block.-pt01 {
  background: url(../img/top/point_01.jpg),
    -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(60%, white));
  background: url(../img/top/point_01.jpg),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 60%);
  background-blend-mode: screen;
  width: 100%;
  aspect-ratio: 2.2/1;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: left top 80%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sp-point__block.-pt02 {
  background: url(../img/top/point_02.jpg),
    -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(60%, white));
  background: url(../img/top/point_02.jpg),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 60%);
  background-blend-mode: screen;
  width: 100%;
  aspect-ratio: 2.2/1;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: left top 20%;
  background-repeat: no-repeat;
  background-size: 110%;
}
.sp-point__block.-pt03 {
  background: url(../img/top/point_03.jpg),
    -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(60%, white));
  background: url(../img/top/point_03.jpg),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 60%);
  background-blend-mode: screen;
  width: 100%;
  aspect-ratio: 2.2/1;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: left top 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sp-point__block.-pt04 {
  background: url(../img/top/point_04.jpg),
    -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(70%, white));
  background: url(../img/top/point_04.jpg),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, white 70%);
  background-blend-mode: screen;
  width: 100%;
  aspect-ratio: 2.2/1;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: left top 95%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sp-point__body {
  position: absolute;
  left: 46.6666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-point__body__header span {
  display: inline-block;
  background-color: #216ddb;
  color: #fff;
  font-size: 5.3333333333vw;
  margin-top: 0.4vw;
  padding: 1.3333333333vw 2vw;
}
.sp-point__body__txt {
  margin-top: 1.3333333333vw;
  line-height: 2;
  font-size: 3.7333333333vw;
}
.sp-point__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 9.3333333333vw;
  position: relative;
  z-index: 2;
  top: 5.3333333333vw;
}

.sp-flow {
    z-index: 1;
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .sp-flow {
    display: none;
  }
}
.sp-flow__head {
    width: calc(590 / 750* 100%);
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    bottom: 4vw;
}
.sp-flow__ttl {
    color: #bba170;
    font-size: 8vw;
    font-weight: bold;
}
.sp-flow__subTtl {
    color: #bba170;
    font-size: 3.7333333333vw;
}
.sp-flow__block {
    z-index: 1;
    width: calc(590 / 750* 100%);
    margin: 20px auto 0;
    color: #333;
    position: relative;
}
.sp-flow__block .h3title {
  font-size: calc(100vw / var(--viewport)* 36) !important;
  text-align: center;
  line-height: calc(100vw / var(--viewport)* 32);
}
.sp-flow__block .flow {
  display: block;
}
.sp-flow__block .flowSP {
  display: flex;
  justify-content: end;
}
.sp-flow__block .leftContent, .sp-flow__block .rightContent {
  width: 100%;
}
.sp-flow__block .boxTitle {
    text-align: center;
    color: #F5F5F5;
    font-size: 17px;
    padding: 13px 0 18px;
    background-color: #216ddb;
}
.sp-flow__block .underContentR, .sp-flow__block .boxTitle {
    font-weight: 400;
}
.sp-flow__block .underContentR, .sp-flow__block .timeText, .sp-flow__block .boxTitle {
    font-family: 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
    'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
}
.sp-flow__block .boxImg {
  margin-top: calc(100vw / var(--viewport)* 30);
  margin-bottom: calc(100vw / var(--viewport)* 30);
}
.sp-flow__block .underContent {
  /*justify-content: space-between;*/
  height: auto;
  margin-bottom: calc(100vw / var(--viewport)* 60);
  width: 99%;
}
.sp-flow__block .underContent .underText span, .sp-flow__block .underContentLast .underText span {
  font-size: 13px;
  line-height: 1.5em;
}
.sp-flow__block .underContentR a {
    color: #333;
    text-decoration: none;
}
.sp-flow__block .underContentR div {
    color: #333333;
    background-color: #BBA171;
    padding: 20px 26px;
    font-size: 15px;
    width: 220px;
    text-align: center;
    margin-top: 10px;
}
.sp-flow__block .underContentL, .sp-flow__block .reservationBtn {
  width: 100%;
  flex: 1;
}
.sp-flow__block .underContentL p {
  width: 200px;
  margin-left: 9px;
  font-family: 'DIN 2014', 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
  'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
  font-weight: 400;
  font-size: 26px !important;
}
.sp-flow__block .display {
  display: flex;
  align-items: center;
}
.sp-flow__block .phoneImg img {
  width: 20px;
}
.sp-flow__block .mainContents .section p {
  margin-bottom: 0 !important;
  line-height: 2;
}
.sp-flow__block .timeText {
  /*font-size: calc(100vw / var(--viewport)* 18);
  padding-left: calc(100vw / var(--viewport)* 40);*/
  text-align: left;
}
.sp-flow__block .underContentL + .reservationBtn {
  display: contents;
}
.sp-flow__block .underContentR div {
  /*padding: calc(100vw / var(--viewport)* 25) calc(100vw / var(--viewport)* 40);
  font-size: calc(100vw / var(--viewport)* 20);*/
  text-align: center;
  width: 100%;
}

.sp-trial {
  padding-top: 80.6666666667vw;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sp-trial {
    display: none;
  }
}
.sp-trial::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 60.3vw;
  left: -374vw;
  width: 680vw;
  height: 680vw;
  background-image: url(../img/top/trial-back.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sp-trial__sent {
  z-index: 1;
  width: calc(590 / 750 * 100%);
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.sp-trial__sent__ttl {
  font-weight: bold;
  color: #fff;
  font-size: 8vw;
}
.sp-trial__sent__subTtl {
  font-size: 3.7333333333vw;
}
.sp-trial__sent__txt {
  margin-top: 8vw;
  font-size: 3.7333333333vw;
}
.sp-trial__pro {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.sp-trial__pro img {
  width: calc(630 / 750 * 100%);
  margin: 0 auto;
}
.sp-trial__cow {
  position: relative;
  z-index: 1;
}
.sp-trial__cow__head {
  margin-top: 27.0666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.sp-trial__cow__ttl {
  text-align: left;
  font-size: 9.7333333333vw;
  font-weight: bold;
}
.sp-trial__cow__subTtl {
  text-align: left;
  font-size: 4.4vw;
}
.sp-trial__cow__block {
  width: 100%;
  position: relative;
  padding: 10.6666666667vw;
}
.sp-trial__cow__block__body {
  color: #fff;
}
.sp-trial__cow__block__body__ttl {
  font-size: 5.8666666667vw;
  font-weight: bold;
}
.sp-trial__cow__block__body__ttl span {
  font-size: 3.7333333333vw;
}
.sp-trial__cow__block__body__txt {
  font-size: 3.7333333333vw;
}
.sp-trial__cow__block__img {
  position: absolute;
}
.sp-trial__cow__block.-pt01 {
  margin-top: 5.3333333333vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#216ddb),
    to(rgba(255, 255, 255, 0.502690583))
  );
  background: linear-gradient(
    90deg,
    #216ddb 0%,
    rgba(255, 255, 255, 0.502690583) 100%
  );
}
.sp-trial__cow__block.-pt01 .sp-trial__cow__block__body__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp-trial__cow__block.-pt01 .sp-trial__cow__block__body__txt {
  text-align: left;
}
.sp-trial__cow__block.-pt01 .sp-trial__cow__block__img {
  width: 29.3333333333vw;
  aspect-ratio: 1/0.6;
  top: -14.6666666667vw;
  right: 9.3333333333vw;
}
.sp-trial__cow__block.-pt02 {
  margin-top: 5.3333333333vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.502690583)),
    to(#216ddb)
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.502690583) 0%,
    #216ddb 100%
  );
}
.sp-trial__cow__block.-pt02 .sp-trial__cow__block__img {
  width: 36vw;
  aspect-ratio: 1/0.85;
  top: -1.3333333333vw;
  left: -4vw;
}
.sp-trial__cow__block.-pt02 .sp-trial__cow__block__body__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp-trial__cow__block.-pt02 .sp-trial__cow__block__body__txt {
  text-align: right;
}
.sp-trial__cow__btn {
  width: 72vw;
  height: 16vw;
  font-size: 4vw;
  letter-spacing: 1.3333333333vw;
  background-color: #fde702;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.sp-trial__cow__btn__wrap {
  width: 100%;
  margin: 5.3333333333vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-trial__bf {
  width: calc(590 / 750 * 100%);
  padding: 26.6666666667vw 0 29.3333333333vw;
  margin: 0 auto;
  position: relative;
}
.sp-trial__bf__ttl {
  font-size: 8vw;
  font-weight: bold;
  color: #fff;
}
.sp-trial__bf__subTtl {
  font-size: 3.7333333333vw;
  color: #fff;
}
.sp-trial__bf__slide {
  margin-top: 8vw;
}
.sp-trial__bf__slide__inner {
  position: relative;
}
.sp-trial__bf__slide__container {
  overflow: hidden;
  position: relative;
}
.sp-trial__bf__slide .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  left: -4vw;
  background-color: #fff;
}
.sp-trial__bf__slide .swiper-button-prev::after {
  border-bottom: solid 4px #216ddb;
  border-left: solid 4px #216ddb;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.sp-trial__bf__slide .swiper-button-next {
  width: 8vw;
  height: 8vw;
  right: -4vw;
  background-color: #fff;
}
.sp-trial__bf__slide .swiper-button-next::after {
  border-top: solid 4px #216ddb;
  border-right: solid 4px #216ddb;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pc-about-acc__wrap {
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .pc-about-acc__wrap {
    display: block;
  }
}
.pc-acc {
  background-color: #000;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-acc {
    display: block;
  }
}
.pc-acc__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.pc-acc__box {
  width: 100%;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
.pc-acc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pc-acc__left {
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
}
.pc-acc__right {
  color: #8b8b8b;
  font-size: 14px;
}

.pc-news {
  display: none;
  background-color: #d4d4d4;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pc-news {
    display: block;
  }
}
.pc-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.pc-news__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}
.pc-news__link:hover {
  opacity: 0.7;
}

.pc-about {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-about {
    width: 900px;
    margin: 0 auto;
    display: block;
  }
}
.pc-about__back {
  position: absolute;
  height: 340px;
  background-color: #000;
  width: 100vw;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.pc-about::before {
  width: 1670px;
  height: 1355px;
  background-image: url(../img/top/about-back-pc-02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  z-index: 0;
  top: 40px;
  right: -500px;
  position: absolute;
}
.pc-about::after {
  position: absolute;
  width: 2111px;
  height: 1578px;
  background-image: url(../img/top/about-back-pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  z-index: 0;
  top: -610px;
  left: -970px;
}
.pc-about__inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 540px;
}
.pc-about__body {
  position: relative;
  padding-top: 40px;
}
.pc-about__ttl {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.pc-about__subTtl {
  font-size: 14px;
}
.pc-about__txt {
  width: 510px;
  font-size: 14px;
  line-height: 2;
  color: #000;
}
.pc-about__txt span {
  color: #fff;
  font-weight: bold;
}
.pc-about__bottom {
  margin-top: 30px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6em;
}
.pc-about__arr {
  position: relative;
  margin-top: 40px;
  left: 220px;
}
.pc-about__arr::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 100px;
  height: 4px;
  background: #fff;
}
.pc-about__arr::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 82px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pc-about__pro {
  position: absolute;
  z-index: 2;
}
.pc-about__pro__body {
  position: relative;
}
.pc-about__pro__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pc-about__pro__txt {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.pc-about__pro__btn {
  margin-top: 10px;
}
.pc-about__pro__mark {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  width: 53px;
  height: 53px;
  background-color: #bba170;
  border-radius: 50%;
  line-height: 1;
}
.pc-about__pro.-pt01 {
  top: 110px;
  right: -110px;
}
.pc-about__pro.-pt01 .pc-about__pro__btn {
  margin-left: 55px;
}
.pc-about__pro.-pt01 .pc-about__pro__mark {
  right: -135px;
  top: 30px;
}
.pc-about__pro.-pt02 {
  top: 275px;
  right: 130px;
}
.pc-about__pro.-pt02 .pc-about__pro__btn {
  margin-left: 40px;
}
.pc-about__pro.-pt02 .pc-about__pro__mark {
  right: -250px;
  top: 18px;
}
.pc-about__pro.-pt03 {
  top: 530px;
  right: 340px;
}
.pc-about__pro.-pt03 .pc-about__pro__btn {
  margin-left: 48px;
}
.pc-about__pro.-pt03 .pc-about__pro__mark {
  right: -135px;
  top: 20px;
}
.pc-about__pro.-pt04 {
  top: 580px;
  right: -80px;
}
.pc-about__pro.-pt04 .pc-about__pro__btn {
  margin-left: 48px;
}
.pc-about__pro.-pt04 .pc-about__pro__mark {
  right: -135px;
  top: 20px;
}
.pc-about__dietTxt {
  position: absolute;
  right: 0px;
  bottom: 60px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pc-about__dietTxt__img {
  width: 235px;
}
.pc-about__dietTxt .blackBtn {
  margin-top: 40px;
}

.pc-doctor {
    display: none;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pc-doctor {
    width: 900px;
    margin: 0 auto;
    display: block;
  }
}
.pc-doctor__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.pc-doctor__head {
    position: relative;
    bottom: 30px;
}
.pc-doctor__ttl {
    font-size: 60px;
    color: #bba170;
    font-weight: bold;
}
.pc-doctor__subTtl {
    font-size: 14px;
    color: #bba170;
}
.pc-doctor__block {
    z-index: 2;
    position: relative;
}
.pc-doctor__block .flex {
    display: flex;
    justify-content: space-between;
}
.pc-doctor__block .flex .imgWrap {
    width: 371px;
    margin-right: 30px;
    float: none;
}
.pc-doctor__block .flex .textBox1 {
    font-size: 20px;
    line-height: 1.8;
    background: #EFEFEF;
    flex: 1;
    padding: 30px;
    letter-spacing: 1px;
}
.pc-doctor__block .flex .textBox1 p:nth-of-type(2) {
    margin-top: 20px;
}
.pc-doctor__block .textBox2 {
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.7;
}
.pc-doctor__block .textBox2 .name {
    margin-top: 30px;
    text-align: right;
    font-size: 19px;
}
.pc-doctor__block .textBox2 .name span {
    display: inline-block;
    margin-left: 20px;
    font-size: 26px;
}
.pc-doctor__btn__wrap {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc-point {
  display: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pc-point {
    display: block;
  }
}
.pc-point__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.pc-point__head {
  position: relative;
  bottom: 30px;
}
.pc-point__ttl {
  font-size: 60px;
  color: #bba170;
  font-weight: bold;
}
.pc-point__subTtl {
  font-size: 14px;
  color: #bba170;
}
.pc-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pc-point__list .pc-point__block:not(:last-child) {
  margin-right: 12px;
}
.pc-point__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc-point__check {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2998df;
  color: #2998df;
  text-align: center;
  margin-top: 10px;
}
.pc-point__txt {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}
.pc-point__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

.pc-flow {
    display: none;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .pc-flow {
    width: 900px;
    margin: 0 auto;
    display: block;
  }
}
.pc-flow__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.pc-flow__head {
    position: relative;
    bottom: 30px;
}
.pc-flow__ttl {
    font-size: 60px;
    color: #bba170;
    font-weight: bold;
}
.pc-flow__subTtl {
    font-size: 14px;
    color: #bba170;
}
.pc-flow__block {
    display: flex;
    justify-content: space-between;
}
.pc-flow__block .leftContent, .rightContent {
    width: 430px;
}
.pc-flow__block .rightContent {
    margin-top: 274px;
}
.pc-flow__block .underContent {
    height: 196px;
    display: flex;
    justify-content: space-between;
}
.pc-flow__block .underContentR, .boxTitle {
    font-weight: 400;
}
.pc-flow__block .underContentR, .timeText, .boxTitle {
    font-family: 'NotoSansJP', 'Noto sans';
}
.pc-flow__block .underContentR div {
    color: #333333;
    background-color: #BBA171;
    padding: 20px 26px;
    font-size: 15px;
    width: 220px;
    text-align: center;
}
.pc-flow__block .underContentR a {
    color: #333;
    text-decoration: none;
}
.pc-flow__block .underContentL p {
    width: 200px;
    margin-left: 9px;
    font-family: 'DIN 2014', 'Noto sans' !important;
    font-weight: 400;
    font-size: 26px !important;
}
.pc-flow__block .display {
    display: flex;
    align-items: center;
}
.pc-flow__block .boxTitle {
    text-align: center;
    color: #F5F5F5;
    font-size: 19px;
    padding: 13px 0;
    background-color: #216ddb;
}
.pc-flow__block .boxImg {
    margin-top: 21px;
    margin-bottom: 24px;
}
.pc-flow__block .boxImg img {
    width: 100%;
}
.pc-flow__block .underText {
    line-height: 2em;
    font-size: 14px;
}
.pc-flow__block .timeText {
    font-size: 11px;
    text-align: center;
}
.pc-flow__block .reservationBtn {
    transition: opacity 0.1s ease-in-out;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pc-trial {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-trial {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
  }
  .pc-trial::before {
    z-index: 0;
    display: block;
    content: "";
    /* width: 1760px;
    height: 1760px; */
    width: 100%;
    height: 100%;
    background-image: url(../img/top/trial-back-pc.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -880px;
    top: -290px;
    pointer-events: none;
  }
}
.pc-trial__inner {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.pc-trial__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.pc-trial__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 448px;
  margin-left: 20px;
  margin-top: -25px;
  object-fit: contain;
}
.pc-trial__body {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px;
}
.pc-trial__ttl {
  font-size: 60px;
  color: #216ddb;
  font-weight: bold;
}
.pc-trial__subTtl {
  font-size: 14px;
  color: #216ddb;
}
.pc-trial__txt {
  color: #216ddb;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pc-trial__txt p {
  font-size: 14px;
}
.pc-trial__txt p:not(:first-child) {
  margin-top: 40px;
}
.pc-trial__cow {
  position: relative;
  z-index: 2;
  background: #0412da;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(15%, #0412da),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(90deg, #0412da 15%, rgba(255, 255, 255, 0) 100%);
  margin-top: 20px;
}
.pc-trial__cow__inner {
  padding: 30px 0;
}
.pc-trial__cow__ttl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.pc-trial__cow__ttl span {
  font-size: 20px;
}
.pc-trial__cow__list {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc-trial__cow__block {
  max-width: 340px;
  width: 100%;
  border: 1px solid #fff;
  position: relative;
}
.pc-trial__cow__block__body {
  color: #fff;
}
.pc-trial__cow__block__subTtl {
  font-size: 12px;
}
.pc-trial__cow__block__ttl {
  font-size: 20px;
  font-weight: bold;
}
.pc-trial__cow__block__txt {
  font-size: 12px;
}
.pc-trial__cow__block__img {
  position: absolute;
}
.pc-trial__cow__block.-pt01 {
  padding: 20px 55px 20px 100px;
}
.pc-trial__cow__block.-pt01 .pc-trial__cow__block__img {
  width: 80px;
  height: 150px;
  left: 10px;
  top: -20px;
}
.pc-trial__cow__block.-pt02 {
  padding: 20px 28px 20px 110px;
}
.pc-trial__cow__block.-pt02 .pc-trial__cow__block__img {
  width: 120px;
  height: 145px;
  left: -10px;
  top: -25px;
}
.pc-trial__cow__btn {
  display: block;
  width: 220px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fde702;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pc-trial__cow__btn:hover {
  opacity: 0.7;
}
.pc-trial__cow__btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 50px;
}
.pc-trial__cow__plusM {
  position: absolute;
  top: 40px;
  left: 328px;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
}
.pc-trial__bf {
  z-index: 2;
  margin: 120px auto 0;
  position: relative;
}
.pc-trial__bf__ttl {
  font-size: 60px;
  font-weight: bold;
  color: #216ddb;
}
.pc-trial__bf__subTtl {
  font-size: 14px;
  color: #216ddb;
}
.pc-trial__bf__slide {
  margin-top: 20px;
}
.pc-trial__bf__slide__inner {
  position: relative;
}
.pc-trial__bf__slide__container {
  overflow: hidden;
  position: relative;
}
.pc-trial__bf__slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -20px;
  background-color: #fff;
}
.pc-trial__bf__slide .swiper-button-prev::after {
  border-bottom: solid 4px #216ddb;
  border-left: solid 4px #216ddb;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.pc-trial__bf__slide .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -20px;
  background-color: #fff;
}
.pc-trial__bf__slide .swiper-button-next::after {
  border-top: solid 4px #216ddb;
  border-right: solid 4px #216ddb;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pc-acc__box,
.pc-news__inner,
.pc-about__inner,
.pc-about__subTtl,
.pc-about__pro.-pt01,
.pc-about__pro.-pt02,
.pc-about__pro.-pt03,
.pc-about__pro.-pt04,
.pc-about__dietTxt a,
.pc-doctor__subTtl,
.pc-point__subTtl,
.pc-flow__subTtl,
.pc-trial__subTtl,
.pc-trial__bf__subTtl,
.co-media__subTtl,
.co-access__subTtl,
.pc-point__list,
.blackBtn,
.pc-trial__txt,
.pc-trial__cow__ttl,
.pc-trial__cow__list,
.pc-trial__cow__btn__wrap,
.co-media__inner,
.sp-aboutPro,
.sp-acc__header,
.sp-acc__conts,
.sp-news,
.sp-doctor__subTtl,
.sp-point__subTtl,
.sp-flow__subTtl,
.sp-point__list,
.sp-trial__sent__subTtl,
.sp-trial__sent p,
.sp-trial__cow {
  font-family: 'Noto Sans', 'Noto Sans JP', system-ui, -apple-system,
    'Hiragino Sans', 'Segoe UI', 'Meiryo', sans-serif;
}

.pc-news__inner a {
  text-decoration: none;
}

.pc-about__subTtl {
  color: #fff;
}

.pc-trial__cow__ttl,
.co-media__body__tag a,
.sp-about__ttl {
  font-weight: bold;
}

.pc-trial__cow__btn,
.blackBtn,
.sp-point__body__header {
  font-weight: 500;
}

.pc-about__ttl,
.pc-doctor__ttl,
.pc-point__ttl,
.pc-flow__ttl,
.pc-trial__ttl,
.pc-trial__bf__ttl,
.sp-about__ttl,
.sp-doctor__ttl,
.sp-point__ttl,
.sp-flow__ttl,
.sp-trial__sent__ttl,
.sp-trial__bf__ttl,
.co-media__ttl,
.co-access__ttl,
.co-faq__ttl {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
}

.sp-trial__cow {
  position: relative;
}

.sp-trial__cow__plusM {
  position: absolute;
  top: 42%;
  left: 40%;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
  /* width: 107px;
  height: 107px; */
  width: 100px;
  height: 100px;
}

.sp-trial__bf {
  z-index: 1;
  width: calc(590 / 750 * 100%);
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.sp-trial__bf__head {
  font-weight: bold;
  color: #fff;
  font-size: 8vw;
}

.sp-trial__bf__subTtl {
  font-size: 3.7333333333vw;
}
/* campainAd------------------------------------------------------------------------------------------ */
a.c-campaignAd figcaption.c-campainAd__text,
a.c-campaignAd:link figcaption.c-campainAd__text,
a.c-campaignAd:active figcaption.c-campainAd__text,
a.c-campaignAd:hover figcaption.c-campainAd__text,
a.c-campaignAd {
  color: transparent;
  text-decoration: none;
}
@media (max-width: 767px) {
  #campaignAd {
    position: fixed;
    bottom: 17.6vw;
    right: 0;
    background: transparent;
    color: transparent;
    box-sizing: border-box;
    z-index: 100;
  }
  #campaignAd > .c-campaignAd > .c-campaignAd__image {
    width: 100%;
    height: auto;
    aspect-ratio: 75 / 14;
    background-image: url('../img/cp_present23Jan_SP.png');
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #campaignAd {
    position: fixed;
    bottom: 56px;
    right: 15px;
    background: transparent;
    color: transparent;
    z-index: 100;
    box-sizing: border-box;
  }
  #campaignAd > .c-campaignAd > .c-campaignAd__image {
    width: 180px;
    height: 180px;
    background-image: url('../img/cp_present23Jan_PC.png');
    background-size: 100%;
    border-radius: 3px;
  }
}
/* add FAQ to index.html------------------------------------------------------------------------------------------ */
.co-faq__head + #question {
  margin-top: 2em;
  background: #fff;
}

#question > .inner > dl:has(dt.c-accordion__question){
  padding-right: 70px;
}
@media (max-width: 767px){
  #question > .inner > dl:has(dt.c-accordion__question){
    padding-right: 0;
  }
}

#question > .inner > dl:has(dt.c-accordion__question)::after {
  content: "";
  background: #222;
  width: 100%;
  height: 3px;
  display: block;
  margin: 24px auto 0 0;
  /* position: absolute;
  bottom: 0; */
}
#question > .inner > dl > dt.c-accordion__question {
  color: #222;
  background: url(/operation/diet/assets/img/qaa/icon_q.png) left top no-repeat;
  background-size: 41px;
  /* margin-top: 38px; */
  position: relative;
  width: clamp(768px, 950px, 1000px);
}
@media (max-width: 767px){
  #question > .inner > dl > dt.c-accordion__question {
    width: calc(93svw - 25px);
  }
}
#question > .inner > dl > dt.c-accordion__question:not(.active)::after,
#question > .inner > dl > dt.c-accordion__question.active::after {
top: 22px;
right: 11px;
}
#question > .inner > dl > dt.c-accordion__question:not(.active)::after {
  content: "";
  background: url(/operation/diet/assets/img/qaa/icon_plus.png) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  }
  /* @media (max-width: 767px){
    #question > .inner > dl > dt.c-accordion__question:not(.active)::after {
      margin: -33px auto auto auto;
    }
  } */

#question > .inner > dl > dt.c-accordion__question.active::after {
  content: "";
  background: url(/operation/diet/assets/img/qaa/icon_minus.png) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
}
/* @media (max-width: 767px){
  #question > .inner > dl > dt.c-accordion__question.active::after {
    margin: -33px auto auto auto;
  }
} */


#question > .inner > dl > dt.c-accordion__question > h3,
#question > .inner > dl > dd.c-accordion__answer > h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  height: 42px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px 0 46px;
  width: clamp(100%, 100%, 1000px);
}
@media (max-width: 767px){
  #question > .inner > dl > dt.c-accordion__question > h3,
  #question > .inner > dl > dd.c-accordion__answer > h3 {
    width: calc(100% - 50px);
  }
}
#question > .inner > dl > dd.c-accordion__answer > h3 {
  background: url(/operation/diet/assets/img/qaa/icon_a.png) left top no-repeat;
  background-size: 42px;
  margin-top: 1em;
  line-height: 2;
}


#question > .inner > dl > dt.active + dd.c-accordion__answer {
  display: block;
}
@media (max-width: 767px){
  #question > .inner > dl > dt.active + dd.c-accordion__answer {
    display: block;
    padding-right: 0;
  }
}
#question > .inner > dl > dt:not(.active) + dd.c-accordion__answer {
  margin-inline-start: 0;
  display: none;
}

#question > .inner > dl > dd.c-accordion__answer > h3:has(.pc-only) {
}

#question > .inner > dl > dd.c-accordion__answer > p {
  font-size: 16px;
  padding-left: 42px;
  display: inline-block;
  margin-top: 22px;
  width: clamp(708px, 100%, 1000px);
}
#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text {
  margin-top: 22px;
  padding: 0 26px 0 42px;
  /* width: clamp(708px, 100%,1000px); */
}

#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--title,
#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain,
#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain-lists {
  display: block;
  height: auto;
  background: #fff;
  font-size: 16px;
  margin-top: 0.4em;
  padding: 0;
  /* width: clamp(728px, 75svw, 888px); */
}

@media (max-width: 767px){
  #question > .inner > dl > dd.c-accordion__answer > p {
    padding: 0 26px 0 42px;
    width: 100%;
  }
  #question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--title,
  #question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain,
  #question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain-lists {
    width: 100%;
  }
}
#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--title.co-faq__a-text--plain {
  font-weight: normal;
}

#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain-lists > .co-faq__a-text--explain-list {
  font-size: 16px;
  line-height: 2;
}
#question > .inner > dl > dd.c-accordion__answer > .co-faq__a-text > .co-faq__a-text--explain-lists > .co-faq__a-text--explain-list.co-faq__a-text--explain-list-dot::before {
  content: "・";
}

#question > .co-faq__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(89.3333333333% + 20px); */
  width: 100%;
}
header {
z-index: 99;
}
@media all and (max-width: 767px) {
#cvBox {
  display: block;
}
#cvBox ul.first,
#cvBox ul.second {
text-align: center;
display: block;
}
#cvBox ul.first {
background: #006ddb;
width: 82.66%;
float: left;
}
#cvBox ul.first .title {
color: #fff;
font-size: 2.13vw;
padding: 0.8vw 0;
}
#cvBox ul.first li {
width: 49%;
display: inline-block;
}
#cvBox ul.first li a {
font-size: 2.4vw;
background: #fff;
float: left;
padding: 2.8vw 0;
}
#cvBox ul.first li:nth-child(2) a:before {
background: url("assets/img/common/icon_tel.png") no-repeat;
background-size: 100% auto;
width: 6.328vw;
height: 6.328vw;
}
#cvBox ul.first li:nth-child(3) a:before {
background: url("assets/img/common/icon_phone.png") no-repeat;
background-size: 100% auto;
width: 3.49vw;
height: 6.328vw;
}
#cvBox ul.first li a {
color: #006ddb;
}
#cvBox ul.second {
width: 17.33%;
height: 100%;
float: right;
}
#cvBox ul.second li {
background: #98C635;
width: auto;
height: 100%;
}
#cvBox ul.second li a {
font-size: 2.13vw;
padding: 3.69vw 0 0;
}
#cvBox ul.second li a:before {
  background: url(/operation/diet/assets/img/common/icon_chat.png) no-repeat;
  background-size: 100% auto;
  width: 6.61vw;
  height: 5.636vw;
  display: block;
  margin: 0 auto 1.07vw;
}
#pcCV {
display: none;
}
}
@media all and (min-width: 768px) {
  #cvBox {
    display: none;
  }
  #pcCV {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 3px;
  z-index: 999;
  }
}

/* 240625 ishikawa add */
@media all and (min-width: 768px) {
  article .inner table .campaign th {
    border: none!important;
    background: none!important;
  }

  article .inner table .campaign th.campaign_col {
    padding: 10px 0 16px!important;
    border-top: 6px solid #E06453!important;
    border-right: 6px solid #E06453!important;
    border-left: 6px solid #E06453!important;
    background: #E06453!important;
    color: #FFF!important;
    font-size: 24px!important;
  }

  article .inner table tbody td.campaign_col {
    border-bottom: 3px solid #E06453!important;
    border-right: 3px solid #E06453!important;
    border-left: 3px solid #E06453!important;
    color: #E06453!important;
  }

  article .inner table tbody td.campaign_col_top {
    border-top: 3px solid #E06453!important;
    font-size: 19px!important;
  }

  article .inner table tbody td.campaign_col_left {
    border-left-width: 6px!important;
  }

  article .inner table tbody td.campaign_col_right {
    border-right-width: 6px!important;
  }

  article .inner table tbody td.campaign_col_bottom {
    border-bottom-width: 6px!important;
    font-size: 25px!important;
  }

  article .inner table tbody td.campaign_col_bottom span {
    font-size: 22px!important;
  }
}

@media all and (max-width: 767px) {
  article .inner table .campaign th {
    border: none!important;
    background: none!important;
  }

  article .inner table .campaign th.campaign_col {
    padding: 0px 0 0!important;
    border-top: 5px solid #E06453!important;
    border-right: 5px solid #E06453!important;
    border-left: 5px solid #E06453!important;
    background: #E06453!important;
    color: #FFF!important;
    font-size: 3.966vw!important;
    line-height: 1.2!important;
  }

  article .inner table tbody td.campaign_col {
    border-bottom: 2px solid #E06453!important;
    border-right: 2px solid #E06453!important;
    border-left: 2px solid #E06453!important;
    color: #E06453!important;
  }

  article .inner table tbody td.campaign_col_top {
    border-top: 3px solid #E06453!important;
  }

  article .inner table tbody td.campaign_col_left {
    font-size: 4.138vw!important;
    border-left-width: 5px!important;
  }

  article .inner table tbody td.campaign_col_right {
    font-size: 5.6vw!important;
    border-right-width: 5px!important;
  }

  article .inner table tbody td.campaign_col_bottom {
    border-bottom-width: 1.034vw!important;
  }

  article .inner table tbody td.campaign_col_bottom span {
    font-size: 4vw!important;
  }
}
