@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #333333;
}
#header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
section {
  line-height: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.h-logo {
  width: 40%;
  margin: 30px;
}
.h-contact {
  width: 60%;
  text-align: right;
  margin: 30px 155px 0 0;
}
.hamb {
  position: fixed;
  cursor: pointer;
  background-color: #9D783D;
  z-index: 300;
  right: 30px;
  top: 30px;
  width: 120px;
  height: 120px;
}
.overlay li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.overlay li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 32px;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 9px solid #0F285C;
  width: 15px;
  height: 13px;
}
.black-bg ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  width: 90%;
}
.black-bg ul li {
  text-align: left;
  padding: 20px 0;
}
.black-bg ul li a {
  color: #0F285C;
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.line {
  position: absolute;
  left: 30%;
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  top: 20%;
}
.line:nth-child(2) {
  top: 35%;
  left: 30%;
}
.line:nth-child(3) {
  top: 50%;
  left: 30%;
}
.hamb-text {
  position: absolute;
  left: 30%;
  bottom: 15%;
  font-size: 20px;
  color: #ffffff;
}
.black-bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.90);
  top: 0;
  right: -780px;
  width: 780px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
.black-bg.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#hamb.active .line {
  background-color: #ffffff;
}
/*アニメーション*/
.black-bg {
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}
#hamb.active .line:nth-child(1) {
  transform: translateY(16px) translateX(0) rotate(45deg);
}
#hamb.active .line:nth-child(2) {
  opacity: 0;
  background: #FFF;
}
#hamb.active .line:nth-child(3) {
  transform: translateY(-20px) translateX(0) rotate(-45deg);
}
.animation {
  transition: all .6s;
}
.counseling {
  background-image: url("../img/counseling.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 16 / 11;
  display: flex;
  align-items: flex-end;
}
.counseling-bunner {
  max-width: 1270px;
  width: 70%;
  margin: 0 auto 11%;
}
.counseling-bunner a {
  width: 48%;
}
.professional {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 90px;
}
.reason {
  background-color: #E9E9E9;
  text-align: center;
  padding: 90px 0 150px;
}
.reason-box {
  max-width: 1542px;
  width: 95%;
  margin: 50px auto 100px;
}
.reason-box img {
  width: 48%;
}
.reason-box02 {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto 100px;
}
.data {
  margin-bottom: 100px;
}
.consultation {
  margin-bottom: 100px;
}
.treatment {
  margin-bottom: 50px;
}
.treatment-box {
  max-width: 1740px;
  width: 95%;
  margin: 0 auto;
}
.treatment-box img {
  width: 31%;
  margin-top: 50px;
}
.note {
  max-width: 1150px;
  height: 210px;
  margin: 50px auto 100px;
  background-color: #F2F2F2;
  overflow-y: scroll;
  padding: 70px 50px;
  scrollbar-color: #9D783D #F2F2F2;
}
.note-title {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
}
.note-text {
  line-height: 2;
}
.greeting {
  margin-top: 100px;
  text-align: center;
}
.interview {
  margin-top: 100px;
  text-align: center;
}
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1550px;
  position: relative;
  width: 95%;
}
.accordion-title {
  cursor: pointer;
  font-size: 28px;
  font-weight: normal;
  padding: 30px 20px 30px 10%;
  height: 70px;
  line-height: 2.5;
  text-align: left;
}
.accordion-content {
  display: none;
  padding: 30px;
}
.accordion-content p {
  font-size: 20px;
  line-height: 2.5;
  text-align: left;
}
.accordion-item {
  border: solid 1px #707070;
  margin-bottom: 50px;
}
.icon-q {
  position: absolute;
  left: 1%;
  bottom: -3%;
}
.accordion-item .accordion-title {
  background-color: #E9E9E9;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
/* 縦線 */
.accordion-title::before {
  background: #000; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform .3s ease-in-out;
  width: 18px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #000; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity .3s ease-in-out;
  width: 18px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}
.risk {
  margin-top: 100px;
}
.flow {
  position: relative;
}
.flow-bunner {
  max-width: 1270px;
  width: 70%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-bunner a {
  width: 48%;
}
.fee {
  margin-top: 100px;
  position: relative;
}
.hp-btn {
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translate(-50%, -50%);
}
.clinic {
  margin-top: 100px;
  text-align: center;
  background: linear-gradient(#ffffff, #F2F2F2);
  padding-bottom: 100px;
}
.clinic-box {
  margin-top: 100px;
}
.clinic-left {
  width: 50%;
}
.clinic-right {
  width: 48%;
}
.clinic-logo {
  margin-bottom: 50px;
}
.clinic-address {
  max-width: 730px;
  width: 90%;
  margin: 0 auto 50px;
  font-size: 20px;
  padding: 20px 0;
  border: solid 1px #E9E9E9;
  border-radius: 20px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.clinic-bunner {
  max-width: 660px;
  width: 95%;
  margin: 0 auto 50px;
  ;
}
.clinic-access {
  width: 89%;
  margin: 100px auto;
}
.clinic-map {
  max-width: 1260px;
  height: 600px;
  width: 95%;
  margin: 0 auto;
}
.qa {
  margin-top: 100px;
  text-align: center;
}
.qa-ttl {
  margin-bottom: 100px;
}
#footer {
  margin-top: 150px;
}
.footer-box {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  align-items: center;
}
.copyright {
  text-align: center;
  padding: 35px 0;
}
#page_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
}
@media (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  .h-logo {
    margin: 15px;
  }
  .h-tel {
    height: 60px;
  }
  .h-web {
    height: 60px;
  }
  .hamb {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 15px;
  }
  .line {
    left: 25%;
    width: 30px;
  }
  .line:nth-child(2) {
    top: 35%;
    left: 25%;
  }
  .line:nth-child(3) {
    top: 50%;
    left: 25%;
  }
  .hamb-text {
    left: 23%;
    bottom: 10%;
    font-size: 14px;
  }
  .h-contact {
    margin: 15px 80px 0 0;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .black-bg ul {
    top: 10%;
  }
  .treatment-box img {
    width: 48%;
  }
  .note {
    margin: 50px 20px 100px;
  }
  .interview-ttl {
    width: 60%;
  }
  .accordion-title {
    font-size: 18px;
    line-height: 2;
    padding: 30px 60px 30px 18%;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .hp-btn {
    width: 25%;
  }
  .clinic-ttl {
    width: 35%;
  }
  .qa-ttl {
    width: 50%;
    margin: 0 auto 50px;
  }
  .clinic-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .clinic-right {
    width: 95%;
    margin: 0 auto;
    text-align: -webkit-center;
  }
  #page_top {
    right: 20px;
    bottom: 50px;
  }
  #page_top a {
    width: 70px;
  }
}
@media (max-width: 425px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .hamb {
    top: 0;
    right: 0;
  }
  .h-logo {
    width: 70%;
    margin: 10px;
  }
  .black-bg {
    width: 70%;
  }
  .black-bg ul li a {
    font-size: 18px;
    padding-right: 30px;
  }
  .overlay li::before {
    top: 28px;
  }
  .counseling {
    background-image: url("../img/sp/counseling.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 7 / 15;
    position: relative;
  }
  .counseling-bunner {
    position: absolute;
    bottom: 10%;
    left: 16%;
  }
  .counseling-bunner img {
    margin-bottom: 20px;
  }
  .professional {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .data {
    margin-bottom: 50px;
  }
  .consultation {
    margin-bottom: 50px;
  }
  .note {
    margin-bottom: 50px;
  }
  .greeting {
    margin-top: 50px;
  }
  .interview {
    margin-top: 50px;
  }
  .interview-ttl {
    width: 80%;
  }
  .icon-q {
    width: 13%;
    bottom: 22%;
  }
  .accordion-title {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 60px 25px 18%;
    display: flex;
    align-items: center;
  }
  .risk {
    margin-top: 50px;
  }
  .flow {
    width: 95%;
    margin: 0 auto 50px;
  }
  .flow-bunner {
    width: 80%;
    top: 20%;
  }
  .flow-bunner a {
    width: auto;
    margin-bottom: 20px;
  }
  .fee {
    margin: 25px 0 50px;
  }
  .hp-btn {
    width: 90%;
  }
  .clinic {
    margin-top: 25px;
  }
  .clinic-ttl {
    width: 50%;
  }
  .clinic-box {
    margin-top: 25px;
  }
  .clinic-address {
    font-size: 16px;
    line-height: 2;
    padding: 20px;
  }
  .web-btn {
    margin-top: 20px;
  }
  .clinic-access {
    width: 95%;
    margin: 50px auto;
  }
  .clinic-map {
    height: 300px;
  }
  .qa {
    margin-top: 50px;
  }
  .qa-ttl {
    width: 60%;
    margin-bottom: 25px;
  }
  .clinic-left {
    margin-bottom: 25px;
  }
  #footer {
    margin-top: 50px;
  }
  .footer-box {
    width: 95%;
  }
}
@media (max-width: 375px) {}
@media (max-width: 320px) {}