@charset "UTF-8";
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "myfont";
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
body {
  font-size: 14px;
  font-family: "myfont", "Noto Sans CJK JP", sans-serif;
  color: #231815;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
}
@media (min-width: 1080px) {
  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;
}

/*--  共通部分  -----------------------------------------------------*/
.wrapper {
  width: 100%;
  position: relative;
  padding: 32px 20px;
}
@media (min-width: 425px) {
  .wrapper {
    padding: 32px calc((100% - 385px) / 2);
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding: 32px calc((100% - 640px) / 2);
  }
}
@media (min-width: 1080px) {
  .wrapper {
    padding: 50px calc((100% - 1000px) / 2);
  }
}

.arrow {
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  z-index: 1;
}
@media (min-width: 1080px) {
  .arrow {
    width: 64px;
  }
}

/*--  header  -----------------------------------------------------*/
header {
  position: relative;
  padding-top: 12px;
}
header .tagline {
  font-size: 9px;
  font-weight: lighter;
  text-align: center;
}
header .content {
  display: flex;
  justify-content: space-between;
  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;
  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: 1080px) {
  header {
    padding-top: 0;
  }
  header .tagline {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid #231815;
  }
  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: flex;
    justify-content: space-between;
    transform: none;
    padding: 0 calc((100% - 1000px) / 2);
  }
  header .menu li {
    border-bottom: none;
  }
}

/*--  fv  -----------------------------------------------------*/
.fv {
  background-image: url(../img/fv/back-sp.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 48px 0 72px;
}
.fv .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.fv .items.items-pc {
  display: none;
}
.fv .items li {
  width: 31%;
}
.fv .content {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(86%);
  z-index: 1;
}
.fv .content .plan {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
  margin-bottom: 16px;
}
.fv .content .plan .inner {
  border: 1px solid #09396C;
  padding: 24px 8px 16px;
}
.fv .content .plan .inner .contact-fv-pc {
  display: none;
}
@media (min-width: 425px) {
  .fv {
    padding: 64px 0 88px;
  }
  .fv .content {
    width: 385px;
  }
}
@media (min-width: 768px) {
  .fv {
    padding: 64px 0 160px;
  }
  .fv .content {
    width: 640px;
  }
}
@media (min-width: 1080px) {
  .fv {
    background-image: url(../img/fv/back-pc.jpeg);
    padding: 32px calc((100% - 1000px) / 2) 136px;
  }
  .fv .title {
    width: 616px;
    margin-bottom: 24px;
  }
  .fv .items.items-pc {
    display: flex;
    width: 600px;
  }
  .fv .content {
    width: 900px;
    bottom: -300px;
    transform: translateX(-50%) translateY(0);
  }
  .fv .content .plan .inner {
    padding: 32px 0 24px;
  }
  .fv .content .plan .inner .img-plan {
    width: 528px;
    margin: 0 auto;
  }
  .fv .content .plan .inner .contact-fv-pc {
    display: block;
  }
  .fv .content .plan .inner .contact-fv-pc li:nth-child(1) {
    width: 414px;
    margin: 0 auto 16px;
  }
  .fv .content .plan .inner .contact-fv-pc li:nth-child(2) {
    width: 351px;
    margin: 0 auto;
  }
  .fv .content .items.items-sp, .fv .content .contact-fv-sp {
    display: none;
  }
}

/*--  treatment  -----------------------------------------------------*/
.treatment {
  background-color: #e6e6e6;
  /*padding-top: 432px;*/
  padding-top: 115.2vw;
  padding-bottom: 48px;
}
.treatment .title-wrap {
  width: 80%;
  margin: 0 auto 20px;
}
.treatment .title1 {
  width: 76%;
  margin: 0 auto 16px;
}
.treatment .text1 {
  margin-bottom: 16px;
}
.treatment .img {
  margin: 0 -20px 20px;
}
.treatment .title2 {
  width: 80%;
  margin: 0 auto 16px;
}
.treatment .text2 {
  margin-bottom: 20px;
}
.treatment .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.treatment .items li {
  width: 48%;
  margin-bottom: 16px;
}
.treatment .title-bottom {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 425px) {
  .treatment {
    padding-top: 480px;
  }
  .treatment .img {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .treatment {
    padding-top: 720px;
  }
  .treatment .items li {
    width: 32%;
    margin-bottom: 32px;
  }
}
@media (min-width: 1080px) {
  .treatment {
    padding-top: 336px;
    padding-bottom: 92px;
  }
  .treatment .title-wrap {
    width: 650px;
    margin-bottom: 40px;
  }
  .treatment .title1 {
    width: 450px;
    margin-bottom: 32px;
  }
  .treatment .text1 {
    margin-bottom: 40px;
  }
  .treatment .img {
    margin-bottom: 50px;
  }
  .treatment .title2 {
    width: 720px;
    margin-bottom: 32px;
  }
  .treatment .text2 {
    margin-bottom: 32px;
  }
  .treatment .title-bottom {
    width: 800px;
  }
}

/*--  consult  -----------------------------------------------------*/
.consult {
  background-color: #F0F7FF;
  padding-top: 48px;
  padding-bottom: 80px;
}
.consult .woman {
  width: 43%;
  margin: 0 auto -16px;
}
@media (min-width: 425px) {
  .consult {
    padding-bottom: 100px;
  }
}
@media (min-width: 1080px) {
  .consult {
    height: 313px;
    padding: 0;
  }
  .consult .woman {
    width: 246px;
    position: absolute;
    right: calc((100% - 1000px) / 2);
    bottom: 0;
    margin: 0;
  }
  .consult .text {
    width: 866px;
    position: absolute;
    top: 16px;
    left: calc((100% - 1000px) / 2 - 24px);
    z-index: 1;
  }
}

/*--  trouble  -----------------------------------------------------*/
.trouble {
  background-color: #FFE1DE;
  padding-top: 80px;
  padding-bottom: 200px;
}
.trouble .woman-top {
  width: 84%;
  max-width: 360px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.trouble .items li {
  margin: 0 auto 32px;
}
.trouble .items li:nth-child(2) {
  width: 89%;
}
.trouble .items li:nth-child(3) {
  width: 56%;
}
.trouble .items li:nth-child(4) {
  width: 64%;
}
.trouble .items li:nth-child(5) {
  width: 50%;
  margin-bottom: 20px;
}
.trouble .items li:nth-child(6) {
  width: 88%;
  margin-bottom: 0;
}
.trouble .items li.woman {
  width: 64%;
  max-width: 272px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(30%);
  margin-bottom: 0;
}
.trouble .arrow {
  bottom: -112px;
}
@media (min-width: 425px) {
  .trouble {
    padding-top: 100px;
    padding-bottom: 224px;
  }
  .trouble .arrow {
    bottom: -136px;
  }
}
@media (min-width: 1080px) {
  .trouble {
    padding-top: 50px;
    padding-bottom: 92px;
  }
  .trouble .woman-top {
    max-width: 491px;
    position: static;
    transform: translateY(0) translateX(0);
    margin: 0 auto 24px;
  }
  .trouble .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .trouble .items li {
    margin: 0;
  }
  .trouble .items li:nth-child(2) {
    width: 376px;
    margin-right: 48px;
  }
  .trouble .items li:nth-child(3) {
    width: 255px;
  }
  .trouble .items li:nth-child(4) {
    width: 314px;
  }
  .trouble .items li:nth-child(5) {
    width: 232px;
    margin-bottom: 0;
  }
  .trouble .items li:nth-child(6) {
    width: 287px;
  }
  .trouble .items li.woman {
    width: 238px;
    position: static;
    transform: translateX(0) translateY(-64px);
    margin-bottom: -24px;
  }
  .trouble .arrow {
    bottom: 0px;
  }
}

/*--  solution  -----------------------------------------------------*/
.solution {
  padding-top: 160px;
  padding-bottom: 20px;
}
.solution picture {
  width: 78%;
  margin: 0 auto;
}
@media (min-width: 425px) {
  .solution {
    padding-top: 186px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1080px) {
  .solution {
    padding-top: 92px;
  }
  .solution picture {
    width: 581px;
  }
}

/*--  worry  -----------------------------------------------------*/
.worry {
  background-color: #FFF7EF;
  padding-bottom: 48px;
}
.worry .title {
  width: 86%;
  margin: 0 auto 20px;
}
.worry .content .items {
  padding-bottom: 4px;
}
.worry .content .items li {
  margin-bottom: 16px;
}
.worry .content .woman {
  width: 72%;
  margin: 0 auto 20px;
}
.worry .title-bottom {
  width: 96%;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .worry {
    padding-bottom: 80px;
  }
  .worry .title {
    width: 684px;
    margin-bottom: 40px;
  }
  .worry .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .worry .content .items li:nth-child(1), .worry .content .items li:nth-child(3) {
    height: 43px;
  }
  .worry .content .items li:nth-child(2), .worry .content .items li:nth-child(4) {
    height: 60px;
  }
  .worry .content .items li picture, .worry .content .items li img {
    height: 100%;
  }
  .worry .content .woman {
    width: 360px;
    margin: 0;
  }
  .worry .title-bottom {
    width: 570px;
  }
}

/*--  reason  -----------------------------------------------------*/
.reason {
  padding-top: 48px;
  padding-bottom: 72px;
}
.reason .title-wrap {
  width: 77%;
  margin: 0 auto 20px;
}
.reason .items li {
  margin-bottom: 16px;
}
.reason .items li .img {
  margin-bottom: 16px;
}
.reason .items li .title {
  font-size: 18px;
  font-weight: bold;
  color: #1d4e90;
  margin-bottom: 4px;
}
.reason .items li .title br {
  display: none;
}
@media (min-width: 768px) {
  .reason .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reason .items li {
    width: 48%;
  }
  .reason .items li .title {
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .reason .items li .title br {
    display: block;
  }
}
@media (min-width: 1080px) {
  .reason {
    padding-top: 92px;
    padding-bottom: 20px;
  }
  .reason .title-wrap {
    width: 812px;
    margin-bottom: 50px;
  }
  .reason .items li {
    width: 314px;
    margin-bottom: 32px;
  }
  .reason .items li .img {
    margin-bottom: 20px;
  }
}

/*--  caution  -----------------------------------------------------*/
.caution {
  background-image: url(../img/caution/back-sp.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 72px;
}
.caution .top .woman {
  width: 72%;
  max-width: 306px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.caution .top .title-wrap {
  width: 95%;
  margin: 0 auto 20px;
}
.caution .text {
  margin-bottom: 32px;
}
.caution .title {
  width: 89%;
  margin: 0 auto 24px;
}
.caution .items li {
  margin-bottom: 20px;
}
.caution .items li:last-child {
  margin-bottom: 0;
}
@media (min-width: 425px) {
  .caution {
    padding-top: 100px;
  }
}
@media (min-width: 1080px) {
  .caution {
    background-image: url(../img/caution/back-pc.jpg);
    padding-top: 84px;
    padding-bottom: 56px;
  }
  .caution .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .caution .top .woman {
    max-width: 440px;
    position: static;
    transform: translateY(0) translateX(0);
  }
  .caution .top .title-wrap {
    width: 486px;
    margin: 0;
  }
  .caution .title {
    width: 456px;
    margin-bottom: 40px;
  }
  .caution .items {
    display: flex;
    flex-wrap: wrap;
  }
  .caution .items li {
    width: 50%;
    margin-bottom: 32px;
  }
  .caution .items li:nth-child(1), .caution .items li:nth-child(2), .caution .items li:nth-child(4) {
    height: 48px;
  }
  .caution .items li:nth-child(3) {
    height: 108px;
  }
  .caution .items li:nth-child(2), .caution .items li:nth-child(4) {
    padding-left: 32px;
  }
  .caution .items li picture, .caution .items li img {
    height: 100%;
  }
}

/*--  contact  -----------------------------------------------------*/
.contact {
  background-color: #DDE4EE;
  padding: 12px 0;
}
.contact .img {
  width: 90%;
  margin: 0 auto;
}
.contact .img .pc {
  display: none;
}
@media (min-width: 425px) {
  .contact .img {
    width: 382px;
  }
}
@media (min-width: 1080px) {
  .contact {
    padding-top: 68px;
    padding-bottom: 90px;
  }
  .contact .img:nth-child(1) {
    width: 414px;
  }
  .contact .img:nth-child(2) {
    width: 351px;
    margin-top: 12px;
  }
  .contact .img .sp {
    display: none;
  }
  .contact .img .pc {
    display: inline;
  }
}

/*--  what  -----------------------------------------------------*/
.what .subtitle {
  width: 67%;
  margin: 0 auto 20px;
}
.what .title1 {
  width: 81%;
  margin: 0 auto 20px;
}
.what .text-top {
  width: 86%;
  margin: 0 auto 16px;
}
.what .img {
  margin-bottom: 16px;
}
.what .text {
  margin-bottom: 20px;
}
.what .text.mb {
  margin-bottom: 0;
}
.what .title2 {
  width: 91%;
  margin: 0 auto 16px;
}
.what .title3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .what .text {
    margin-bottom: 40px;
  }
}
@media (min-width: 1080px) {
  .what .subtitle {
    width: 378px;
    margin-bottom: 40px;
  }
  .what .title1 {
    width: 456px;
  }
  .what .text-top {
    width: 482px;
    margin-bottom: 20px;
  }
  .what .img {
    margin-bottom: 32px;
  }
  .what .title2 {
    width: 684px;
    margin-bottom: 40px;
  }
  .what .title3 {
    width: 912px;
    margin: 0 auto 40px;
  }
}

/*--  type  -----------------------------------------------------*/
.type {
  background-color: #F7F7F7;
  padding-bottom: 16px;
}
.type .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.type .top .title-top {
  width: 32%;
  flex: none;
  margin-right: 16px;
}
.type .top .dot {
  width: 100%;
  height: 2px;
  border-bottom: dotted 4px #1d4e90;
}
.type .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type .items li {
  width: 48%;
  margin-bottom: 16px;
}
.type .items li .img {
  margin-bottom: 8px;
}
.type .items li .title {
  font-size: 20px;
  font-weight: bold;
  color: #1d4e90;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .type .items li .title {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 12px;
  }
  .type .items li .title br {
    display: none;
  }
}
@media (min-width: 1080px) {
  .type {
    padding-bottom: 10px;
  }
  .type .top {
    margin-bottom: 40px;
  }
  .type .top .title-top {
    width: 145px;
    margin-right: 20px;
  }
  .type .items li {
    width: 315px;
    margin-bottom: 40px;
  }
  .type .items li .img {
    width: 280px;
    margin: 0 auto 20px;
  }
}

/*--  method  -----------------------------------------------------*/
.method .title {
  width: 60%;
  margin: 0 auto 20px;
}
.method .text-top {
  margin-bottom: 20px;
}
.method .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method .items li {
  width: 48%;
  margin-bottom: 16px;
}
.method .items li .img {
  margin-bottom: 16px;
}
.method .table {
  position: relative;
  margin-bottom: 8px;
}
.method .table .img-table-left {
  width: 38.3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.method .table .table-inner {
  overflow-x: scroll;
}
.method .table .img-table {
  width: 198%;
}
.method .text-table {
  font-size: 12px;
}
@media (min-width: 768px) {
  .method .text-top {
    margin-bottom: 40px;
  }
  .method .items li {
    width: 32%;
  }
}
@media (min-width: 1080px) {
  .method .title {
    width: 882px;
    margin-bottom: 40px;
  }
  .method .items li {
    margin-bottom: 40px;
  }
  .method .items li .img {
    margin-bottom: 20px;
  }
  .method .table {
    margin-bottom: 0px;
  }
  .method .table .img-table-left {
    display: none;
  }
  .method .table .img-table {
    width: 100%;
  }
  .method .text-table {
    display: none;
  }
}

/*--  machine  -----------------------------------------------------*/
.machine {
  background-color: #F7F7F7;
  padding-bottom: 0;
}
.machine .title-top {
  width: 60%;
  margin: 0 auto 20px;
}
.machine .text-top {
  margin-bottom: 15px;
}
.machine .img-top {
  margin-bottom: 98px;
}
.machine .content {
  background-color: white;
  position: relative;
  padding: 93px 20px 20px;
  margin: 0 -20px;
}
.machine .content .woman {
  width: 84%;
  max-width: 460px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.machine .content .items {
  margin-bottom: -15px;
}
.machine .content .items li {
  margin-bottom: 15px;
}
.machine .content .items li .img {
  margin-bottom: 15px;
}
.machine .content .items li .title {
  font-size: 18px;
  font-weight: bold;
  color: #1d4e90;
  margin-bottom: 5px;
}
@media (min-width: 1080px) {
  .machine .title-top {
    width: 798px;
    margin-bottom: 40px;
  }
  .machine .text-top {
    margin-bottom: 20px;
  }
  .machine .img-top {
    margin-bottom: 135px;
  }
  .machine .content {
    padding-top: 132px;
    margin: 0;
  }
  .machine .content .items {
    display: flex;
    justify-content: space-between;
  }
  .machine .content .items li {
    width: 310px;
  }
  .machine .content .items li .img {
    margin-bottom: 20px;
  }
  .machine .content .items li .title {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 15px;
  }
}

/*--  visia  -----------------------------------------------------*/
.visia {
  background-color: #F7F7F7;
  padding-top: 15px;
}
.visia .top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.visia .top .title-top {
  width: 72%;
  flex: none;
  margin-right: 16px;
}
.visia .top .dot {
  width: 100%;
  height: 2px;
  border-bottom: dotted 4px #1d4e90;
}
.visia .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.visia .items li {
  width: 48%;
  margin-bottom: 15px;
}
.visia .items li .img {
  margin-bottom: 15px;
}
.visia .items li .text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1080px) {
  .visia .top {
    margin-bottom: 20px;
  }
  .visia .items {
    margin-bottom: -40px;
  }
  .visia .items li {
    width: 225px;
    margin-bottom: 40px;
  }
  .visia .items li .img {
    margin-bottom: 20px;
  }
  .visia .items li .text {
    font-weight: lighter;
  }
}

/*--  feature  -----------------------------------------------------*/
.feature {
  background-color: #FFE1DE;
  padding-bottom: 20px;
}
.feature .title-wrap {
  width: 85%;
  margin: 0 auto 24px;
}
.feature .content {
  background-color: white;
  padding: 16px;
}
.feature .content .title {
  margin-bottom: 16px;
}
.feature .content .text {
  margin-bottom: 20px;
}
.feature .content .text.mb {
  margin-bottom: 0;
}
@media (min-width: 1080px) {
  .feature {
    padding-bottom: 50px;
  }
  .feature .title-wrap {
    width: 714px;
    margin-bottom: 40px;
  }
  .feature .content {
    padding: 32px;
  }
  .feature .content .title.title1, .feature .content .title.title2 {
    height: 40px;
  }
  .feature .content .title.title3 {
    height: 64px;
  }
  .feature .content .title picture, .feature .content .title img {
    height: 100%;
  }
}

/*--  flow  -----------------------------------------------------*/
.flow {
  background-color: #F7F7F7;
  padding-bottom: 16px;
}
.flow .title {
  width: 85%;
  margin: 0 auto 20px;
}
.flow .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow .items li {
  width: 48%;
  margin-bottom: 16px;
}
@media (min-width: 1080px) {
  .flow {
    padding-bottom: 50px;
  }
  .flow .title {
    width: 420px;
    margin-bottom: 40px;
  }
  .flow .items li {
    width: 225px;
    margin-bottom: 0;
  }
}

/*--  fee  -----------------------------------------------------*/
.fee .title {
  width: 71%;
  margin: 0 auto 100px;
}
.fee .content {
  background-color: #FFE1DE;
  position: relative;
  padding: 92px 16px 16px;
  margin: 0 -20px 64px;
}
.fee .content .woman {
  width: 84%;
  max-width: 520px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fee .items li {
  background-color: #F0F7FF;
  position: relative;
  padding: 48px 16px 12px;
  margin-bottom: 64px;
}
.fee .items li:last-child {
  margin-bottom: 0;
}
.fee .items li .plan {
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fee .items li .face, .fee .items li .for, .fee .items li .try {
  margin-bottom: 16px;
}
.fee .items li .table {
  overflow-x: scroll;
  margin-bottom: 8px;
}
.fee .items li .table .img-table {
  width: 236%;
}
.fee .items li .text-table {
  font-size: 12px;
}
@media (min-width: 425px) {
  .fee .content {
    border: 1px solid #FF6366;
    margin: 0 0 64px;
  }
}
@media (min-width: 768px) {
  .fee .title {
    margin-bottom: 152px;
  }
  .fee .content {
    padding: 160px 64px 48px;
    margin-bottom: 112px;
  }
  .fee .items li {
    padding: 80px 64px 48px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1080px) {
  .fee .title {
    width: 400px;
  }
  .fee .content {
    padding: 152px 32px 32px;
  }
  .fee .content .woman {
    max-width: 460px;
  }
  .fee .items li {
    padding: 70px 32px 32px;
    margin-bottom: 112px;
  }
  .fee .items li:last-child {
    margin-bottom: 0;
  }
  .fee .items li .plan {
    width: 322px;
    transform: translateY(-56%) translateX(-50%);
  }
  .fee .items li .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .fee .items li .box .face, .fee .items li .box .for, .fee .items li .box .try {
    margin-bottom: 0px;
  }
  .fee .items li .box .face {
    width: 259px;
  }
  .fee .items li .box .for {
    width: 660px;
    margin-bottom: 16px;
  }
  .fee .items li .box .try {
    width: 660px;
  }
  .fee .items li .table {
    margin-bottom: 0px;
  }
  .fee .items li .table .img-table {
    width: 100%;
  }
  .fee .items li .text-table {
    display: none;
  }
}

/*--  faq  -----------------------------------------------------*/
.faq {
  background-color: #F7F7F7;
}
.faq .title-wrap {
  width: 60%;
  margin: 0 auto 20px;
}
.faq .items li {
  margin-bottom: 24px;
}
.faq .items li:last-child {
  margin-bottom: 0;
}
.faq .items li .content {
  display: flex;
  border-bottom: dotted 4px #939394;
  padding: 0 8px 12px;
  margin-bottom: 16px;
}
.faq .items li .content .icon {
  width: 40px;
  flex: none;
  margin-right: 20px;
}
.faq .items li .content .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #1d4e90;
}
@media (min-width: 768px) {
  .faq .items li .content .title {
    font-size: 24px;
    font-weight: lighter;
  }
}
@media (min-width: 1080px) {
  .faq .title-wrap {
    width: 294px;
    margin-bottom: 50px;
  }
  .faq .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .faq .items li {
    width: 477px;
    margin-bottom: 40px;
  }
  .faq .items li .content {
    padding: 0 0 32px;
    margin-bottom: 24px;
  }
  .faq .items li .content .icon {
    width: 52px;
    margin-right: 30px;
  }
}

/*--  about  -----------------------------------------------------*/
.about {
  padding-bottom: 0;
}
.about .title {
  width: 48%;
  margin: 0 auto;
}
.about .content {
  border-bottom: solid 1px #231815;
  padding: 32px 0;
}
.about .content .title-content {
  font-size: 18px;
  font-weight: bold;
  color: #1d4e90;
  text-align: center;
  margin-bottom: 16px;
}
.about .content .title-content.mb {
  margin-bottom: 0;
}
.about .content .text {
  margin-bottom: 12px;
}
.about .content .text.fw {
  font-weight: bold;
  text-align: center;
}
.about .content .text.cen {
  text-align: center;
}
.about .content .text.mb {
  margin-bottom: 20px;
}
.about .cooperation .text1 {
  margin-bottom: 40px;
}
.about .cooperation .text2 {
  margin-bottom: 20px;
}
.about .doctor .items li {
  margin-bottom: 16px;
}
.about .doctor .items li:last-child {
  margin-bottom: 0;
}
.about .doctor .items li .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.about .doctor .items li .name span {
  display: inline-block;
  font-size: 12px;
  margin-left: 16px;
}
.about .doctor .items li .history span {
  color: white;
}
.about .doctor .items li .history.pc {
  display: none;
}
.about .others a {
  text-decoration: underline;
}
.about .message {
  border-bottom: none;
}
.about .message .img {
  margin-bottom: 20px;
}
.about .message .text-bottom {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about .message .text-bottom span {
  background: linear-gradient(transparent 65%, #FFFF00 65%);
}
.about .slider .box {
  position: relative;
  margin-bottom: 8px;
}
.about .slider .box .slider-main {
  width: 92%;
  margin: 0 auto;
}
.about .slider .box .slider-main img {
  display: none;
}
.about .slider .box .slider-main img.active {
  display: inline;
}
.about .slider .box .slider-arrow {
  width: 8%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.about .slider .box .slider-arrow.left {
  left: 0;
}
.about .slider .box .slider-arrow.right {
  right: 0;
}
.about .slider .slider-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about .slider .slider-bottom img {
  width: 16%;
}
@media (min-width: 768px) {
  .about .content .title-content {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .about .content .text.fw {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about .doctor .items li .name {
    font-size: 28px;
  }
  .about .doctor .items li .name span {
    font-size: 16px;
  }
  .about .message .text-bottom {
    font-size: 22px;
  }
}
@media (min-width: 1080px) {
  .about {
    padding-bottom: 32px;
  }
  .about .title {
    width: 230px;
    margin-bottom: 24px;
  }
  .about .content {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  .about .content .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .about .access .text br {
    display: none;
  }
  .about .access .text span {
    display: inline-block;
    width: 20px;
  }
  .about .access iframe {
    height: 306px;
  }
  .about .open .text.mb {
    margin-bottom: 50px;
  }
  .about .facility .text.mb {
    margin-bottom: 32px;
  }
  .about .cooperation .text1 {
    text-align: center;
  }
  .about .cooperation .title-content.mb {
    margin-bottom: 16px;
  }
  .about .cooperation .text2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about .cooperation .img {
    max-width: 945px;
    margin: 0 auto;
  }
  .about .doctor {
    padding: 32px 32px 40px;
  }
  .about .doctor .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .doctor .items li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about .doctor .items li:nth-child(2), .about .doctor .items li:nth-child(4) {
    padding-left: 40px;
  }
  .about .doctor .items li .history.sp {
    display: none;
  }
  .about .doctor .items li .history.pc {
    display: block;
  }
  .about .others .text {
    margin-bottom: 10px;
  }
  .about .message .title-content {
    margin-bottom: 40px;
  }
  .about .message .img {
    width: 600px;
    margin: 0 auto 40px;
  }
  .about .message .text.mb {
    margin-bottom: 44px;
  }
  .about .slider .box {
    margin-bottom: 16px;
  }
  .about .slider .box .slider-main {
    width: 100%;
  }
  .about .slider .box .slider-arrow {
    width: 38px;
  }
  .about .slider .box .slider-arrow.left {
    left: -19px;
  }
  .about .slider .box .slider-arrow.right {
    right: -19px;
  }
  .about .slider .slider-bottom {
    width: 900px;
    margin: 0 auto;
  }
  .about .slider .slider-bottom img {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .about .slider .box .slider-arrow.left {
    left: -62px;
  }
  .about .slider .box .slider-arrow.right {
    right: -62px;
  }
}

/*--  form  -----------------------------------------------------*/
.form-wrapper {
  background-color: #E8EDF4;
  padding-top: 66px;
}
.form-wrapper .title {
  width: 81%;
  margin: 0 auto 40px;
}
.form-wrapper .text br {
  display: none;
}
.form-wrapper .text.mb {
  margin-bottom: 40px;
}
.form-wrapper .text-bottom {
  font-size: 11px;
  font-weight: bold;
  color: #1d4e90;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.form-wrapper .tel-bottom {
  margin-bottom: 16px;
}
.form-wrapper .text-web {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-wrapper .text-bottom {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .form-wrapper .text-web {
    font-size: 17px;
  }
}
@media (min-width: 1080px) {
  .form-wrapper {
    padding-top: 88px;
    padding-bottom: 112px;
  }
  .form-wrapper .title {
    width: 388px;
    margin-bottom: 64px;
  }
  .form-wrapper .text {
    text-align: center;
  }
  .form-wrapper .text br {
    display: inline;
  }
  .form-wrapper .text.mb {
    margin-bottom: 100px;
  }
  .form-wrapper .text-bottom {
    margin-top: 50px;
  }
  .form-wrapper .tel-bottom {
    width: 351px;
    margin: 0 auto 32px;
  }
}

/*--  privacy  -----------------------------------------------------*/
.privacy {
  padding-top: 48px;
}
.privacy .content {
  height: 248px;
  overflow-y: scroll;
}
.privacy .content::-webkit-scrollbar {
  width: 12px;
}
.privacy .content::-webkit-scrollbar-track {
  background-color: #F7F7F7;
  border-radius: 6px;
}
.privacy .content::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 6px;
}
.privacy .content p.mb {
  margin-bottom: 24px;
}
@media (min-width: 1080px) {
  .privacy {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .privacy .content {
    width: 1000px;
    height: 357px;
  }
  .privacy .content p.mb {
    margin-bottom: 48px;
  }
}

/*--  bottom-menu  -----------------------------------------------------*/
.bottom-menu {
  display: none;
  width: 100%;
  height: 75px;
  background-color: rgba(230, 235, 240, 0.9);
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.bottom-menu.fixed {
  display: flex;
}
.bottom-menu .img {
  max-width: 180px;
  text-align: center;
}
.bottom-menu .img img {
  height: 100%;
}
@media (min-width: 768px) {
  .bottom-menu.fixed {
    display: none;
  }
}

/*--  footer  -----------------------------------------------------*/
footer {
  height: 72px;
  font-size: 12px;
  color: white;
  background-color: #1d4e90;
  text-align: center;
  line-height: 72px;
}
@media (min-width: 1080px) {
  footer {
    height: 100px;
    font-size: 15px;
    line-height: 100px;
  }
}/*# sourceMappingURL=style.css.map */