@import url("reset.css");
html {
  font-size: 62.5%;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: #212121;
  display: flex;
  flex-flow: column;
  height: 100vh;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a {
  text-decoration: none;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  img {
    width: auto;
  }
}
#header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  min-width: 1117px;
  height: 92px;
  padding: 0 2.361111% 0 3.124999%;
  margin: 0 auto;
  background: linear-gradient(rgba(0, 0, 0, 0.18) 0%, transparent 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 9;
}
#header picture {
  margin-right: auto;
}
#header a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header a.camp {
  margin-right: 48px;
}
#header a.camp::after {
  content: "";
  width: 9px;
  height: 5px;
  background: url(../images/wh-arrow.svg) no-repeat;
  display: block;
  margin-left: 8px;
}
#header a.line {
  width: 187px;
  height: 48px;
  background: #06c755;
  border-radius: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  margin-right: 21px;
}
#header a.line p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header a.line p::after {
  content: "";
  width: 27px;
  height: 26px;
  background: url(../images/icon-line.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-left: 9px;
}
#header a.reserve {
  width: 187px;
  height: 48px;
  background: #55c1c1;
  border-radius: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #header {
    min-width: auto;
    height: 70px;
    padding: 0 4.2666% 0 6.3999%;
  }
  #header a {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }
  #header a.reserve {
    width: 144px;
    height: 38px;
  }
}
main {
  flex: 1;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 769px) {
  main {
    min-width: 1170px;
  }
}
.grd-bg {
  background: linear-gradient(to top right, #ebfffc 0%, #f8fff5 100%);
}
.fv-container {
  position: relative;
}
.fv-container .price-img {
  position: relative;
  top: -106px;
  margin-bottom: -106px;
}
.fv-container .price-img img {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .fv-container .price-img {
    padding: 12px 6.3999% 0 6.3999%;
    top: 0;
    margin-bottom: 0;
  }
  .fv-container .price-img img {
    padding-top: 0;
  }
}
#worries img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #worries .heading img {
    padding: 0 2.666%;
  }
}
#worries .picture img {
  padding: 0 0 24px;
}
@media (max-width: 768px) {
  #worries .picture img {
    padding: 14px 0 35px;
  }
}
@media (max-width: 768px) {
  #worries .caution img {
    padding: 0 6.3999%;
  }
}
#data {
  background: #feffef;
  padding-bottom: 56px;
}
#data::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 9.93055%;
  margin-top: -9.93055%;
}
@media (max-width: 768px) {
  #data::before {
    padding-top: 28.53333%;
    margin-top: -28.53333%;
  }
}
#data img {
  display: block;
  margin: 0 auto;
}
#data .heading img {
  padding: 74px 0 59px;
}
@media (max-width: 768px) {
  #data .heading img {
    padding: 43px 6.3999% 32px;
  }
}
#data .data-img {
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  #data .data-img {
    padding-bottom: 32px;
  }
}
#data .data-img img {
  padding: 0;
}
@media (max-width: 768px) {
  #data .data-img img {
    padding: 0 6.3999%;
  }
}
@media (max-width: 768px) {
  #data {
    padding-bottom: 40px;
  }
}
#cv-box {
  background: linear-gradient(to top right, #ebfffc 0%, #f8fff5 100%);
  padding: 97px 0 75px;
}
#cv-box .cv-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#cv-box .cv-container img.pict {
  padding: 30px 0 0;
}
#cv-box .cv-container .cv-txt {
  margin-left: 24px;
}
#cv-box .cv-container .cv-txt h2 {
  font-size: 3.8rem;
  font-weight: 500;
  color: #55c1c1;
  letter-spacing: 3.5px;
  line-height: 1.5;
  padding: 22px 0 36px;
}
#cv-box .cv-container .cv-txt p {
  font-size: 1.6rem;
  color: #212121;
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 768px) {
  #cv-box {
    padding: 40px 0 31px;
  }
  #cv-box .cv-container {
    padding: 0 6.3999%;
  }
  #cv-box .cv-container img.pict {
    order: 1;
    width: 80%;
    padding: 0 0 20px;
  }
  #cv-box .cv-container .cv-txt {
    margin-left: 0;
    order: 0;
  }
  #cv-box .cv-container .cv-txt picture img {
    max-width: 100%;
    width: auto;
    padding: 0 9.86666% 0 20.2666%;
  }
  #cv-box .cv-container .cv-txt h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    padding: 24px 0;
  }
  #cv-box .cv-container .cv-txt p {
    line-height: 1.5;
  }
  #cv-box .cv-container p {
    order: 2;
    font-size: 1.6rem;
    color: #212121;
    line-height: 1.5;
    font-weight: 300;
  }
}
@media (min-width: 769px) {
  #cv-box .btn-box {
    margin: 56px 0 0;
  }
}
#reason {
  padding: 62px 0 85px;
}
#reason .heading img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #reason .heading img {
    padding: 0 6.3999%;
  }
}
#reason .reason-col3-container {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 63px auto 95px;
}
#reason .reason-col3-container .reason-item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reason .reason-col3-container .reason-item:last-child {
  margin-right: 0;
}
#reason .reason-col3-container .reason-item .pict img {
  display: block;
  margin: 0 auto 10px;
}
#reason .reason-col3-container .reason-item .txt {
  text-align: center;
}
#reason .reason-col3-container .reason-item .txt h3 {
  font-size: 2.2rem;
  color: #55c1c1;
  line-height: 1.5;
  letter-spacing: 2px;
}
#reason .reason-col3-container .reason-item p {
  margin: 22px 0 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
#reason .reason-col3-container .reason-item p.caution {
  font-size: 1.2rem;
  line-height: 1.5;
}
#reason .reason-col3-container .reason-item p.caution span {
  color: #919191;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
#reason h2 {
  font-size: 2.4rem;
  color: #55c1c1;
  letter-spacing: 5px;
  text-align: center;
}
#reason .reason-col4-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 56px auto 86px;
}
#reason .reason-col4-container .reason-item {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reason .reason-col4-container .reason-item:last-child {
  margin-right: 0;
}
#reason .reason-col4-container .reason-item h3 {
  font-size: 1.8rem;
  color: #55c1c1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 22px 0 18px;
}
#reason .reason-col4-container .reason-item p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
#reason .reason-col4-container .reason-item a {
  font-size: 1.4rem;
  color: #55c1c1;
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  text-decoration: underline;
  width: max-content;
}
#reason .reason-col4-container .reason-item a::after {
  content: "";
  display: block;
  background: url(../images/gr-arrow.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
@media (min-width: 769px) {
  #reason .btn-box {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #reason {
    padding: 65px 0 74px;
  }
  #reason .reason-col3-container {
    margin: 32px 0 48px;
    padding: 0 6.3999%;
    box-sizing: border-box;
  }
  #reason .reason-col3-container .reason-item {
    width: 100%;
    margin-right: 0;
  }
  #reason .reason-col3-container .reason-item .title {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #reason .reason-col3-container .reason-item .title .pict img {
    width: 124px;
    height: auto;
    max-width: none;
  }
  #reason .reason-col3-container .reason-item .title .txt {
    text-align: left;
    margin-left: 12px;
  }
  #reason .reason-col3-container .reason-item .title .txt img {
    width: 78px;
    height: auto;
    max-width: none;
  }
  #reason .reason-col3-container .reason-item .title .txt h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #reason .reason-col3-container .reason-item p {
    line-height: 1.5;
    margin: 4px 0 32px;
  }
  #reason h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #reason .reason-col4-container {
    margin: 48px 0;
    padding: 0 6.3999%;
    box-sizing: border-box;
  }
  #reason .reason-col4-container .reason-item {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 32px;
  }
  #reason .reason-col4-container .reason-item:last-child {
    padding-bottom: 0;
  }
  #reason .reason-col4-container .reason-item .pict img {
    width: 90px;
    height: auto;
    max-width: none;
  }
  #reason .reason-col4-container .reason-item .txt {
    padding-left: 16px;
  }
  #reason .reason-col4-container .reason-item .txt h3 {
    font-size: 1.6rem;
    margin: 0 0 8px;
    text-align: left;
  }
}
#voice {
  background: linear-gradient(to top right, #ebfffc 0%, #f8fff5 100%);
  padding: 78px 0 72px;
}
#voice img {
  display: block;
  margin: 0 auto;
}
#voice .heading img {
  margin-bottom: 63px;
}
#voice .voice-container {
  width: 1000px;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 40px;
  margin: 0 auto 24px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#voice .voice-container:last-child {
  margin: 0 auto;
}
#voice .voice-container .voice-img {
  width: 129px;
  text-align: center;
}
#voice .voice-container .voice-img p {
  color: #939393;
  font-size: 1.4rem;
  padding-top: 16px;
  font-weight: bold;
}
#voice .voice-container .voice-txt {
  padding-left: 32px;
}
#voice .voice-container .voice-txt h3 {
  color: #55c1c1;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
#voice .voice-container .voice-txt h3 img {
  margin-left: 16px;
}
#voice .voice-container .voice-txt p {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 12px 0 42px;
}
#voice .voice-container .voice-txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #voice {
    padding: 72px 0;
  }
  #voice .heading img {
    padding: 0 6.3999%;
    margin-bottom: 24px;
  }
  #voice .voice-container {
    width: 87.1999%;
    padding: 24px 24px 32px;
    box-sizing: border-box;
  }
  #voice .voice-container .voice-img {
    width: 96px;
    margin: 0 auto;
  }
  #voice .voice-container .voice-img p {
    font-size: 1.2rem;
  }
  #voice .voice-container .voice-txt {
    padding-left: 0;
  }
  #voice .voice-container .voice-txt h3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.6rem;
    margin-top: 24px;
  }
  #voice .voice-container .voice-txt h3 img {
    margin-left: 0;
    width: auto;
    height: 18px;
    margin-top: 8px;
  }
  #voice .voice-container .voice-txt p {
    margin: 8px 0 22px;
    font-size: 1.6rem;
  }
}
#flow {
  padding: 64px 0 99px;
}
#flow img {
  display: block;
  margin: 0 auto;
}
#flow .flow-container {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 90px auto 56px;
}
#flow .flow-container .flow-item {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 60px 16px 24px;
  box-sizing: border-box;
  position: relative;
}
#flow .flow-container .flow-item:last-child {
  margin-right: 0;
}
#flow .flow-container .flow-item .title p {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow .flow-container .flow-item .step {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#flow .flow-container .flow-item h3 {
  color: #55c1c1;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 14px 0 6px;
  text-align: center;
}
#flow .flow-container .flow-item p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 768px) {
  #flow {
    padding: 59px 0 4px;
  }
  #flow .heading img {
    padding: 0 6.3999%;
  }
  #flow .flow-container {
    width: 87.19999%;
    margin: 32px auto 40px;
  }
  #flow .flow-container .flow-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 5.5999%;
    padding: 24px 24px 24px 56px;
  }
  #flow .flow-container .flow-item:last-child {
    margin-bottom: 0;
  }
  #flow .flow-container .flow-item .step {
    width: 93px;
    height: 93px;
    left: -13.7999%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #flow .flow-container .flow-item .title {
    display: flex;
    align-items: center;
  }
  #flow .flow-container .flow-item .title p {
    height: 47px;
    width: 51px;
    padding: 0;
  }
  #flow .flow-container .flow-item .title p img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  #flow .flow-container .flow-item .title h3 {
    padding-left: 17px;
    text-align: left;
    line-height: 1.3;
    margin: 0;
  }
  #flow .flow-container .flow-item p {
    padding: 16px 0 0;
  }
}
@media (min-width: 769px) {
  #flow .btn-box {
    margin: 0;
  }
}
#consultation {
  background: linear-gradient(to top right, #c7f5c1 0%, #e2fae3 100%);
  padding-bottom: 64px;
}
#consultation .consul-txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  margin: 0 auto;
  width: max-content;
  padding: 23px 0 56px;
}
#consultation .pict img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #consultation .btn-box {
    margin: 32px 0 0;
  }
}
@media (max-width: 768px) {
  #consultation {
    padding-bottom: 37px;
  }
  #consultation .consul-txt {
    width: 87.19999%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 22px 0;
  }
  #consultation .pict img {
    padding: 0 6.3999%;
  }
  #consultation .btn-box {
    margin: 32px 6.3999% 0;
  }
}
#campaign {
  padding: 72px 0 120px;
}
#campaign .heading img {
  display: block;
  margin: 0 auto;
}
#campaign .camp-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 33px 0 42px;
}
#campaign .camp-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
}
#campaign .camp-wrap picture {
  margin: 0 12px 24px;
}
#campaign .camp-wrap picture:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #campaign {
    padding: 72px 0 75px;
  }
  #campaign .camp-wrap {
    width: 87.19999%;
  }
  #campaign .camp-wrap picture {
    margin: 0 0 12px;
  }
}
#message {
  background: linear-gradient(to top right, #ebfffc 0%, #f8fff5 100%);
  padding: 80px 0 120px;
}
#message .message-wrap {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#message .message-wrap h2 {
  font-size: 3.8rem;
  color: #55c1c1;
  line-height: 1.5;
  letter-spacing: 5px;
}
#message .message-wrap h2 span {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #212121;
  display: block;
}
#message .message-wrap .message-txt {
  margin-left: 87px;
}
#message .message-wrap .message-txt p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 300;
  margin-top: 36px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #message .message-wrap {
    width: 87.19999%;
    justify-content: center;
  }
  #message .message-wrap .message-txt {
    margin-left: 0;
  }
  #message .message-wrap .message-txt p {
    font-size: 1.5rem;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 1px;
  }
  #message .message-wrap h2 {
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #message .message-wrap h2 span {
    font-size: 2rem;
  }
}
#message .heading img {
  display: block;
  margin: 0 auto;
  padding: 53px 0 57px;
}
@media (max-width: 768px) {
  #message .heading img {
    padding: 55px 6.3999% 32px;
  }
}
#message .btn-box {
  margin: 0 6.3999%;
}
@media (max-width: 768px) {
  #message {
    padding: 56px 0 80px;
  }
}
.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 64px 0 114px;
}
.btn-box a {
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 18px;
}
.btn-box a.reserve {
  background: #55c1c1;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  width: 383px;
  height: 85px;
}
.btn-box a.line {
  background: #06c755;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  width: 383px;
  height: 85px;
}
.btn-box a.line p {
  display: flex;
  align-items: center;
}
.btn-box a.line p::after {
  content: "";
  background: url(../images/icon-line.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 36px;
  display: block;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .btn-box {
    margin: 40px 6.3999% 33px;
  }
  .btn-box a {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .btn-box a.reserve {
    width: 100%;
    padding: 0;
    height: 72px;
    margin: 0 0 18px;
  }
  .btn-box a.line {
    width: 100%;
    padding: 0;
    height: 72px;
    margin: 0;
  }
  .btn-box a.line p::after {
    width: 26px;
    height: 25px;
  }
}
#footer {
  padding: 48px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer img {
  margin-right: 107px;
}
#footer .address dl {
  width: 376px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: #777777;
  line-height: 1.75;
}
#footer .address dd a {
  width: 376px;
  display: flex;
  flex-wrap: wrap;
  color: #777777;
  line-height: 1.75;
}
#footer .address dt {
  width: 16%;
}
#footer .address dd {
  width: 84%;
}
#footer .link-wrap {
  display: flex;
  margin-top: auto;
  margin-left: auto;
  font-size: 1.4rem;
}
#footer .link-wrap a {
  color: #777777;
  text-decoration: underline;
}
#footer .copy {
  display: flex;
  margin-top: auto;
  margin-left: 32px;
  font-size: 1.4rem;
  color: #777777;
}
@media (max-width: 768px) {
  #footer {
    padding: 32px 0 40px;
    width: 87.19999%;
    overflow-x: hidden;
  }
  #footer img {
    width: auto;
    margin: 0 auto;
    padding: 0 0 24px;
  }
  #footer .address dl {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  #footer .address dt {
    width: 100%;
  }
  #footer .address dd {
    width: 100%;
    padding: 0 0 8px;
  }
  #footer .link-wrap {
    width: 100%;
    justify-content: flex-end;
    font-size: 1.2rem;
  }
  #footer .copy {
    width: max-content;
    margin: 40px auto 0;
    font-size: 1.2rem;
  }
}
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible;
}
.onetime_popup {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 47.222%;
  min-width: 680px;
  background: #ffedee;
  background: linear-gradient(to top right, #fffbf4 0%, #ffedee 100%);
  border-radius: 14px;
  cursor: pointer;
}
.onetime_popup_title {
  position: absolute;
  margin: 0px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  width: 48px;
  height: 48px;
  top: -48px;
  right: 9px;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  display: block;
}
.onetime_popup_title::before {
  transform: rotate(45deg);
}
.onetime_popup_title::after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .onetime_popup {
    width: 87.1999%;
    min-width: auto;
    border-radius: 8px;
  }
}
.onetime_popup_content {
  padding: 50px 30px;
  text-align: center;
}
.onetime_popup_content p {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 2px;
  color: #433741;
}
.onetime_popup_content .title {
  font-size: 2.3rem;
  color: #de87c7;
  line-height: 1;
  letter-spacing: 2px;
}
.onetime_popup_content .small {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 2.5;
  color: #212121;
  font-weight: 300;
}
.onetime_popup_content a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: #fff;
  background: #47aa7c;
  border-radius: 14px;
  width: 327px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .onetime_popup_content {
    padding: 30px 4.8929%;
  }
  .onetime_popup_content p {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .onetime_popup_content .title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .onetime_popup_content .small {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 16px 0 10px;
  }
  .onetime_popup_content a {
    width: 100%;
  }
}
.body-txt{
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  font-weight: 300;
  margin: 0 auto;
  width: max-content;
  padding: 40px 0 0 0;
}

@media (max-width: 768px) {
  .body-txt{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 auto;
  width: 87.199999%;
  padding: 22px 0;
}
}

/*ここからテスト記述*/
/* 院長紹介 */
.director-info {
  padding: 40px 0 0 0;
}
@media (max-width: 48em) {
  .director-info {
    padding: 40px 0;
  }
}
.director-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 40px 0;
}

@media (max-width: 48em) {
  .director-info-wrap {
    display: grid;
    place-items: center;
    width: 100%;
    gap: 16px;
    padding: 24px 0;
  }
  .director-info-wrap .cp-top__img {
    width: 160px;
  }
}
.director-info__txt {
  max-width: 500px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6fc3d3;
  padding: 24px;
  border: solid;
}
@media (max-width: 48em) {
  .director-info__txt {
    font-size: 1.6rem;
    margin: 0 24px;
    padding: 12px;
  }
}

