@charset "UTF-8";

/*CSSDocument*/

:root {
  --font_blue: #16AAFA;
  --viewport: 750;
}

.bold {
  font-weight: bold;
}
.font_blue {
  color: #3BAAF4;
}

/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


.c-sectionHead {
  font-weight: bold;
  color: #FFF;
}
.c-sectionHead__subTitle {
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  position: relative;
  margin-bottom: 32px;
}
.c-sectionHead__subTitle:before {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background: #FFF;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-sectionHead__title {
  font-size: 36px;
  line-height: 1.3;
  font-style: italic;
}
.c-sectionHead__title .is-en {
  font-size: 38px;
}

@media screen and (max-width:767px){
  .c-sectionHead__title {
    font-size: 5.8vw;
  }
  .c-sectionHead__title .is-en {
    font-size: 6.266vw;
  }
  .c-sectionHead__subTitle {
    font-size: 3.8vw;
    margin-bottom: 6vw;
  }
  .c-sectionHead__subTitle:before {
    height: 1px;
    width: 5.333333333vw;
    bottom: -3vw;
  }
}
.c-btn01 ,
a.c-btn01 {
  width: 100%;
  height: 70px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 1px 0 0 0;
  background: #000;
  border-radius: 100px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
a.c-btn01.c-btn01--yellow {
  background: #FFFF00;
  color: #000;
}
a.c-btn01.c-btn01--blue {
  background: #16aafa;
  color: #FFF;
}

.btn_yellow a {
  color: #000;
  background: #ff0;
  animation: scaleChange 2s infinite;
}
.btn_yellow:before {
  content: "\\ 相談だけでも大歓迎！ /";
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}
.sec_reserve .btn_yellow:before {
  color: #000;
}
@keyframes scaleChange {
  0% {
    scale: 1.05;
  }
  50% {
    scale: .95;
  }
  100% {
    scale: 1.05;
  }
}

@media screen and (max-width: 767px){
  .c-btn01 ,
  a.c-btn01 {
    height: 15vw;
    font-size: 3.8vw;
    padding: 0 0 0.3vw 0;
  }
}


.c-price {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
}
.c-price__tag {
  font-size: 12px;
  margin: 0 5px;
  padding: 3px 0 0 0;
}
.c-price__num {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width:767px){
  .c-price {
  }
  .c-price__tag {
    font-size: 2.48vw;
    margin: 0 0 1vw 0.5vw;
    padding: 0.61vw 0 0 0;
  }
  .c-price__num {
    font-size: 6.2vw;
  }
}


.p-kv {
  background: url("../images/kv-bg.jpg") no-repeat top center;
  background-size: 100% auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.p-kvInner {
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 1200px;
}
.p-kvFrame {
  height: 1040px;
}
.p-kv__title {
  width: 800px;
  height: 340px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 391px;
}
.p-kv__title01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-kv__title02 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-kv__btn {
  position: absolute;
  top: 43px;
  right: -164px;
}
.p-kvSet {
  width: 400px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 110px;
  background: url("../images/dot-img.png");
}
.p-kvSetInner {
  
}
.p-kvSetFrame {
  padding: 24px 0 21px 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
/*
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
*/
}
.p-kvSetCon {
  color: #FFF;
  margin-left: 45px;
}
.p-kvSetCon__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
}
.p-kvSetCon__course {
  margin-top: 24px;
}
.p-kvSetCon__course span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: #FFF 1px solid;
  border-radius: 100px;
  width: 150px;
  padding: 4px 0 6px;
}
.p-kvSetConPrice {
  margin-top: 26px;
}
.p-kvSetConPrice .c-price__tag {
  font-size: 18px;
}
.p-kvSetConPrice .c-price__num {
  font-size: 80px;
}
.p-kvSetCon + .p-kvSetImg {
  margin-left: 45px;
}

.is-start {
  
}
.p-kv__title01 {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-out 0.3s;
}
.p-kv__title02 {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.5s ease-out 0.3s;
}
.p-kv__btn a img {
  opacity: 0;
  transition: all 0.6s ease-out 0.6s;
  transform: rotateY(360deg);
}
.p-kvSet {
  opacity: 0;
  transition: all 0.5s ease-out 1.1s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.is-start .p-kv__title01 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.is-start .p-kv__title02 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.is-start .p-kv__btn a img {
  opacity: 1;
  transform: rotateY(0deg);
  
}
.is-start .p-kvSet {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width:767px){
  .p-kv {
    background: url("../images/kv-bg-sp.jpg") no-repeat center center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 8vw)) !important;
  }

  .p-kvInner {
    padding: 0 7.6vw;
    max-width: none;
  }
  .p-kvFrame {
    height: 90.666vw;
  }
  .p-kv__title {
    width: 85.333vw;
    height: 39.9vw;
    bottom: 13.733vw;
  }
  .p-kv__title01 {
  }
  .p-kv__title02 {
  }
  .p-kv__btn {
    position: absolute;
    top: auto;
    bottom: -10.933vw;
    right: -5.2vw;
    width: 18.66vw;
  }
  .p-kvSet {
    display: none;
  }
}
.p-kvLower {
  display: none;
}
@media screen and (max-width:767px){
  .p-kvLower {
    display: block;
    margin-top: -8vw;
    background: #024265 url("../images/dot-img.png");
    clip-path: polygon(0 0, 100% -8vw, 100% calc(100% - 8vw), 0 100%);
    padding: 14vw 0 36vw;
  }
  .p-kvLowerSet {
  }
  .p-kvLowerSetInner {

  }
  .p-kvLowerSetFrame {
    padding: 24px 0 21px 0;
    width: 90vw;
    margin: 0 auto;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-kvLowerSetFrame.frame2 {
    padding-top: 0;
  }
  .p-kvLowerSetCon {
    color: #FFF;
    text-align: left;
    white-space: nowrap;
    width: 58.67vw;
  }
  .p-kvLowerSetCon__title {
    font-size: 4.8vw;
    line-height: 1.3;
    font-weight: 900;
  }
  .p-kvLowerSetCon__course {
    font-size: 2.67vw;
    display: flex;
    align-items: flex-end;
    margin-top: 2.13vw;
  }
  .p-kvLowerSetCon__course span {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: #FFF 1px solid;
    border-radius: 100px;
    width: 33.47vw;
    padding: 0.6vw 0 1.2vw;
    margin-right: 2.53vw;
  }
  .p-kvLowerSetConPrice {
    margin-top: 2.13vw;
  }
  .p-kvLowerSetConPrice .c-price {
    justify-content: flex-start;
  }
  .p-kvLowerSetConPrice .c-price__tag {
    font-size: 4.27vw;
  }
  .p-kvLowerSetConPrice .c-price__num {
    font-size: 12.8vw;
  }
  .p-kvLowerSetImg {
    width: 19.33vw;
    margin-left: 2.93vw;
  }
  .p-kvLowerSetFrame.frame2 .p-kvLowerSetImg {
    width: 25.07vw;
    margin: 0;
  }
  .p-kvLowerSetCon + .p-kvLowerSetImg {
  }
  .p-kvLower__btn {
    width: 68vw;
    margin: 0 auto;
  }
}

.p-cm {
  margin: -100px 0 0 0;
  background: url("../images/cm.bg.jpg") no-repeat top center;
  background-size: 100% auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding: 100px 0 136px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.p-cmVideo {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px 0 0 0;
}
.p-cmVideo__item {
  width: 31.66%;
  margin-left: 2.51%;
}
.p-cmVideo__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 767px){
  .p-cm {
    margin: -8vw 0 0 0;
    background: url("../images/cm.bg.jpg") no-repeat center center;
    padding: 14vw 0 12vw;
    background-size: cover;
  }
  .p-cmVideo {
    display : block;
    margin: 6.133333333vw 0 0 0;
  }
  .p-cmVideo__item {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-cmVideo__item:nth-of-type(3n + 1) {
    margin-left: auto;
  }
  .p-cmVideo__item:nth-of-type(n + 2) {
    margin-top: 5.333333333vw;
  }
/*  .p-cm {
    background: url(../images/cm.bg.jpg) repeat-y center center #7a7a7a;
    padding: 32vw 0 5.33vw;
    margin: -26.67vw 0 0 0;
  }
  .p-cmVideo {
    display: block;
    margin: 5.21vw 0 0 0;
  }
  .p-cmVideo__item {
    width: 100%;
    margin-left: 0;
    margin-bottom:5.21vw;
  }*/
}

.p-popular {
  background: #16aafa;
  padding: 100px 0 118px 0;
  position: relative;
  z-index: 1;
  margin: -100px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-popular {
    clip-path: polygon(0 0, 100% 8vw, 100% 100%, 0 100%);
  }
}
.p-popular__btn {
  max-width: 400px;
  margin: 70px auto 0;
}
.p-popularMain {
  margin-top: 114px;
}
.p-popularItem {
  width: 43%;
  margin-left: 5%;
  background: #FFF;
  box-sizing: border-box;
  padding: 16px 0 18px 0;
  position: relative;
}
.p-popularItem__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 11px;
}
.p-popularItemPricePrice {
  max-width: 336px;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  margin-top: 55px;
}
.p-popularItemPriceCourse {
  margin: 0 0 24px;
}
.p-popularItemPriceCourse span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  width: 150px;
  padding: 2px 0 4px;
}
.p-popularPrice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 25px 0;
}
.p-popular___tag {
  font-size: 14px;
}
.p-popular__num {
  font-size: 70px;
}
.p-popular__numSub {
  font-size: 36px;
}
.p-popular__en {
  font-size: 30px;
  margin: 30px 5px 0;
}
.p-popular__enSub {
  font-size: 18px;
}
.p-popularMainItem__img {
  position: absolute;
  left: -40px;
  bottom: -40px;
}
.p-popularMainItem__img--beardIcon {
  left: -30px;
  bottom: 25px;
}
.p-popularMainItem__titleImg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 354px;
}
.p-popularItem:before,
.p-popularItem:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 19px;
}
.p-popularItem:before {
  background: url(../images/frame-parts01.png) no-repeat center top;
  background-size: 100% auto;
  top: -18px;
}
.p-popularItem:after {
  background: url(../images/frame-parts02.png) no-repeat center top;
  background-size: 100% auto;
  bottom: -18px;
}
@media screen and (max-width: 767px){
  .p-popular {
    padding: 14vw 0 21vw 0;
    margin: -26.67vw 0 0 0;
  }
  .p-popularMain {
    display: block;
    margin: 0 5vw;
  }
  .p-popularItem {
    width: 80vw;
    margin: 40.3333vw auto 0;
    padding: 2vw 0 2vw 0;
  }
  .p-popularMainItem__titleImg img {
    width: 29.4vw;
  }
  .p-popularItem__title {
    font-size: 6.47vw;
  }
  .p-popularItemPricePrice {
    max-width: 50.67vw;
    margin-top: 7.2vw;
  }
  .p-popularItemPriceCourse {
    margin: 0 0 4vw;
  }
  .p-popularItemPriceCourse span {
    font-size: 3.133333333vw;
    line-height: 1.2;
    width: 26vw;
    padding: 0.34vw 0 0.64vw;
  }
  .p-popularPrice {
    margin: 0 0 3.6vw 0;
  }
  .p-popular__tag {
    font-size: 3.133333333vw;
    padding-top: 2vw;
  }
  .p-popular__num {
    font-size: 9.133333333vw;
  }
  .p-popular__numSub {
    font-size: 5.133333333vw;
  }
  .p-popularMainItem__img img {
    width: 32vw;
  }
  .p-popular__en {
    font-size: 4.27vw;
    margin: 2.13vw 1.33vw 0;
  }
  .p-popular__numSub {
    font-size: 7.47vw;
  }
  .p-popular__enSub {
    font-size: 4.27vw;
  }
  .p-popularMainItem__img {
    left: -4.8vw;
    bottom: -5.07vw;
  }
  .p-popularMainItem__img--beardIcon {
    bottom: 3.07vw;
  }
  .p-popularMainItem__titleImg {
    top: -32vw;
    bottom: 0;
  }
  .p-popularItem:before {
    top: -2.6vw;
  }
  .p-popular__btn {
    max-width: 80vw;
    margin: 14vw auto 0;
  }
}


.p-about {
  margin: -100px 0 0 0;
  background-image: url("../images/img-bg1.jpg") ;
  background-position: center left;
  padding: 100px 0;
  transition: all 0.1s ease-out;
/*
  height: 700px;
*/
  position: relative;
  z-index: 10;
  overflow: hidden;
  animation: scroll-anim 350s linear infinite;
}
.p-about .c-sectionHead__title {
  margin-bottom: calc(2px + (32 - 2) * ((100vw - 320px) / (767 - 320)));
}
.p-about .c-sectionHead__title .is-en {
  font-size: calc(28px + (62 - 28) * ((100vw - 320px) / (767 - 320)));
  font-style: normal !important;
  transform: initial;
  margin-bottom: calc(2px + (32 - 2) * ((100vw - 320px) / (767 - 320)));
}
.p-about .c-sectionHead__subTitle {
  font-size: calc(11px + (26 - 11) * ((100vw - 320px) / (767 - 320)));
  font-style: normal;
}
.p-about .c-sectionHead__subTitle:before {
  content: none;
}
@media screen and (min-width:768px) {
  .p-about .c-sectionHead__title {
    margin-bottom: 22px;
  }
  .p-about .c-sectionHead__title .is-en {
    font-size: 42px;
    margin-bottom: 0;
  }
  .p-about .c-sectionHead__subTitle {
    font-size: 16px;
  }
}

@keyframes scroll-anim {
  100% {
    background-position: -19200px 0;
  }
}


.font-oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-deg, 0deg);
      -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
      -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
      transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
}
.font-midashi {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.txt-blue {
	color: #00aafa;
}
.line-ani {
  position: relative;
}
.line-ani:after {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 0;
  content: "";
  transition: all 2s ease;
  border-bottom: 6px solid #00aafa;
}
.line-ani-after:after {
  left: 0;
  width: 100%;
}
.full-bnr {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
.full-bnr-txt.font-midashi {
  text-align: left;
}
.full-bnr img{
max-width: 100%;
}
.block-tlt span.site-name {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.block-tlt span.site-name:before {
  position: absolute;
  top: -13px;
  left: -33px;
  width: 25px;
  height: 50px;
  content: "";
  background: url(../img/top/open.png) no-repeat;
  background-size: contain;
}
.block-tlt span.site-name:after {
  position: absolute;
  top: -13px;
  right: -33px;
  width: 25px;
  height: 50px;
  content: "";
  background: url(../img/top/close.png) no-repeat;
  background-size: contain;
}
/*map block*/
.full-bnr {
  height: 720px;
  background-size: 84%;
}
.full-bnr .c-sectionHead {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.full-bnr .img {
  position: relative;
  width: 894px;
  padding-top: 40px;
  margin: 0 auto;
}
.full-bnr .men-prize-tlt {
  position: absolute;
  top: 75px;
  left: 34%;
  text-align: center;
  color: #fff;
}
.full-bnr .men-prize-tlt .font-oswald {
  display: block;
  margin-bottom: 22px;
  transform: none;
}
.full-bnr .full-bnr-txt {
  position: absolute;
  top: 39.5%;
  left: 10px;
  color: #fff;
}
.full-bnr .full-bnr-txt h3 {
  margin-bottom: 50px;
}
.full-bnr .full-bnr-txt p.number {
  position: absolute;
  top: -89px;
  left: 400px;
  width: 200px;
}
.full-bnr .full-bnr-txt p.number span.odometer {
  font-family: "Oswald", sans-serif;
  font-size: 174px;
}
.full-bnr .full-bnr-txt p.case-number {
  position: absolute;
  bottom: -103px;
  left: 63px;
}
.full-bnr .full-bnr-txt p.notic-txt {
  position: absolute;
  bottom: -170px;
  left: 127px;
  font-size: 14px;
  font-weight: normal;
}
.full-bnr .full-bnr-txt p.case-number span.year {
  display: inline;
  font-size: 28px;
  color: #000;
}
.full-bnr .full-bnr-txt p.case-number span.odometer {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: normal;
  vertical-align: baseline;
  color: #ff0;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit,
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  vertical-align: baseline;
}
.full-bnr .full-bnr-txt h4 {
  margin-left: 33px;
  letter-spacing: .7px;
}
.full-bnr .full-bnr-txt span.site-name:before {
  top: -26px;
  left: -26px;
  width: 19px;
  height: 48px;
  background: url(../images/open-white.png) no-repeat;
  background-size: contain;
}
.full-bnr .full-bnr-txt span.site-name:after {
  top: -26px;
  right: -26px;
  width: 19px;
  height: 48px;
  background: url(../images/close-white.png) no-repeat;
  background-size: contain;
}
.full-bnr .full-bnr-txt .line-ani {
  display: inline-block;
  padding-right: 22px;
  margin-bottom: 35px;
}
.full-bnr .full-bnr-txt .line-ani:after {
  bottom: -16px;
  border-bottom: 4px solid #00aafa;
}
.full-bnr .full-bnr-txt h3 span:last-child {
  display: block;
}
.full-bnr img img {
  width: 100%;
}
.font-m-40 {
  font-size: 40px;
}
.font-m-22 {
  font-size: 22px;
}
.pin {
  position: absolute;
  width: 3.4%;
  max-width: 30px;
  opacity: 0;
}
.pin01 {
  right: 10%;
  bottom: 41.4%;
  animation-duration: 4s !important;
}
.pin02 {
  right: 11.4%;
  bottom: 36.5%;
  animation-duration: 3s !important;
}
.pin03 {
  right: 9.4%;
  bottom: 29.4%;
  animation-duration: 2s !important;
}
.pin04 {
  right: 10%;
  bottom: 25%;
  animation-duration: 2s !important;
}
.pin05 {
  right: 12.7%;
  bottom: 22.5%;
  animation-duration: 4s !important;
}
.pin06 {
  right: 10.5%;
  bottom: 22%;
  animation-duration: 3s !important;
}
.pin07 {
  right: 14.5%;
  bottom: 20%;
  animation-duration: 2.5s !important;
}
.pin08 {
  right: 15%;
  bottom: 27%;
  animation-duration: 2.8s !important;
}
.pin09 {
  right: 21.3%;
  bottom: 24%;
}
.pin10 {
  right: 23.2%;
  bottom: 21%;
}
.pin11 {
  right: 20.6%;
  bottom: 20.5%;
}
.pin12 {
  top: 40.5%;
  right: 8.5%;
  animation-duration: 2.8s !important;
}
.bound {
  animation: bound .4s ease-in-out .4s forwards;
}
@keyframes bound {
  0% {
      transform: translateY(-100%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
  }
  55% {
      transform: translateY(2%);
      opacity: 1;
  }
  70% {
      transform: translateY(3%);
      opacity: 1;
  }
  80% {
      transform: translateY(2%);
      opacity: 1;
  }
  100% {
      transform: translateY(3%);
      opacity: 1;
  }
}
/*end map block*/

@-webkit-keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,5vw,0);transform:translate3d(0,5vw,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,5vw,0);transform:translate3d(0,5vw,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}


@keyframes scroll-anims {
  100% {
    background-position: -3000vw 0;
  }
}
@media screen and (max-width:767px) {
  .p-about {
    margin: -8vw 0 0 0;
    background-image: url("../images/img-bg1.jpg") ;
    background-position: center left;
    background-size: 300vw auto;
    padding: 14vw 0 1vw;
    animation: scroll-anims 300s linear infinite;
  }
  
/*map block*/
.full-bnr {
  height: calc(555px + (1330 - 555) * ((100vw - 320px) / (767 - 320)));
  background-image: url(../images/full-width-bnr-sp.jpg);
  background-size: contain;
}
.full-bnr .container {
  width: 92%;
}
.full-bnr .men-prize-tlt {
  top: 6.8%;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
}
.full-bnr .men-prize-tlt .font-oswald {
  margin-bottom: calc(2px + (32 - 2) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt {
  top: 21%;
  left: 4.5%;
}

.full-bnr .full-bnr-txt h4 {
  margin-left: calc(36px + (86 - 36) * ((100vw - 320px) / (767 - 320)));
  letter-spacing: calc(0px + (.7 - 0) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt span.site-name:before {
  top: calc(-16px + (-43 + 16) * ((100vw - 320px) / (767 - 320)));
  left: calc(-16px + (-40 + 16) * ((100vw - 320px) / (767 - 320)));
  width: calc(12px + (31 - 12) * ((100vw - 320px) / (767 - 320)));
  height: calc(32px + (80 - 32) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt span.site-name:after {
  top: calc(-16px + (-43 + 16) * ((100vw - 320px) / (767 - 320)));
  right: calc(-16px + (-40 + 16) * ((100vw - 320px) / (767 - 320)));
  width: calc(12px + (31 - 12) * ((100vw - 320px) / (767 - 320)));
  height: calc(32px + (80 - 32) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt h3 {
  margin-bottom: calc(204px + (493 - 204) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt .line-ani {
  padding-right: 0;
  margin-bottom: calc(19px + (40 - 19) * ((100vw - 320px) / (767 - 320)));
  letter-spacing: calc(0px + (1.5 - 0) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt p.number {
  top: calc(59px + (146 - 63) * ((100vw - 320px) / (767 - 320)));
  left: calc(29px + (69 - 29) * ((100vw - 320px) / (767 - 320)));
  width: auto;
}
.full-bnr .full-bnr-txt p.number span.odometer {
  font-size: calc(60px + (168 - 70) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt p.case-number {
  bottom: calc(-77px + (-216 + 74) * ((100vw - 375px) / (767 - 375)));
/*
  bottom: -20vw;
*/
  left: calc(100vw / 750 * 112);
  line-height: 1; /*****/
  white-space: nowrap;
}
.full-bnr .full-bnr-txt p.case-number span.odometer {
  font-size: calc(35px + (85 - 35) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt p.notic-txt {
  bottom: -34%; /*****/
  left: 38%;
  font-size: calc(9px + (21 - 9) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt p.case-number span.year {
  /*margin-left: calc(-7px + (-19 + 7) * ((100vw - 320px) / (767 - 320)));*/
  font-size: calc(19px + (42 - 19) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .full-bnr-txt .line-ani:after {
  bottom: calc(-9px + (-22 + 9) * ((100vw - 320px) / (767 - 320)));
  border-bottom: calc(3px + (6 - 3) * ((100vw - 320px) / (767 - 320))) solid #00aafa;
}
.full-bnr .img {
  padding-top: calc((90 - 39) * ((100vw - 320px) / (767 - 320)));
}
.full-bnr .img,
.full-bnr .img img {
  width: 100%;
}
.pin {
  width: 4.2%;
}
.pin01 {
  top: 49.7%;
  left: 76.5%;
  animation-duration: 1.2s !important;
}
.pin02 {
  top: 48.6%;
  left: 73.4%;
  animation-duration: 1.4s !important;
}
.pin03 {
  top: 48.2%;
  left: 70.3%;
  animation-duration: 1.6s !important;
}
.pin04 {
  top: 49.8%;
  left: 67.8%;
  animation-duration: 1.8s !important;
}
.pin05 {
  top: 51%;
  left: 70.8%;
  animation-duration: 2.0s !important;
}
.pin06 {
  top: 50.8%;
    left: 73.8%;
  animation-duration: 2.2s !important;
}
.pin07 {
  top: 50.3%;
  left: 63%;
  animation-duration: 2.4s !important;
}
.pin08 {
  top: 52.3%;
  left: 59.9%;
  animation-duration: 2.6s !important;
}
.pin09 {
  top: 45.4%;
  left: 66%;
  animation-duration: 2.8s !important;
}
.pin10 {
  top: 54.5%;
  left: 17.7%;
  animation-duration: 3.0s !important;
}
.pin11 {
  top: 49.4%;
  left: 34.2%;
  animation-duration: 3.2s !important;
}
.pin12 {
  top: 38.4%;
  left: 74.8%;
}
.pin13 {
  top: 41.4%;
  left: 72.7%;
  animation-duration: 0.6s !important;
}
.pin14 {
  top: 41.5%;
  left: 77.4%;
  animation-duration: 0.8s !important;
}
.pin15 {
  top: 45.5%;
  left: 74.2%;
  animation-duration: 1.0s !important;
}
.pin16 {
  top: 52.2%;
  left: 74.8%;
  animation-duration: 3.4s !important;
}
.pin17 {
  top: 52.8%;
  left: 47.6%;
  animation-duration: 3.6s !important;
}
.pin18 {
  top: 52.9%;
  left: 52.3%;
  animation-duration: 3.8s !important;
}
.pin19 {
  top: 26.6%;
  left: 77.2%;
  animation-duration: 4s !important;
}
/*end map*/
}
@media screen and (min-width:768px) {
  .pin {
    width: 18px;
  }
  .pin01 {
    top: 421px;
    left: 786px;
    animation-duration: 1.2s !important;
  }
  .pin02 {
    top: 412px;
    left: 772px;
    animation-duration: 1.4s !important;
  }
  .pin03 {
    top: 409px;
    left: 757px;
    animation-duration: 1.6s !important;
  }
  .pin04 {
    top: 421px;
    left: 747px;
    animation-duration: 1.8s !important;
  }
  .pin05 {
    top: 431px;
    left: 760px;
    animation-duration: 2.0s !important;
  }
  .pin06 {
    top: 441px;
    left: 779px;
    animation-duration: 2.2s !important;
  }
  .pin07 {
    top: 424px;
    left: 725px;
    animation-duration: 2.4s !important;
  }
  .pin08 {
    top: 441px;
    left: 711px;
    animation-duration: 2.6s !important;
  }
  .pin09 {
    top: 385px;
    left: 738px;
    animation-duration: 2.8s !important;
  }
  .pin10 {
    top: 459px;
    left: 517px;
    animation-duration: 3.0s !important;
  }
  .pin11 {
    top: 417px;
    left: 592px;
    animation-duration: 3.2s !important;
  }
  .pin12 {
    top: 329px;
    left: 779px;
  }
  .pin13 {
    top: 353px;
    left: 770px;
    animation-duration: 0.6s !important;
  }
  .pin14 {
    top: 353px;
    left: 790px;
    animation-duration: 0.8s !important;
  }
  .pin15 {
    top: 386px;
    left: 776px;
    animation-duration: 1.0s !important;
  }
  .pin16 {
    top: 424px;
    left: 664px;
    animation-duration: 3.4s !important;
  }
  .pin17 {
    top: 446px;
    left: 654px;
    animation-duration: 3.6s !important;
  }
  .pin18 {
    top: 447px;
    left: 675px;
    animation-duration: 3.8s !important;
  }
  .pin19 {
    top: 232px;
    left: 789px;
    animation-duration: 4s !important;
  }

  .full-bnr .c-sectionHead {
    margin-top: 40px;
  }
}
/***full-bnr end***/






.p-reason {
  margin: -100px 0 0 0;
  background: url("../images/reason-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 100px 0 223px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.p-reasonFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 83px;
}
.p-reasonItem {
  width: 528px;
}
.p-reasonItemFrame {
  background: #FFF;
  position: relative;
}
.p-reasonItemFrame:before ,
.p-reasonItemFrame:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 19px;
}
.p-reasonItemFrame:before {
  background: url("../images/frame-parts01.png") no-repeat center top;
  background-size: 100% auto;
  top: -18px;
}
.p-reasonItemFrame:after {
  background: url("../images/frame-parts02.png") no-repeat center top;
  background-size: 100% auto;
  bottom: -18px;
}
.p-reasonItem:nth-of-type(n + 3) .p-reasonItemFrame:before {
  background: url("../images/frame-parts03.png") no-repeat center top;
  background-size: 100% auto;
  top: -18px;
}
.p-reasonItem:nth-of-type(n + 3) .p-reasonItemFrame:after {
  background: url("../images/frame-parts04.png") no-repeat center top;
  background-size: 100% auto;
  bottom: -18px;
}
.p-reasonItem:nth-of-type(n + 3) {
  margin-top: 90px;
}
.p-reasonItem:nth-of-type(2) {
  -webkit-transform: translate(-43px, 0);
  transform: translate(-43px, 0);
}
.p-reasonItem:nth-of-type(3) {
  -webkit-transform: translate(77px, 0);
  transform: translate(77px, 0);
}
.p-reasonItem:nth-of-type(4) {
  -webkit-transform: translate(33px, 0);
  transform: translate(33px, 0);
}
.p-reasonItem__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-reasonItem:nth-of-type(n + 3) .p-reasonItem__num {
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
.p-reasonItem__num span {
  width: 100px;
  height: 100px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  border-radius: 50%;
  border: #FFF 5px solid;
  background: #16aafa;
  padding: 0 14px 4px 0;
  font-style: italic;
}
.p-reasonItemInner {
  padding: 17px 30px 11px;
}
.p-reasonItem__title {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}
.p-reasonItemFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-reasonItemTxtWrap {
  width: 230px;
  text-align: left;
}
.p-reasonItem__txt {
  font-size: 14px;
  line-height: 2;
}
.p-reasonItem__txt strong {
  font-weight: bold;
  color: #16aafa;
}
.p-reasonItem__img {
  width: 204px;
  text-align: right;
}

@media screen and (max-width: 767px){
  .p-reason {
    margin: -8vw 0 0 0;
    background: url("../images/reason-bg-sp2.jpg") no-repeat center top;
    background-size: cover;
    padding: 14vw 0 16vw;
  }

  .p-reasonFrame {
    display : block;
    margin-top: 10vw;
  }
  .p-reasonItem {
    width: 75vw;
    margin-left: 9.733333333vw;
  }
  .p-reasonItemFrame:before ,
  .p-reasonItemFrame:after {
    width: 100%;
    height: 2.666666667vw;
  }
  .p-reasonItemFrame:before {
    background: url("../images/frame-parts01.png") no-repeat center top;
    background-size: 100% 100%;
    top: -2.466666667vw;
  }
  .p-reasonItemFrame:after {
    background: url("../images/frame-parts02.png") no-repeat center top;
    background-size: 100% 100%;
    bottom: -2.466666667vw;
  }
  .p-reasonItem:nth-of-type(n + 3) .p-reasonItemFrame:before {
    background: url("../images/frame-parts03.png") no-repeat center top;
    background-size: 100% 100%;
    top: -2.466666667vw;
  }
  .p-reasonItem:nth-of-type(n + 3) .p-reasonItemFrame:after {
    background: url("../images/frame-parts04.png") no-repeat center top;
    background-size: 100% 100%;
    bottom: -2.466666667vw;
  }
  .p-reasonItem:nth-of-type(n + 3) {
    margin-top: 90px;
  }
  .p-reasonItem:nth-of-type(2) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 11vw;
    margin-left: auto;
    margin-right: 2.666666667vw;
  }
  .p-reasonItem:nth-of-type(3) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 7vw;
  }
  .p-reasonItem:nth-of-type(4) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 14vw;
    margin-left: auto;
    margin-right: 2.666666667vw;
  }
  .p-reasonItem__num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-reasonItem:nth-of-type(n + 3) .p-reasonItem__num {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  .p-reasonItem__num span {
    width: 13.33333333vw;
    height: 13.33333333vw;
    font-size: 8vw;
    border: #FFF 0.666666667vw solid;
    padding: 0 1.9vw 0.4vw 0;
  }
  .p-reasonItemInner {
    padding: 3vw 4vw 3vw;
  }
  .p-reasonItem__title {
    font-size: 4.4vw;
    line-height: 1.2;
    margin-bottom: 3.4vw;
  }
  .p-reasonItemFrame {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .p-reasonItemTxtWrap {
    width: 60%;
  }
  .p-reasonItem__txt {
    font-size: 2.8vw;
    line-height: 1.7;
  }
  .p-reasonItem__txt strong {
    font-weight: bold;
    color: #16aafa;
  }
  .p-reasonItem__img {
    width: 38%;
    text-align: right;
  }

  
/*  .p-reason {
    background: url(../images/reason-bg-sp.jpg) no-repeat center top #101010;
    background-size: 100% auto;
    padding: 32vw 0 118px 0;
    margin: -26.67vw 0 0 0;
  }
  .p-reasonFrame {
    display: block;
  }
  .p-reasonItem {
    width: 100%;
  }
  .p-reasonItemInner {
     padding: 4.53vw 5.33vw 2.93vw;
  }
  .p-reasonItem__title {
    font-size: 4.8vw;
  }
  .p-reasonItemFrame {
    display: block;
  }
  .p-reasonItemTxtWrap {
    width: 100%;
  }
  .p-reasonItem__txt {
    font-size: 4vw;
    line-height: 1.7;
  }
  .p-reasonItem__num span {
    width: 18.67vw;
    height: 18.67vw;
    font-size: 9.87vw;
    padding: 0 1.87vw 1.07vw 0;
  }
  .p-reasonItem__num {
    left: 4vw;
  }
  .p-reasonItem__img {
    margin: 5.33vw auto 0;
  }
  .p-reasonItem:nth-of-type(2),
  .p-reasonItem:nth-of-type(3),
  .p-reasonItem:nth-of-type(4) {
    transform: none;
    margin: 21.33vw 0 0;
  }
  .p-reasonItem:before {
    top:-2.67vw;
  }
  .p-reasonItem:nth-of-type(n + 3):before {
    top:-2.67vw;
  }*/
}


.p-set {
  margin: -100px 0 0 0;
  background: url("../images/faq-bk.jpg") center top;
  padding: 100px 0 160px;
  position: relative;
  z-index: 11;
  transition: all 0.1s ease-out;
  overflow: hidden;
  animation: scroll-anim2 200s linear infinite;
}

@keyframes scroll-anim2 {
  100% {
    background-position: -3640px 0;
  }
}
.p-setMain {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  margin-top: 84px;
}
.p-setMainItem {
  width: 30%;
  margin-left: 5%;
  background: #FFF;
  box-sizing: border-box;
  padding: 16px 0 18px 0;
  position: relative;
}
.p-setMainItem:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 20px;
  background: url("../images/frame-parts01.png") no-repeat center bottom;
  background-size: 100% auto;
  top: -20px;
}
.p-setMainItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-setMainItem__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 11px;
}
.p-setMainItem__img {
  margin-bottom: 14px;
}
.p-setMainItemPrice {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px;
}
.p-setMainItemPriceFrame {
  width: 100%;
  border-bottom: #dcdcdc 1px solid;
  padding: 0 0 20px 0;
}
.p-setMainItemPriceBox {
  background: #f4f2f2;
  border-radius: 5px;
  height: 150px;
  margin-bottom: 27px;
  box-sizing: border-box;
  border: #f4f2f2 3px solid;
  position: relative;
}
.p-setMainItemPriceBox:before ,
.p-setMainItemPriceBox:after {
  position: absolute;
  bottom: -27px;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 0;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 9px solid transparent;
}
.p-setMainItemPriceBox:before {
  bottom: -22px;
  border-top: 18px solid #f4f2f2;
  z-index: 10;
}
.p-setMainItemPriceBox:after {
  border-top: 18px solid #f4f2f2;
  z-index: 5;
}
.p-setMainItemPriceCourse {
  margin-bottom: 15px;
}
.p-setMainItemPriceCourse span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  width: 100px;
  padding: 2px 0 4px;
}
.p-setMainItemPriceTag {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #16aafa;
  margin-bottom: 12px;
}
.p-setMainItemPriceSupport {
  margin-top: 9px;
}
.p-setMainItemPriceSupport span {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  background: #ffff00;
  padding: 3px 5px;
}
.p-setMainItemPrice__txt {
  font-size: 11px;
  line-height: 1.36;
  font-weight: 500;
  margin-top: 10px;
}
.p-setMainItemPrice__txt strong {
  color: #16aafa;
}
.p-setMainItemPrice__caution {
  font-size: 11px;
  line-height: 1.36;
  font-weight: 500;
  margin-top: 10px;
}
.p-setMainItemPrice__txt + .p-setMainItemPrice__caution {
  margin-top: 5px;
}

.p-setMainItemPrice__pay {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
}
.p-setMainItemPrice__pay span {
  display: inline-block;
  position: relative;
  padding: 0 7px;
}
.p-setMainItemPrice__pay span:before ,
.p-setMainItemPrice__pay span:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}
.p-setMainItemPrice__pay span:before {
  left: -10px;
}
.p-setMainItemPrice__pay span:after {
  right: -10px;
}
.p-setMainItemTxtWrap {
  margin-top: 10px;
}
.p-setMainItem__txt {
  font-size: 13px;
  line-height: 1.58;
  font-weight: 500;
}
.p-setMainItem__caution {
  font-size: 11px;
  line-height: 1.36;
  font-weight: 500;
}
.p-setMainItem__caution + .p-setMainItem__caution {
  margin-top: 6px;
}

.p-setMainItem.is-01 .p-setMainItemPriceFrame {
  width: 166px;
}
.p-setMainItem.is-01 .p-setMainItemPriceFrame.is-01 .p-setMainItemPriceBox {
  padding: 38px 0 0 0;
}
.p-setMainItem.is-01 .p-setMainItemPriceFrame.is-02 .p-setMainItemPriceBox {
  padding: 10px 0 0 0;
}
.p-setMainItem.is-01 .p-setMainItemPriceFrame.is-02 .p-setMainItemPriceBox {
  border-color: #a5ddfb;
}
.p-setMainItem.is-01 .p-setMainItemPriceFrame.is-02 .p-setMainItemPriceBox:after {
  border-top: 18px solid #a5ddfb;
}
.p-setMainItem.is-02 .p-setMainItemPriceBox {
  padding: 22px 0 0 0;
}
.p-setMainItem.is-03 .p-setMainItemPriceBox {
  padding: 14px 0 0 0;
}
.p-setMainItem.is-02 .p-setMainItemPriceBox2 .c-price__num,
.p-setMainItem.is-03 .p-setMainItemPriceBox2 .c-price__num {
  font-size: 40px;
}
.p-setMainItem.is-02 .p-setMainItemPriceBox2 .c-price__tag,
.p-setMainItem.is-03 .p-setMainItemPriceBox2 .c-price__tag {
  padding: 7px 0 0 0;
}

.p-set__btn {
  max-width: 400px;
  margin: 65px auto 70px;
}

.p-setOther {
  background: #FFF;
  padding: 53px 0 47px 0;
  position: relative;
}
.p-setOther:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 59px;
  background: url("../images/price-parts.png") no-repeat center bottom;
  background-size: 100% auto;
  bottom: -58px;
}
.p-setOtherFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-setOther__txtWrap {
  width: 600px;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-setOther__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}
.p-setOther__txt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  font-style: italic;
}
.p-setOther__btn {
  width: 400px;
  margin-right: 155px;
  padding: 6px 0 0 0;
}
.p-setOther__btn .c-btn01 {
  position: relative;
}
.p-setOther__btn .c-btn01:before {
  background: url("../images/icon-chevron-down.png") no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  width: 21px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
}
.p-setOther__btn .c-btn01.is-open:before {
  -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@keyframes scroll-anim2s {
  100% {
    background-position: -600vw 0;
  }
}

@media screen and (max-width:767px){
  .p-set {
    margin: -8vw 0 0 0;
    background: url("../images/faq-bk.jpg") center top;
    background-size: 60vw auto;
    padding: 11.066vw 0 16.26666667vw;
    clip-path: polygon( 0 calc(0 - 8vw), 100% 0, 100% 100%, 0 100%) !important;
    animation: scroll-anim2s 150s linear infinite;
  }

  .p-setMain {
    display : block;
    width: 80vw;
    margin: 8.66vw auto 0;
  }
  .p-setMainItem {
    width: 100%;
    margin-left: 0;
    padding: 4.133vw 0 5.6vw 0;
  }
  .p-setMainItem:before {
    height: 2.666vw;
    background: url("../images/frame-parts01.png") no-repeat center bottom;
    background-size: 100% 100%;
    top: -2.466vw;
  }
  .p-setMainItem + .p-setMainItem {
    margin-top: 7.6vw;
  }
  .p-setMainItem__title {
    font-size: 6.13vw;
    line-height: 1.3;
    margin-bottom: 2.933vw;
  }
  .p-setMainItem__img {
    margin: 0 auto 2.133vw;
    width: 90%;
  }
  .p-setMainItemPrice {
    padding: 0 1.866vw;;
  }
  .p-setMainItemPriceFrame {
    border-bottom: #dcdcdc 1px solid;
    padding: 0 0 3.6vw 0;
  }
  .p-setMainItemPriceBox {
    border-radius: 0.66vw;
    height: 34.133vw;
    margin-bottom: 5.466vw;
    border: #f4f2f2 0.4vw solid;
  }
  .p-setMainItemPriceBox:before ,
  .p-setMainItemPriceBox:after {
    bottom: -6.466vw;
    width: 2vw;
    height: 2vw;
    border: 2vw solid transparent;
  }
  .p-setMainItemPriceBox:before {
    bottom: -5.166vw;
    border-top: 4vw solid #f4f2f2;
  }
  .p-setMainItemPriceBox:after {
    border-top: 4vw solid #f4f2f2;
  }
  .p-setMainItemPriceCourse {
    margin-bottom: 2.666666667vw;
  }
  .p-setMainItemPriceCourse span {
    font-size: 2.766666667vw;
    line-height: 1.2;
    width: 26vw;
    padding: 0.666666667vw 0 0.966666667vw;
  }
  .p-setMainItemPriceTag {
    font-size: 3.166666667vw;
    margin-bottom: 2.366666667vw;
  }
  .p-setMainItemPriceSupport {
    margin-top: 1.6vw;
  }
  .p-setMainItemPriceSupport span {
    font-size: 3.266666667vw;
    line-height: 1.2;
    padding: 0.666666667vw 1.066666667vw;
  }
  .p-setMainItemPrice__txt {
    font-size: 2.8vw;
    margin-top: 1.933vw;
  }
  .p-setMainItemPrice__caution {
    font-size: 2.5vw;
    margin-top: 1.933vw;
  }
  .p-setMainItemPrice__txt + .p-setMainItemPrice__caution {
    margin-top: 1.066666667vw;
  }

  .p-setMainItemPrice__pay {
    font-size: 2.966666667vw;
    line-height: 1.2;
    margin-top: 1.833333333vw;
  }
  .p-setMainItemPrice__pay span {
    padding: 0 1.2vw;
  }
  .p-setMainItemPrice__pay span:before ,
  .p-setMainItemPrice__pay span:after {
    width: 2.2vw;
  }
  .p-setMainItemPrice__pay span:before {
    left: -2.2vw;
  }
  .p-setMainItemPrice__pay span:after {
    right: -2.2vw;
  }
  .p-setMainItemTxtWrap {
    margin-top: 2.2vw;
  }
  .p-setMainItem__txt {
    font-size: 3.166666667vw;
  }
  .p-setMainItem__caution {
    font-size: 2.66vw;
  }
  .p-setMainItem__caution + .p-setMainItem__caution {
    margin-top: 1.3vw;
  }

  .p-setMainItem.is-01 .p-setMainItemPriceFrame {
    width: 37.23vw;
  }
  .p-setMainItem.is-01 .p-setMainItemPriceFrame.is-01 .p-setMainItemPriceBox {
    padding: 9.4vw 0 0 0;
  }
  .p-setMainItem.is-01 .p-setMainItemPriceFrame.is-02 .p-setMainItemPriceBox {
    padding: 3vw 0 0 0;
  }
  .p-setMainItem.is-01 .p-setMainItemPriceFrame.is-02 .p-setMainItemPriceBox:after {
    border-top: 4vw solid #a5ddfb;
  }
  .p-setMainItem.is-02 .p-setMainItemPriceBox {
    padding: 5.3vw 0 0 0;
  }
  .p-setMainItem.is-03 .p-setMainItemPriceBox {
    padding: 4vw 0 0 0;
  }
  .p-setMainItem.is-02 .p-setMainItemPriceBox2 .c-price__num,
  .p-setMainItem.is-03 .p-setMainItemPriceBox2 .c-price__num {
    font-size: 9.2vw;
  }
  .p-setMainItem.is-02 .p-setMainItemPriceBox2 .c-price__tag,
  .p-setMainItem.is-03 .p-setMainItemPriceBox2 .c-price__tag {
    padding: 1.8vw 0 0 0;
  }

  .p-set__btn {
    width: 80vw;
    max-width: none;
    margin: 7.33vw auto 7.33vw;
  }

  .p-setOther {
    padding: 5.333333333vw 0 5.333333333vw 0;
    width: 80vw;
    margin: 0 auto;
  }
  .p-setOther:before {
    height: 4.133vw;
    background: url("../images/price-parts.png") no-repeat center bottom;
    background-size: 100% 100%;
    bottom: -4.133vw;
  }
  .p-setOtherFrame {
    display : block;
  }
  .p-setOther__txtWrap {
    width: 100%;
    padding: 0 3vw;
    box-sizing: border-box;
  }
  .p-setOther__title {
    font-size: 6.13vw;
    line-height: 1.2;
    margin-bottom: 2.933vw;
  }
  .p-setOther__txt {
    font-size: 3vw;
    line-height: 1.2;
  }
  .p-setOther__btn {
    width: 70vw;
    margin: 4vw auto 0;
    padding: 0 0 0 0;
  }
  .p-setOther__btn .c-btn01:before {
    background: url("../images/icon-chevron-down.png") no-repeat center center;
    background-size: cover;
    width: 3.6vw;
    height: 2.057142857vw;
    right: 4.628571429vw;
  }
}

.p-freeSupport {
  background: #16aafa;
  padding: 120px 0 174px;
  margin: -100px 0 0 0;
  overflow: hidden;
}
.p-freeSupportHead {
  position: relative;
  max-width: 912px;
  margin: 0 auto 38px;
}
.p-freeSupportHead__area {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 22.4%;
}
.p-freeSupportHead__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
}
.p-freeSupportHead__title strong {
  color: #ffff00;
  font-weight: 900;
}
.p-freeSupportHead__title span {
  display: inline-block;
}
.p-freeSupportHead__txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  margin-top: 8px;
}
.p-freeSupportDetail {
  background: #FFF;
  position: relative;
  padding: 19px 10px 20px 59px;
}
.p-freeSupportDetail:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 55px;
  background: url("../images/free-parts.png") no-repeat center bottom;
  background-size: 100% auto;
  bottom: -54px;
}
.p-freeSupportDetailList {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-style: italic;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.p-freeSupportDetailList li {
  position: relative;
  text-align: left;
  padding: 0 0 0 57px;
  box-sizing: border-box;
  width: 275px;
  margin: 18px 0;
}
.p-freeSupportDetailList li:before {
  position: absolute;
  background: url("../images/icon-check.png") no-repeat center center;
  width: 48px;
  height: 37px;
  top: 0;
  left: 0;
  content: '';
}

@media screen and (max-width:767px){
  .p-freeSupport {
    padding: 14vw 0 18vw;
    margin: -8vw 0 0 0;
  }
  .p-freeSupportHead {
    max-width: none;
    width: 80vw;
    margin: 0 auto 7vw
  }
  .p-freeSupportHead__area {
    position: static;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 3vw;
  }
  .p-freeSupportHead__title {
    font-size: 5.5vw;
  }
  .p-freeSupportHead__txt {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 2.5vw;
  }
  .p-freeSupportDetail {
    padding: 5vw 5vw 5vw 5vw;
    box-sizing: border-box;
    width: 90vw;
    margin: 0 auto;
  }
  .p-freeSupportDetail:before {
    height: 4.12vw;
    background: url("../images/free-parts.png") no-repeat center bottom;
    background-size: 100% auto;
    bottom: -4.11vw;
  }
  .p-freeSupportDetailList {
    font-size: 3.5vw;
    line-height: 1.4;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .p-freeSupportDetailList li {
    padding: 0 0 0 6vw;
    width: 48%;
    margin: 2.5vw 0;
  }
  .p-freeSupportDetailList li:before {
    position: absolute;
    background: url("../images/icon-check.png") no-repeat center center;
    background-size: 100% auto;
    width: 5.1vw;
    height: 3.9vw;
    top: 0.7vw;
    left: 0;
    content: '';
  }
}

.p-discount {
  background: #FFF url("../images/mas-back.png") center center;
  padding: 100px 0 70px;
  margin: -100px 0 0 0;
  overflow: hidden;
}
.p-discount .c-sectionHead {
  color: #000;
}
.p-discount .c-sectionHead__subTitle::before {
  background: #000;
}
.p-discountFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  margin-top: 40px;
}
.p-discountItem.is-01 {
  margin: 0 0 0 26px;
  padding: 6px 0 0 0;
}
.p-discountItem.is-02 {
  margin: 0 0 0 34px;
  padding: 24px 0 0 0;
}
.p-discountItem.is-03 {
  margin: 0 0 0 18px;
}

.p-discount .black.ttl_aco,
.p-discount .body_aco {
  font-weight: bold;
}
.p-discount .black.ttl_aco {
  margin-top: 48px;
  cursor: initial;
}
.p-discount .black.ttl_aco > span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #000;
  width: 279px;
  display: block;
  padding: 18px;
  margin: 0 auto;
  border-radius: 8vw;
  position: relative;
  cursor: pointer;
}
.p-discount .black.ttl_aco span span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-77%) rotate(45deg);
  right: 6%;
}
.p-discount .black.ttl_aco.active span span {
  transform: translateY(-27%) rotate(-135deg);
}
.p-discount ul {
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
}
.p-discount ul li {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 32%;
  padding: 13px;
  background: #cfcfcf;
  border-radius: 6px 6px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.p-discount .tabs li.active:nth-child(1) {
  background: #0067b2;
}
.p-discount .tabs li.active:nth-child(2) {
  background: #d89000;
}
.p-discount .tabs li.active:nth-child(3) {
  background: #0d8046;
}
.p-discount .body {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  background: #fff;
  padding: 0 20px 20px;
}
.p-discount .body1 {
  border-top: 6px solid #0067b2;
}
.p-discount .body2 {
  border-top: 6px solid #d89000;
}
.p-discount .body3 {
  border-top: 6px solid #0d8046;
}
.p-discount .body .sec01Txt1 {
  margin-top: 20px;
}
.p-discount .body h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #0067b2;
  padding: 14px 0 15px;
  margin: 45px 0 22px;
}
.p-discount .body2 h2 {
  background: #d89000;
}
.p-discount .body3 h2 {
  background: #0d8046;
}
.p-discount .body3 .off-img {
  text-align: center;
  margin: 20px 0 0;
}
.p-discount .button {
  margin-top: 47px;
}
.p-discount .button a {
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  font-weight: bold;
  text-align: center;
  width: 290px;
  background: #1b2e66;
  border-radius: 59px;
  display: block;
  padding: 0;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px){
  .p-discount {
    padding: 14vw 0 16vw;
    margin: 0;
    background: #FFF url("../images/mas-back.png") center center;
    background-size: 60px;
  }
  .p-discountFrame {
    display : block;
    margin-top: 4vw;
  }
  .p-discountFrame {
    max-width: none;
    width: 100%;
  }
  .p-discountItem.is-01 {
    margin: 0 0 0 11.7vw;
    padding: 0 0 0 0;
    width: 70vw;
  }
  .p-discountItem.is-02 {
    margin: 4vw 0 0 12.8vw;
    padding: 0 0 0 0;
    width: 72vw;
  }
  .p-discountItem.is-03 {
    margin: 0 0 0 12.9vw;
    width: 71.6vw;
  }

  .p-discount .black.ttl_aco {
    margin-top: 9.4666vw;
  }
  .p-discount .black.ttl_aco > span {
    font-size: 3.2vw;
    width: 56.6666vw;
    padding: 3vw;
  }
  .p-discount .black.ttl_aco span span {
    width: 1.4vw;
    height: 1.4vw;
  }
  .p-discount .body_aco {
    margin: 0 5vw;
  }
  .p-discount ul {
    margin-top: 8.4vw;
  }
  .p-discount ul li {
    font-size: 4.2vw;
    padding: 2.65625% 0px;
  }
  .p-discount .body {
    font-size: 3.4666vw;
    padding: 0 2% 4.21875%;
  }
  .p-discount .body .sec01Txt1 {
    margin-top: 4.21875%;
  }
  .p-discount .body h2 {
    font-size: 4vw;
    padding: 1.71875% 0 2.03125%;
    margin: 7.34375% 0 4.375%;
  }
  .p-discount .body3 .off-img {
    margin-top: 6.875%;
  }
  .p-discount .button {
    margin-top: 10vw;
  }
  .p-discount .button a {
    font-size: 4.5333vw;
    width: 68.2666vw;
    border-radius: 8vw;
    padding: 3vw;
  }
}
@media screen and (min-width:768px) {
  .p-discount .c-sectionHead {
    margin-top: 60px;
  }
  .p-discount .body_aco {
    width: 750px;
    margin: 0 auto;
  }
  nav {
    padding: 24px 0 0;
  }
}


.p-faq {
  margin: -100px 0 0 0;
  background: url("../images/faq-bk.jpg") center top;
  padding: 100px 0 160px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  animation: scroll-anim3 200s linear infinite;
}

@keyframes scroll-anim3 {
  100% {
    background-position: 3640px 0;
  }
}
.p-faqFrame {
  margin: 66px auto 0;
  max-width: 994px;
}
.p-faqItem {
  max-width: 818px;
}
.p-faqItem + .p-faqItem {
  margin-top: 36px;
}
.p-faqItem.is-question {
  margin-left: auto;
}
.p-faqItemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-faqItemTxtWrap {
  width: calc(100% - 110px);
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  padding: 23px 24px;
}
.p-faqItemTxtWrap:before {
  position: absolute;
  top: 25px;
  right: -25px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 9px solid transparent;
  border-left: 18px solid #FFF;
}
.p-faqItem__txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}
.p-faqItem__icon {
  width: 70px;
}

.p-faqItem.is-answer .p-faqItemInner {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-faqItem.is-answer .p-faqItemTxtWrap {
  background: #92d5f9;
}
.p-faqItem.is-answer .p-faqItemTxtWrap:before {
  left: -25px;
  right: auto;
  border: 9px solid transparent;
  border-right: 18px solid #92d5f9;
}


@keyframes scroll-anim3s {
  100% {
    background-position: 600vw 0;
  }
}

@media screen and (max-width: 767px){
  .p-faq {
    margin: -8vw 0 0 0;
    background: url("../images/faq-bk.jpg") center top;
    background-size: 60vw auto;
    padding: 14vw 0 16vw;
    animation: scroll-anim3s 150s linear infinite;
  }
  .p-faqFrame {
    margin: 6.933333333vw auto 0;
    width: 88.66666667vw;
  }
  .p-faqItem {
    max-width: none;
  }
  .p-faqItem + .p-faqItem {
    margin-top: 4.8vw;
  }
  .p-faqItemTxtWrap {
    width: calc(100% - 20vw);
    padding: 3.5vw 4vw 3.7vw;
  }
  .p-faqItemTxtWrap:before {
    top: 4.9vw;
    right: -4.4vw;
    width: 2vw;
    height: 2vw;
    border: 2vw solid transparent;
    border-left: 4vw solid #FFF;
  }
  .p-faqItem__txt {
    font-size: 3.6vw;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
  }
  .p-faqItem__icon {
    width: 14vw;
  }

  .p-faqItem.is-answer .p-faqItemTxtWrap:before {
    left: -4.4vw;
    right: auto;
    border: 2vw solid transparent;
    border-right: 4vw solid #92d5f9;
  }
}

.p-space {
  background: #eef0f5;
  padding: 140px 0 80px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.p-space .c-sectionHead__Title {
  color: #000;
  font-size: calc(100vw / var(--viewport) * 48);
}
.p-spaceSliderArea {
  margin: 40px 0 0;
  overflow: hidden;
}
.p-spaceSliderAreaInner {
  width: 1050px;
  margin: 0 auto;
}
.p-spaceSliderArea .slick-list {
  overflow: visible !important;
}
.p-spaceSlider li {
  margin: 0 75px;
}
.p-spaceSlider li img {
  width: 100%;
}
.slide-arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}
@media screen and (max-width: 767px){
  .p-space {
    padding: calc(100vw / var(--viewport) * 120) 0 7.866666667vw;
  }
  .p-spaceSliderArea {
    margin: calc(100vw / var(--viewport) * 80) 0 0;
  }
  .p-spaceSliderAreaInner {
    width: 100%;
    margin: 0 auto;
  }
  .p-spaceSliderArea .slick-list {
    overflow: visible !important;
  }
  .p-spaceSlider li {
    margin: 0 10vw;
  }
  .p-spaceSlider li img {
    width: 100%;
  }
  .slide-arrow {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .prev-arrow {
    left: 2.666666667vw;
  }
  .next-arrow {
    right: 2.666666667vw;
  }
}
@media screen and (min-width:768px) {
  .p-space {
    padding: 70px 0 0;
  }
  .p-space .c-sectionHead__Title {
    font-size: 36px;
  }
  .p-spaceSliderArea img {
    width: 625px;
  }
}

.ttl_aco {
  cursor: pointer;
}
.body_aco {
  display: none;
}
#clinic {
  text-align: center;
  background: url(../images/bg_clinic_sp.png) top 15.0666vw right 14vw no-repeat, #eef0f5;
  background-size: 41.8666vw auto;
  padding: 10.8666vw 0 0;
  line-height: 1.7;
}
#clinic * {
  box-sizing: border-box;
}
#clinic h2 {
  font-size: 4.4vw;
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "YuGothic",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
  line-height: 3;
  background: url(../images/bg_h2_waribiki.png) top center no-repeat;
  background-size: 36vw auto;
  margin-bottom: 10vw;
}
#clinic h2 > span {
  font-size: 7.7333vw;
  line-height: 1;
  letter-spacing: 0.5vw;
  display: inline-block;
  transform: rotate(4.98deg);
  margin-top: 2vw;
}
#clinic h2 .count {
  color: #16aafa;
  font-size: 17.2vw;
  font-weight: 500;
  vertical-align: baseline;
}
#clinic .swiper-button-prev,
#clinic .swiper-button-next {
  width: 10.6666vw;
  height: 10.6666vw;
  margin-top: 0;
  background: none !important;
  transform: translateY(-50%);
}
#clinic .swiper-button-prev {
  left: 5vw;
}
#clinic .swiper-button-next {
  right: 5vw;
}
#clinic .inner {
  width: 84.2666vw;
  padding: 2.6666vw 0 12.1333vw;
  margin: 0 auto;
}
#clinic .title {
  font-size: 3.7333vw;
  display: flex;
  align-items: center;
  margin: 9.0666vw 0 6.6666vw;
}
#clinic .title:before,
#clinic .title:after {
  content: "";
  height: 4px;
  flex-grow: 1;
  background-color: #000;
}
#clinic .title span {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 8.2666vw;
  width: 53.3333vw;
  background: #000;
  border-radius: 4.2vw;
}
#clinic .ttl_aco {
  font-size: 3.2vw;
  background: #16aafa;
  border-radius: 5px;
  line-height: 1;
  padding: 3.87vw;
  margin-bottom: 2.6666vw;
  position: relative;
}
#clinic .ttl_aco .more {
  position: absolute;
  top: 50%;
  right: 2.6vw;
  transform: translateY(-50%);
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#clinic .ttl_aco.active .more:before {
  content: normal;
}
#clinic .ttl_aco .more:before,
#clinic .ttl_aco .more:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#clinic .ttl_aco .more:before {
  width: 2px;
  height: 10px;
}
#clinic .ttl_aco.partners {
  padding: 2.27vw;
}
#clinic .ttl_aco span {
  color: #fff;
  font-size: 2.1333vw;
}
#clinic .body_aco {
  font-size: 3.9531vw;
  text-align: left;
  background: #fff;
  margin-bottom: 2.6666vw;
}
#clinic .body_aco .answer .map,
#clinic .body_aco .answer .address,
#clinic .body_aco .answer .station .fs11 {
  padding: 2.6666vw 2.6666vw 0;
}
#clinic .body_aco .answer .address strong,
#clinic .body_aco .answer .station .fs11 strong {
  color: #20396f;
}
#clinic .body_aco .answer .incho {
  padding: 2.6666vw;
}
#clinic .body_aco .answer .leftBox .map {
  display: none;
}
@media screen and (min-width: 768px){
  #clinic {
    background: url(../images/bg_clinic_pc.png) top 42px center no-repeat, #eef0f5;
    background-size: 429px auto;
    padding: 60px 0 110px;
    overflow: hidden;
  }
  #clinic h2 {
    font-size: 20px;
    line-height: 1;
    background-size: 170px auto;
    padding-top: 22px;
    margin-bottom: 95px;
  }
  #clinic h2 > span {
    font-size: 42px;
  }
  #clinic h2 .count {
    font-size: 90px;
  }
  #clinic .inner {
    width: 1010px;
    padding: 17px 0 0;
  }
  #clinic .swiper-container {
    max-width: 625px;
    overflow: visible !important;
  }
  #clinic .swiper-button-prev,
  #clinic .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #clinic .swiper-button-prev:hover,
  #clinic .swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  #clinic .swiper-button-prev {
    left: 40px;
  }
  #clinic .swiper-button-next {
    right: 40px;
  }
  #clinic .swiper-slide img {
    width: 100%;
  }
  #clinic .title {
    font-size: 17px;
    margin: 17px 0 40px;
  }
  #clinic .title span {
    width: 280px;
    line-height: 49px;
    border-radius: 25px;
  }
  #clinic .accordion {
    width: 326px;
    float: left;
    margin-right: 16px;
  }
  #clinic .accordion:nth-child(3n) {
    margin-right: 0;
  }
  #clinic .accordion ~ .body_aco {
    clear: both;
  }
  #clinic .ttl_aco {
    font-size: 14px;
    padding: 24px;
    margin-bottom: 18px;
  }
  #clinic .ttl_aco.partners {
    padding: 17px 24px;
  }
  #clinic .ttl_aco:hover {
    color: #16aafa;
    background: #000;
    cursor: pointer;
  }
  #clinic .ttl_aco span {
    font-size: 10px;
  }
  #clinic .ttl_aco .more {
    width: 10px;
    height: 10px;
    right: 24px;
  }
  #clinic .ttl_aco:hover .more:before,
  #clinic .ttl_aco:hover .more:after {
    background: #16aafa;
  }
  #clinic .body_aco {
    font-size: 16px;
    padding: 30px;
    position: relative;
  }
  #clinic .body_aco .pc {
    width: 532px;
    float: right;
  }
  #clinic .body_aco .pc img:nth-child(1) {
    margin-bottom: 20px;
  }
  #clinic .body_aco .answer .address {
    padding: 0;
  }
  #clinic .body_aco .answer .station .fs11 {
    padding: 20px 0 0;
  }
  #clinic .body_aco .answer .leftBox {
    width: 395px;
    float: left;
  }
  #clinic .body_aco .answer > .map {
    display: none;
  }
  #clinic .body_aco .answer .leftBox .map {
    display: block;
    width: 300px;
    height: 187px;
    padding: 0;
    margin: 20px 0 0;
  }
  #clinic .body_aco .answer .incho {
    display: none;
  }
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf {
  display: block;
}

.pc_b {
  display: none;
}
.sp, .sp_b {
  display: block;
}
.sp-only{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc_b {
    display: block;
  }
  .sp, .sp_b {
    display: none;
  }
}

.p-setOtherContents {
  display: none;
}
.p-setOther__sup {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
}
.p-setOtherList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 40px;
}
.p-setOtherItem {
  width: 48%;
  box-sizing: border-box;
  padding: 16px 0 18px 0;
  position: relative;
}
.p-setOtherItem__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 21px;
}
.p-setOtherItem__img {
  margin-bottom: 20px;
}
.p-setOtherItemPrice {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px 30px;
  border-bottom: #dcdcdc 1px solid;
}
.p-setOtherItemPriceFrame {
  width: 100%;
}
.p-setOtherItemPriceBox {
  box-sizing: border-box;
  position: relative;
}
.p-setOtherItemPriceCourse {
  margin-bottom: 15px;
}
.p-setOtherItemPriceCourse span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  border: #000 1px solid;
  border-radius: 100px;
  width: 100%;
  max-width: 300px;
  padding: 4px 0 6px;
  margin: 0 auto;
}
.p-setOtherItemPriceSplit {
  
}
.p-setOtherItemPriceSplit .c-price__tag {
  font-size: 16px;
  padding: 5px 0 0 0;
}
.p-setOtherItemPriceSplit .c-price__num {
  font-size: 60px;
}
.p-setOtherItemPriceBulk {
  margin-top: 15px;
}
.p-setOtherItemPriceBulk span {
  color: #00aafa;
  border: #00aafa 1px solid;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 3px;
  padding: 4px 0 6px;
}

.p-setOtherItemPriceTag {
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #16aafa;
  margin-bottom: 12px;
}
.p-setOtherItemPriceSupport {
  margin-top: 16px;
}
.p-setOtherItemPriceSupport span {
  display: block;
  max-width: 300px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  background: #ffff00;
  padding: 6px 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-setOtherItemPrice__txt {
  font-size: 14px;
  line-height: 1.36;
  font-weight: 500;
  margin-top: 10px;
}
.p-setOtherItemPrice__txt strong {
  color: #16aafa;
}
.p-setOtherItemPrice__caution {
  font-size: 11px;
  line-height: 1.36;
  font-weight: 500;
  margin-top: 10px;
}
.p-setOtherItemPrice__txt + .p-setOtherItemPrice__caution {
  margin-top: 5px;
}

.p-setOtherItemPrice__pay {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 16px;
}
.p-setOtherItemTxtWrap {
  margin-top: 22px;
}
.p-setOtherItem__txt {
  font-size: 16px;
  line-height: 1.58;
  font-weight: 500;
}
.p-setOtherItem__caution {
  font-size: 11px;
  line-height: 1.36;
  font-weight: 500;
}
.p-setOtherItem__caution + .p-setOtherItem__caution {
  margin-top: 6px;
}

.p-setOtherItem.is-01 .p-setOtherItemPriceFrame {
  width: 47%;
}
.p-setOtherItem.is-02 .p-setOtherItemPriceFrame {
  width: 47%;
}

.p-setOtherReturn {
  margin-bottom: 0px;
}
.p-setOtherReturn__btn {
  max-width: 400px;
  margin: 0 auto;
}
.p-setOtherReturn__btn span {
  position: relative;
}
.p-setOtherReturn__btn span:before ,
.p-setOtherReturn__btn span:after {
  position: absolute;
  content: '';
  display: block;
  background: #ffff00;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-setOtherReturn__btn span:before {
  width: 16px;
  height: 2px;
  right: 20px;
}
.p-setOtherReturn__btn span:after {
  width: 2px;
  height: 16px;
  right: 27px;
}
.p-setOtherReturn__btn span.is-open:after {
  opacity: 0;
}
.p-setOtherReturnContents {
  padding: 60px 0 0 0;
  display: none;
}
.p-setOtherReturn__subTitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 6px;
}
.p-setOtherReturn__title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-setOtherReturn__txt01 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 44px;
}
.p-setOtherReturn__txt01 strong {
  font-size: 24px;
  font-weight: 400;
}
.p-setOtherReturn__txt02 {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .p-setOtherContents {

  }
  .p-setOther__sup {
    max-width: 90%;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .p-setOtherList {
    max-width: 90%;
    margin: 0 auto;
    padding: 10vw 0 3vw;
  }
  .p-setOtherItem {
    width: 100%;
    padding: 3vw 0 4vw 0;
  }
  .p-setOtherItem:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
  .p-setOtherItem__title {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
  .p-setOtherItem__img {
    margin-bottom: 4vw;
  }
  .p-setOtherItemPrice {
    padding: 0 0px 4vw;
  }
  .p-setOtherItemPriceFrame {
    width: 100%;
  }
  .p-setOtherItemPriceBox {
  }
  .p-setOtherItemPriceCourse {
    margin-bottom: 3vw;
  }
  .p-setOtherItemPriceCourse span {
    font-size: 3vw;
    line-height: 1.2;
    max-width: 40vw;
    padding: 0.8vw 0 1.2vw;
  }
  .p-setOtherItemPriceSplit {

  }
  .p-setOtherItemPriceSplit .c-price__tag {
    font-size: 2.48vw;
    padding: 0.61vw 0 0 0;
  }
  .p-setOtherItemPriceSplit .c-price__num {
    font-size: 9.5vw;
  }
  .p-setOtherItemPriceBulk {
    margin-top: 3vw;
  }
  .p-setOtherItemPriceBulk span {
    max-width: 40vw;
    font-size: 3.2vw;
    border-radius: 0.5vw;
    padding: 0.5vw 0 0.9vw;
  }

  .p-setOtherItemPriceSupport {
    margin-top: 2vw;
  }
  .p-setOtherItemPriceSupport span {
    max-width: 40vw;
    font-size: 3.2vw;
    line-height: 1.2;
    padding: 1.1vw 0.5vw;
  }
  .p-setOtherItemPrice__txt {
    font-size: 3.4vw;
    line-height: 1.36;
    margin-top: 2vw;
  }
  .p-setOtherItemPrice__caution {
    font-size: 2.66vw;
    margin-top: 1.3vw;
  }
  .p-setOtherItemPrice__txt + .p-setOtherItemPrice__caution {
    margin-top: 2.3vw;
  }

  .p-setOtherItemPrice__pay {
    font-size: 3.5vw;
    line-height: 1.2;
    margin-top: 2vw;
  }
  .p-setOtherItemTxtWrap {
    margin-top: 4vw;
  }
  .p-setOtherItem__txt {
    font-size: 3.2vw;
  }
  .p-setOtherItem__caution {
    font-size: 2.66vw;
  }
  .p-setOtherItem__caution + .p-setOtherItem__caution {
    margin-top: 1.3vw;
  }

  .p-setOtherItem.is-01 .p-setOtherItemPriceFrame {
    width: 48%;
  }
  .p-setOtherItem.is-02 .p-setOtherItemPriceFrame {
    width: 48%;
  }

  .p-setOtherReturn {
    margin-bottom: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
  .p-setOtherReturn__btn {
    max-width: none;
    width: 70vw;
    margin: 0 auto;
  }
  .p-setOtherReturn__btn span:before {
    width: 3vw;
    height: 0.3vw;
    right: 5vw;
  }
  .p-setOtherReturn__btn span:after {
    width: 0.3vw;
    height: 3vw;
    right: 6.3vw;
  }
  .p-setOtherReturnContents {
    padding: 9vw 0 0 0;
  }
  .p-setOtherReturn__subTitle {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
  .p-setOtherReturn__title {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  .p-setOtherReturn__txt01 {
    font-size: 3.7vw;
    line-height: 1.7;
    margin-bottom: 6vw;
  }
  .p-setOtherReturn__txt01 strong {
    font-size: 4.5vw;
  }
  .p-setOtherReturn__txt02 {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-top: 6vw;
  } 
}

.js-fadeR ,
.js-fadeL {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fadeL {
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}
.js-fadeL.is-move {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.js-fadeR {
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
.js-fadeR.is-move {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}



.u-tc--red {
  color: #ff0000;
}

.u-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.u-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.full-bnr-txt .shorei_period {
  font-size: calc(100vw / var(--viewport) * 22);
  text-align: right;
  position: absolute;
  left: 38%;
  bottom: -37%;
}

.p-popularMain {
  margin-top: 30vw;
  position: relative;
}
.p-popularMain:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100vw / var(--viewport) * 43);
  position: absolute;
  left: 0;
  z-index: 1;
  background: url(../images/frame-parts01.png) no-repeat center bottom;
  background-size: 100% 100%;
  top: calc(100vw / var(--viewport) * -41);
}
.p-popularMain .inner {
  background: #fff;
  padding: 7.6vw 1.866vw 5vw;
}
.p-popularMain .inner .title .midashi {
  font-size: 4.8vw;
  font-weight: 900;
  font-style: italic;
  line-height: 1.3;
  display: table;
  padding-bottom: 0.4em;
  margin: 0 auto 4vw;
  border-bottom: 4px solid #fffe03;
}
.p-popularMain .inner .title .midashi span {
  color: #16aafa;
}
.p-popularMain .inner .title .offBox {
  margin-bottom: 8vw;
}
.p-popularMain .inner .title .offBox .flex {
  color: var(--font_blue);
  font-weight: bold;
  font-style: italic;
  justify-content: center;
  align-items: flex-end;
}
.p-popularMain .inner .title .offBox .flex .rl {
  font-size: calc(100vw / var(--viewport) * 30);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0px 1vw 0px;
}
.p-popularMain .inner .title .offBox .flex .price {
  font-size: calc(100vw / var(--viewport) * 83);
  font-weight: normal;
}
.p-popularMain .inner .title .offBox .flex .yen {
  font-size: calc(100vw / var(--viewport) * 60);
}
.p-popularMain .inner .title .offBox .flex .off {
  font-size: calc(100vw / var(--viewport) * 83);
  font-weight: normal;
}
.p-popularMain .inner .box {
  background: #F4F2F2;
  padding: 4vw;
  border-radius: 0.66vw;
}
.p-popularMain .inner .box .title {
  font-size: 6.13vw;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8vw;
}
.p-popularMain .inner .box .flex {
  align-items: center;
}
.p-popularMain .inner .box .flex > img {
  width: 24vw;
}
.p-popularMain .inner .box .flex .priceBox {
  background: #fff;
  padding: 6vw 2vw 2vw;
  border-radius: 0.66vw;
  position: relative;
  width: 50.67vw;
  box-sizing: border-box;
}
.p-popularMain .inner .box .flex .priceBox .p-popular__num {
  color: #f00;
}
.p-popularMain .inner .box .flex .priceBox .p-popular__en {
  color: #f00;
  position: relative;
}
.p-popularMain .inner .box .flex .priceBox .p-popular__en:before {
  content: "税込";
  color: #000;
  font-size: calc(100vw / var(--viewport) * 10);
  text-align: center;
  position: absolute;
  top: calc(100vw / var(--viewport) * -15);
  left: 0;
  left: 0;
  margin: 0 auto;
  white-space: nowrap;
}
.offBanner {
  color: #fff;
  font-weight: bold;
  width: calc(100vw / var(--viewport) * 235);
  height: calc(100vw / var(--viewport) * 70);
  background: url(../images/bg_offBanner.png) center center no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
}
.offBanner p {
  font-style: italic;
}
.offBanner .total {
  font-size: calc(100vw / var(--viewport) * 20);
}
.offBanner .price {
  font-size: calc(100vw / var(--viewport) * 30);
}
.offBanner .yen {
  font-size: calc(100vw / var(--viewport) * 20);
}
.offBanner .off {
  font-size: calc(100vw / var(--viewport) * 30);
}
.p-popularMain .inner .box .flex .priceBox .offBanner {
  top: calc(100vw / var(--viewport) * -36);
  right: calc(100vw / var(--viewport) * 13);
}
.p-popularMain .inner .caption {
  font-size: calc(100vw / var(--viewport) * 22);
  text-align: left;
  line-height: 1.2;
  margin-top: calc(100vw / var(--viewport) * 20);
}

.p-popularMain .ttl_aco {
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  background: #000;
  padding: 5.3333vw;
  position: relative;
}
.p-popularMain .ttl_aco span {
  position: absolute;
  top: 50%;
  right: 5.3333vw;
  transform: translateY(-50%);
  background: var(--font_blue);
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.p-popularMain .ttl_aco span:before,
.p-popularMain .ttl_aco span:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-popularMain .ttl_aco span:before {
  width: 2px;
  height: 10px;
}
.p-popularMain .ttl_aco.active span:before {
  content: normal;
}
.p-popularMain .body_aco .inner {
  background: #F4F2F2;
  padding: 5vw 0 5vw;
}
.p-popularMain .body_aco .inner .pc_flex {
  width: 80vw;
  margin: 0 auto;
}
.p-popularMain .body_aco .inner .pc_flex li {
  background: #fff;
  padding: 7.6vw 1.866vw 5vw;
  margin-top: 7.6vw;
  position: relative;
}
.p-popularMain .body_aco .inner .pc_flex li:before {
  content: '';
  display: block;
  width: 100%;
  height: 2.666vw;
  position: absolute;
  left: 0;
  z-index: 1;
  background: url(../images/frame-parts01.png) no-repeat center bottom;
  background-size: 100% 100%;
  top: -2.466vw;
}
.p-popularMain .body_aco .inner .pc_flex li .p-setMainItem__title {
  margin-bottom: 2.933vw;
}
.p-popularMain .body_aco .inner .pc_flex li .grayBox {
  background: #F4F2F2;
  padding: 4vw 2vw;
  margin: 5vw 0 4vw;
  border-radius: 0.66vw;
}
.p-popularMain .body_aco .inner .pc_flex li .grayBox .c-price__num {
  color: #f00;
}
.p-popularMain .body_aco .inner .pc_flex li .grayBox .p-setOtherItemPrice__txt {
  font-size: calc(100vw / var(--viewport) * 20);
  margin-top: 3vw;
}
.p-popularMain .body_aco .inner > .caption {
  width: 80vw;
  margin: calc(100vw / var(--viewport) * 20) auto 0;
}
.p-popularMain .body_aco .inner .p-popular__btn {
  width: 56.6666vw;
  position: relative;
}
.p-popularMain .body_aco .inner .p-popular__btn a:after {
    content: "";
    display: inline-block;
    width: calc(100vw / var(--viewport) * 11);
    height: calc(100vw / var(--viewport) * 11);
    border-top: calc(100vw / var(--viewport) * 5) solid #fff;
    border-right: calc(100vw / var(--viewport) * 5) solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: calc(100vw / var(--viewport) * 26);
}
.p-popularMain .body_aco .inner .pc_flex li .offBanner {
  top: calc(100vw / var(--viewport) * -36);
  right: calc(100vw / var(--viewport) * -10);
}

.p-popularMain .p-popularMainItem__titleImg01,
.p-popularMain .p-popularMainItem__titleImg02 {
  position: absolute;
  top: -32vw;
}
.p-popularMain .p-popularMainItem__titleImg01 {
  left: 3vw;
}
.p-popularMain .p-popularMainItem__titleImg02 {
  right: 3vw;
}
.p-popularMain .p-popularMainItem__titleImg01 img,
.p-popularMain .p-popularMainItem__titleImg02 img {
  width: 29.4vw;
}

.p-popularMain.main2 {
  margin-top: 8vw;
}
.p-popularMain.main2:before {
  content: none;
}
.p-popularMain.main2 .planName {
  font-size: 4.8vw;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 4vw;
}
.p-popularMain.main2 .inner .title .midashi {
  color: #3BAAF4;
  font-size: 7.47vw;
  margin-bottom: 8vw;
}
.p-popularMain.main2 .inner .title .midashi:before {
  content: none;
}
.p-popularMain.main2 .inner .box .title {
  font-size: 5.33vw;
  margin-bottom: 5.33vw;
}
.p-popularMain.main2 .inner .box .flex .priceBox .p-popularPrice {
  justify-content: center;
}
.p-popularMain.main2 .body_aco .inner {
  background: #fff;
}
.p-popularMain.main2 .body_aco .inner .p-setOtherItem {
  width: 90%;
  margin: 0 auto;
}

.p-set .p-popularMain {
  margin-top: 10vw;
}
.p-set .p-popularMain .inner {
  padding-top: 5vw;
}
.p-set .p-popularMain .inner .title .midashi {
  color: var(--font_blue);
  font-size: calc(100vw / var(--viewport) * 56);
  margin-bottom: 8vw;
}
.p-set .p-popularMain .inner .title .midashi:before {
  display: block;
  margin: 0 auto 2vw;
}
@media screen and (max-width:767px) {
  .p-popularMain.main2 .inner .box .flex {
    flex-wrap: wrap;
  }
  .p-popularMain.main2 .inner .box .flex > img {
    width: 100%;
  }
  .p-popularMain.main2 .inner .box .flex > div,
  .p-popularMain.main2 .inner .box .flex .priceBox {
    width: 100%;
  }
  .p-popularMain.main2 .inner .box .flex > div {
    margin-top: 6%;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox {
    padding: 3vw 3vw 2vw;
  }
  .p-popularMain.main2 .inner .box .flex .p-popularItemPriceCourse {
    margin: 0 0 2vw;
  }
  .p-popularMain.main2 .inner .box .flex .p-popularItemPriceCourse span {
    width: 28vw;
    padding: 0.64vw 0;
  }
  .p-popularMain.main2 .inner .box .flex .p-popularPrice {
    margin: 0 0 1.6vw;
    color: #f00;
    justify-content: center;
    position: relative;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popular__num {
    font-size: 12vw;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popular__en {
    font-size: 5.33vw;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popular__en:before {
    font-size: 2.4vw;
  }
}
@media screen and (min-width:768px) {
  .full-bnr-txt .shorei_period {
    font-size: 12px;
    right: 40px;
    bottom: -143px;
  }

  .p-kvSetInner {
    display: flex;
    height: 277px;
  }
  .p-kvSetInner .p-kvSetFrame {
    width: 100%;
    position: relative;
  }
  .p-kvSetInner .p-kvSetFrame .p-kvSetCon {
    margin-left: 0;
  }
  .p-kvSetInner .p-kvSetFrame .p-kvSetCon__title {
    font-size: 28px;
  }
  .p-kvSetInner .p-kvSetFrame .p-kvSetImg {
    width: 107px;
    position: absolute;
    top: 88px;
    left: 40px;
  }
  .p-kvSetInner .p-kvSetFrame .p-kvSetCon__course,
  .p-kvSetInner .p-kvSetFrame .p-kvSetConPrice {
    padding-left: 120px;
    margin-top: 16px;
  }
  .p-kvSetInner .p-kvSetFrame.frame2:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 197px;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .p-kvSetInner .p-kvSetFrame.frame2 .p-kvSetImg {
    width: 135px;
    left: 38px;
  }
  .p-kvSetInner .p-kvSetFrame.frame2 .p-kvSetCon__course,
  .p-kvSetInner .p-kvSetFrame.frame2 .p-kvSetConPrice {
    padding-left: 145px;
  }
  .p-kvSetConPrice .c-price {
    font-size: 10px;
  }
  .p-kvSetConPrice .c-price__num {
    font-size: 56px;
  }
  .p-kvSetConPrice .c-price__tag {
    font-size: 16px;
    margin: 0 0 3px 3px;
  }
  .p-popularMain .inner .midashi {
    margin-top: -2em;
    margin-bottom: 2em;
  }
  .p-popularMain.main2 {
    margin-top: 40px !important;
  }
  .p-popularMain.main2 .planName {
      font-size: 36px;
      margin-bottom: 30px;
  }
  .p-popularMain.main2 .inner .title .midashi {
    font-size: 60px;
    margin-bottom: 60px;
  }
  .p-popularMain.main2 .inner .box .flex > img {
    width: 380px;
  }
  .p-popularMain.main2 .inner .box .flex > div {
    width: 500px;
  }
  .p-popularMain.main2 .inner .box .title {
    font-size: 34px;
    text-align: center;
    margin: 20px 0;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox {
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-popularMain.main2 .body_aco .inner {
    padding: 40px 0 80px;
  }
  .p-popularMain.main2 .body_aco .inner .pc_flex {
    width: 1000px;
  }
  .p-popularMain.main2 .body_aco .inner .p-setOtherItem {
    width: 48%;
    padding-bottom: 40px;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popularItemPriceCourse {
    margin: 0 20px 0 0;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popular__num {
    font-size: 80px;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popular__en {
    font-size: 28px;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .p-popularItemPriceCourse span {
    font-size: 20px;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .pc_flex .p-popularPrice {
    margin: 0 0 9px;
  }
  .p-popularMain.main2 .inner .box .flex .priceBox .pc_flex .p-popularPrice:nth-child(1):after {
    content: none;
  }

  .p-popularMain {
    margin-top: 110px;
  }
  .p-popularMain:before {
    height: 43px;
    background: url(../images/price-parts-top.png) no-repeat center bottom;
    background-size: auto 100%;
    top: -43px;
  }
  .p-popularMain .inner {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 60px 100px 40px;
  }
  .p-popularMain .inner .title .midashi {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .p-popularMain .inner .title .offBox {
    margin-bottom: 60px;
  }
  .p-popularMain .inner .title .offBox .flex .rl {
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0;
  }
  .p-popularMain .inner .title .offBox .flex .price {
    font-size: 83px;
  }
  .p-popularMain .inner .title .offBox .flex .yen {
    font-size: 60px;
  }
  .p-popularMain .inner .title .offBox .flex .off {
    font-size: 83px;
  }
  .p-popularMain .inner .box {
    padding: 35px;
    border-radius: 5px;
  }
  .p-popularMain .inner .box .title {
    font-size: 46px;
    text-align: left;
    margin-bottom: 30px;
  }
  .p-popularMain .inner .box .flex > img {
    width: 196px;
    margin-left: 30px;
  }
  .p-popularMain .inner .box .flex > div {
    width: 650px;
  }
  .p-popularMain .inner .box .flex .priceBox {
    width: 650px;
    padding: 28px 30px 23px;
    border-radius: 5px;
  }
  .p-popularItemPriceCourse {
    text-align: left;
  }
  .p-popularMain .inner .box .flex .priceBox .pc_flex {
    display: flex;
    justify-content: space-between;
  }
  .p-popularMain .inner .box .flex .priceBox .pc_flex .p-popularPrice:nth-child(1):after {
    content: "";
    display: inline-block;
    background: #DCDCDC;
    width: 1px;
    height: 60px;
    margin-left: 40px;
  }
  .p-popularMain .inner .box .flex .priceBox .p-popular__en:before {
    font-size: 14px;
    top: -15px;
  }

  .offBanner {
    width: 201px;
    height: 60px;
  }
  .offBanner .total {
    font-size: 20px;
  }
  .offBanner .price {
    font-size: 30px;
  }
  .offBanner .yen {
    font-size: 20px;
  }
  .offBanner .off {
    font-size: 30px;
  }
  .p-popularMain .inner .box .flex .priceBox .offBanner {
    width: 235px;
    height: 70px;
    top: -36px;
    right: 13px;
  }

  .p-popularMain .inner .caption {
    font-size: 12px;
    text-align: right;
    margin-top: 14px;
  }

  .p-popularMain .p-popularMainItem__titleImg01,
  .p-popularMain .p-popularMainItem__titleImg02 {
    top: -227px;
  }
  .p-popularMain .p-popularMainItem__titleImg01 {
    left: 173px;
  }
  .p-popularMain .p-popularMainItem__titleImg02 {
    right: 173px;
  }

  .p-popularMain .ttl_aco {
    font-size: 15px;
    text-align: center;
    padding: 35px 0 35px;
  }
  .p-popularMain .ttl_aco span {
    right: 395px;
    width: 30px;
    height: 30px;
  }
  .p-popularMain .body_aco .inner {
    padding: 120px 38px 80px;
  }
  .p-popularMain .body_aco .inner .pc_flex {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .p-popularMain .body_aco .inner .pc_flex li {
    width: 360px;
    padding: 30px 10px 22px;
    margin-top: 0;
    box-sizing: border-box;
  }
  .p-popularMain .body_aco .inner .pc_flex li .p-setMainItem__title {
    margin-bottom: 11px;
  }
  .p-popularMain .body_aco .inner .pc_flex li:before {
    height: 40px;
    background: url(../images/frame-parts01.png) no-repeat center bottom;
    background-size: 100% auto;
    top: -40px;
  }
  .p-popularMain .body_aco .inner .pc_flex li .grayBox {
    padding: 17px 0;
    margin: 14px;
    border-radius: 5px;
  }
  .p-popularMain .body_aco .inner .pc_flex li .grayBox .p-setOtherItemPriceCourse span {
    font-size: 12px;
    width: 100px;
  }
  .p-popularMain .body_aco .inner .pc_flex li .grayBox .c-price__num {
    font-size: 40px;
  }
  .p-setOtherItemPriceSplit .c-price__tag {
    font-size: 12px;
  }
  .p-popularMain .body_aco .inner .pc_flex li .grayBox .p-setOtherItemPrice__txt {
    font-size: 11px;
    margin-top: 20px;
  }
  .p-setOtherItemPriceSplit .c-price__tag {
    font-size: 12px;
  }
  .p-setOtherItemPriceSplit .c-price__num {
    font-size: 30px;
  }

  .p-popularMain .body_aco .inner .pc_flex li .offBanner {
    top: -46px;
    right: -10px;
  }

  .p-popularMain .body_aco .inner > .caption {
    width: 1124px;
    margin: 20px 0 0;
  }

  .p-popularMain .body_aco .inner .p-popular__btn {
    width: 400px;
  }
  .p-popularMain .body_aco .inner .p-popular__btn a:after {
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 26px;
}

  .p-popularMain .p-popularMainItem__titleImg01 img,
  .p-popularMain .p-popularMainItem__titleImg02 img {
    width: 205px;
  }

  .p-set .p-popularMain {
    margin-top: 107px;
  }
  .p-set .p-popularMain .inner {
    padding-top: 25px;
  }
  .p-set .p-popularMain .body_aco .inner {
    padding-top: 120px;
  }
  .p-set .p-popularMain .inner .title .midashi {
    font-size: 56px;
    margin-bottom: 55px;
  }
  .p-set .p-popularMain .inner .title .midashi:before {
    margin: 0 auto 10px;
  }

  .p-set .p-popularMain.main2 .inner {
    padding-top: 60px;
  }
}


/*clinic情報一部非表示*/
.only_cmlp{
  display: none;
}

.font-oswald{
  font-family: 'Oswald', sans-serif;
}
.relative{
  position: relative;
}

/*****ヒゲliteプランcss****/
.newplanSection{
  background: #F7CF00;
  padding: 12vw 0 17.2vw;
}
.newplanSection .inner{
  margin: 0 4.6666vw;
}
.courseArea_new.flex, .course_new.flex{
	flex-wrap: wrap;
	font-weight: bold;
    align-items: center;
	text-align: left;
	line-height: normal;
}
.courseArea_new .course_new{
  padding: calc(100vw / var(--viewport) * 30) calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 14);
  border-bottom: calc(100vw / var(--viewport) * 2) solid #000;
}
.courseArea_new .numberArea{
  font-size: calc(100vw / var(--viewport) * 26);
  width: 100%;
}
.courseArea_new .numberArea .number{
  font-size: calc(100vw / var(--viewport) * 44);
  vertical-align: baseline;
}
.courseArea_new .total{
  font-size: calc(100vw / var(--viewport) * 40);
}
.courseArea_new .total .price{
  font-size: calc(100vw / var(--viewport) * 90);
  color: #F00;
  margin-right: 1.5vw;
  letter-spacing: -.04em;
  line-height: 1;
}
.courseArea_new .total .tax{
  font-size: calc(100vw / var(--viewport) * 18);
  position: absolute;
  top: 2vw;
  right: -2.5vw;
}
.courseArea_new .installmentsArea{
  font-size: calc(100vw / var(--viewport) * 30);
  position: relative;
}
.courseArea_new .installmentsArea .installments .month{
  vertical-align: baseline;
}
.courseArea_new .installmentsArea .installments .price{
  font-size: calc(100vw / var(--viewport) * 44);
  letter-spacing: -.04em;
}
.courseArea_new .installmentsArea .times{
  font-size: calc(100vw / var(--viewport) * 24);
  border: calc(100vw / var(--viewport) * 2) solid #000;
  border-radius: calc(100vw / var(--viewport) * 8);
  text-align: center;
}
.courseArea_new .installmentsArea .refund{
  font-size: calc(100vw / var(--viewport) * 24);
  width: 100%;
  padding: calc(100vw / var(--viewport) * 4);
  text-align: center;
  background: #FF0;
  border-radius: calc(100vw / var(--viewport) * 8); 
  position: absolute;
  top: -6vw;
}
.courseArea_new .caption{
  font-size: calc(100vw / var(--viewport) * 28);
  margin-top: 4vw;
}
@media screen and (min-width:768px) {
.newplanSection{
  padding: 100px 0 114px;
}
.courseArea_new .course_new{
  padding: 40px 0 10px;
  border-bottom: 1px solid #000;
  width: 410px;
}
.courseArea_new .numberArea{
  font-size: 13px;
  width: 50px;
}
.courseArea_new .numberArea .number{
  font-size: 25px;
  vertical-align: baseline;
}
.courseArea_new .total{
  font-size: 20px;
  margin-right: 20px;
}
.courseArea_new .total .price{
  font-size: 60px;
  margin-right: 6px;
}
.courseArea_new .total .tax{
  font-size: 9px;
  top: 22px;
  right: -12px;
}
.courseArea_new .installmentsArea{
  font-size: 15px;
}
.courseArea_new .installmentsArea .installments .price{
  font-size: 40px;
}
.courseArea_new .installmentsArea .times{
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 4px;
}
.courseArea_new .installmentsArea .refund{
  font-size: 16px;
  width: 51px;
  padding: 0 0 8px;
  border-radius: 4px; 
  top: 10px;
  right: -72px;
  line-height: 1.25;
}
.courseArea_new .installmentsArea .refund .small{
  font-size: 10px;
}
.courseArea_new .caption{
  font-size: 12px;
  margin-top: 20px;
}
}

/*liteplan*/
#liteplan .midashi {
  color: var(--font_blue);
  font-size: calc(100vw / var(--viewport) * 45);
  font-weight: 900;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 2vw;
}
#liteplan .box {
  background: #F4F2F2;
  padding: 4vw;
  border-radius: 0.66vw;
}
#liteplan .box .title {
  font-size: 6.13vw;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5vw;
}
#liteplan .box .title-sub {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 2vw;
}
#liteplan .flex {
  flex-wrap: wrap;
  align-items: center;
}
#liteplan .flex img {
  width: 100%;
}
#liteplan .priceBox-area {
  width: 100%;
  margin-top: 6%;
}
#liteplan .priceBox {
  background: #fff;
  padding: 3vw 3vw 2vw;
  box-sizing: border-box;
  border-radius: 0.66vw;
}
#liteplan .p-popularItemPriceCourse {
  margin: 0 0 2vw;
}
#liteplan .p-popularItemPriceCourse span {
  font-size: 3.133333333vw;
  width: 28vw;
  padding: .64vw 0;
}
#liteplan .p-popularPrice {
  margin: 0 0 1.6vw;
  color: #f00;
  justify-content: center;
  position: relative;
}
#liteplan .p-popular__num {
  font-size: calc(100vw / var(--viewport) * 90);
}
#liteplan .p-popular__en {
  font-size: calc(100vw / var(--viewport) * 40);
  margin: 4.13vw 0 0 .6vw;
  color: #000;
}
#liteplan .p-popular__tax {
  font-size: calc(100vw / var(--viewport) * 18);
  color: #000;
  position: absolute;
  top: 20%;
  right: 13%;
}
#liteplan .caption {
  font-size: calc(100vw / var(--viewport) * 22);
  text-align: left;
  line-height: 1.2;
  margin-top: calc(100vw / var(--viewport) * 20);
}
@media screen and (min-width:768px) {
	#liteplan {
		width: 100%;
		margin-bottom: 50px;
	}
	#liteplan .midashi {
		font-size: 48px;
	}
    #liteplan .box {
      padding: 35px;
      border-radius: 5px;
    }
    #liteplan .box .title {
      font-size: 44px;
      margin-bottom: 25px;
    }
    #liteplan .box .title-sub {
      font-size: 22px;
      margin-bottom: 20px;
    }
    #liteplan .flex {
      flex-wrap: wrap;
    }
    #liteplan .flex img {
      width: 380px;
    }
    #liteplan .priceBox-area {
      width: 500px;
      margin-top: 0;
    }
    #liteplan .priceBox {
      background: #fff;
      padding: 20px 15px 20px;
      border-radius: 5px;
    }
    #liteplan .p-popularItemPriceCourse {
      margin: 0 0 10px;
      text-align: center;
    }
    #liteplan .p-popularItemPriceCourse span {
      font-size: 16px;
      width: 170px;
      padding: 2px 0 4px;
    }
    #liteplan .p-popularPrice {
      margin: 0;
    }
    #liteplan .p-popular__num {
      font-size: 70px;
    }
    #liteplan .p-popular__en {
      font-size: 30px;
      margin: 30px 0 0 3px;
    }
	#liteplan .p-popular__tax {
      font-size: 14px;
      top: 20px;
      right: 110px;
    }
    #liteplan .caption {
      font-size: 12px;
      margin-top: 14px;
      text-align: right;
    }
}


#plan .midashi {
  font-size: 170%;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: -1em;
}
@media screen and (max-width:767px) {
  .p-popularMain.main1 .body_aco .inner .box {
    padding: 0;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex {
    flex-direction: column;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex > img {
    width: 100%;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex > div {
    width: 100%;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox {
    width: 100%;
    padding: 4vw 2vw;
    margin: 5vw 0 4vw;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox .pc_flex {
    width: 100%;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox .pc_flex .p-popularPrice {
    justify-content: center;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox .p-setOtherItemPrice__txt {
    font-size: calc(100vw / var(--viewport) * 20);
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox .offBanner {
    top: calc(100vw / var(--viewport) * -421);
    right: calc(100vw / var(--viewport) * -25);
  }

  .p-setOtherItem.is-01 .caption,
  .p-setOtherItem.is-02 .caption {
    font-size: calc(100vw / var(--viewport) * 24);
    font-weight: 500;
  }
}
@media screen and (min-width:768px) {
  .p-popularMain.main1 .body_aco .inner > .pc_flex {
    width: 1000px;
  }
  .p-popularMain.main1 .body_aco .inner .pc_flex li {
    width: 100%;
  }
  .p-popularMain.main1 .body_aco .inner .box .flex .priceBox .pc_flex .p-popularPrice:nth-child(1):after {
    /*content: none;*/
  }
  .p-popularMain.main1 .body_aco .inner .box .flex > img {
    width: 260px;
    margin-left: 0;
    object-fit: cover;
    height: 140px;
  }

  .p-popularMain.main3 .body_aco .inner .pc_flex {
    width: 800px;
  }

  #plan_other .p-setOtherItem.is-01 .p-setOtherItem__img img,
  #plan_other .p-setOtherItem.is-02 .p-setOtherItem__img img {
    width: 295px;
  }
  #plan_other .p-setOtherList > .caption {
    margin-bottom: 2em;
  }

  #plan .midashi {
    margin-bottom: -1.5em;
  }
}

.sec_point {
  padding-bottom: calc(100vw / var(--viewport) * 160);
}
.sec_point h2 {
  text-align: center;
  background: url(../images/bg_point_sp.jpg) top center no-repeat;
  background-size: auto 100%;
  height: calc(100vw / var(--viewport) * 476);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_point h2 img {
  width: calc(100vw / var(--viewport) * 576);
}
.sec_point .box {
  padding-top: calc(100vw / var(--viewport) * 120);
  position: relative;
}
.sec_point .box:before {
  color: #D8EEFD;
  font-size: calc(100vw / var(--viewport) * 320);
  font-family: "Oswald",
               sans-serif;
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-5deg, 0deg);
  position: absolute;
  top: calc(100vw / var(--viewport) * 40);
  left: 0;
  z-index: -1;
}
.sec_point .box .midashi {
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.sec_point .box .midashi h3 {
  color: var(--font_blue);
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.sec_point .box .midashi p {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.sec_point .box01:before {
  content: "1";
}
.sec_point .box01 {
  width: calc(100vw / var(--viewport) * 686);
  margin: 0 auto;
}
.sec_point .box01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 calc(100vw / var(--viewport) * 4);
}
.sec_point .box01 table tr {
  box-shadow: 0 calc(100vw / var(--viewport) * 4) calc(100vw / var(--viewport) * 4) rgba(0,0,0,.25);
}
.sec_point .box01 table .bg_gray {
  background: #DFDEDE;
}
.sec_point .box01 table .bg_yellow {
  background: #FFFE03;
}
.sec_point .box01 table .bg_lightGray {
  background: #eee;
}
.sec_point .box01 table th,
.sec_point .box01 table td {
  vertical-align: middle;
}
.sec_point .box01 table th {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  height: calc(100vw / var(--viewport) * 95);
}
.sec_point .box01 table th.font_blue {
  font-size: calc(100vw / var(--viewport) * 28);
}
.sec_point .box01 table td {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: 500;
  padding: calc(100vw / var(--viewport) * 29) 0;
}
.sec_point .box01 table tr:nth-child(3) td,
.sec_point .box01 table tr:nth-child(4) td,
.sec_point .box01 table tr:nth-child(5) td,
.sec_point .box01 table tr:nth-child(6) td {
  padding: calc(100vw / var(--viewport) * 16) 0;
}
.sec_point .box01 table td.font_blue {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
}
.sec_point .box01 table td .icon {
  font-size: calc(100vw / var(--viewport) * 32);
  display: block;
  margin-bottom: 0.4em;
}
.sec_point .box02:before {
  content: "2";
}
.sec_point .box02 .image {
  overflow: hidden;
}
.sec_point .box02 .image img {
  width: calc(100vw / var(--viewport) * 793);
  margin-left: calc(100vw / var(--viewport) * 32);
}
.sec_point .box02 .lower {
  width: calc(100vw / var(--viewport) * 630);
  margin: calc(100vw / var(--viewport) * 140) auto 0;
}
.sec_point .box02 .lower .text {
  font-size: calc(100vw / var(--viewport) * 36);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.sec_point .box02 .lower .pc_flex img {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec_point .box02 .lower .pc_flex .text {
  font-size: calc(100vw / var(--viewport) * 28);
  text-align: left;
}
.sec_point .box02 .lower .ba .midashi {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 40);
  text-align: center;
  background: #3BAAF4;
  padding: calc(100vw / var(--viewport) * 12) 0;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec_point .box02 .lower .ba .midashi span {
  display: inline-block;
}
.sec_point .box02 .lower .ba table {
  width: 100%;
}
.sec_point .box02 .lower .ba th,
.sec_point .box02 .lower .ba td {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  padding: calc(100vw / var(--viewport) * 20) 0;
  border-bottom: 4px solid #fff;
}
.sec_point .box02 .lower .ba th {
  color: #fff;
  width: calc(100vw / var(--viewport) * 180);
  background: #3BAAF4;
}
.sec_point .box02 .lower .ba td {
  background: #D8EEFD;
}
.sec_point .box03:before {
  content: "3";
}
.sec_point .box03 .image {
  width: calc(100vw / var(--viewport) * 630);
  margin: 0 auto calc(100vw / var(--viewport) * 80);
}
.sec_point .box03 .image .flex div {
  width: calc(100vw / var(--viewport) * 300);
}
.sec_point .box03 .image .flex div img {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec_point .box03 .image .flex div .text {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: 500;
  line-height: 1.5;
}
.sec_point .box03 .lower .text {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  width: calc(100vw / var(--viewport) * 630);
  margin: 0 auto;
}

.sec_reserve {
  background: #EBF6FE;
  padding: calc(100vw / var(--viewport) * 120) calc(100vw / var(--viewport) * 60);
}
.sec_reserve h2 {
  font-size: calc(100vw / var(--viewport) * 48);
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
.sec_reserve img {
  width: calc(100vw / var(--viewport) * 430);
  display: block;
  margin: 0 auto calc(100vw / var(--viewport) * 80);
}
.sec_reserve .text {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.sec_reserve .button {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 80);
}

#step {
  text-align: center;
  background: url(../images/bg_step_sp.png) top right no-repeat, #16aafa;
  background-size: 16.6666vw auto;
  padding: 8vw 0 calc(100vw / var(--viewport) * 120);
}
#step h2 {
  color: #fff;
  font-size: 6.666666666666667vw;
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "YuGothic",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4vw;
}
#step h2 span {
  color: #fffe03;
  letter-spacing: 0.5vw;
  vertical-align: baseline;
}
#step h2 span.big {
  font-size: 16vw;
  font-weight: normal;
}
#step .swiper-container {
  padding-bottom: 12vw;
}
#step .swiper-pagination {
  bottom: 0;
}
#step .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.9333vw;
}
#step .swiper-pagination-bullet {
  width: 1.8666vw;
  height: 1.8666vw;
  border: 2px solid #fff;
  background: none;
  vertical-align: middle;
}
#step .swiper-pagination-bullet-active {
  width: 2.6666vw;
  height: 2.6666vw;
  background: #fff;
}
#step .swiper-button-prev,
#step .swiper-button-next {
  width: 10.6666vw;
  height: 10.6666vw;
  margin-top: 0;
  background: none !important;
  top: 51.4%;
  transform: translateY(-50%);
}
#step .swiper-button-prev {
  left: 5vw;
}
#step .swiper-button-next {
  right: 5vw;
}
#step .swiper-slide {
  height: auto;
  background: #eef0f5;
}
#step .swiper-slide div {
  height: 100%;
  padding: 3.3333vw 6.1333vw;
}
#step .title {
  color: #fffe03;
  font-size: 3.7333vw;
  font-weight: 500;
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "YuGothic",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
  text-align: center;
  letter-spacing: 0.5vw;
  line-height: 1;
  background: #16aafa;
  border-radius: 4vw;
  padding: 6px;
  margin-bottom: 3.4666vw;
}
#step .title span {
  font-size: 5.3333vw;
  margin-left: 0.2em;
  vertical-align: text-top;
}
#step .sub {
  font-size: 4.5333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.8vw;
}
#step p {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

.sec_irradiation {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.sec_irradiation .relative {
  width: calc(100vw / var(--viewport) * 630);
  padding-top: calc(100vw / var(--viewport) * 90);
  margin: 0 auto;
}
.sec_irradiation .relative .icon {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: bold;
  background: #20396F;
  padding: 2px;
  position: absolute;
  top: 0;
  left: calc(100vw / var(--viewport) * -28);
  transform: rotate(-10deg);
}
.sec_irradiation .relative .icon .small {
  font-size: calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .relative h3 {
  font-size: calc(100vw / var(--viewport) * 48);
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .relative .text {
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
}
.sec_irradiation .relative .caption {
  font-size: calc(100vw / var(--viewport) * 18);
  font-weight: 500;
  text-align: left;
  margin-top: calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .midashi {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  background: #3BAAF4;
  width: calc(100vw / var(--viewport) * 630);
  height: calc(100vw / var(--viewport) * 56);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100vw / var(--viewport) * 80) auto calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .sub {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .swiperIrradiation .swiper-slide img {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec_irradiation .swiperIrradiation .swiper-slide .title {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec_irradiation .swiperIrradiation .swiper-slide .text {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  line-height: 1.5;
}
.sec_irradiation .swiperIrradiation .swiper-slide .small {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  margin-top: calc(100vw / var(--viewport) * 20);
}
.sec_irradiation .swiperVIOStep {
  padding-bottom: calc(100vw / var(--viewport) * 120);
}
.sec_irradiation .swiperVIOStep .swiper-slide {
}
.sec_irradiation .swiperVIOStep .swiper-slide img {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec_irradiation .swiperVIOStep .swiper-slide p {
  text-align: left;
}
.sec_irradiation .swiperVIOStep .swiper-slide .num {
  font-size: calc(100vw / var(--viewport) * 80);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec_irradiation .swiperVIOStep .swiper-slide .title {
  font-size: calc(100vw / var(--viewport) * 40);
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec_irradiation .swiperVIOStep .swiper-slide .text {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  line-height: 1.5;
}
.sec_irradiation .swiperVIOStep .swiper-button-prev,
.sec_irradiation .swiperVIOStep .swiper-button-next {
  width: calc(100vw / var(--viewport) * 50);
  height: calc(100vw / var(--viewport) * 50);
  background: none;
  border-left: calc(100vw / var(--viewport) * 4) solid #3BAAF4;
  border-bottom: calc(100vw / var(--viewport) * 4) solid #3BAAF4;
  top: initial;
  bottom: calc(100vw / var(--viewport)* 13);
}
.sec_irradiation .swiperVIOStep .swiper-button-prev {
  left: calc(100vw / var(--viewport) * 52);
  transform: rotate(45deg);
}
.sec_irradiation .swiperVIOStep .swiper-button-next {
  right: calc(100vw / var(--viewport)* 52);
  transform: rotate(225deg);
}
.sec_irradiation .swiperVIOStep .swiper-pagination {
  bottom: calc(100vw / var(--viewport) * 20) !important;
}
.sec_irradiation .swiperVIOStep .swiper-pagination-bullet {
  width: calc(100vw / var(--viewport) * 20);
  height: calc(100vw / var(--viewport) * 20);
  margin: 0 calc(100vw / var(--viewport) * 20) !important;
  background: #eee;
}
.sec_irradiation .swiperVIOStep .swiper-pagination-bullet-active {
  background: #3BAAF4;
}

.sec_faq {
  padding: 0 0 calc(100vw / var(--viewport) * 120);
}
.sec_faq .box {
  text-align: left;
  width: calc(100vw / var(--viewport) * 630);
  margin: calc(100vw / var(--viewport) * 80) auto 0;
}
.sec_faq .box .q_text {
  color: #3BAAF4;
  font-size: calc(100vw / var(--viewport) * 28);
  font-weight: bold;
  line-height: 1.5;
  padding-left: calc(100vw / var(--viewport) * 30);
  margin-bottom: calc(100vw / var(--viewport) * 40);
  border-left: calc(100vw / var(--viewport) * 6) solid #3BAAF4;
}
.sec_faq .box .a_text {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  #cta {
    width: calc(100vw / var(--viewport) * 544);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100vw / var(--viewport) * 10);
    z-index: 15;
  }
  #cta a {
    animation: scaleChange 2s infinite;
    display: block;
  }
  #cta + .btn_tel #btn_tel {
    width: calc(100vw / var(--viewport) * 58);
    position: fixed;
    right: 0;
    bottom: calc(100vw / var(--viewport) * 20);
    z-index: 15;
  }
}

@media screen and (min-width:768px) {
  .pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sec_point {
    min-width: 1440px;
    padding-bottom: 214px;
    position: relative;
  }
  .sec_point:after {
    content: "";
    width: 1440px;
    height: 489px;
    background: url(../images/img_yag_pc.png) top right no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 1000px;
    right: 0;
    z-index: -1;
  }
  .sec_point h2 {
    background: url(../images/bg_point_pc.jpg), url(../images/bg_h2_point.png);
    background-size: auto 100%, 4px 4px;
    background-position: top center, top left;
    background-repeat: no-repeat, repeat;
    height: 320px;
  }
  .sec_point h2 img {
    width: 433px;
  }
  .sec_point .box {
    width: 1080px;
    padding-top: 140px;
    margin: 0 auto;
  }
  .sec_point .box:before {
    font-size: 200px;
    top: 50px;
    left: -60px;
  }
  .sec_point .box .midashi {
    margin-bottom: 0;
  }
  .sec_point .box .midashi h3 {
    font-size: 48px;
    text-align: left;
    margin-bottom: 40px;
  }
  .sec_point .box .midashi p {
    font-size: 32px;
    text-align: left;
  }
  .sec_point .box01 table {
    width: 680px;
    border-spacing: 0 3px;
  }
  .sec_point .box01 table tr {
    box-shadow: 0 3px 3px rgba(0,0,0,.25);
  }
  .sec_point .box01 table th {
    font-size: 18px;
    height: 72px;
  }
  .sec_point .box01 table th.font_blue {
    font-size: 24px;
  }
  .sec_point .box01 table td {
    font-size: 16px;
    padding: 22px 0;
  }
  .sec_point .box01 table tr:nth-child(3) td,
  .sec_point .box01 table tr:nth-child(4) td,
  .sec_point .box01 table tr:nth-child(5) td,
  .sec_point .box01 table tr:nth-child(6) td {
    padding: 24px 0;
  }
  .sec_point .box01 table td.font_blue {
    font-size: 18px;
  }
  .sec_point .box01 table td .icon {
    font-size: 24px;
    vertical-align: sub;
    display: inline;
    margin-right: 6px;
    margin-bottom: 0;
  }
  .sec_point .box02 .image {
    display: none;
  }
  .sec_point .box02 .lower {
    width: 800px;
    margin: 106px 0 0;
  }
  .sec_point .box02 .lower .text {
    font-size: 24px;
    text-align: left;
    margin-bottom: 40px;
  }
  .sec_point .box02 .lower .pc_flex {
    align-items: center;
    margin-bottom: 70px;
  }
  .sec_point .box02 .lower .pc_flex img {
    width: 473px;
    margin-bottom: 0;
  }
  .sec_point .box02 .lower .pc_flex .text {
    font-size: 16px;
    width: 288px;
  }
  .sec_point .box02 .lower .ba .midashi {
    font-size: 28px;
    padding: 16px 0;
    margin-bottom: 40px;
  }
  .sec_point .box02 .lower .ba .pc_flex img {
    width: 390px;
  }
  .sec_point .box02 .lower .ba .table {
    width: 390px;
  }
  .sec_point .box02 .lower .ba th,
  .sec_point .box02 .lower .ba td {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 4px solid #fff;
  }
  .sec_point .box02 .lower .ba th {
    width: 110px;
  }
  .sec_point .box03 .lower {
    position: absolute;
    top: 364px;
    left: 0;
  }
  .sec_point .box03 .image {
    width: 680px;
    margin: 0;
  }
  .sec_point .box03 .image .flex div {
    width: 300px;
  }
  .sec_point .box03 .image .flex div img {
    margin-bottom: 20px;
  }
  .sec_point .box03 .image .flex div .text {
    font-size: 16px;
  }
  .sec_point .box03 .lower .text {
    font-size: 16px;
    width: 315px;
    margin: 0;
  }

  .sec_reserve {
    height: 547px;
    padding: 70px 0;
    box-sizing: border-box;
    position: relative;
  }
  .sec_reserve h2 {
    font-size: 36px;
    text-align: left;
    width: 315px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding-right: 355px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  .sec_reserve img {
    width: 323px;
    margin: 0;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    padding-left: 355px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  .sec_reserve .text {
    font-size: 16px;
    width: 315px;
    position: absolute;
    top: 218px;
    left: 0;
    right: 0;
    padding-right: 355px;
    box-sizing: content-box;
    margin: 0 auto;
  }
  .sec_reserve .button {
    width: 323px;
    position: absolute;
    top: 374px;
    left: 0;
    right: 0;
    padding-right: 355px;
    box-sizing: content-box;
    margin: 0 auto;
  }

  #step {
    background: url(../images/bg_step_pc.png) top center no-repeat, #16aafa;
    background-size: 810px auto;
    padding: 49px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #step h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  #step h2 span {
    letter-spacing: 5px;
  }
  #step h2 span.big {
    font-size: 80px;
  }
  #step .swiper-container {
    padding-bottom: 76px;
    max-width: 860px;
    overflow: visible !important;
  }
  #step .swiper-slide {
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  }
  #step .swiper-slide img {
    width: 430px;
    border-radius: 5px 0 0 5px;
    float: left;
  }
  #step .swiper-slide div {
    width: 310px;
    padding: 0;
    margin: 63px 58px 0 0;
    float: right;
  }
  #step .swiper-button-prev,
  #step .swiper-button-next {
    top: 150px;
  }
  #step .swiper-button-prev {
    left: -30px;
  }
  #step .swiper-button-next {
    right: -30px;
  }
  #step .title {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 5px;
    margin-bottom: 13px;
  }
  #step .title span {
    font-size: 20px;
  }
  #step .sub {
    font-size: 17px;
    margin-bottom: 18px;
  }
  #step p {
    font-size: 12px;
  }
  #step .swiper-pagination {
    bottom: 24px;
  }
  #step .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px;
  }
  #step .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  #step .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  #step .swiper-button-prev,
  #step .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  #step .swiper-button-prev:hover,
  #step .swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .sec_irradiation {
    padding: 70px 0;
  }
  .sec_irradiation .inner {
    max-width: 1200px;
  }
  .sec_irradiation .pc_flex img {
    width: 600px;
  }
  .sec_irradiation .relative {
    width: 560px;
    padding-top: 125px;
    margin: 0;
  }
  .sec_irradiation .relative .icon {
    font-size: 42px;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .sec_irradiation .relative .icon .small {
    font-size: 30px;
  }
  .sec_irradiation .relative h3 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 30px;
  }
  .sec_irradiation .relative .text {
    font-size: 16px;
  }
  .sec_irradiation .relative .caption {
    font-size: 12px;
    margin-top: 30px;
  }
  .sec_irradiation .midashi {
    font-size: 24px;
    width: 1200px;
    height: 52px;
    margin: 70px auto 40px;
  }
  .sec_irradiation .sub {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .sec_irradiation .swiperIrradiation .swiper-wrapper {
    justify-content: center;
  }
  .sec_irradiation .swiperIrradiation .swiper-slide {
    width: 250px;
    margin: 0 30px;
  }
  .sec_irradiation .swiperIrradiation .swiper-slide img {
    margin-bottom: 20px;
  }
  .sec_irradiation .swiperIrradiation .swiper-slide .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec_irradiation .swiperIrradiation .swiper-slide .text {
    font-size: 16px;
  }
  .sec_irradiation .swiperIrradiation .swiper-slide .small {
    font-size: 12px;
    margin-top: 20px;
  }
  .sec_irradiation .swiperVIOStep {
    padding-bottom: 0;
  }
  .sec_irradiation .swiperVIOStep .swiper-wrapper {
    justify-content: space-between;
  }
  .sec_irradiation .swiperVIOStep .swiper-slide {
    width: 375px;
  }
  .sec_irradiation .swiperVIOStep .swiper-slide img {
    margin-bottom: 20px;
  }
  .sec_irradiation .swiperVIOStep .swiper-slide .num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sec_irradiation .swiperVIOStep .swiper-slide .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec_irradiation .swiperVIOStep .swiper-slide .text {
    font-size: 16px;
  }
  .sec_irradiation .swiperVIOStep .swiper-button-prev,
  .sec_irradiation .swiperVIOStep .swiper-button-next,
  .sec_irradiation .swiperVIOStep .swiper-pagination,
  .sec_irradiation .swiperVIOStep .swiper-pagination-bullet {
    display: none;
  }
  .sec_irradiation .swiperVIOStep .swiper-pagination-bullet-active {
    background: #3BAAF4;
  }

  .sec_faq {
    padding: 0 0 90px;
  }
  .sec_faq h2 img {
    width: 867px;
  }
  .sec_faq .box {
    width: 800px;
    margin: 60px auto 0;
  }
  .sec_faq .box .q_text {
    font-size: 21px;
    padding-left: 22px;
    margin-bottom: 30px;
    border-left: 9px solid #3BAAF4;
  }
  .sec_faq .box .a_text {
    font-size: 16px;
  }

  #cta {
    display: none;
  }
  #cta + .btn_tel #btn_tel {
    display: none;
  }
}

.js-popup:hover {
  cursor: pointer;
}
.overlay {
  background: rgba(0,0,0,.7);
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 9996;
}
.overlay .inner img {
  width: calc(100vw / var(--viewport) * 690);
  display: block;
  margin: 0 auto;
}
.overlay .btn_close {
  width: calc(100vw / var(--viewport) * 80);
  margin: calc(100vw / var(--viewport) * 40) auto 0;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .overlay .inner img:nth-child(1) {
    margin-bottom: calc(100vw / var(--viewport) * 40);
  }
}
@media screen and (min-width:768px) {
  .overlay .inner img {
    width: 460px;
  }
  .overlay .btn_close {
    width: 40px;
    margin: 40px auto 0;
  }
}