@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-variant-east-asian: proportional-width;
  color: #444444;
}

svg {
  vertical-align: bottom;
  overflow: visible;
}

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

a {
  color: var(--main-text-color);
  text-decoration: none;
}

/*コンテンツ初期設定*/

.lp-wrapper {
  background: url(../img/pc-background.jpg) repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  min-height: 100vh;
}

/* 中央のLPコンテンツ */
.lp-content {
  width: 460px;
  max-width: 100vw;
  flex: 0 0 460px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}

/* 左右の固定ボタン */

.left-contents,
.right-contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 縦中央 */
  align-items: center;
  /* 横中央 */
  position: relative;
  height: 100vh;
}

.left-contents h2 {
  position: fixed;
  top: 0;
  left: 40px;
  width: 200px;
  height: 200px;
}

.left-contents a {
  background: linear-gradient(#f498ad, #ef5a7b);
  padding: 20px 96px;
  border-radius: 50px;
  position: fixed;
  box-shadow: 0 0 4px rgba(68, 68, 68, 0.2);
  transition: all ease 0.3s;
}

.left-contents a:hover {
  box-shadow: 0 0 0 rgba(68, 68, 68, 0.2);
  opacity: 0.7;
}

.left-contents a::before {
  content: "WEBから簡単！";
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: 20px;
  color: #ef5277;
  background: #fff;
  padding: 0 8px;
  letter-spacing: 2px;
  transform: rotate(-5deg);
}

.left-contents a::after {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: #ef5277;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-contents a p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.left-contents a p span {
  color: #fff372;
}

.right-contents > div {
  position: fixed;
}

.right-contents dl {
  width: 60%;
  margin: 0 auto;
  filter: drop-shadow(0 0 4px rgba(68, 68, 68, 0.2));
  position: relative;
}

.right-contents dl span.ballon {
  position: absolute;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f49aaf;
  box-shadow: 2px 2px 0px 0px rgba(999, 999, 999, 1);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 130px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  transform: rotate(12deg);
  right: -25px;
}

.right-contents dt img {
  display: block;
}

.right-contents dd {
  background: #c3b2e3;
  border-radius: 0 0 8px 8px;
}

.right-contents dd p:first-child {
  text-align: center;
  font-size: 30px;
  color: #fff372;
  padding: 24px 0 16px;
  line-height: 1.5;
}

.right-contents dd p:first-child::before {
  content: "院長";
  display: block;
  text-align: center;
  font-size: 24px;
}

.right-contents dd p:last-child {
  color: #fff;
  padding: 0 16px 16px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2.2;
}

.right-contents dd p:last-child span {
  line-height: 1.5;
  display: block;
}

/*header*/

header {
  background: #b0a4e4;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  max-width: 80px;
}

header p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

header p span {
  font-size: 36px;
  color: #fff372;
}

/*fv*/

.fv {
  position: relative;
  top: 0;
  left: 0;
}

.fv > p {
  width: 80%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  color: #f97292;
  border: 3px solid #f97292;
  text-align: center;
  border-radius: 50px;
  padding: 4px 8px;
}

.fv > p::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 13px 0 13px;
  border-style: solid;
  border-color: #f97292 transparent transparent transparent;
}

.fv > p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.fv .btn-contact {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97292;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  padding: 16px 8px;
}

.fv .btn-contact a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.fv .btn-contact a:hover {
  opacity: 0.7;
}

.contents {
  width: 90%;
  margin: 0 auto;
}

.sec-01 {
  background: url(../img/sec-01.jpg) no-repeat center center;
  padding: 24px 0;
}

.sec-01 h2 {
  font-family: "Noto Serif JP", serif;
  color: #5f66b3;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
  position: relative;
}

.sec-01 h2::before {
  content: "";
  display: block;
  height: 88px;
  background-size: contain;
  background-image: url(../img/yamamoto.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sec-01 .swiper {
  width: 100%;
  overflow: hidden;
}

.sec-01 .swiper-wrapper {
  width: 100%;
}

.sec-01 .swiper-slide {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
}

.sec-01 .swiper-slide > div {
  padding: 24px 0 8px;
}

.swiper-pagination {
  padding-top: 16px;
  position: relative !important;
}

.swiper-pagination-bullet-active {
  background: #b0a4e4 !important;
}

.sec-01 .swiper-slide strong {
  color: #b0a4e4;
}

.sec-02 {
  background: url(../img/sec-02.png) no-repeat bottom center;
  height: 350px;
  position: relative;
  z-index: 99;
}

.sec-02 h2 {
  font-family: "Noto Sans JP", serif;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: normal;
  position: relative;
  padding: 32px 0 16px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}

.sec-02 ul {
  background: rgba(255, 253, 249, 0.8);
  list-style-type: none;
  font-size: 15px;
  color: #333333;
  padding: 20px;
}

.sec-02 ul li {
  position: relative;
  padding-left: 30px;
}

.sec-02 ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ck-bx.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.sec-02 ul strong {
  position: relative;
  z-index: 9;
}

.sec-02 ul strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #cdd0ee;
  z-index: -9;
}

.sec-03 {
  background: url(../img/adobestock_1320499350.jpg) no-repeat center bottom;
  position: relative;
  margin-top: -80px;
  padding-bottom: 64px;
}

.sec-03 > p {
  padding: 110px 0 8px;
  color: #8068ab;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 22px;
}

.sec-03 h2 {
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #d0a7d9, #b0a4e4);
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  hanging-punctuation: allow-end;
}

.sec-03 h2 strong {
  font-size: 26px;
  padding-right: -8px;
}

.sec-03 > .contents > div {
  padding: 32px 0 76px;
}

.sec-04 .card {
  background: #fff;
  border: 3px solid #a7a5fc;
  border-top: none;
  border-radius: 8px;
}

.sec-04 .card-02 {
  border: 3px solid #ed97e6;
  margin-top: 72px;
}

.sec-04 .card h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #b6b5ff;
  font-size: 24px;
  font-weight: normal;
  padding: 8px 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 9;
}

.sec-04 .card-02 h3 {
  background: #ed97e6;
}

.sec-04 .card h3::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 50px;
  border-radius: 50% / 100% 100% 0 0;
  background: #b6b5ff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
}

.sec-04 .card-02 h3::before {
  background: #ed97e6;
  font-size: 26px;
}

.sec-04 .card h3 strong {
  font-size: 28px;
  margin-right: 8px;
  font-weight: normal;
  letter-spacing: -4px;
}

.sec-04 .card h3 span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Prompt", sans-serif;
}

.sec-04 .card h3 span::before {
  content: "";
  width: 50px;
  height: 15px;
  background: url(../img/worries.png) no-repeat center center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.sec-04 .card > div {
  padding: 32px 16px;
}

.sec-04 .card .c-cp {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}

.sec-04 .card .c-cp strong {
  color: #a7a5fc;
  font-size: 24px;
  letter-spacing: 4px;
}

.sec-04 .card-02 .c-cp strong {
  color: #ed97e6;
}

.sec-04 .card .text {
  color: #444444;
  line-height: 2;
  padding: 16px 16px 32px;
  letter-spacing: 2px;
}

.sec-06 > section {
  width: 90%;
  margin: 0px auto 0;
}

.sec-06 > section.point-01 {
  width: 90%;
  margin: -120px auto 0;
}

.sec-06 > section:nth-child(odd) {
  background-size: contain;
  width: 100%;
}

.sec-06 .point-02 {
  background: url(../img/point-02.png) no-repeat bottom center;
  height: 1490px;
}

.sec-06 .point-03 {
  margin-top: -96px;
}

.sec-06 .point-05 {
  margin-top: -136px;
}

.sec-06 .point-04 {
  background: url(../img/point-04.png) no-repeat bottom center;
  height: 970px;
}

.sec-06 > section:nth-child(odd) > div {
  width: 90%;
  margin: 0 auto;
}

.sec-06 section .point {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f4acf0;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  position: relative;
  padding-top: 20px;
}

.sec-06 section .point::before {
  content: "POINT";
  width: 100%;
  height: 20px;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 15px;
  text-align: center;
}

.sec-06 > section .point::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* 丸の外に出す距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #f4acf0;
  /* 背景と同じ色 */
}

.sec-06 > section h3 {
  text-align: center;
  font-size: 20px;
  color: #f4acf0;
  letter-spacing: 2px;
  padding-top: 24px;
  font-weight: normal;
}

.sec-06 > section hr {
  border: none;
  width: 100%;
  height: 3px;
  background: #f4acf0;
  margin: 24px 0 32px;
}

.sec-06 > section .text {
  color: #444444;
  line-height: 2;
  padding: 16px 0 32px;
  letter-spacing: 2px;
}

.sec-06 > section .text mark {
  background: linear-gradient(transparent 50%, #fff372 50%);
}

.sec-06 .point-04 .text span,
.sec-06 .point-05 .text span {
  font-size: 14px;
}

.sec-06 > section h4 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  background: url(../img/shape.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 0 32px;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}

.sec-06 > section article > div {
  background: #fff;
  border-radius: 8px;
  padding: 0 16px;
  margin-bottom: 40px;
}

.sec-06 > section article dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #444444;
}

.sec-06 > section article dl:first-child {
  padding-top: 56px;
  margin-top: -26px;
}

.sec-06 > section article dl:last-child {
  border: none;
}

.sec-06 > section article dl dt {
  width: 25%;
  font-weight: bold;
  color: #a494e1;
  font-size: 16px;
}

.sec-06 > section article dl dd {
  width: 75%;
  font-size: 14px;
}

.sec-06 > section article dl dd strong {
  font-weight: 500;
}

.btn-contact-s {
  background: #f97292;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  padding: 16px 8px;
  box-shadow: 0 4px 4px rgba(68, 68, 68, 0.2);
  position: relative;
}

.btn-contact-s::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  pointer-events: none;
}

.btn-contact-s a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 8px;
}

.banner {
  padding: 48px 0;
}

.banner p {
  color: #ab8eff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.banner a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.banner p::before,
.banner p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #ab8eff;
  vertical-align: middle;
  margin: 0 10px;
}

.sec-07 {
  background: #f5f3ff;
  padding: 32px 0;
}

.sec-07 h2 {
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #d0a5fc 0%, #a7a5fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  text-align: center;
  padding: 0 0 24px;
}

.sec-07 .contact {
  background: #fff;
  border: 2px solid #8e90ef;
  border-radius: 8px;
  padding: 8px 16px 24px;
}

.sec-07 .contact > p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  padding: 8px 0;
}

.catch span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

/* 左の斜線 */
.catch span::before,
.catch span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  background: #333;
  transform: translateY(-50%) rotate(-30deg);
}

.catch span::after {
  left: 0;
}

.catch span::before {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}

.sec-07 .contact > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.sec-07 .contact > div a {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-around;
}

.sec-07 .contact > div img {
  width: 20px;
  height: 20px;
}

.sec-07 .contact > div div:first-child {
  background: #f97292;
  width: 47%;
  padding: 16px 24px;
  border-radius: 8px;
}

.sec-07 .contact > div div:last-child {
  background: #00b900;
  width: 47%;
  padding: 16px 24px;
  border-radius: 8px;
}

.sec-07 .contact > div div {
  position: relative;
  box-shadow: 0 4px 4px rgba(68, 68, 68, 0.2);
}

.sec-07 .contact > div div::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #fff;
  border-radius: 8px;
  pointer-events: none;
}

.sec-07 ul li {
  list-style-type: none;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #8e90ef;
  padding: 8px 0;
  margin: 48px 0;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

.sec-07 ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #ab8eff;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.faq {
  background: #d2b9f1;
  padding: 32px;
}

.faq h2 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 0 0 24px;
}

.faq-item {
  border-radius: 8px;
  margin: 16px 0;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 20px;
  color: #333;
}

.arrow.down {
  transform: rotate(180deg);
}

.faq-answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
}

.faq-answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: #ccc;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-answer.open::before {
  opacity: 1;
}

.info {
  padding: 24px 0;
}

.info h2 {
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #d0a5fc 0%, #a7a5fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  text-align: center;
  padding: 0 0 24px;
}

.info > .contents > p > span {
  margin-top: 8px;
  display: block;
}

.info dl dt {
  font-weight: bold;
}

footer {
  background: #d2b9f1;
  text-align: center;
  font-size: 14px;
  margin-bottom: 70px;
}

/*cta-btn*/

.cta-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 460px;
  display: flex;
  z-index: 999;
}

.cta-btn div {
  flex: 1;
}

.cta-btn div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 16px;
}

.cta-btn div a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.cta-btn div a:hover {
  opacity: 0.7;
}

.cta-btn div:first-child {
  background: #f97292;
}

.cta-btn div:nth-child(2) {
  background: #00b900;
}

.cta-btn div:last-child {
  background: #9691ff;
}

@media screen and (max-width: 1200px) {
  .left-contents,
  .right-contents {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .lp-content {
    width: 100vw;
    flex: 0 0 100vw;
  }

  .cta-btn {
    width: 100vw;
  }
}
