html {
  font-size: 100%;
  color: #333333;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
}

li {
  list-style: none;
}

main {
  display: flex;
  align-items: center;
  position: relative;
}

.cta-btn {
  position: relative;
  width: 97%;
  margin: 0 auto;
}
.flow-item img {
 height: auto;
}

.accordion-container .accordion {
  width: 100%;
}
.accordion-container .accordion[open] .open-image {
  display: block;
}
.accordion-container .accordion[open] .closed-image {
  display: none;
}
.accordion-container .accordion[open] .accordion-content {
  display: block;
}
.accordion-container .accordion:not([open]) .closed-image {
  display: block;
}
.accordion-container .accordion:not([open]) .open-image {
  display: none;
}
.accordion-container .accordion:not([open]) .accordion-content {
  display: none;
}
.accordion-container .accordion .accordion-summary {
  list-style: none;
  cursor: pointer;
}
.accordion-container .accordion .accordion-content {
  display: none;
  padding: 0;
  position: relative;
}
.accordion-container .accordion .accordion-content .content-image {
  width: 100%;
  height: auto;
  display: block;
}
.accordion-container .accordion .accordion-content .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  padding-bottom: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
}
.accordion-container .accordion .accordion-content .close-btn span {
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  width: 12px;
  background-color: #b3b3b3;
  transform: none;
  opacity: 1;
}
.accordion-container .accordion .accordion-content .close-btn span:nth-child(1) {
  transform: rotate(-135deg);
  top: 33%;
}
.accordion-container .accordion .accordion-content .close-btn span:nth-child(2) {
  transform: rotate(135deg);
  top: 33%;
}

.pc-bg {
  background: url(../img/PC-bg.png);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .pc-bg {
    display: none;
  }
}

.leftside {
  width: calc(100vw - 690px);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 968px) {
  .leftside {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 640px) {
  .leftside {
    display: none;
  }
}
.leftside nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 302px;
}
.leftside nav .logo-pc-bg {
  margin-bottom: 60px;
}
.leftside nav .menu {
  text-align: center;
}
.leftside nav .menu li {
  margin-bottom: 20px;
}
.leftside nav .menu li a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
.leftside nav .menu li a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  display: none;
}
.leftside nav .menu li.active a::before {
  display: inline-block;
}
.center {
  max-width: 390px;
  margin-left: auto;
  background: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .center {
    max-width: 640px;
    width: 100%;
  }
}

.rightside {
  width: 300px;
}
@media screen and (max-width: 968px) {
  .rightside {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}
.header-img {
  font-size: 0;
}
header nav {
  position: absolute;
  top: 87px;
  right: -100%;
  width: 257px;
  text-align: center;
  opacity: 0;
  display: none;
  z-index: 200;
}
header nav .menu {
  font-size: 14px;
  letter-spacing: 0.32em;
}
header nav .menu li {
  margin-bottom: 20px;
}
header nav .menu li a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
header nav .menu li a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 999px;
  display: none;
}
header nav .menu li.active a::before {
  display: inline-block;
}
header .hamburger {
  display: none;
  position: absolute;
  right: 5%;
  top: 49%;
  transform: translateY(-50%);
  height: auto;
  width: 7%;
  cursor: pointer;
  z-index: 400;
  padding-top: 5%;
}
@media screen and (max-width: 640px) {
  header {
      display: block;
      box-shadow: 3px 3px 6px #d8d6d6;
  }
  header .hamburger {
    display: block;
  }
}
header .hamburger span {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #333333;
  border-radius: 1px;
  transition: all 0.3s;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  top: 48%;
}
header .hamburger span:nth-child(3) {
  top: 100%;
}
header .mask {
  display: block;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  height: 517px;
  width: 257px;
  background-color: rgba(179, 159, 217, 0.9);
  z-index: 150;
}
header.open nav {
  display: block;
  opacity: 1;
  right: 0;
}
header.open .mask {
  display: block;
  opacity: 1;
  right: 0;
  cursor: pointer;
}
header.open .hamburger span {
  background-color: #FFFFFF;
}
header.open .hamburger span:nth-child(1), header.open .hamburger span:nth-child(2) {
  transform: rotate(-135deg);
  top: 33%;
}
header.open .hamburger span:nth-child(3) {
  transform: rotate(135deg);
  top: 33%;
}

.fv {
  position: relative;
  text-align: center;
}
.fv .cta-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.youtube {
  margin-top: 20px;
}
.youtube-wrapper1 {
  position: relative;
  font-size: 0;
}
.youtube-1_2 {
  position: absolute;
  z-index: 5;
  width: calc((230% / 390)*100);
  left: 4%;
  top: 33%;
}
.yt-video {
  position: absolute;
  z-index: 3;
  width: calc((230% / 390)*100);
  left: 20%;
  top: 42%;
  border: 2px solid #000;
}
.yt-video video {
  width: 100%;
}
.youtube .youtube-wrapper2 {
  background: #ff9696;
  padding: 0 15px;
}
.youtube .youtube-wrapper2 .progress-wrapper {
  background: #FFFFFF;
  padding: 20px 15px;
}
.youtube .youtube-wrapper2 .progress-wrapper .progress {
  margin-bottom: 16px;
}

.case {
  text-align: center;
}
.case .accordion-container {
  margin: 0 25px;
  width: calc(100% - 50px);
}
.case .case-wrapper {
  position: relative;
}
.case .case-wrapper .cta-btn {
  position: absolute;
  top: 4.3%;
  left: 50%;
  transform: translateX(-50%);
}

.method {
  position: relative;
}
.method .method-table-wrapper {
  overflow-x: scroll;
  position: absolute;
  top: 80%;
  left: 7.5%;
  width: 89%;
}
.method .method-table-wrapper .method-table {
  width: 1650px;
}
@media (max-width: 380px) {
  .method .method-table-wrapper .method-table {
    width: 1550px;
  }
}
@media (max-width: 360px) {
  .method .method-table-wrapper .method-table {
    width: 1450px;
  }
}
@media (max-width: 330px) {
  .method .method-table-wrapper .method-table {
    width: 1350px;
  }
}

.reason .case-list-wrapper {
  margin-bottom: 55px;
}
.reason .case-list-wrapper .case-slider .case-list .case-item {
  width: 300px;
  padding: 0 7.5px;
}
.reason .case-list-wrapper .case-slider .case-list .case-item .close-btn {
  display: none;
}
.reason .case-list-wrapper .case-slider .case-list .case-item .accordion-content {
  position: relative;
}
.reason .case-list-wrapper .case-slider .case-list .case-item .accordion-content .close-btn-v {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 10px auto;
  cursor: pointer;
  height: 7px;
  width: 7px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  transform: rotate(45deg);
}

.voice {
  margin-bottom: 20px;
}
.voice .section-title {
  margin-bottom: 20px;
}

.doctor .doctor-tab-wrap {
  padding: 0 10px 40px 10px;
  background: #ffefef;
}
.doctor .doctor-tab-wrap .doctor-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3px;
  max-width: 640px;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn {
  flex: 0 0 auto;
  order: -1;
  position: relative;
  cursor: pointer;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn .active-image {
  display: none;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn .inactive-image {
  display: block;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn.yokohama {
  width: 40%;
  height: 60px;
}
.doctor .doctor-tab-wrap .doctor-tab > .tabbtn.nagoya, .doctor .doctor-tab-wrap .doctor-tab > .tabbtn.osaka {
  width: 29%;
  height: 60px;
}
.doctor .doctor-tab-wrap .doctor-tab input {
  display: none;
}
.doctor .doctor-tab-wrap .doctor-tab > div {
  width: 100%;
}
.img_doctor {
  display: none;
}
.img_doctor.clicked {
  display: block;
}
.clicked .active-image {
  display: block!important;
}
.clicked .inactive-image {
  display: none!important;
}

.flow {
  position: relative;
}
.flow .flow-wrapper {
  position: absolute;
  top: 21%;
  left: 0;
  width: 100%;
}
.flow .flow-wrapper .flow-slider .flow-list .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.flow .flow-wrapper .flow-slider .flow-list .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 6.5px;
  background: #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
}
.flow .flow-wrapper .flow-slider .flow-list .dots-wrap li:hover,
.flow .flow-wrapper .flow-slider .flow-list .dots-wrap li.slick-active {
  background: #ffa0a2;
}
.flow .flow-wrapper .flow-slider .flow-list .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.flow .flow-wrapper .flow-slider .flow-list .slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
  cursor: pointer;
}
.flow .flow-wrapper .flow-slider .flow-list .prev-arrow {
  position: absolute;
  left: 2px;
  height: 14px;
  width: 14px;
  border-bottom: 2px solid #ffa0a2;
  border-left: 2px solid #ffa0a2;
  transform: rotate(45deg);
}
.flow .flow-wrapper .flow-slider .flow-list .next-arrow {
  position: absolute;
  right: 2px;
  height: 14px;
  width: 14px;
  border-bottom: 2px solid #ffa0a2;
  border-left: 2px solid #ffa0a2;
  transform: rotate(-135deg);
}
.flow .flow-wrapper .flow-slider .flow-list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.faq {
  background: #efebf7;
  padding: 0 20px 55px 20px;
}

.contact {
  margin-bottom: 70px;
  position: relative;
}
.contact .contact-btn {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 360px;
  width: 100%;
  padding: 0 15px;
}

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  gap: 3px;
  background: #FFFFFF;
  padding: 3px;
  max-width: 390px;
  z-index: 50;
}
@media screen and (max-width: 640px) {
  footer {
    max-width: 640px;
  }
}/*# sourceMappingURL=style.css.map */