@charset "UTF-8";
@import url("https://use.typekit.net/opf4rvi.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.button-img {
  text-align: center;
}

.section1 {
  height: 206.25rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section1 {
    display: none;
  }
}
.section1 a {
  position: absolute;
  top: 82%;
  left: 15%;
  width: 70%;
}
.section1 a img {
  -webkit-filter: none;
          filter: none;
}

.section1-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section1-pc {
    display: block;
    width: 100%;
  }
}

.section2 {
  background: url(../images/section_2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 156.25rem;
  width: 100%;
}
.section2 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section2 {
    background: none;
    height: auto;
  }
  .section2 img {
    display: block;
  }
}

.section3-sp {
  background: url(../images/section_3bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 262.5rem;
  width: 100%;
  position: relative;
}
.section3-sp img {
  position: absolute;
  width: 39%;
  top: 81.6%;
  left: 8%;
}
@media screen and (min-width: 1024px) {
  .section3-sp {
    display: none;
  }
  .section3-sp img {
    display: none;
  }
}

.section3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section3 {
    background: none;
    height: auto;
    display: block;
  }
  .section3 img {
    display: block;
  }
}

.section4-sp {
  height: auto;
  width: 100%;
}
.section4-sp div {
  background-color: #aac4ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6.25rem;
}
.section4-sp div img {
  width: 80%;
  margin: 0 auto;
  margin-top: 5rem;
}
.section4-sp div img:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section4-sp {
    display: none;
  }
}

.section4 {
  display: none;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section4 {
    display: block;
    background: url(../images/section_4-pc.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 186.875rem;
  }
  .section4 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section4 div img {
    width: 88%;
    margin: 0 auto;
  }
  .section4 div img:nth-child(1) {
    margin-top: 5.625rem;
    width: 94%;
  }
}

.section5 {
  height: 25.9375rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section5 {
    display: none;
  }
}

.section6-sp {
  background: url(../images/section_6-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 827rem;
  width: 100%;
  padding-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.section6-sp img:nth-child(1) {
  margin-top: 2.1875rem;
}
.section6-sp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 12.7%;
  left: 6%;
}
.section6-sp div img {
  width: 83%;
  margin: 0 auto;
}
.section6-sp div img:nth-child(1) {
  margin-top: -45.0625rem;
}
.section6-sp div img:nth-child(2) {
  margin-top: 10.1875rem;
}
.section6-sp div img:nth-child(3) {
  margin-top: 14.5rem;
}
.section6-sp div img:nth-child(4) {
  margin-top: 8.125rem;
  width: 91%;
  margin-right: 9rem;
}
.section6-sp div img:nth-child(5) {
  margin-top: 24.5rem;
  margin-right: 7rem;
  width: 91%;
}
.section6-sp img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section6-sp {
    display: none;
  }
}

.section6 {
  display: none;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section6 {
    display: block;
    background: url(../images/section_6-bgpc-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 274.9375rem;
  }
  .section6 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section6 div img {
    width: 84%;
    margin: 0 auto;
  }
  .section6 div img:nth-child(1) {
    margin-top: 3.125rem;
  }
  .section6 div img:nth-child(2) {
    margin-top: 7.1875rem;
  }
  .section6 div img:nth-child(3) {
    margin-top: 11.5625rem;
  }
  .section6 div img:nth-child(4) {
    margin-top: 15.625rem;
  }
}

.section7 {
  background: url(../images/section_7.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 243.75rem;
  width: 100%;
}
.section7 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section7 {
    background: none;
    height: auto;
  }
  .section7 img {
    display: block;
  }
}

.section8 {
  background: url(../images/section_8.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 137.5rem;
  width: 100%;
}
.section8 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section8 {
    background: none;
    height: auto;
  }
  .section8 img {
    display: block;
  }
}

.section9 {
  background: url(../images/section_9.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 250rem;
  width: 100%;
}
.section9 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section9 {
    background: none;
    height: auto;
  }
  .section9 img {
    display: block;
  }
}

.section10 {
  padding-top: 6.25rem;
  background-color: #f2a2b6;
  background-size: contain;
  width: 100%;
  text-align: center;
}
.section10__video {
  height: 435px;
}
.section10 iframe {
  margin-top: 1.25rem;
  width: 90%;
  height: 100%;
}
.section10 .section10-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section10 {
    display: none;
  }
  .section10 img {
    display: block;
  }
}

.section10-pc {
  display: none;
  position: relative;
}
.section10-pc iframe {
  margin-top: 1.25rem;
  width: 60%;
  height: 35%;
  top: 42%;
  position: absolute;
  left: 20%;
}
@media screen and (min-width: 1024px) {
  .section10-pc {
    display: block;
    background: none;
    height: auto;
  }
}

.section11 {
  background: url(../images/section_11.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 280.625rem;
  width: 100%;
}
.section11 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section11 {
    background: none;
    height: auto;
  }
  .section11 img {
    display: block;
  }
}

.section12-sp {
  background: url(../images/section_12bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 400rem;
  width: 100%;
  position: relative;
}
.section12-sp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 7.8%;
}
.section12-sp div img {
  margin: 0 auto;
}
.section12-sp div img:nth-child(1) {
  margin-top: 5.625rem;
  width: 98%;
}
.section12-sp div img:nth-child(2) {
  margin-top: 7.1875rem;
  width: 70%;
}
.section12-sp div img:nth-child(3) {
  margin-top: 10.625rem;
  width: 79%;
}
@media screen and (min-width: 1024px) {
  .section12-sp {
    display: none;
  }
}

.section12 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section12 {
    display: block;
    background: none;
    height: auto;
  }
  .section12 img {
    display: block;
  }
}

.section13 {
  height: 375rem;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section13 {
    display: none;
  }
}
.section13 iframe {
  position: absolute;
  width: 70%;
  height: 11%;
  top: 49.5%;
  left: 14.5%;
}
.section13 a {
  position: absolute;
  top: 87%;
  left: 17%;
  width: 70%;
}
.section13 a img {
  -webkit-filter: none;
          filter: none;
}

.section13-pc {
  display: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section13-pc {
    display: block;
    margin-top: -1px;
  }
}
.section13-pc iframe {
  position: absolute;
  width: 45%;
  height: 22%;
  top: 36.5%;
  left: 6.5%;
}
.section13-pc a {
  position: absolute;
  top: 93%;
  left: 36%;
  width: 30%;
}
.section13-pc a img {
  -webkit-filter: none;
          filter: none;
}

.section14 {
  background: url(../images/section_14.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 168.75rem;
  width: 100%;
}
.section14 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section14 {
    background: none;
    height: auto;
  }
  .section14 img {
    display: block;
  }
}

.section15 {
  background: url(../images/section_15.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 175rem;
  width: 100%;
}
.section15 img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section15 {
    background: none;
    height: auto;
  }
  .section15 img {
    display: block;
  }
}

.link {
  letter-spacing: 0.75rem;
}

.Android .section16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Android .menu .btn {
  display: block;
  text-decoration: none;
  color: #282828;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 4.375rem;
  background-color: #f9f9f9;
  border-radius: 5.625rem;
  font-size: 2.8125rem;
}

.section16 {
  background-color: #aac4ce;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  /*アコーディオン全体*/
  /*バー部分*/
  /*開いたときに表示される部分*/
  /*開いたときの下の余白*/
  /*閉じた状態の矢印描画*/
  /*開いた状態の矢印描画*/
}
.section16 span {
  color: #aac4ce;
  font-size: 4.375rem;
  letter-spacing: 1.5625rem;
  margin-right: 0.625rem;
}
.section16 #text {
  font-size: 2.8125rem;
  color: #282828;
  letter-spacing: 0.75rem;
}
.section16 .menu .btn {
  display: block;
  text-decoration: none;
  color: #282828;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 4.375rem;
  background-color: #f9f9f9;
  border-radius: 5.625rem;
  font-size: 2.8125rem;
}
.section16 .menu {
  width: 100%;
  padding: 10px 10px 20px;
}
.section16 .menu input {
  display: none; /*チェックボックスを隠す*/
}
.section16 .menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #282828;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 4.375rem;
  background-color: #f9f9f9;
  border-radius: 5.625rem;
}
.section16 .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.section16 .menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
.section16 #menu_bar01:checked ~ #links01 li,
.section16 #menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5.625rem;
  margin-top: 1.25rem;
  text-align: left;
}
.section16 #menu_bar01:checked ~ #links01 li:last-child,
.section16 #menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
.section16 .menu label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: #aac4ce 2px solid;
  border-right: #aac4ce 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.section16 .menu input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: #aac4ce 2px solid;
  border-right: #aac4ce 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

/* Q */
.faq-q {
  font-weight: bold;
  line-height: var(--v-rythm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 2.75rem;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q:hover {
  color: var(--accent-color);
}

.faq-q:before {
  content: "Q.";
  display: block;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}

/* A */
.faq-a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  padding: 0 1.5rem 1rem;
  font-size: 1.8125rem;
}

.faq-a:before {
  content: "A.";
  font-weight: bold;
  color: var(--accent-color);
  font-size: var(--v-rythm);
  padding-right: 10px;
}

.privacy {
  background-color: #3a3639;
  color: #f9f9f9;
  text-align: center;
  font-size: 1.771875rem;
  height: 7.6270875rem;
  line-height: 7.6270875rem;
}
@media screen and (min-width: 1024px) {
  .privacy {
    font-size: 2.146875rem;
    width: 100%;
  }
}

.footer {
  margin-top: 5rem;
  margin-bottom: 4.6875rem;
  text-align: center;
  height: 21.875rem;
  width: 100%;
}
.footer h3 {
  font-size: 2.214375rem;
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.footer h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  display: inline-block;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  font-size: 2.026875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.footer p {
  font-size: 1.4175rem;
  font-weight: 300;
}