@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
:root {
  --text-color: #444444;
  --bg-color: #FFFFFF;
  --bg-yellow-color: #FAF6EA;
  --bg-pink-color: #FFF4F5;
  --bg-qa-color: #FFF5F5;
  --button-color: #FF9F9F;
  --line-color: #AAAAAA;
  --font: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* easeOutCubic */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--font);
  font-optical-sizing: auto;
  letter-spacing: 0;
  word-wrap: break-word;
  font-size: 2.667vw;
}
b, strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

sup {
  margin: 0 0.12em 0 0.1em;
  font-size: 0.6em;
  vertical-align: top;
}

.fade-in {
  -webkit-transform: translate3d(0, 13.333vw, 0);
  transform: translate3d(0, 13.333vw, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fade-in.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.wrapper {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-attachment: fixed;
}
.no-webp .wrapper {
  background-image: url("../img/bg.jpg");
}

.inner {
  position: relative;
  background-color: var(--bg-color);
}

.fv {
  padding: 3.333vw 2.667vw 14.667vw;
  background-image: url("../img/fv-bg.webp");
  background-position: bottom center;
  background-size: cover;
}
.no-webp .fv {
  background-image: url("../img/fv-bg.jpg");
}
.fv-logo {
  display: block;
  width: 22vw;
}
.fv-logo img {
  width: 100%;
}
.fv-text01 {
  width: 83.733vw;
  margin-top: 3.067vw;
}
.fv-img {
  width: 100%;
  margin-top: 4.533vw;
}
.fv-text02 {
  margin-top: 1.1em;
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 1.54;
  letter-spacing: 0.08em;
  text-align: center;
}
.fv-text02 small {
  font-size: 0.857em;
}

.section01 {
  padding: 9.333vw 0 8vw;
  background-image: url("../img/section01-bg.webp");
  background-position: top center;
  background-size: cover;
}
.no-webp .section01 {
  background-image: url("../img/section01-bg.jpg");
}
.section01-heading {
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 1.5;
  text-align: center;
}
.section01-heading-small {
  font-weight: 600;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
.section01-text01 {
  margin-top: 1.6em;
  font-weight: 600;
  font-size: 3.733vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.section01-text02 {
  margin-top: 0.4em;
  font-weight: 600;
  font-size: 4.8vw;
  text-align: center;
}
.section01-text02-marker {
  margin: 0 0.15em;
  padding: 0 0.12em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FDEE99));
  background: -webkit-linear-gradient(transparent 60%, #FDEE99 60%);
  background: linear-gradient(transparent 60%, #FDEE99 60%);
  font-weight: 700;
}
.section01-img {
  width: 80vw;
  margin: 6.667vw auto 0;
}
.section01-note {
  margin-top: 12vw;
  padding: 0 6vw;
  font-size: 2.133vw;
  line-height: 1.75;
}

.section02 {
  padding: 11.467vw 0 7.467vw;
  background: -webkit-gradient(linear, left top, right top, from(#ffe9e2), to(#ffeaef));
  background: -webkit-linear-gradient(left, #ffe9e2 0%, #ffeaef 100%);
  background: linear-gradient(to right, #ffe9e2 0%, #ffeaef 100%);
}
.section02-heading {
  position: relative;
  width: 84vw;
  margin-inline: auto;
}
.section02-heading-item {
  position: absolute;
  top: 1.6vw;
  right: -2.533vw;
  width: 16.933vw;
  text-align: center;
}
.section02-contents01 {
  z-index: 1;
  position: relative;
  margin-top: 6.667vw;
}
.section02-img01 {
  z-index: 2;
  position: relative;
  width: 54.667vw;
}
.section02-contents02 {
  z-index: 2;
  position: relative;
  margin-top: 10.667vw;
}
.section02-img02 {
  width: 66.667vw;
  margin-inline: auto;
}
.section02-box {
  border-radius: 2.667vw;
  background: #fffdfa;
}
.section02-box.--01 {
  z-index: 1;
  position: absolute;
  top: 30vw;
  left: 44vw;
  width: 48vw;
  padding: 6.133vw 4.667vw 9.867vw 14vw;
}
.section02-box.--02 {
  width: 84vw;
  margin-top: -6.667vw;
  margin-inline: auto;
  padding: 13.333vw 5.067vw 8vw;
}
.section02-text01 {
  width: 22.933vw;
}
.section02-text02 {
  margin-top: 1.8em;
  font-weight: 400;
  font-size: 2.933vw;
  line-height: 1.45;
}
.section02-text02 span {
  display: block;
  margin-top: 1.2em;
}
.section02-img03 {
  width: 100%;
  margin-top: 9.333vw;
}
.section02-note {
  margin-top: 5.333vw;
  padding: 0 6vw;
  font-size: 2.133vw;
  line-height: 1.75;
}
.section02-button {
  display: block;
  width: 89.333vw;
  margin-top: 8vw;
  margin-inline: auto;
  border-radius: 2vw;
  background-color: var(--button-color);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.667vw;
  line-height: 4;
  text-align: center;
}

.section03 {
  position: relative;
  padding: 20vw 8vw 12vw;
  background-image: url("../img/section03-bg.webp");
  background-position: top center;
  background-size: 100% auto;
}
.no-webp .section03 {
  background-image: url("../img/section03-bg.png");
}
.section03::before {
  display: block;
  position: absolute;
  top: -10.667vw;
  left: 0;
  width: 100%;
  height: 21.333vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 235, 230, 0)), color-stop(32.02%, #ffebe6), color-stop(52.71%, #ffebe6), color-stop(67.49%, #ffebe6), color-stop(78.82%, rgba(255, 235, 230, 0.8)), to(rgba(255, 235, 230, 0)));
  background: -webkit-linear-gradient(rgba(255, 235, 230, 0) 0%, #ffebe6 32.02%, #ffebe6 52.71%, #ffebe6 67.49%, rgba(255, 235, 230, 0.8) 78.82%, rgba(255, 235, 230, 0) 100%);
  background: linear-gradient(rgba(255, 235, 230, 0) 0%, #ffebe6 32.02%, #ffebe6 52.71%, #ffebe6 67.49%, rgba(255, 235, 230, 0.8) 78.82%, rgba(255, 235, 230, 0) 100%);
  content: "";
}
.section03-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
.section03-heading-sub {
  position: relative;
  font-size: 3.733vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.section03-heading-sub::before, .section03-heading-sub::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.267vw;
  height: 4vw;
  translate: 0 -50%;
  border-radius: 100vmax;
  background-color: #666666;
  content: "";
}
.section03-heading-sub::before {
  left: 0;
  rotate: -20deg;
}
.section03-heading-sub::after {
  right: 0;
  rotate: 20deg;
}
.section03-heading-sub span {
  margin: 0 0.8em;
}
.section03-heading-main {
  margin-top: 0.5238095238em;
  font-size: 5.6vw;
  line-height: 1.5714285714;
}
.section03-note {
  margin-top: 0.8em;
  font-size: 2.133vw;
  text-align: right;
}
.section03-text {
  margin-top: 1.3636363636em;
  font-size: 2.933vw;
  text-align: center;
}
.section03-list {
  width: 84vw;
  margin-top: 10.667vw;
  margin-inline: auto;
}
.section03-list-items {
  position: relative;
  padding: 12vw 0 8vw;
  border-radius: 8vw;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: var(--bg-color);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section03-list-items + .section03-list-items {
  margin-top: 8vw;
}
.section03-list-items.--01 {
  background-image: url("../img/section03-point-bg01.webp");
}
.no-webp .section03-list-items.--01 {
  background-image: url("../img/section03-point-bg01.png");
}
.section03-list-items.--02 {
  background-image: url("../img/section03-point-bg02.webp");
}
.no-webp .section03-list-items.--02 {
  background-image: url("../img/section03-point-bg02.png");
}
.section03-list-items.--03 {
  background-image: url("../img/section03-point-bg03.webp");
}
.no-webp .section03-list-items.--03 {
  background-image: url("../img/section03-point-bg03.png");
}
.section03-list-items.--04 {
  background-image: url("../img/section03-point-bg04.webp");
}
.no-webp .section03-list-items.--04 {
  background-image: url("../img/section03-point-bg04.png");
}
.section03-point-heading {
  width: 66.667vw;
  margin-inline: auto;
  font-weight: 600;
  font-size: 5.6vw;
}
.section03-point-heading-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 3.2vw;
}
.section03-point-heading-sub::before, .section03-point-heading-sub::after {
  display: block;
  width: 21.333vw;
  height: 0.267vw;
  background-color: #AAAAAA;
  content: "";
}
.section03-point-heading-main {
  display: block;
  padding: 1.067vw 0 3.733vw;
  border-bottom: 0.267vw solid #aaa;
  text-align: center;
}
.section03-point-heading-main span {
  font-size: 4.267vw;
}
.section03-point-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.667vw;
}
.section03-point-text01 {
  margin-top: 5.333vw;
  padding: 0 6vw;
  font-size: 3.467vw;
}
.section03-point-text01.--center {
  text-align: center;
}
.section03-point-text01.--narrow {
  margin-top: 4vw;
}
.section03-point-text02 {
  margin-top: 6vw;
  font-size: 2.933vw;
  text-align: center;
}
.section03-point-text02 span {
  font-weight: 700;
  font-size: 3.733vw;
}
.section03-point-label {
  width: 73.333vw;
  margin-top: 10vw;
  margin-inline: auto;
  background-color: #444444;
  color: #FFFFFF;
  font-size: 3.733vw;
  line-height: 1.7857142857;
  text-align: center;
}
.section03-point-note {
  margin-top: 9.333vw;
  padding: 0 5.867vw 0 4.8vw;
  font-size: 2.133vw;
}
.section03-point-note.--narrow {
  margin-top: 6.667vw;
}
.section03-point-img01 {
  width: 68.667vw;
  margin-top: 6.667vw;
  margin-inline: auto;
}
.section03-point-img02 {
  width: 72.533vw;
  margin-top: 5.333vw;
  margin-left: 10.133vw;
}
.section03-point-img03 {
  width: 75.2vw;
  margin-top: 5.067vw;
  margin-left: 6.133vw;
}
.section03-point-img04 {
  width: 56vw;
  margin-top: 6.667vw;
  margin-inline: auto;
}
.section03-point-img05 {
  width: 73.333vw;
  margin-top: 9.6vw;
  margin-inline: auto;
}

.section04 {
  position: relative;
  padding: 12vw 0 10.667vw;
  background-image: url("../img/section04-bg.webp");
  background-position: top center;
  background-size: 100% auto;
}
.no-webp .section04 {
  background-image: url("../img/section04-bg.png");
}
.section04::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -11.467vw;
  left: 0;
  width: 100%;
  height: 63.867vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18%, rgba(255, 255, 255, 0.93)), color-stop(33.92%, #fff), color-stop(50%, rgba(255, 255, 255, 0.93)), color-stop(70%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 18%, #fff 33.92%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 18%, #fff 33.92%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.section04-inner {
  z-index: 2;
  position: relative;
}
.section04-heading {
  width: 58.453vw;
  margin-inline: auto;
}
.section04-text {
  font-size: 3.467vw;
  line-height: 1.6153846154;
}
.section04-text.--01 {
  margin-top: 1em;
  color: #B60005;
  text-align: center;
}
.section04-text.--02 {
  width: 76vw;
  margin-top: 1.3461538462em;
  margin-inline: auto;
}
.section04-img01 {
  width: 84.667vw;
  margin-top: 6.667vw;
  margin-left: 12vw;
}
.section04-img02 {
  width: 76vw;
  margin-top: 6.667vw;
  margin-inline: auto;
}

.section05 {
  position: relative;
  padding: 17.333vw 0 8.8vw;
  background: -webkit-gradient(linear, left top, right top, from(#f7efd4), color-stop(50%, #fffbef), to(#f7efd4));
  background: -webkit-linear-gradient(left, #f7efd4 0%, #fffbef 50%, #f7efd4 100%);
  background: linear-gradient(to right, #f7efd4 0%, #fffbef 50%, #f7efd4 100%);
}
.section05::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -26vw;
  left: 0;
  width: 100%;
  height: 35.2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32.51%, rgba(255, 255, 255, 0.8)), color-stop(47.29%, #fff), color-stop(64.04%, rgba(255, 255, 255, 0.93)), color-stop(78.82%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 32.51%, #fff 47.29%, rgba(255, 255, 255, 0.93) 64.04%, rgba(255, 255, 255, 0.8) 78.82%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 32.51%, #fff 47.29%, rgba(255, 255, 255, 0.93) 64.04%, rgba(255, 255, 255, 0.8) 78.82%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.section05-inner {
  position: relative;
  width: 84vw;
  margin-inline: auto;
  padding: 8vw 0;
  border: 0.4vw solid #f2dcb1;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.section05-label {
  width: 71.399vw;
  margin-inline: auto;
}
.section05-heading {
  margin-top: 0.8em;
  font-weight: 700;
  font-size: 5.6vw;
  line-height: 1.4761904762;
  letter-spacing: 0.1em;
  text-align: center;
}
.section05-img {
  width: 74vw;
  margin-top: 1.333vw;
  margin-inline: auto;
}
.section05-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 74.667vw;
  margin-top: 5.333vw;
  margin-inline: auto;
}
.section05-list-items {
  width: 24vw;
  padding: 0.5em 0;
  border: 0.267vw solid #d7a74c;
  color: #D39216;
  font-weight: 600;
  font-size: 3.067vw;
  text-align: center;
}
.section05-price {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 70.667vw;
  margin-top: 5.333vw;
  margin-inline: auto;
  gap: 0 1.6vw;
  font-size: 2.667vw;
}
.section05-note {
  width: 74.667vw;
  margin-top: 5.6vw;
  margin-inline: auto;
  font-size: 2.133vw;
}
.section05-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 74.667vw;
  margin-top: 5.333vw;
  margin-inline: auto;
  gap: 2vw 2.667vw;
}
.section05-buttons-item {
  display: block;
}
.section05-triangle {
  position: absolute;
  width: 3.467vw;
  height: 3.467vw;
  background: #f2dcb1;
}
.section05-triangle.--01, .section05-triangle.--02 {
  top: -0.4vw;
}
.section05-triangle.--03, .section05-triangle.--04 {
  bottom: -0.4vw;
}
.section05-triangle.--01, .section05-triangle.--03 {
  left: -0.4vw;
}
.section05-triangle.--02, .section05-triangle.--04 {
  right: -0.4vw;
}
.section05-triangle.--01 {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.section05-triangle.--02 {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.section05-triangle.--03 {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0%);
  clip-path: polygon(0 100%, 100% 100%, 0 0%);
}
.section05-triangle.--04 {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.section06 {
  padding: 5.333vw 0;
}
.section06-banner {
  display: block;
  width: 95.467vw;
  margin-inline: auto;
  padding: 2.133vw 0 1.867vw;
  border: 0.4vw solid #f4e3c8;
  border-radius: 4vw;
  background-color: #fdfaef;
}
.section06-heading {
  color: #6c5433;
  font-weight: 600;
  font-size: 4.8vw;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  text-align: center;
}
.section06-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.133vw;
}
.section06-list-items {
  width: 20%;
}
.section06-note {
  margin-top: 0.7em;
  font-size: 2.133vw;
  text-align: center;
}

.section07 {
  position: relative;
  padding: 9.333vw 0;
  background-color: var(--bg-yellow-color);
}
.section07-text {
  font-size: 3.467vw;
  line-height: 1.1;
  text-align: center;
}
.section07-text span {
  display: inline-block;
  position: relative;
}
.section07-text span::before, .section07-text span::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 3.333vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4F4B4B;
  content: "";
}
.section07-text span::before {
  left: -3.333vw;
}
.section07-text span::after {
  right: -5.333vw;
}
.section07-heading {
  margin-top: 3.333vw;
  font-weight: 700;
  font-size: 4.533vw;
  line-height: 1.76;
  letter-spacing: 0.12em;
  text-align: center;
}
.section07 .swiper {
  width: 100%;
  margin: 6.667vw auto 0;
}

.section08 {
  padding: 9.333vw 0 13.333vw;
  background-color: var(--bg-pink-color);
}
.section08-heading {
  font-weight: 700;
  font-size: 4.533vw;
  line-height: 1.76;
  letter-spacing: 0.15em;
  text-align: center;
}
.section08-list {
  width: 84vw;
  margin: 4vw auto 0;
  padding: 0.133vw;
  background-color: #FFF;
}
.section08-list + .section08-list {
  margin-top: 0.667vw;
}
.section08-list-heading {
  position: relative;
  padding: 5.333vw 10vw 5.333vw 5.333vw;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  cursor: pointer;
}
.section08-list-heading::before {
  display: block;
  position: absolute;
  top: 6.667vw;
  right: 5.333vw;
  width: 2.667vw;
  height: 2.667vw;
  background-image: url("../img/icon-plus.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.section08-list-heading.is-active::before {
  background-image: url("../img/icon-minus.svg");
}
.section08-list-text {
  display: none;
  width: 73.333vw;
  margin-right: auto;
  margin-bottom: 5.333vw;
  margin-left: auto;
  padding: 2.667vw;
  background-color: var(--bg-qa-color);
  font-size: 2.933vw;
}

.footer {
  z-index: 0;
  position: relative;
  background-color: var(--bg-pink-color);
}
.footer-inner {
  width: 84vw;
  margin-inline: auto;
  padding: 4vw 4vw 9.333vw;
  border-top: 0.267vw solid var(--line-color);
}
.footer-heading {
  font-weight: 700;
  font-size: 2.933vw;
  line-height: 1.1;
  text-align: center;
}
.footer-text {
  margin-top: 1em;
  font-size: 2.667vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5.333vw;
  border-right: 0.267vw solid var(--line-color);
  border-left: 0.267vw solid var(--line-color);
}
.footer-sns-items {
  width: 23.733vw;
  padding: 1.333vw 0 0.533vw;
}
.footer-sns-items + .footer-sns-items {
  position: relative;
}
.footer-sns-items + .footer-sns-items::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.267vw;
  height: 100%;
  background-color: var(--line-color);
  content: "";
}
.footer-sns-link {
  display: block;
  width: 6.667vw;
  margin-right: auto;
  margin-left: auto;
}
.footer-sns-link img {
  width: 100%;
}
.footer-sns-text {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 2.4vw;
  text-align: center;
}
.footer-button {
  display: block;
  width: 45.333vw;
  margin: 8vw auto 0;
  border-radius: 4px;
  background-color: #FFF;
  font-size: 2.667vw;
  line-height: 7.467vw;
  text-align: center;
}
.footer-copy {
  margin-top: 3em;
  font-weight: 400;
  font-size: 2.4vw;
  text-align: center;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper--custom {
  position: relative;
}
.swiper--custom .swiper-slide {
  padding: 0 8vw;
}
.swiper--custom .swiper-slide img {
  width: 100%;
}
.swiper--custom .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4vw;
}
.swiper--custom .swiper-pagination-bullet {
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 1.067vw;
  border-radius: 50%;
  background-color: #CCCCCC;
  cursor: pointer;
  -webkit-transition: background-color 0.36s;
  transition: background-color 0.36s;
}
.swiper--custom .swiper-pagination-bullet-active {
  background-color: #CEB479;
}
.swiper--custom .swiper-button-prev,
.swiper--custom .swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 2vw;
  height: 5.067vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.36s;
  transition: opacity 0.36s;
}
.swiper--custom .swiper-button-prev {
  left: 3.267vw;
  background-image: url("../img/icon-prev.svg");
}
.swiper--custom .swiper-button-next {
  right: 3.267vw;
  background-image: url("../img/icon-next.svg");
}
.swiper--custom .swiper-button-prev.swiper-button-disabled,
.swiper--custom .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media all and (min-width: 768px) {
  body {
    font-size: 20px;
  }
  .fade-in {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  .fade-in.is-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hover-opacity {
    -webkit-transition: opacity 0.36s;
    transition: opacity 0.36s;
  }
  .hover-opacity:hover {
    opacity: 0.8;
  }
  .inner {
    width: 750px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .fv {
    padding: 25px 20px 110px;
  }
  .fv-logo {
    width: 165px;
  }
  .fv-text01 {
    width: 628px;
    margin-top: 23px;
  }
  .fv-img {
    margin-top: 34px;
  }
  .fv-text02 {
    font-size: 42px;
  }
  .section01 {
    padding: 70px 0 60px;
  }
  .section01-heading {
    font-size: 42px;
  }
  .section01-heading-small {
    font-size: 30px;
  }
  .section01-text01 {
    font-size: 28px;
  }
  .section01-text02 {
    font-size: 36px;
  }
  .section01-img {
    width: 600px;
    margin-top: 50px;
  }
  .section01-note {
    margin-top: 90px;
    padding: 0 45px;
    font-size: 16px;
  }
  .section02 {
    padding: 86px 0 56px;
  }
  .section02-heading {
    width: 630px;
  }
  .section02-heading-item {
    top: 12px;
    right: -19px;
    width: 127px;
  }
  .section02-contents01 {
    margin-top: 50px;
  }
  .section02-img01 {
    width: 410px;
  }
  .section02-contents02 {
    margin-top: 80px;
  }
  .section02-img02 {
    width: 500px;
  }
  .section02-box {
    border-radius: 20px;
  }
  .section02-box.--01 {
    top: 225px;
    left: 330px;
    width: 360px;
    padding: 46px 35px 74px 105px;
  }
  .section02-box.--02 {
    width: 630px;
    margin-top: -50px;
    padding: 100px 38px 60px;
  }
  .section02-text01 {
    width: 172px;
  }
  .section02-text02 {
    font-size: 22px;
  }
  .section02-img03 {
    margin-top: 70px;
  }
  .section02-note {
    margin-top: 40px;
    padding: 0 45px;
    font-size: 16px;
  }
  .section02-button {
    width: 670px;
    margin-top: 60px;
    border-radius: 15px;
    font-size: 20px;
  }
  .section03 {
    padding: 150px 60px 90px;
  }
  .section03::before {
    top: -80px;
    height: 160px;
  }
  .section03-heading-sub {
    font-size: 28px;
  }
  .section03-heading-sub::before, .section03-heading-sub::after {
    width: 3px;
    height: 30px;
  }
  .section03-heading-main {
    font-size: 42px;
  }
  .section03-note {
    font-size: 16px;
  }
  .section03-text {
    font-size: 22px;
  }
  .section03-list {
    width: 630px;
    margin-top: 80px;
  }
  .section03-list-items {
    padding: 90px 0 60px;
    border-radius: 60px;
  }
  .section03-list-items + .section03-list-items {
    margin-top: 60px;
  }
  .section03-point-heading {
    width: 500px;
    font-size: 42px;
  }
  .section03-point-heading-sub {
    font-size: 24px;
  }
  .section03-point-heading-sub::before, .section03-point-heading-sub::after {
    width: 160px;
    height: 2px;
  }
  .section03-point-heading-main {
    padding: 8px 0 28px;
    border-width: 2px;
  }
  .section03-point-heading-main span {
    font-size: 32px;
  }
  .section03-point-obj {
    width: 170px;
  }
  .section03-point-text01 {
    margin-top: 40px;
    padding: 0 45px;
    font-size: 26px;
  }
  .section03-point-text01.--narrow {
    margin-top: 30px;
  }
  .section03-point-text02 {
    margin-top: 45px;
    font-size: 22px;
  }
  .section03-point-text02 span {
    font-size: 28px;
  }
  .section03-point-label {
    width: 550px;
    margin-top: 75px;
    font-size: 28px;
  }
  .section03-point-note {
    margin-top: 70px;
    padding: 0 44px 0 36px;
    font-size: 16px;
  }
  .section03-point-note.--narrow {
    margin-top: 50px;
  }
  .section03-point-img01 {
    width: 515px;
    margin-top: 50px;
  }
  .section03-point-img02 {
    width: 544px;
    margin-top: 40px;
    margin-left: 76px;
  }
  .section03-point-img03 {
    width: 564px;
    margin-top: 38px;
    margin-left: 46px;
  }
  .section03-point-img04 {
    width: 420px;
    margin-top: 50px;
  }
  .section03-point-img05 {
    width: 550px;
    margin-top: 72px;
  }
  .section04 {
    padding: 90px 0 80px;
  }
  .section04::before {
    top: -86px;
    height: 479px;
  }
  .section04-heading {
    width: 438.4px;
  }
  .section04-text {
    font-size: 26px;
  }
  .section04-text.--02 {
    width: 570px;
  }
  .section04-img01 {
    width: 635px;
    margin-top: 50px;
    margin-left: 90px;
  }
  .section04-img02 {
    width: 570px;
    margin-top: 50px;
  }
  .section05 {
    padding: 130px 0 66px;
  }
  .section05::before {
    top: -195px;
    height: 264px;
  }
  .section05-inner {
    width: 630px;
    padding: 60px 0;
    border-width: 3px;
  }
  .section05-label {
    width: 535.49px;
  }
  .section05-heading {
    font-size: 42px;
  }
  .section05-img {
    width: 555px;
    margin-top: 10px;
  }
  .section05-list {
    width: 560px;
    margin-top: 40px;
  }
  .section05-list-items {
    width: 180px;
    border-width: 2px;
    font-size: 23px;
  }
  .section05-price {
    width: 530px;
    margin-top: 40px;
    gap: 0 12px;
    font-size: 20px;
  }
  .section05-note {
    width: 560px;
    margin-top: 42px;
    font-size: 16px;
  }
  .section05-buttons {
    width: 560px;
    margin-top: 40px;
    gap: 15px 20px;
  }
  .section05-triangle {
    width: 26px;
    height: 26px;
  }
  .section05-triangle.--01, .section05-triangle.--02 {
    top: -3px;
  }
  .section05-triangle.--03, .section05-triangle.--04 {
    bottom: -3px;
  }
  .section05-triangle.--01, .section05-triangle.--03 {
    left: -3px;
  }
  .section05-triangle.--02, .section05-triangle.--04 {
    right: -3px;
  }
  .section06 {
    padding: 40px 0;
  }
  .section06-banner {
    width: 716px;
    padding: 16px 0 14px;
    border-width: 3px;
    border-radius: 30px;
  }
  .section06-heading {
    font-size: 36px;
  }
  .section06-list {
    margin-top: 16px;
  }
  .section06-note {
    font-size: 16px;
  }
  .section07 {
    padding: 70px 0;
  }
  .section07-text {
    font-size: 26px;
  }
  .section07-text span::before, .section07-text span::after {
    width: 25px;
  }
  .section07-text span::before {
    left: -25px;
  }
  .section07-text span::after {
    right: -45px;
  }
  .section07-heading {
    margin-top: 25px;
    font-size: 34px;
  }
  .section07 .swiper {
    margin-top: 50px;
  }
  .section08 {
    padding: 70px 0 100px;
  }
  .section08-heading {
    font-size: 34px;
  }
  .section08-list {
    width: 630px;
    margin-top: 50px;
    padding: 1px;
  }
  .section08-list + .section08-list {
    margin-top: 5px;
  }
  .section08-list-heading {
    padding: 40px 75px 40px 40px;
    font-size: 24px;
  }
  .section08-list-heading::before {
    top: 50px;
    right: 40px;
    width: 20px;
    height: 20px;
  }
  .section08-list-text {
    width: 550px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 22px;
  }
  .footer-inner {
    width: 630px;
    padding: 30px 30px 70px;
    border-width: 2px;
  }
  .footer-heading {
    font-size: 22px;
  }
  .footer-text {
    font-size: 20px;
  }
  .footer-sns {
    margin-top: 40px;
    border-width: 2px;
  }
  .footer-sns-items {
    width: 178px;
    padding: 10px 0 4px;
  }
  .footer-sns-items + .footer-sns-items::before {
    width: 2px;
  }
  .footer-sns-link {
    width: 50px;
  }
  .footer-sns-text {
    font-size: 18px;
  }
  .footer-button {
    width: 340px;
    margin-top: 60px;
    font-size: 20px;
    line-height: 56px;
  }
  .footer-copy {
    font-size: 18px;
  }
  .swiper--custom .swiper-slide {
    padding: 0 60px;
  }
  .swiper--custom .swiper-pagination {
    margin-top: 30px;
  }
  .swiper--custom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .swiper--custom .swiper-button-prev,
  .swiper--custom .swiper-button-next {
    width: 15px;
    height: 38px;
  }
  .swiper--custom .swiper-button-prev {
    left: 24.5px;
  }
  .swiper--custom .swiper-button-next {
    right: 24.5px;
  }
}
@media print {
  body {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */
