* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: 'Noto Sans CJK JP', sans-serif;
  color: #231815;
  margin: 0;
}

@media (min-width: 768px) {
  body {
    min-width: 1140px;
    font-size: 18px;
  }
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

picture {
  display: block;
}

.only-pc, .only-pc-inline {
  display: none;
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
  .only-pc-inline {
    display: inline;
  }
}

.wrapper, .wrapper-width {
  width: 100%;
  position: relative;
  padding: 0 15px;
}

@media (min-width: 425px) {
  .wrapper, .wrapper-width {
    padding: 0 calc((100% - 395px)/2);
  }
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0 calc((100% - 1000px)/2);
  }
}

@media (min-width: 768px) {
  .wrapper-width {
    padding: 0 calc((100% - 1100px)/2);
  }
}

/*--  header  -----------------------------------------------------*/
header {
  position: relative;
  padding-top: 12px;
}

header .tagline {
  font-size: 10px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  font-weight: lighter;
  text-align: center;
}

header .content {
  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;
  padding: 10px 16px;
}

header .content .logo {
  width: 30%;
  margin-right: 12%;
}

header .content .tel {
  width: 40%;
}

header .content .btn {
  width: 10%;
  cursor: pointer;
}

header .content .btn.none {
  display: none;
}

header .menu {
  display: none;
  width: 100%;
  background-color: #1d4e90;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 99;
  padding: 0 20px;
}

header .menu.active {
  display: block;
}

header .menu li {
  border-bottom: 1px solid white;
}

header .menu li:last-child {
  border-bottom: none;
}

header .menu li a {
  display: block;
  height: 48px;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 48px;
}

header .menu li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url(../img/header/nav-direction.png);
  background-position: center;
  background-size: cover;
  margin-right: 4px;
}

@media (min-width: 768px) {
  header {
    padding-top: 0;
  }
  header .tagline {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid #231815;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  header .content {
    padding: 24px calc((100% - 1000px)/2);
  }
  header .content .logo {
    width: 185px;
  }
  header .content .tel {
    width: 350px;
  }
  header .content .btn {
    display: none;
  }
  header .menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: none;
            transform: none;
    padding: 0 calc((100% - 1000px)/2);
  }
  header .menu li {
    border-bottom: none;
  }
}

/*--  fv  -----------------------------------------------------*/
.fv {
  height: 450px;
  background-image: url(../img/fv/back-sp.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) {
  .fv {
    height: 670px;
    background-image: url(../img/fv/back-pc.jpeg);
    padding-top: 34px;
  }
}

.fv .content {
  width: 96%;
  position: absolute;
  top: 322px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 425px) {
  .fv .content {
    width: 410px;
  }
}

@media (min-width: 768px) {
  .fv .content {
    width: 741px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fv .top-title {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .fv .top-title {
    width: 665px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
    margin-bottom: 15px;
  }
}

.fv .fv-reason .title {
  width: 88%;
  margin: 0 auto 12px;
}

@media (min-width: 768px) {
  .fv .fv-reason .title {
    width: 518px;
    margin-bottom: 19px;
  }
}

.fv .fv-reason .items {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fv .fv-reason .items {
    width: 100%;
    margin: 0;
  }
}

.fv .fv-reason .items li {
  width: 21.2%;
}

@media (min-width: 768px) {
  .fv .fv-reason .items li {
    width: 22.2%;
  }
}

/*--  fv-bottom  -----------------------------------------------------*/
.fv-bottom {
  background-color: #FFFFE3;
  padding-top: calc(100vw * 0.49);
  padding-bottom: 31px;
}

@media (min-width: 425px) {
  .fv-bottom {
    padding-top: 220px;
  }
}

@media (min-width: 768px) {
  .fv-bottom {
    position: relative;
    padding-top: 216px;
    padding-bottom: 61px;
  }
}

@media (min-width: 768px) {
  .fv-bottom .content {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 50px;
  }
}

.fv-bottom .fv-bottom-fee {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-fee {
    width: 586px;
    margin-bottom: 0;
  }
}

.fv-bottom .fv-bottom-cta {
  width: 84%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-cta {
    width: 486px;
    margin: 0;
  }
}

.fv-bottom .fv-bottom-cta .img.web {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-cta .img.web {
    margin-bottom: 22px;
  }
}

.fv-bottom .fv-bottom-cta .img.tel {
  margin-bottom: 46px;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-cta .img.tel {
    width: 66%;
    margin: 0 auto;
  }
}

.fv-bottom .fv-bottom-caution {
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 34px 18px 21px;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-caution {
    border-radius: 15px;
    padding: 55px 30px  40px;
  }
}

.fv-bottom .fv-bottom-caution .title {
  width: 84%;
  height: 41px;
  font-weight: bold;
  color: white;
  background-color: #1d4e90;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-caution .title {
    width: 699px;
    height: 50px;
    font-size: 24px;
    border-radius: 10px;
  }
}

.fv-bottom .fv-bottom-caution .text {
  font-size: 15px;
  font-weight: bold;
  color: #1d4e90;
  text-align: center;
}

@media (min-width: 768px) {
  .fv-bottom .fv-bottom-caution .text {
    font-size: 22px;
  }
}

/*--  feature  -----------------------------------------------------*/
.feature {
  text-align: center;
  padding-top: 27px;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .feature {
    padding-top: 72px;
    padding-bottom: 65px;
  }
}

.feature .top-title1 {
  font-size: 18px;
  font-weight: 500;
  color: #1d4e90;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .feature .top-title1 {
    font-size: 30px;
  }
}

.feature .wrap-title {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .feature .wrap-title {
    width: 750px;
    margin: 0 auto 20px;
  }
}

.feature .top-title2 {
  font-size: 18px;
  font-weight: 500;
  color: #1d4e90;
  line-height: 1.5;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .feature .top-title2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.feature .content {
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .feature .content {
    overflow-x: visible;
  }
}

.feature .items {
  width: 450%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .feature .items {
    width: 100%;
    margin-bottom: -57px;
  }
}

.feature .items li {
  width: 18.5%;
  text-align: left;
}

@media (min-width: 768px) {
  .feature .items li {
    width: 314px;
    margin-bottom: 57px;
  }
}

@media (min-width: 768px) {
  .feature .items li:nth-child(4) {
    margin-left: 197px;
  }
}

@media (min-width: 768px) {
  .feature .items li:nth-child(5) {
    margin-right: 197px;
  }
}

.feature .items li .img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .feature .items li .img {
    margin-bottom: 20px;
  }
}

.feature .items li .title {
  font-size: 22px;
  font-weight: 500;
  color: #FF6366;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .feature .items li .title {
    font-size: 28px;
    margin-bottom: 6px;
  }
}

/*--  worry  -----------------------------------------------------*/
.worry {
  background-color: #F0F7FF;
  padding-top: 30px;
  padding-bottom: 41px;
}

@media (min-width: 768px) {
  .worry {
    padding-top: 78px;
    padding-bottom: 88px;
  }
}

.worry .wrap-title {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .worry .wrap-title {
    width: 625px;
    margin: 0 auto 40px;
  }
}

.worry .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.worry .items li {
  width: 47.5%;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .worry .items li {
    width: 249px;
    margin-bottom: 54px;
  }
}

.worry .items li .img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .worry .items li .img {
    margin-bottom: 17px;
  }
}

.worry .items li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worry .items li .check {
  width: 29px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 6px;
}

@media (min-width: 768px) {
  .worry .items li .check {
    width: 43px;
    padding-top: 9px;
    margin-right: 11px;
  }
}

.worry .items li .text {
  font-size: 17px;
  font-weight: 500;
  color: #FF6366;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .worry .items li .text {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .worry .items li .text.space {
    letter-spacing: -0.15px;
  }
}

.worry .arrow {
  width: 17%;
  margin: 0 auto 31px;
}

@media (min-width: 768px) {
  .worry .arrow {
    width: 84px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .worry .bottom-title {
    width: 714px;
    margin: 0 auto;
  }
}

/*--  contact  -----------------------------------------------------*/
.contact {
  background-color: #FFFFE3;
  padding-top: 31px;
  padding-bottom: 31px;
}

@media (min-width: 768px) {
  .contact {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.contact .web {
  width: 84%;
  margin: 0 auto 16px;
}

@media (min-width: 768px) {
  .contact .web {
    width: 486px;
    margin-bottom: 24px;
  }
}

.contact .tel {
  width: 84%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contact .tel {
    width: 325px;
  }
}

/*--  vbeam  -----------------------------------------------------*/
.vbeam {
  padding-top: 27px;
  padding-bottom: 26px;
}

@media (min-width: 768px) {
  .vbeam {
    padding-top: 82px;
    padding-bottom: 73px;
  }
}

.vbeam .wrap-title {
  width: 63%;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .vbeam .wrap-title {
    width: 373px;
    margin-bottom: 20px;
  }
}

.vbeam .top-title {
  font-size: 18px;
  font-weight: 500;
  color: #1d4e90;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .vbeam .top-title {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.vbeam .add-content {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .vbeam .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 90px;
  }
  .vbeam .add-content {
    margin-bottom: 90px;
  }
}

.vbeam .machine {
  width: 48%;
  margin: 0 auto 21px;
}

@media (min-width: 768px) {
  .vbeam .machine {
    width: 425px;
    margin: 0;
  }
}

.vbeam .red {
  font-weight: bold;
  color: #FF6366;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .vbeam .explanation {
    width: 500px;
  }
}

.vbeam .explanation .top-text {
  line-height: 1.75;
  margin-bottom: 12px;
}
.vbeam .add-content .top-text {
  line-height: 1.75;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .vbeam .explanation .top-text {
    margin-bottom: 31px;
  }
  .vbeam .add-content .top-text {
    margin-bottom: 31px;
  }
}

.vbeam .explanation .items {
  background-color: #F0F7FF;
  border-radius: 10px;
  padding: 21px 18px 27px;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .vbeam .explanation .items {
    border-radius: 15px;
    padding: 31px 25px 38px;
    margin-bottom: 0;
  }
}

.vbeam .explanation .items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .vbeam .explanation .items li {
    margin-bottom: 27px;
  }
}

.vbeam .explanation .items li:last-child {
  margin-bottom: 0;
}

.vbeam .explanation .items li .check {
  width: 31px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .vbeam .explanation .items li .check {
    width: 44px;
    margin-right: 17.5px;
  }
}

.vbeam .explanation .items li .text {
  font-weight: bold;
}

@media (min-width: 768px) {
  .vbeam .explanation .items li .text {
    font-size: 20px;
  }
}

.vbeam .explanation .items li .text .lighter {
  display: block;
  font-weight: lighter;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .vbeam .explanation .items li .text .lighter {
    margin-top: 7px;
  }
}

.vbeam .middle-title {
  width: 87%;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .vbeam .middle-title {
    width: 756px;
    margin-bottom: 44px;
  }
}

.vbeam .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .vbeam .people {
    margin-bottom: 43px;
  }
}

.vbeam .people li {
  width: 47.8%;
}

@media (min-width: 768px) {
  .vbeam .people li {
    width: 480px;
  }
}

.vbeam .content-title {
  font-size: 20px;
  font-weight: bold;
  color: #1d4e90;
  text-align: center;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .vbeam .content-title {
    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-bottom: 40px;
  }
}

.vbeam .content-title.mb {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .vbeam .content-title.mb {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .vbeam .content-title .text {
    display: inline-block;
    font-size: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 22px;
  }
}

.vbeam .content-title .dot {
  width: 100%;
  border-bottom: 4px dotted #1d4e90;
}

.vbeam .redness-content {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .vbeam .redness-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 34px;
  }
}

@media (min-width: 768px) {
  .vbeam .redness-content-block {
    padding-top: 55px;
    width: 657px;
  }
}

.vbeam .face {
  width: 55%;
  margin: 0 auto 18px;
}

@media (min-width: 768px) {
  .vbeam .face {
    width: 271px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    margin: 0;
  }
}

.vbeam .blood-text {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .vbeam .blood-text {
    margin-bottom: 50px;
  }
}

.vbeam .type-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -26px;
}

@media (min-width: 768px) {
  .vbeam .type-items {
    margin: 0 calc((-1100px + 1000px)/2) -57px;
  }
}

.vbeam .type-items li {
  width: 47.5%;
  font-size: 14px;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .vbeam .type-items li {
    width: 245px;
    font-size: 16px;
    margin-bottom: 57px;
  }
}

.vbeam .type-items li.red-type {
  width: 100%;
}

@media (min-width: 768px) {
  .vbeam .type-items li.red-type {
    width: 819px;
    margin: 0 auto 57px;
  }
}

@media (min-width: 768px) {
  .vbeam .type-items li.red-type .type-items {
    margin: 0 0 -57px;
  }
}

.vbeam .type-items li .title {
  height: 33px;
  font-weight: bold;
  color: white;
  background-color: #1d4e90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .vbeam .type-items li .title {
    height: 47px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 22px;
  }
}

.vbeam .type-items li .img {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .vbeam .type-items li .img {
    margin-bottom: 23px;
  }
}

.vbeam .type-items li .text {
  line-height: 1.5;
}

/*--  treatment  -----------------------------------------------------*/
.treatment {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .treatment {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}

.treatment .wrap-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .treatment .wrap-title {
    width: 796px;
    margin: 0 auto 48px;
  }
}

.treatment .nurse {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .treatment .nurse {
    margin-bottom: 86px;
  }
}

.treatment .content {
  background-color: #F0F7FF;
  border-radius: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .treatment .content {
    border-radius: 15px;
  }
}

.treatment .content.point {
  padding: 37px 18px 23px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .treatment .content.point {
    padding: 55px 30px 26px;
    margin-bottom: 70px;
  }
}

.treatment .content.flow {
  padding: 52px 18px 28px;
}

@media (min-width: 768px) {
  .treatment .content.flow {
    padding: 58px 79px 48px;
  }
}

.treatment .content-title {
  width: calc(100% - 36px);
  height: 41px;
  font-weight: bold;
  color: white;
  background-color: #1d4e90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .treatment .content-title {
    width: 699px;
    height: 50px;
    font-size: 24px;
    border-radius: 10px;
    padding: 5px 0;
  }
}

.treatment .content-title.flow {
  height: 62px;
  text-align: center;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media (min-width: 768px) {
  .treatment .content-title.flow {
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.treatment .point-text {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .treatment .point-text {
    text-align: center;
    margin-bottom: 25px;
  }
}

.treatment .point-items li {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .treatment .point-items li {
    font-size: 20px;
    letter-spacing: -1.2px;
    margin-bottom: 11px;
  }
}

.treatment .point-items li:last-child {
  margin-bottom: 0;
}

.treatment .point-items li span {
  color: #1d4e90;
}

.treatment .flow-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .treatment .flow-items li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
}

.treatment .flow-items li:last-child {
  margin-bottom: 0;
}

.treatment .flow-items li .img {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .treatment .flow-items li .img {
    width: 149px;
    margin-right: 37px;
  }
}

.treatment .flow-items li .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .treatment .flow-items li .title {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

.treatment .flow-items li .text {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .treatment .flow-items li .text {
    font-size: 18px;
    line-height: 1.8;
  }
}

.treatment .flow-items li a {
  color: #FF6366;
  text-decoration: underline;
}

/*--  parts  -----------------------------------------------------*/
.parts {
  background-color: #F0F7FF;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .parts {
    padding-top: 80px;
    padding-bottom: 113px;
  }
}

.parts .wrap-title {
  width: 60%;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .parts .wrap-title {
    width: 448px;
    margin-bottom: 49px;
  }
}

.parts .explanation {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .parts .explanation {
    margin-bottom: 74px;
  }
}

.parts .middle-title {
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .parts .middle-title {
    width: 865px;
    margin: 0 auto 50px;
  }
}

.parts .items li {
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 32px 18px 20px;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .parts .items li {
    border: 1px solid #FF6366;
    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;
    padding: 22px 25px 22px 28px;
    margin-bottom: 18px;
  }
}

.parts .items li:last-child {
  margin-bottom: 0;
}

.parts .items li .title {
  width: 84%;
  height: 41px;
  font-weight: bold;
  color: white;
  background-color: #FF6366;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .parts .items li .title {
    width: 237px;
    height: auto;
    min-height: 50px;
    font-size: 24px;
    border-radius: 10px;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 768px) {
  .parts .items li .text {
    width: 678px;
  }
}

/*--  faq  -----------------------------------------------------*/
.faq {
  padding-top: 56px;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 92px;
    padding-bottom: 80px;
  }
}

.faq .wrap-title {
  width: 84%;
  margin: 0 auto 33px;
}

@media (min-width: 768px) {
  .faq .wrap-title {
    width: 510px;
    margin-bottom: 66px;
  }
}

.faq .items {
  margin-bottom: -27px;
}

@media (min-width: 768px) {
  .faq .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -58px;
  }
}

.faq .items li {
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .faq .items li {
    width: 477px;
    margin-bottom: 58px;
  }
}

.faq .items .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dotted 4px #939394;
  padding-bottom: 20px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .faq .items .content {
    padding: 0 7px 20px;
    margin-bottom: 27px;
  }
}

.faq .items .content .icon {
  width: 34px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 17px;
}

@media (min-width: 768px) {
  .faq .items .content .icon {
    width: 40px;
    margin-right: 44px;
  }
}

.faq .items .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #1d4e90;
}

@media (min-width: 768px) {
  .faq .items .content .title {
    font-size: 24px;
  }
}

/*--  fee  -----------------------------------------------------*/
.fee {
  padding-top: 40px;
  padding-bottom: 38px;
}

@media (min-width: 768px) {
  .fee {
    padding-top: 91px;
    padding-bottom: 97px;
  }
}

.fee .wrap-title {
  width: 70%;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .fee .wrap-title {
    width: 588px;
    margin-bottom: 50px;
  }
}

.fee table {
  width: 100%;
  text-align: center;
  border: 2px solid #1d4e90;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .fee table {
    font-size: 22px;
    margin-bottom: 31px;
  }
}

.fee th, .fee td {
  width: calc(100%/3);
  border-bottom: 2px solid #1d4e90;
  border-right: 2px solid #1d4e90;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .fee th, .fee td {
    padding: 4px 0;
  }
}

.fee th:last-child, .fee td:last-child {
  border-right: none;
}

.fee tr:last-child td {
  border-bottom: none;
}

.fee th {
  font-weight: lighter;
  background-color: #F0F7FF;
}

/*--  about  -----------------------------------------------------*/
.about {
  font-size: 14px;
  padding-top: 38px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .about {
    font-size: 18px;
    padding-top: 108px;
  }
}

.about .wrap-title {
  width: 48%;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .about .wrap-title {
    width: 248px;
    margin-bottom: 57px;
  }
}

.about .content {
  border-bottom: solid 1px #231815;
  margin: 0 7px;
}

@media (min-width: 768px) {
  .about .content {
    margin: 0;
  }
}

.about .content .title {
  font-size: 18px;
  font-weight: 500;
  color: #1d4e90;
  text-align: center;
}

@media (min-width: 768px) {
  .about .content .title {
    font-size: 28px;
  }
}

.about .content .subtitle {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .about .content .subtitle {
    font-size: 22px;
  }
}

.about .access {
  padding-top: 0;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .about .access {
    padding-bottom: 56.5px;
  }
}

.about .access .title {
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .about .access .title {
    margin-bottom: 14px;
  }
}

.about .access .text {
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about .access .text {
    margin-bottom: 37px;
  }
}

@media (min-width: 768px) {
  .about .access span {
    display: inline-block;
    width: 20px;
  }
}

@media (min-width: 768px) {
  .about .access iframe {
    height: 306px;
  }
}

.about .open {
  padding-top: 28px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .about .open {
    padding-top: 48px;
    padding-bottom: 65px;
  }
}

.about .open .title {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .about .open .title {
    margin-bottom: 25px;
  }
}

.about .open .subtitle {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about .open .subtitle {
    margin-bottom: 20px;
  }
}

.about .open .text {
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .about .open .text {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about .facility {
  padding-top: 30px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .about .facility {
    padding-top: 57px;
    padding-bottom: 53px;
  }
}

.about .facility .title {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .about .facility .title {
    margin-bottom: 20px;
  }
}

.about .facility .text {
  text-align: center;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .about .facility .text {
    margin-bottom: 33px;
  }
}

.about .slider .box {
  position: relative;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about .slider .box {
    margin-bottom: 10px;
  }
}

.about .slider .box .slider-main {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about .slider .box .slider-main {
    width: 100%;
  }
}

.about .slider .box .slider-main img {
  display: none;
}

.about .slider .box .slider-main img.active {
  display: inline;
}

.about .slider .box .slider-arrow {
  width: 21px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .about .slider .box .slider-arrow {
    width: 38px;
  }
}

.about .slider .box .slider-arrow.left {
  left: 0;
}

@media (min-width: 768px) {
  .about .slider .box .slider-arrow.left {
    left: -19px;
  }
}

@media (min-width: 1200px) {
  .about .slider .box .slider-arrow.left {
    left: -62px;
  }
}

.about .slider .box .slider-arrow.right {
  right: 0;
}

@media (min-width: 768px) {
  .about .slider .box .slider-arrow.right {
    right: -19px;
  }
}

@media (min-width: 1200px) {
  .about .slider .box .slider-arrow.right {
    right: -62px;
  }
}

.about .slider .slider-bottom {
  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 (min-width: 768px) {
  .about .slider .slider-bottom {
    width: 900px;
    margin: 0 auto;
  }
}

.about .slider .slider-bottom img {
  width: 19%;
}

.about .cooperation {
  padding-top: 35px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .about .cooperation {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.about .cooperation .title.institution {
  margin-bottom: 26px;
}

.about .cooperation .title.hospital {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about .cooperation .title.hospital {
    margin-bottom: 18px;
  }
}

.about .cooperation .subtitle {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about .cooperation .subtitle {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .about .cooperation .text {
    text-align: center;
  }
}

.about .cooperation .text.institution {
  margin-bottom: 37px;
}

.about .cooperation .text.hospital {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .about .cooperation .img {
    max-width: 945px;
    margin: 0 auto;
  }
}

.about .doctor {
  padding-top: 33px;
  padding-bottom: 27px;
}

@media (min-width: 768px) {
  .about .doctor {
    padding: 0 32px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about .doctor .title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .about .doctor .title {
    margin-bottom: 25px;
  }
}

.about .doctor .items {
  margin-bottom: -16px;
}

@media (min-width: 768px) {
  .about .doctor .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
}

.about .doctor .items li {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .about .doctor .items li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .about .doctor .items li:nth-child(2), .about .doctor .items li:nth-child(4) {
    padding-left: 40px;
  }
}

.about .doctor .items li .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .about .doctor .items li .name {
    font-size: 28px;
  }
}

.about .doctor .items li .name span {
  display: inline-block;
  font-size: 12px;
  margin-left: 16px;
}

@media (min-width: 768px) {
  .about .doctor .items li .name span {
    font-size: 16px;
  }
}

.about .doctor .items li .history span {
  display: inline-block;
  width: 45.1px;
}

@media (min-width: 768px) {
  .about .doctor .items li .history span {
    width: 58px;
  }
}

.about .others {
  padding-top: 36px;
  padding-bottom: 29px;
}

@media (min-width: 768px) {
  .about .others {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about .others .title {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .about .others .title {
    margin-bottom: 15px;
  }
}

.about .others .text {
  text-align: center;
}

.about .others .text a {
  text-decoration: underline;
}

.about .message {
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 29px;
}

@media (min-width: 768px) {
  .about .message {
    padding-top: 50px;
    padding-bottom: 93px;
  }
}

.about .message .title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .about .message .title {
    margin-bottom: 45px;
  }
}

.about .message .img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .about .message .img {
    margin-bottom: 43px;
  }
}

.about .message .text {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .about .message .text {
    text-align: center;
    margin-bottom: 33px;
  }
}

.about .message .subtitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .about .message .subtitle {
    font-size: 22px;
  }
}

.about .message .subtitle span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFFF00));
  background: linear-gradient(transparent 65%, #FFFF00 65%);
}

/*--  form  -----------------------------------------------------*/
.form-wraper {
  background-color: #E8EDF4;
  padding-top: 44px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .form-wraper {
    padding-top: 84px;
    padding-bottom: 76px;
  }
}

.form-wraper .title {
  width: 67%;
  margin: 0 auto 25px;
}

@media (min-width: 768px) {
  .form-wraper .title {
    margin-bottom: 52px;
  }
}

.form-wraper .top-text {
  font-size: 14px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .form-wraper .top-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.form-wraper .text-bottom {
  font-size: 12px;
  font-weight: 500;
  color: #1d4e90;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-wraper .text-bottom {
    font-size: 22px;
    margin-bottom: 37px;
  }
}

.form-wraper .tel-bottom {
  margin-bottom: 16px;
}

.form-wraper .text-web {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .form-wraper .text-bottom {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .form-wraper .text-web {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-wraper .title {
    width: 388px;
    margin-bottom: 64px;
  }
  .form-wraper .text {
    text-align: center;
  }
  .form-wraper .text.mb {
    margin-bottom: 100px;
  }
  .form-wraper .text-bottom {
    margin-top: 50px;
  }
  .form-wraper .tel-bottom {
    width: 351px;
    margin: 0 auto 32px;
  }
}

/*--  privacy  -----------------------------------------------------*/
.privacy {
  font-size: 14px;
  padding-top: 22px;
  padding-bottom: 33px;
}

@media (min-width: 768px) {
  .privacy {
    font-size: 18px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.privacy .content {
  height: 237px;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .privacy .content {
    height: 357px;
  }
}

.privacy .content::-webkit-scrollbar {
  width: 12px;
}

.privacy .content::-webkit-scrollbar-track {
  background-color: gainsboro;
  border-radius: 6px;
}

.privacy .content::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 6px;
}

.privacy .content p.mb {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .privacy .content p.mb {
    margin-bottom: 48px;
  }
}

/*--  bottom-menu  -----------------------------------------------------*/
.bottom-menu {
  display: none;
  width: 100%;
  background-color: rgba(230, 235, 240, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 6.4px 0 8.5px;
}

.bottom-menu.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .bottom-menu.fixed {
    display: none;
  }
}

.bottom-menu .img {
  width: 45%;
  margin: 0 1.5%;
}

/*--  footer  -----------------------------------------------------*/
footer {
  height: 72px;
  font-size: 12px;
  color: white;
  background-color: #1d4e90;
  text-align: center;
  line-height: 72px;
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  footer {
    height: 100px;
    font-size: 15px;
    line-height: 100px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */