@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1em
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}
em, i {
  font-style: normal
}
html {
  font-size: 62.5%
}
@media screen and (max-width:768px) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif
  }
}
body a {
  text-decoration: none
}
body * {
  box-sizing: border-box
}
.clearfix {
  *zoom: 1
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.container {
  width: 100%;
  background-color: #fff9fa
}
.main {
  display: block;
  border-top: 6px solid #e76378;
  border-bottom: 6px solid #e76378;
  position: relative;
  padding: 0 42px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .main {
    border-top: 3px solid #e76378;
    border-bottom: 3px solid #e76378;
    padding: 0 17px
  }
}
.main:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  z-index: 10000;
  background-color: #e76378
}
@media screen and (max-width:768px) {
  .main:before {
    width: 3px
  }
}
.main:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  z-index: 10000;
  background-color: #e76378
}
@media screen and (max-width:768px) {
  .main:after {
    width: 3px
  }
}
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 0 3.5%;
  position: relative
}
@media screen and (max-width:768px) {
  .inner {
    max-width: 100%;
    padding: 0
  }
}
img {
  height: auto
}
.br-sp {
  display: none
}
@media screen and (max-width:768px) {
  .br-sp {
    display: block
  }
}
.br-pc, .global-footer__logo a {
  display: block
}
@media screen and (max-width:768px) {
  .br-pc {
    display: none
  }
}
@font-face {
  font-family: 'icomoon';
  src: url(../lib/fonts/icomoon.eot?957wgi);
  src: url(../lib/fonts/icomoon.eot?957wgi#iefix) format("embedded-opentype"), url(../lib/fonts/icomoon.ttf?957wgi) format("truetype"), url(../lib/fonts/icomoon.woff?957wgi) format("woff"), url(../lib/fonts/icomoon.svg?957wgi#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}
[class*=" icon-"], [class^=icon-] {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-icon-pin:before {
  content: "\e903"
}
.icon-icon-close:before {
  content: "\e904"
}
.icon-icon-arrow:before {
  content: "\e900";
  color: #fff
}
.icon-icon-file:before {
  content: "\e901"
}
.icon-icon-play:before {
  content: "\e902";
  color: #fff
}
.btn, .btn i, .btn span {
  position: relative;
  display: inline-block
}
.btn {
  text-align: center;
  background-color: #e76378;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  color: #fff
}
.btn:hover {
  background-color: #db556a
}
.btn i, .btn span {
  color: currentColor;
  z-index: 2;
  vertical-align: middle
}
.btn-yellow {
  background-color: #efa613
}
.btn-yellow:hover {
  background-color: #d38d00
}
.btn-orange {
  background-color: #ed4212
}
.btn-orange:hover {
  background-color: #d12d00
}
.btn-mid {
  width: 265px;
  padding: 20px 0;
  border-radius: 30px
}
@media screen and (max-width:768px) {
  .btn-mid {
    width: 186px;
    padding: 10px 0
  }
}
.btn-mid span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .btn-mid span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1
  }
}
.btn-mid i {
  margin-right: 10px;
  font-size: 20px
}
@media screen and (max-width:768px) {
  .btn-mid i {
    margin-right: 0
  }
}
.btn-large {
  width: 340px;
  padding: 28px 0;
  border-radius: 38px
}
@media screen and (max-width:768px) {
  .btn-large {
    width: 100%;
    border-radius: 24px;
    padding: 18px 0
  }
}
.btn-large span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .btn-large span {
    font-size: 12px;
    font-size: 1.7rem;
    line-height: 1
  }
}
.btn-large i {
  margin-right: 10px;
  font-size: 24px
}
@media screen and (max-width:768px) {
  .btn-large i {
    margin-right: 0
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: 100%;
  height: 100%;
  background-color: #fff
}
.loader.is-loaded .loader__logo-a {
  width: 130px
}
.loader.is-load-end .loader__logo-c {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.loader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}
.loader__logo {
  width: 130px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
@media screen and (max-width:768px) {
  .loader__logo {
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
  }
}
.loader__logo-a {
  display: block;
  width: 0;
  height: 104px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 2102
}
.loader__logo-a, .loader__logo-b, .loader__logo-c {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}
.loader__logo-b {
  display: block;
  width: 130px;
  height: 104px;
  z-index: 2101
}
.loader__logo-b svg * {
  fill: #ededed
}
.loader__logo-c {
  z-index: 2103;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
.loader__logo img, .loader__logo svg, .loader__logo-c {
  display: block;
  width: 130px;
  height: 104px
}
.mainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 238px);
  margin: 154px 0 157px
}
@media screen and (max-width:768px) {
  .mainvisual {
    margin: 69px 0 200px;
    height: calc(100vh - 115px);
  }
}

.mainvisual.is-loaded .mainvisual__img:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}
.mainvisual.is-loaded .mainvisual__title div {
  background-color: #fff;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.mainvisual.is-loaded .mainvisual__lead p:after, .mainvisual.is-loaded .mainvisual__title div:after {
  -webkit-animation: title_load .7s cubic-bezier(.25, .46, .45, .94) both;
  animation: title_load .7s cubic-bezier(.25, .46, .45, .94) both
}
.mainvisual.is-loaded .mainvisual__title p {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1
}
.mainvisual.is-loaded .mainvisual__lead p {
  background-color: #fff;
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}
.mainvisual.is-loaded .mainvisual__lead p span {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  opacity: 1;
}
.mainvisual.is-loaded .mainvisual__scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}
.mainvisual .inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0
}
.mainvisual__img {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom:50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (max-width:768px){
  .mainvisual__img{
    top: 130px;
    margin-bottom:50px
  }
}


/* ----------------- */
/* MV画像差し替え部分 */
/* ----------------- */
.mainvisual__img{
  background-image: url(../images/mv/mv.jpg);
}
@media screen and (max-width:768px){
  .mainvisual__img{
    background-image: url(../images/mv/mv@sp.jpg)
  }
}
/* ----------------- */
/* MV画像差し替え部分 */
/* ----------------- */


.mainvisual__img:after, .mainvisual__title div:after, .section__kv-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fdeff1;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  transition: all .5s cubic-bezier(.25, .46, .45, .94)
}

/* ------------------- */
/* MVコンバージョンボタン */
/* ------------------- */
.mainvisual__img .mainvisual__conv_line{
  padding: 10px;
  background: rgba(256,256,256,.8);
  position: absolute;
}
@media screen and (min-width:768px){
  .mainvisual__img .mainvisual__conv_line{
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv_line{
    width: 100%;
    top: -130px;
    left: 0;
    background: none;
    padding: 0;
  }
}
.mainvisual__img .mainvisual__conv{
  background: #fff;
  padding: 30px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv{
    padding: 5%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-head-area{
  background: #e76378;
  padding: 6px 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-head-area,.mainvisual__img .mainvisual__conv .mainvisual__conv-head-walk{
    font-size: 11px;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-head-walk{
  color: #e76378;
  margin-top: 6px;
  text-align: right;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-head-walk{
    margin-top: 0;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-ftr{
  margin-top: 10px;
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-ftr .mainvisual__conv-ftr-btn a{
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fdeff1;
  color: #e76378;
  display: block;
  border-radius: 17px;
}

/* ----------------- */
/* MVロゴ */
/* ----------------- */
.mainvisual__img .mainvisual__conv .mainvisual__conv-aac_nagoya_logo{
  width: 220px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-aac_nagoya_logo{
    width: 70%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-aac_nagoya_logo img{
  width: 100%;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-aac_nagoya_logo img{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-josei_fukuoka_logo{
  width: 190px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-josei_fukuoka_logo{
    width: 65%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-josei_fukuoka_logo img{
  width: 100%;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-josei_fukuoka_logo img{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-men_tokyo_logo{
  width: 320px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-men_tokyo_logo{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-men_tokyo_logo img{
  width: 100%;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-men_tokyo_logo img{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-wakisaka_osaka_logo{
  width: 220px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-wakisaka_osaka_logo{
    width: 70%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-wakisaka_osaka_logo img{
  width: 100%;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-wakisaka_osaka_logo img{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-women_tokyo_logo{
  width: 340px;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-women_tokyo_logo{
    width: 100%;
  }
}
.mainvisual__img .mainvisual__conv .mainvisual__conv-women_tokyo_logo img{
  width: 100%;
}
@media screen and (max-width:768px){
  .mainvisual__img .mainvisual__conv .mainvisual__conv-women_tokyo_logo img{
    width: 100%;
  }
}
/* ----------------- */
/* MVロゴ */
/* ----------------- */

/* ------------------- */
/* MVコンバージョンボタン */
/* ------------------- */


.mainvisual__copy{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2
}
@media screen and (max-width:768px) {
  .mainvisual__copy {
    right: -12px
  }
}
.mainvisual__title {
  margin: 0 0 15px;
  font-size: 46px;
  font-size: 4.5rem;
  line-height: 1.30435;
  letter-spacing: .05em;
  overflow: hidden;
  -webkit-transition: all .7s cubic-bezier(.25, .46, .45, .94);
  transition: all .7s cubic-bezier(.25, .46, .45, .94)
}
@media screen and (max-width:768px) {
  .mainvisual__title {
    font-size: 22px;
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 0 0 5px;
  }
}
.mainvisual__title div, .mainvisual__title p {
  -webkit-transition: all 16ms cubic-bezier(.25, .46, .45, .94);
  transition: all 16ms cubic-bezier(.25, .46, .45, .94)
}
.mainvisual__title div {
  width: 493px;
  padding: 4px 10px;
  position: relative
}
@media screen and (max-width:768px) {
  .mainvisual__title div {
    width: 210px
  }
}
.mainvisual__title div:after {
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .7s cubic-bezier(.25, .46, .45, .94) 1s;
  transition: all .7s cubic-bezier(.25, .46, .45, .94) 1s
}
.mainvisual__title p {
  opacity: 0
}
.mainvisual__title span {
  display: inline-block
}
.mainvisual__title span:first-of-type {
  margin-left: -.4em
}
.mainvisual__title span:last-of-type {
  margin-right: -.4em
}
.mainvisual__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  overflow: hidden;
  float: right;
  -webkit-transition: all .7s cubic-bezier(.25, .46, .45, .94);
  transition: all .7s cubic-bezier(.25, .46, .45, .94)
}
@media screen and (max-width:768px) {
  .mainvisual__lead {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0
  }
}
.mainvisual__lead p, .mainvisual__lead span {
  position: relative;
  -webkit-transition: all 16ms cubic-bezier(.25, .46, .45, .94);
  transition: all 16ms cubic-bezier(.25, .46, .45, .94)
}
.mainvisual__lead p {
  width: 500px
}
@media screen and (max-width:768px) {
  .mainvisual__lead p {
    width: 180px
  }
}
.mainvisual__lead p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .7s cubic-bezier(.25, .46, .45, .94) 1.3s;
  transition: all .7s cubic-bezier(.25, .46, .45, .94) 1.3s
}
.mainvisual__lead span {
  opacity: 0;
  padding: 10px 8px;
  display: inline-block
}
@media screen and (max-width:768px) {
  .mainvisual__lead span {
    padding: 5px
  }
}
.mainvisual__announcement {
  position: absolute;
  bottom: -45px;
  background-color: #E66378;
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 550;
  text-align: center
}
@media screen and (max-width:768px) {
  .mainvisual__announcement {
    position: absolute;
    bottom: -35px;
	padding: 10px 25px;
	font-size: 14px;
	font-size: 1.4rem
  }
}
.mainvisual__scroll {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-color: #e76378;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px)
}
@media screen and (max-width:768px) {
  .mainvisual__scroll {
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    bottom: -20px
  }
}
.mainvisual__scroll:hover, .movie__item>a:hover .movie__item-play {
  background-color: #007d82
}
.mainvisual__scroll .icon {
  color: currentColor;
  font-size: 12px;
  position: relative;
  left: 1px;
  z-index: 2
}
@media screen and (max-width:768px) {
  .mainvisual__scroll .icon {
    font-size: 10px
  }
}
@-webkit-keyframes title_load {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes title_load {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
.global-footer {
  background-color: #fff;
  padding: 84px 0 70px;
  border-bottom: 6px solid #e76378
}
@media screen and (max-width:768px) {
  .global-footer {
    padding: 25px 0 35px;
    border-bottom: 3px solid #e76378
  }
}
.global-footer__inner {
  text-align: center
}
.global-footer__logo {
  display: block;
  margin: 0 0 38px
}
@media screen and (max-width:768px) {
  .global-footer__logo {
    margin: 0 0 13px
  }
}
.global-footer__logo img {
  width: 204px
}
@media screen and (max-width:768px) {
  .global-footer__logo img {
    width: 153.5px
  }
}
.global-footer__copy {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .08em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #e76378
}
.pagetop {
  background-color: #e76378;
  height: 120px;
  position: relative
}
@media screen and (max-width:768px) {
  .pagetop {
    height: 80px
  }
}
.pagetop__btn {
  width: 80px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: -48px;
  left: 0
}
@media screen and (max-width:768px) {
  .pagetop__btn {
    top: -27px
  }
}
.pagetop__btn:hover .pagetop__btn-circle {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, .8)
}
.pagetop__btn-circle {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
@media screen and (max-width:768px) {
  .pagetop__btn-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 7px
  }
}
.pagetop__btn-circle2 {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .pagetop__btn-circle2 {
    width: 37px;
    height: 37px
  }
}
.pagetop__btn .icon {
  color: #e76378;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (max-width:768px) {
  .pagetop__btn .icon {
    font-size: 10px;
    -webkit-transform: scale(.8) rotate(180deg);
    -ms-transform: scale(.8) rotate(180deg);
    transform: scale(.8) rotate(180deg)
  }
}
.clinic__item-table td .icon:before, .pagetop__btn .icon:before {
  color: currentColor
}
.pagetop__btn-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .08em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff
}
@media screen and (max-width:768px) {
  .pagetop__btn-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1
  }
}
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background-color: #fff9fa;
  z-index: 1000;
  border-left: 6px solid #e76378;
  border-right: 6px solid #e76378;
  border-top: 6px solid #e76378;
  -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
  transition: all .3s cubic-bezier(.25, .46, .45, .94)
}
@media screen and (max-width:768px) {
  .global-header {
    height: 67px;
    border-left: 3px solid #e76378;
    border-right: 3px solid #e76378;
    border-top: 3px solid #e76378
  }
}
.global-header.is-fixed-before {
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}
.global-header.is-fixed {
  opacity: 1;
  position: fixed;
  height: 106px;
  background-color: #fff;
  border: none;
  border-top: 6px solid #e76378!important
}
@media screen and (max-width:768px) {
  .global-header.is-fixed {
    height: 67px;
    border-top: 3px solid #e76378!important
  }
}
.global-header.is-fixed .global-header__inner {
  height: 100px
}
@media screen and (max-width:768px) {
  .global-header.is-fixed .global-header__inner {
    height: 67px
  }
}
.global-header .inner {
  padding: 0 2%
}
@media screen and (max-width:768px) {
  .global-header .inner {
    padding: 0
  }
}
.global-header__inner {
  padding: 0 32px;
  width: 100%;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .global-header__inner {
    padding: 0 16px;
    height: 67px
  }
}
.global-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  opacity: 1;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  color: #333333
}
.global-header__logo img {
  display: block;
  width: 243px;
  margin-right: 20px
}
@media screen and (max-width:768px) {
  .global-header__logo img {
    width: 111.5px
  }
}
.global-header__logo span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .global-header__logo span {
    display: none
  }
}
.flow__step-item figure, .global-header__btn {
  display: block
}
@media screen and (max-width:768px) {
  .global-header__btn.btn-mid>span {
    font-size: 10px;
    font-size: 1.1rem;
    letter-spacing: -.04em
  }
}


.section {
  position: relative;
  margin: 0 0 156px
}
@media screen and (max-width:768px) {
  .section {
    margin: 0 0 50px
  }
}
.section__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 150px;
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fdeff1;
  position: relative
}
@media screen and (max-width:768px) {
  .section__title {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1
  }
}
.section__kv {
  position: relative;
  width: 100%;
  padding: 0 3.5%;
  margin: -48px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:768px) {
  .section__kv {
    margin: -18px 0 30px;
    padding: 0
  }
}
.section__kv-copy {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.44444;
  letter-spacing: .1em;
  position: relative;
  margin: 0 3.5%;
  top: -5px;
  z-index: 3
}
@media screen and (max-width:768px) {
  .section__kv-copy {
    font-size: 17px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 11px;
    top: 0
  }
}
.section__kv-copy small {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.6;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .section__kv-copy small {
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0
  }
}
.section__kv-copy b {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.73333;
  position: absolute;
  top: -7px;
  left: 52px
}
@media screen and (max-width:768px) {
  .section__kv-copy b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    top: 1px;
    left: 24px
  }
}
.section__kv-copy p, .section__kv-copy small {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}
.section__kv-box {
  width: calc(100% - 142px)
}
@media screen and (max-width:768px) {
  .section__kv-box {
    width: calc(100% - 65px)
  }
}
.section__kv-img {
  position: relative;
  z-index: -1
}
@media screen and (max-width:768px) {
  .section__kv-img {
    height: 278px
  }
}
.section__kv-img.is-animation {
  z-index: 1
}
.section__kv-img.is-animation:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}
.section__kv-img img {
  display: block;
  margin: 0 auto;
  width: 100%
}
@media screen and (max-width:768px) {
  .section__kv-img img {
    object-fit: cover;
    height: 100%
  }
}
.section__kv-text {
  margin: -80px 48px 70px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 43px 50px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .05em;
}
@media screen and (max-width:768px) {
  .section__kv-text {
    margin: -27px 0 0 -54px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 23px 18px;
    width: calc(100% + 40px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section__inner {
  padding: 0 8%;
  position: relative
}
@media screen and (max-width:768px) {
  .section__inner {
    padding: 0 17px
  }
}
.section__btn {
  background-color: #fff;
  padding: 56px 20px 66px;
  text-align: center
}
@media screen and (max-width:768px) {
  .section__btn {
    padding: 32px 17px 27px
  }
}
.section__btn-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.85714;
  letter-spacing: 0;
  text-decoration: underline;
  margin: 0 0 14px
}
@media screen and (max-width:768px) {
  .section__btn-title {
    font-size: 16px;
    font-size: 2rem;
	font-weight: 600;
    line-height: 1.5;
    letter-spacing: .1em;
    margin: 0 0 14px
  }
}
.section__btn-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 28px
}
@media screen and (max-width:768px) {
  .section__btn-lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .05em;
    margin: 0 0 11px
  }
}
.section__btn-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px
}
@media screen and (max-width:768px) {
  .section__btn-btns {
    margin: 0 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.section__btn-btns a {
  margin: 0 15px
}
@media screen and (max-width:768px) {
  .section__btn-btns a {
    margin: 0
  }
  .section__btn-btns a:first-child {
    margin-bottom: 15px
  }
}
.section__btn-attention {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .section__btn-attention {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: left
  }
}

.top-catchcopy{
  text-align: center;
}
.top-catchcopy p{
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 15px;
}
.top-catchcopy .section__kv-text p{
  margin-bottom: 15px;
}
.top-catchcopy .section__kv-text p:last-child{
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .top-catchcopy{
    margin: 0 auto 50px;
  }
  .top-catchcopy .section__kv-text{
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 23px 5px;
  }
  .top-catchcopy .section__kv-text p{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
.top-catchcopy .section__btn-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 28px;
}
.top-catchcopy .section__btn-attention {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231;
  letter-spacing: 0;
}
@media screen and (max-width:768px){
	.top-catchcopy .section__btn-lead {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      letter-spacing: .05em;
      margin: 0 0 11px;
	}
	.top-catchcopy .section__btn-attention {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.7;
      letter-spacing: .05em;
      text-align: left;
	}
}

.concept {
  margin: 0 0 156px
}
@media screen and (max-width:768px) {
  .concept {
    margin: 0 0 46px
  }
}
.concept .section__kv-copy {
  height: 566px
}
@media screen and (max-width:768px) {
  .concept .section__kv-copy {
    height: auto
  }
}
.concept__bg {
  position: absolute;
  top: 437px;
  left: 3.5%;
  width: 100vw;
  height: calc(100% - 540px);
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .concept__bg {
    left: 0;
    top: 177px
  }
}
.concept__items {
  margin: 0 0 100px
}
@media screen and (max-width:768px) {
  .concept__items {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.concept__item {
  width: 100%;
  display: block;
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .concept__item {
    width: 100%;
    margin: 0 0 30px
  }
}
.concept__item-img {
  background-color: #fdeff1;
  z-index: 1;
  position: relative;
}
.concept__item-img img {
  width: 100%;
  display: block;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .concept__item-img img {
    height: 42vw;
    object-fit: cover;
    object-position: top
  }
}
.concept__item-info {
  position: relative;
  padding: 43px 50px;
  text-align: center;
  background-color: #fff;
  margin: -80px 48px 0;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .concept__item-info {
    padding: 20px 10px 27px;
    margin: -20px 5% 0;
    width: 90%;
  }
}
.concept__item-title {
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 0 15px
}
@media screen and (max-width:768px) {
  .concept__item-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 13px
  }
}
.concept__item-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .concept__item-lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: .05em;
    text-align: left;
  }
  .concept__item-lead span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.about .section__title {
  text-align: right
}
.about .section__kv {
  margin-bottom: -60px
}
@media screen and (max-width:768px) {
  .about .section__kv-copy {
    position: absolute;
    top: 0;
    right: 35px
  }
}
.treatment {
  margin: 0 0 156px
}
@media screen and (max-width:768px) {
  .treatment {
    margin: 0 0 100px
  }
}
.treatment .section__kv {
  margin-bottom: -60px
}
.treatment__bg {
  position: absolute;
  top: 437px;
  left: 3.5%;
  width: 100vw;
  height: calc(100% - 540px);
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .treatment__bg {
    left: 0;
    top: 177px
  }
}
.treatment__section {
  background-color: #fff;
  padding: 72px 65px 80px;
  margin: 0 0 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .treatment__section {
    padding: 24px 17px 30px;
    margin: 0 0 30px
  }
}
.treatment__section-title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight:600;
  line-height: 1.15385;
  letter-spacing: .1em;
  text-decoration: underline;
  margin: 0 0 33px
}
@media screen and (max-width:768px) {
  .treatment__section-title {
    font-size: 17px;
    font-size: 1.8rem;
    font-weight:600;
    line-height: 1.66667;
    margin: 0 0 16px
  }
}
.treatment__section-lead {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em;
  margin: 0 0 34px
}
@media screen and (max-width:768px) {
  .treatment__section-lead {
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 1.66667;
    letter-spacing: .03em;
    margin: 0 0 63px;
    text-align: left
  }
  .treatment__section-lead span{
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .treatment__section-lead small{
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
  }
}
.treatment__section-subtitle {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1em;
  margin: 0 0 48px
}
@media screen and (max-width:768px) {
  .treatment__section-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.71429;
    letter-spacing: .1em;
    margin: 0 0 21px;
    text-align: left
  }
}
.treatment__section-table {
  width: 100%;
  border-top: 1px solid #c7d1d2;
  border-left: 1px solid #c7d1d2;
}
.treatment__section-table.is-type3 {
  width:85%;
  margin:0 auto
}
@media screen and (max-width:768px) {
  .treatment__section-table {
    display: none;
  }
  .treatment__section-table.is-type2 {
    display: block;
  }
}
.treatment__section-table.is-type2 th {
  width: 24%
}
@media screen and (max-width:768px) {
  .treatment__section-table.is-type2 th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c7d1d2;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.69231;
    letter-spacing: .1em;
    padding: 13px 14px;
    font-weight: 400
  }
}
.treatment__section-table.is-type2 td {
  width: 76%
}
@media screen and (max-width:768px) {
  .treatment__section-table.is-type2 td {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.81818;
    letter-spacing: .05em;
    padding: 16px 14px
  }
}
.treatment__section-table thead td {
  text-align: center;
  vertical-align: middle;
  padding: 23px 0
}
.treatment__section-table thead td {
  background-color: #e4e8f3
}
/*.treatment__section-table thead td:first-of-type {
  background-color: #e4e8f3
}
.treatment__section-table thead td:last-of-type {
  background-color: #ede9dd
}*/
.treatment__section-table thead td span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1em
}
.treatment__section-table thead td span:after {
  content: attr(data-ruby);
  position: absolute;
  top: -14px;
  left: 0
}
.treatment__section-table tbody tr td span{
  background: #f1f1f1;
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width:768px){
  .treatment__section-table-sp-text span{
    background: #f1f1f1;
    padding: 14px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    letter-spacing: .05em;
    margin-top: 6px;
    display: block;
  }
}
.treatment__section iframe{
  width: 650px;
  height: 420px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px){
  .treatment__section iframe{
    width: 100%;
    height: 160px;
  }
}

.clinic__item-table tr, .treatment__section-table tr {
  border-bottom: 1px solid #c7d1d2
}
.treatment__section-table td, .treatment__section-table th {
  text-align: left;
  letter-spacing: .1em;
  border-right: 1px solid #c7d1d2
}
.treatment__section-table th {
  background-color: #f1f5f5;
  padding: 23px 31px;
  width: 21%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875
}
.treatment__section-table td {
  padding: 20px;
  width: 38%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2
}
.treatment__section-table-sp {
  display: none
}
@media screen and (max-width:768px) {
  .treatment__section-table-sp, .treatment__section-table-sp ul {
    display: block
  }
  .treatment__section-table-sp ul li {
    display: block;
    margin: 0 0 20px;
    border: 1px solid #c7d1d2
  }
  .treatment__section-table-sp ul li p {
    border-bottom: 1px solid #c7d1d2
  }
  .treatment__section-table-sp ul li p:last-of-type {
    border-bottom: none
  }
  .treatment__section-table-sp-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .1em;
    background-color: #f1f5f5;
    padding: 18px 14px
  }
  .treatment__section-table-sp-subtitle1 {
    background-color: #e4e8f3;
    padding: 17px 14px
  }
  .treatment__section-table-sp-subtitle1 span, .treatment__section-table-sp-subtitle2 span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.36364;
    letter-spacing: .1em
  }
  .treatment__section-table-sp-subtitle1 span:after, .treatment__section-table-sp-subtitle2 span:after {
    content: attr(data-ruby);
    position: absolute;
    top: -11px;
    left: 0
  }
  .treatment__section-table-sp-subtitle2 {
    background-color: #ede9dd;
    padding: 17px 14px
  }
  .treatment__section-table-sp-text {
    padding: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.81818;
    letter-spacing: .05em
  }
  .treatment__section-table-sp .acMenu dt{
    position: relative;
  }
  .treatment__section-table-sp .acMenu dd{
    display: none;
  }
  .treatment__section-table-sp .acMenu dt::before{
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #e2eded;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #c8dbdb;
    color: #99adad;
    content: "\f067";
    padding: 2px 0 0 1px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    font-family: 'FontAwesome';
  }
  .treatment__section-table-sp .acMenu .active::before{
    content: "\f068";
    background: #c8dbdb;
  }
}
.treatment__section .js-conversion_clinic{
  margin: 50px auto 0;
}
@media screen and (max-width:768px){
  .treatment__section .js-conversion_clinic{
    margin-top: 20px;
  }
}
.flow .section__kv {
  margin-bottom: -60px
}
.flow .section__title {
  text-align: right
}
@media screen and (max-width:768px) {
  .flow .section__kv-copy {
    position: absolute;
    top: 0;
    right: 28px
  }
}
.flow__bg {
  position: absolute;
  top: 437px;
  right: 3.5%;
  width: 100vw;
  height: calc(100% - 540px);
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .flow__bg {
    right: 0;
    top: 177px
  }
}
.flow__step-item, .flow__step-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flow__step-items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.flow__step-item {
  width: 33.3%;
  border-right: 1px solid #c7d1d2;
  text-align: center;
  padding: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (max-width:768px) {
  .flow__step-item {
    width: 50%;
    padding: 10px
  }
  .flow__step-item:nth-child(2n) {
    border-right: none
  }
}
.flow__step-item:first-child {
  border-left: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .flow__step-item:first-child {
    border-left: none
  }
}
.flow__step-item:first-child, .flow__step-item:nth-child(2), .flow__step-item:nth-child(3) {
  border-bottom: 1px solid #c7d1d2
}
.flow__step-item:nth-child(4) {
  border-left: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .flow__step-item:nth-child(4) {
    border-left: none;
    border-bottom: 1px solid #c7d1d2
  }
}
.flow__step-item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: .1em;
  margin: 0 0 20px;
  width: 100%
}
@media screen and (max-width:768px) {
  .flow__step-item-title {
    display: none
  }
}
.flow__step-item-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: .1em;
  width: 100%
}
@media screen and (max-width:768px) {
  .flow__step-item-lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.81818
  }
}
.flow__step-item-no {
  color: #e76378;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .08em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 12px
}
@media screen and (max-width:768px) {
  .flow__step-item-no {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }
}
.flow__step-item figure>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 101px;
  margin: 0 0 10px
}
@media screen and (max-width:768px) {
  .flow__step-item figure>div {
    height: 70px;
    margin: 0 0 15px
  }
}
.flow__step-item figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}
.flow__step-item figure img[src*="step1.png"] {
  width: 103px
}
@media screen and (max-width:768px) {
  .flow__step-item figure img[src*="step1.png"] {
    width: 71.5px
  }
}
.flow__step-item figure img[src*="step2.png"] {
  width: 78px
}
@media screen and (max-width:768px) {
  .flow__step-item figure img[src*="step2.png"] {
    width: 56px
  }
}
.flow__step-item figure img[src*="step3.png"] {
  width: 131px
}
@media screen and (max-width:768px) {
  .flow__step-item figure img[src*="step3.png"] {
    width: 91.5px
  }
}
.flow__step-item figure img[src*="step4.png"] {
  width: 96px
}
@media screen and (max-width:768px) {
  .flow__step-item figure img[src*="step4.png"] {
    width: 67.5px
  }
}
.flow__step-item figure img[src*="step5.png"] {
  width: 99px
}
@media screen and (max-width:768px) {
  .flow__step-item figure img[src*="step5.png"] {
    width: 70px
  }
}
.flow__step-item figure figcaption {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.76471;
  letter-spacing: .1em;
  height: 54px
}
@media screen and (max-width:768px) {
  .flow__step-item figure figcaption {
    font-size: 13px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.66667;
    letter-spacing: .05em
  }
}
.flow__step-item figure figcaption small {
  display: block;
  margin: -6px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .flow__step-item figure figcaption small {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 5px 0 0
  }
}
.flow__price-title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .1em;
  margin: 0 0 22px;
  padding: 14px 0 0
}
@media screen and (max-width:768px) {
  .flow__price-title {
    font-size: 15px;
    font-size: 1.6rem;
    line-height: 1
  }
}
.flow__price-title strong {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1
}
@media screen and (max-width:768px) {
  .flow__price-title strong {
    font-size: 18px;
    font-size: 1.9rem;
    line-height: 1
  }
}
.flow__price-lead {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em;
  margin: 0 0 43px
}
.flow__price-lead-caption {
  display:block;
  line-height: 1.6;
  margin: 15px 0 0
}
@media screen and (max-width:768px) {
  .flow__price-lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: .05em;
    text-align: left;
    margin: 0 0 26px;
    text-align: center;
  }
  .flow__price-lead-caption {
    display:block;
    line-height: 1.6;
    margin: 15px 0 0
  }
}
.flow__price-lead strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.66667;
}
@media screen and (max-width:768px){
  .flow__price-lead strong{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.flow__price-list-title {
  text-align: center;
  background-color: #f1f5f5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  margin: 0 0 50px;
  padding: 30px 20px
}
@media screen and (max-width:768px) {
  .flow__price-list-title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.84615;
    margin: 0 0 30px;
    padding: 14px 10px
  }
}_price-list-items {
  margin: 0 0 45px
}
@media screen and (max-width:1200px) {
  .flow__price-list-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (max-width:1200px) and (max-width:768px) {
  .flow__price-list-items {
    margin: 0 0 18px
  }
}
.flow__price-list-item {
  display: block;
}
@media screen and (max-width:1200px) {
  .flow__price-list-item {
    width: 100%
  }
}
.flow__price-list-item:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7d1d2
}
@media screen and (max-width:1200px) {
  .flow__price-list-item:first-child {
    border-right: none;
    margin-bottom: 40px;
    padding-right: 0
  }
}
@media screen and (max-width:768px) {
  .flow__price-list-item:first-child {
    margin-bottom: 23px
  }
}
.flow__price-list-item:last-child {
  /* padding-left: 30px */
}
@media screen and (max-width:1200px) {
  .flow__price-list-item:last-child {
    padding-left: 0
  }
}
.flow__price-list-item:last-child .flow__price-list-item-title {
  background-color: none
}
@media screen and (max-width:768px){
  .flow__price-list-item:last-child .flow__price-list-item-title{
    padding-bottom: 0;
  }
}
.flow__price-list-item-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
  background-color: none;
  margin: 0 0 20px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.07143;
    padding: 13px 10px;
    margin: 0 0 13px
  }
}
.flow__price-list-item-title small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}
@media screen and (max-width:768px) {
  .flow__price-list-item-title small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    display: block;
    margin-bottom: -7px
  }
}
.flow__price-list-item-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1 {
    margin: 0 0 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.flow__price-list-item-type1-box1 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
  width: 200px;
  height: 60px;
  background-color: #ede9dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-box1 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.36364;
    width: 55px;
    height: 35px
  }
}
.flow__price-list-item-type1-plus {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/flow/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-plus {
    width: 8px;
    height: 8px;
    margin: 0 8px
  }
}
.flow__price-list-item-type1-box2 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .1em;
  width: 200px;
  height: 60px;
  background-color: #e4e8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-box2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.36364;
    width: 55px;
    height: 35px
  }
}
.flow__price-list-item:last-child .flow__price-list-item-type1{
  margin-bottom: 20px;
}
.flow__price-list-item:last-child .flow__price-list-item-type2{
  margin-bottom: 10px;
}
.flow__price-list-item:last-child .flow__price-list-item-type1-box1,.flow__price-list-item:last-child .flow__price-list-item-type1-box2{
  height: 50px;
}
@media screen and (max-width:768px){
  .flow__price-list-item:last-child .flow__price-list-item-type1-box1,.flow__price-list-item:last-child .flow__price-list-item-type1-box2{
    height: 20px;
  }
}
.flow__price-list-item:last-child .flow__price-list-item-type2-box1,.flow__price-list-item:last-child .flow__price-list-item-type2-box2{
  height: 30px;
}

.flow__price-list-item-type1-equal {
  display: block;
  width: 15px;
  height: 7px;
  background-image: url(../images/flow/equal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-equal {
    width: 8px;
    height: 5px;
    margin: 0 8px
  }
}
.flow__price-list-item-type1-sum {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-sum {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .01em
  }
}
.flow__price-list-item-type1-sum small {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type1-sum small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
  }
}
.flow__price-list-item-type2 {
  padding: 10px;
  border: 1px solid #c7d1d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type2 {
    padding: 5px;
    margin: 0 0 15px
  }
}
.flow__price-list-item-type2:last-of-type {
  margin: 0
}
.flow__price-list-item-type2-box1 {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .1em;
  width: 84px;
  height: 60px;
  background-color: #ede9dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type2-box1 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.36364;
    width: 55px;
    height: 40px;
    margin: 0 10px 0 0
  }
}
.flow__price-list-item-type2-box2 {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .1em;
  width: 84px;
  height: 60px;
  background-color: #e4e8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 0 0
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type2-box2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.36364;
    width: 55px;
    height: 40px;
    margin: 0 10px 0 0
  }
}
.flow__price-list-item-type2-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type2-text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5
  }
}
.flow__price-list-item-type2-plus {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/flow/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px
}
@media screen and (max-width:768px) {
  .flow__price-list-item-type2-plus {
    width: 8px;
    height: 8px;
    margin: 0 5px
  }
}
.flow__price-attention {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76471;
  letter-spacing: .1em;
  text-decoration: underline;
  margin: 0 0 22px
}
@media screen and (max-width:768px) {
  .flow__price-attention {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.69231;
    text-decoration: none;
    text-align: left;
    margin: 0 0 14px
  }
}
.flow__price-attention-list {
  display: block;
  border: 1px solid #c7d1d2;
  padding: 41px 54px;
  margin: 0 0 45px
}
@media screen and (max-width:768px) {
  .flow__price-attention-list {
    padding: 20px 13px 10px;
    margin: 0 0 26px
  }
}
.flow__price-attention-list li, .flow__price-example-box-list dd, .flow__price-example-box-list dt {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em
}
.flow__price-attention-list li {
  position: relative;
  padding-left: 16px
}
@media screen and (max-width:768px) {
  .flow__price-attention-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.66667;
    padding-left: 12px;
    margin-bottom: 13px
  }
}
.flow__price-attention-list li:after, .flow__price-example-box-list dt:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e76378
}
@media screen and (max-width:768px) {
  .flow__price-attention-list li:after {
    top: 7px;
    width: 6px;
    height: 6px
  }
}
.flow__price-example {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: underline;
  margin: 0 0 35px
}
@media screen and (max-width:768px) {
  .flow__price-example {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 18px;
    text-decoration: none;
    text-align: left
  }
}
.flow__price-example-caption {
  display:block;
  margin:10px 0 0 auto;
  width:34em;
}
@media screen and (max-width:768px) {
  .flow__price-example-caption {
    display:block;
    margin:10px 0 0 0;
  font-size: 1.2rem;
  }
}
.flow__price-example-box {
  padding: 37px 50px 22px;
  border: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .flow__price-example-box {
    padding: 22px 13px 13px
  }
}
.flow__price-example-box-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: .1em;
  border-bottom: 1px solid #c7d1d2;
  padding: 0 0 23px;
  margin: 0 0 24px
}
@media screen and (max-width:768px) {
  .flow__price-example-box-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53846;
    padding: 0 0 17px;
    margin: 0 0 15px
  }
}
.flow__price-example-box-list {
  display: block
}
.flow__price-example-box-list dt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76471;
  padding-left: 20px;
  position: relative;
  margin: 0 0 6px
}
@media screen and (max-width:768px) {
  .flow__price-example-box-list dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.66667;
    padding-left: 13px;
    margin: 0 0 7px
  }
}
.flow__price-example-box-list dt:after {
  left: 4px
}
@media screen and (max-width:768px) {
  .flow__price-example-box-list dt:after {
    top: 8px;
    left: 1px;
    width: 6px;
    height: 6px
  }
}
.flow__price-example-box-list dd {
  padding: 0 0 0 20px;
  margin: 0 0 16px
}
@media screen and (max-width:768px) {
  .flow__price-example-box-list dd {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.63636;
    padding: 0 0 0 13px;
    margin: 0 0 16px
  }
}
.beginner .section__kv {
  margin-bottom: -60px
}
.beginner__items {
  display: block;
  border: 1px solid #c7d1d2;
  padding: 31px 49px 20px;
  margin: 44px 0 20px
}
@media screen and (max-width:768px) {
  .beginner__items {
    padding: 17px 12px 20px;
    margin: 27px 0 20px
  }
}
.beginner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #c7d1d2;
  padding: 0 0 30px;
  margin: 0 0 25px
}
@media screen and (max-width:768px) {
  .beginner__item {
    padding: 0 0 19px;
    margin: 0 0 18px
  }
}
.beginner__item:last-child {
  border: none;
  margin: 0 0 -17px
}
.beginner__item-no, .beginner__qa-item-q i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #e76378;
  border-radius: 25px;
  margin: 0 20px 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff
}
@media screen and (max-width:768px) {
  .beginner__item-no {
    width: 35px;
    height: 35px;
    margin: 0 14px 0 0;
    font-size: 11px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .08em;
  }
}
.beginner__item-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: .1em;
  width: calc(100% - 50px)
}
@media screen and (max-width:768px) {
  .beginner__item-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
    width: calc(100% - 49px)
  }
}
.beginner__point {
  display: block;
  padding: 11px 0 0;
  margin: 0 0 -22px
}
.beginner__point dt {
  display: block;
  padding: 26px 33px;
  background-color: #f1f5f5;
  margin: 0 0 22px
}
@media screen and (max-width:768px) {
  .beginner__point dt {
    padding: 18px 16px;
    margin: 0 0 14px
  }
}
.beginner__point dt i {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .08em;
  color: #e76378;
  margin: 0 0 4px
}
@media screen and (max-width:768px) {
  .beginner__point dt i {
    font-size: 12px;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 0 8px
  }
}
.beginner__point dd, .beginner__point dt span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1em;
  margin: 0 0 -5px
}
@media screen and (max-width:768px) {
  .beginner__point dt span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0
  }
}
.beginner__point dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 37px
}
@media screen and (max-width:768px) {
  .beginner__point dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.66667;
    letter-spacing: .05em;
    margin: 0 0 27px
  }
}
.beginner__qa {
  display: block;
  margin: 50px 0 0
}
@media screen and (max-width:768px) {
  .beginner__qa {
    margin: 29px 0 0
  }
}
.beginner__qa-item {
  display: block;
  padding: 30px 50px;
  border: 1px solid #c7d1d2;
  margin: 0 0 50px
}
@media screen and (max-width:768px) {
  .beginner__qa-item {
    padding: 17px 13px 25px;
    margin: 0 0 20px
  }
}
.beginner__qa-item:last-child {
  margin: 0
}
.beginner__qa-item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 22px;
  margin: 0 0 24px;
  border-bottom: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .beginner__qa-item-q {
    padding: 0 0 19px;
    margin: 0 0 15px
  }
  .beginner__qa-item-q i {
    width: 35px;
    height: 35px;
    margin: 0 17px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .08em
  }
}
.beginner__qa-item-q span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: .1em;
  display: block;
  width: calc(100% - 50px)
}
@media screen and (max-width:768px) {
  .beginner__qa-item-q span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.53846;
    width: calc(100% - 52px)
  }
}
.beginner__qa-item-a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em
}
.beginner__qa-item-a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 22px 0 0
}
@media screen and (max-width:768px) {
  .beginner__qa-item-a figure {
    margin: 12px 0 0;
    display: block
  }
}
.beginner__qa-item-a figure figcaption {
  display: block;
  margin: 0 20px 0 0
}
@media screen and (max-width:768px) {
  .beginner__qa-item-a figure figcaption {
    margin: 0 0 14px
  }
  .beginner__qa-item-a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: .05em
  }
}
img[src*=card] {
  width: 201px;
  max-width: 100%
}
@media screen and (max-width:768px) {
  img[src*=card] {
    width: 234.5px
  }
}
.manifesto .section__title {
  text-align: right
}
.manifesto .section__kv {
  margin-bottom: -60px
}
.manifesto .beginner__point{

}
.manifesto .beginner__point dt{
  margin: 0;
  padding-top: 30px;
  padding-bottom: 16px;
}
.manifesto .beginner__point dd{
  padding: 0 33px 26px 33px;
  /*border-bottom: 1px solid #dddddd;*/
  background: #f1f5f5;
  padding-bottom: 26px;
}
.clinic .section__title {
  text-align: right
}
.clinic .section__kv {
  margin-bottom: -60px
}
.clinic__items {
  display: block;
  padding: 26px 0 0
}
@media screen and (max-width:768px) {
  .clinic .section__kv-copy {
    position: absolute;
    top: 0;
    right: 28px
  }
}
.clinic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 78px;
  position: relative
}
@media screen and (max-width:768px) {
  .clinic__item {
    display: block;
    margin: 0 0 31px
  }
}
.clinic__item:last-child {
  margin: 0 0 10px
}
.clinic__item-img {
  width: calc(100% - 520px);
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .clinic__item-img {
    width: 100%;
    margin: 0 0 19px
  }
}
.clinic__item-img img {
  display: block;
  margin: 0 auto;
  width: 100%
}
.clinic__item-info {
  width: 480px;
}
@media screen and (max-width:768px) {
  .clinic__item-info {
    width: 100%
  }
}
.clinic__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #c7d1d2;
  padding: 0 0 19px;
  margin: 0 0 25px
}
@media screen and (max-width:768px) {
  .clinic__item-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 19px;
    margin: 0 0 16px
  }
}
.clinic__item-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .clinic__item-title {
    font-size: 16px;
    font-size: 1.7rem;
    line-height: 1.07143;
    letter-spacing: .05em
  }
}
.clinic__item-area {
  width: 84px;
  padding: 6px 0;
  text-align: center;
  background-color: #e76378;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .clinic__item-area {
    width: 47px;
    padding: 6px 0;
    font-size: 10px;
    font-size: 1.3rem;
    line-height: 1
  }
}
.clinic__item-data {
  display: block;
  margin: 0 0 26px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .clinic__item-data {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: .05em;
    margin: 0 0 18px
  }
}
.clinic__item-data dt {
  display: block;
  width: 86px;
  float: left
}
@media screen and (max-width:768px) {
  .clinic__item-data dt {
    width: 64px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clinic__item-data dd {
  margin: 0 0 17px 86px
}
@media screen and (max-width:768px) {
  .clinic__item-data dd {
    margin: 0 0 10px 64px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clinic__item-data dd a {
  color: #e76378;
  display: inline-block;
  margin-top: 3px
}
.clinic__item-data dd a i {
  margin-right: 6px
}
.clinic__item-data dd a span {
  text-decoration: underline
}
@media screen and (max-width:768px) {
  .clinic__item-table-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 17px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.clinic__item-table {
  width: 100%;
  border-top: 1px solid #c7d1d2;
  border-left: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .clinic__item-table {
    width: 490px
  }
}
.clinic__item-table thead, .clinic__item-table thead td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .clinic__item-table thead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1
  }
}
.clinic__item-table thead tr {
  background-color: #fff9fa
}
.clinic__item-table thead td {
  height: 51px
}
@media screen and (max-width:768px) {
  .clinic__item-table thead td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    height: 33px
  }
}
.clinic__item-table tbody th {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #e76378
}
@media screen and (max-width:768px) {
  .clinic__item-table tbody th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5
  }
}
.clinic__item-table td, .clinic__item-table th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #c7d1d2
}
.clinic__item-table th {
  font-weight: 400;
  width: 116px
}
@media screen and (max-width:768px) {
  .clinic__item-table th {
    width: 89px
  }
}
.clinic__item-table td {
  width: 53px;
  height: 73px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .clinic__item-table td {
    height: 54px
  }
}
.clinic__item-table td b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  background-color: #e76378;
  margin: 0 auto;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .08em
}
.clinic__item-table td .icon {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(90deg) scale(.6);
  -ms-transform: rotate(90deg) scale(.6);
  transform: rotate(90deg) scale(.6);
  color: #e76378
}
.clinic__item-small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #9a002f;
}
@media screen and (max-width:768px) {
  .clinic__item-small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    position: static;
    display: block;
    margin: 10px 0 0
  }
}
.movie {
  position: relative;
  padding: 50px 0 100px;
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  .movie {
    padding: 0 0 30px;
    margin-top: -10px
  }
}
.movie__bg {
  width: 140vw;
  height: 100%;
  background-color: #fdeff1;
  position: absolute;
  top: 130px;
  left: -100px
}
@media screen and (max-width:768px) {
  .movie__bg {
    top: 50px
  }
}
.movie__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:768px) {
  .movie__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.movie__item {
  display: block;
  width: calc(25% - 22px)
}
@media screen and (max-width:768px) {
  .movie__item {
    width: calc(50% - 10px);
    margin: 0 0 22px
  }
}
.doctor__item>a, .movie__item>a {
  display: block;
  color: #333333
}
.movie__item>a:hover .movie__item-img img {
  opacity: .8
}
@media screen and (max-width:768px) {
  .movie__item>a:hover .movie__item-img img {
    opacity: 1
  }
}
.movie__item-img {
  margin: 0 0 17px;
  position: relative;
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .movie__item-img {
    margin: 0 0 11px
  }
}
.movie__item-img img, .movie__item-play {
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94)
}
.movie__item-img img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1
}
.movie__item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-color: #e76378;
  border-radius: 35px
}
.movie__item-play i {
  display: block;
  margin-bottom: 4px;
  margin-left: 2px
}
.movie__item-play span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .08em;
  font-family: "Lato", sans-serif;
  font-weight: 700
}
.movie__item-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
  letter-spacing: 0
}
@media screen and (max-width:768px) {
  .movie__item-title {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7
  }
}
.doctor__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 60px
}
@media screen and (max-width:768px) {
  .doctor__box {
    margin: 0 0 25px;
    display: block
  }
}
.doctor__box-img {
  width: calc(50% - 20px);
  display: block;
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .doctor__box-img {
    width: 100%
  }
}
.doctor__box-img img, .doctor__item-img img, .movie__item-img img {
  display: block;
  margin: 0 auto;
  width: 100%
}
.doctor__box-info {
  width: calc(50% - 20px);
  padding: 13px 0 0
}
@media screen and (max-width:768px) {
  .doctor__box-info {
    width: 100%;
    padding: 11px 0 0
  }
}
.doctor__box-area {
  display: block;
  margin: 0 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .doctor__box-area {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .05em;
    margin: 0 0 6px
  }
}
.doctor__box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15385;
  letter-spacing: .1em;
  margin: 0 0 16px
}
@media screen and (max-width:768px) {
  .doctor__box-name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    margin: 0 0 16px
  }
}
.doctor__box-name span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  margin: 0 5px 0 0
}
@media screen and (max-width:768px) {
  .doctor__box-name span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
  }
}
.doctor__box-comment {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: .1em;
  padding: 0 0 26px;
  margin: 0 0 22px;
  border-bottom: 1px solid #c7d1d2
}
@media screen and (max-width:768px) {
  .doctor__box-comment {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.72727;
    letter-spacing: .05em;
    padding: 0 0 16px;
    margin: 0 0 16px
  }
}
.doctor__box-history {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .doctor__box-history {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818;
    letter-spacing: .05em
  }
}
.doctor__box-history dt {
  display: block;
  float: left;
  width: 100px
}
@media screen and (max-width:768px) {
  .doctor__box-history dt {
    width: 73px
  }
}
.doctor__box-history dd {
  display: block;
  margin: 0 0 9px 100px
}
@media screen and (max-width:768px) {
  .doctor__box-history dd {
    margin: 0 0 3px 73px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.doctor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 52px
}
@media screen and (max-width:768px) {
  .doctor__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
  }
}
.doctor__item {
  display: block;
  width: calc(25% - 30px)
}
@media screen and (max-width:768px) {
  .doctor__item {
    width: calc(50% - 10px);
    margin: 0 20px 30px 0
  }
  .doctor__item:nth-child(2n) {
    margin-right: 0
  }
}
.doctor__item>a:hover .doctor__item-img img {
  opacity: .8
}
.doctor__item>a:hover .doctor__item-link {
  color: #007d82
}
.doctor__item-img {
  margin: 0 0 20px;
  background-color: #fdeff1
}
@media screen and (max-width:768px) {
  .doctor__item-img {
    margin: 0 0 12px
  }
}
.doctor__item-img img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94)
}
.doctor__item-area {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  margin: 0 0 7px
}
@media screen and (max-width:768px) {
  .doctor__item-area {
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 0 0 5px
  }
}
.doctor__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: .1em;
  margin: 0 0 7px
}
@media screen and (max-width:768px) {
  .doctor__item-name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.15385;
    margin: 0 0 9px
  }
}
.doctor__item-name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  margin: 0 5px 0 0
}
@media screen and (max-width:768px) {
  .doctor__item-name span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .05em;
    margin: 0 6px 0 0
  }
}
.doctor__item-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: .1em;
  color: #e76378;
  text-decoration: underline;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  opacity: 1
}
@media screen and (max-width:768px) {
  .doctor__item-link {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .05em
  }
}
.doctor__data {
  text-align: center;
  padding: 30px 28px 48px;
  border: 1px solid #c7d1d2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .1em
}
@media screen and (max-width:768px) {
  .doctor__data {
    padding: 20px 15px 26px;
    font-size: 12px;
    font-size: 1.5rem;
    line-height: 1.66667;
    letter-spacing: .05em;
    text-align: left
  }
}
.popup.is-doctor .popup__screen-close {
  top: -90px;
  right: -30px
}
@media screen and (max-width:768px) {
  .popup.is-doctor .popup__screen-close {
    top: 0;
    right: 0
  }
  .popup.is-doctor .popup__screen {
    overflow-y: scroll;
    padding-top: 1px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.popup.is-doctor .doctor__box {
  background-color: #fff;
  padding: 50px 65px
}
@media screen and (max-width:768px) {
  .popup.is-doctor .doctor__box {
    margin: 20px 0 0;
    padding: 17px
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(231, 99, 120, .8);
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94)
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.popup, .popup .inner, .popup .section__inner {
  height: 100%
}
.popup__inner, .popup__screen {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.popup__screen {
  position: relative;
  max-height: 60vh
}
@media screen and (max-width:768px) {
  .popup__screen {
    height: 100%;
    max-height: 80vh;
    -webkit-overflow-scrolling: touch;
    padding: 17px
  }
}
.popup__screen-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #e76378;
  color: #fff;
  -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px
}
@media screen and (max-width:768px) {
  .popup__screen-close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -10px;
    z-index: 1000
  }
}
.popup__screen-close:hover {
  background-color: #007d82
}
.popup__screen-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}
.popup__screen-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.js-scroll-fade {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: opacity .8s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .8s cubic-bezier(.25, .46, .45, .94);
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), opacity .8s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
}
@media screen and (max-width:768px) {
  .js-scroll-fade {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px)
  }
}
.js-scroll-fade.is-animation, .js-scroll-fade.is-delay {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
.js-scroll-fade.is-animation {
  opacity: 1
}
.js-scroll-fade.is-delay {
  -webkit-transition-delay: .34s;
  transition-delay: .34s
}
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden!important;
  -ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto!important
  }
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps {
    overflow: auto!important
  }
}
.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail {
  display: block;
  background-color: #c7d1d2
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail, .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
  background-color: #eee
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x, .ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  background-color: #999;
  height: 11px
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y, .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #999;
  width: 11px
}
.ps>.ps__scrollbar-x-rail, .ps>.ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear
}
.ps>.ps__scrollbar-x-rail {
  bottom: 0;
  height: 1px;
  opacity: 1
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x, .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  position: absolute;
  background-color: #e76378;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  bottom: -1px;
  height: 3px
}
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
  height: 11px
}
.ps>.ps__scrollbar-y-rail {
  opacity: 0;
  right: 0;
  width: 2px
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  right: 0;
  width: 2px
}
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  width: 11px
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail, .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail, .ps:hover>.ps__scrollbar-x-rail:hover, .ps:hover>.ps__scrollbar-y-rail:hover {
  background-color: #eee
}
.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x, .ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  background-color: #999
}
.is-ie11 .btn span, .is-ie11 .global-header__logo span, .is-ie11 .mainvisual__lead p, .is-ie11 .mainvisual__title p {
  padding-top: 5px
}
.is-ie11 .concept .section__kv-copy {
  height: 566px
}
.is-android .about .section__kv-copy, .is-android .clinic .section__kv-copy, .is-android .flow .section__kv-copy {
  right: 0
}
