@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =========================================================== */
/*  Reset Form                                                 */
/* =========================================================== */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

html {
  height: 100%;
  font-size: 14px;
  scroll-behavior: smooth;
}

html * {
  box-sizing: border-box;
}

body {
  color: #707070;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
  letter-spacing: .1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

sub {
  vertical-align: baseline;
  font-size: 90%;
}

li {
  list-style: none;
}

p, span {
  font-size: inherit;
  line-height: inherit;
}

table, th, td {
  vertical-align: top;
}

img {
  line-height: 1;
  vertical-align: bottom;
  transition: 1s;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

a {
  color: #707070;
  text-decoration: none;
  transition: 1s;
  word-break: break-all;
  display: inline-block;
}

a img {
  border: 0;
}

a:hover, label:hover,
input[type="submit"]:hover,
button:hover {
  opacity: 0.6;
  transition: 1s;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

.js-fadeIn {
  opacity: 0;
  transition: 1s;
  translate: 0 10px;
}

.js-fadeIn.is-active {
  opacity: 1;
  transition: 1s;
  translate: 0 0;
}

.js-pgh-fade-move {
  opacity: 0;
  display: inline-block;
  transform: scale(1.25) translate(8px, 4px);
}

.js-pgh-fade-move:nth-child(1) {
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}

.js-pgh-fade-move:nth-child(2) {
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}

.js-pgh-fade-move:nth-child(3) {
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}

.js-pgh-fade-move:nth-child(4) {
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}

.js-pgh-fade-move:nth-child(5) {
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}

.js-pgh-fade-move:nth-child(6) {
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}

.js-pgh-fade-move:nth-child(7) {
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}

.js-pgh-fade-move:nth-child(8) {
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}

.js-pgh-fade-move:nth-child(9) {
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}

.js-pgh-fade-move:nth-child(10) {
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}

.js-pgh-fade-move:nth-child(11) {
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}

.js-pgh-fade-move:nth-child(12) {
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}

.js-pgh-fade-move:nth-child(13) {
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.8s;
}

.js-pgh-fade-move:nth-child(14) {
  transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.85s;
}

.js-pgh-fade-move:nth-child(15) {
  transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.9s;
}

.js-pgh-fade-move:nth-child(16) {
  transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.95s;
}

.js-pgh-fade-move:nth-child(17) {
  transition: opacity 1.2s ease 0.95s, transform 1.2s ease 1s;
}

.js-pgh-fade-move:nth-child(18) {
  transition: opacity 1.2s ease 1.0s, transform 1.2s ease 1.05s;
}

.js-pgh-fade-move:nth-child(19) {
  transition: opacity 1.2s ease 1.05s, transform 1.2s ease 1.1s;
}

.js-pgh-fade-move:nth-child(20) {
  transition: opacity 1.2s ease 1.1s, transform 1.2s ease 1.15s;
}

.js-pgh-fade-move:nth-child(21) {
  transition: opacity 1.2s ease 1.15s, transform 1.2s ease 1.2s;
}

.js-pgh-fade-move:nth-child(22) {
  transition: opacity 1.2s ease 1.2s, transform 1.2s ease 1.25s;
}

.js-pgh-fade.is-active {
  opacity: 1;
}

.js-pgh-fade.is-active .js-pgh-fade-move {
  opacity: 1;
  transform: scale(1) translate(0);
}

.list-d01 > li {
  position: relative;
  padding-left: 16px;
}

.list-d01 > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(#EDD7FF, #D6D9FE);
}

.list-a01 > li {
  position: relative;
  padding-left: 1em;
}

.list-a01 > li:before {
  position: absolute;
  left: 0;
  content: "※";
  margin-top: .16em;
  font-size: 90%;
}

.list-l01 > li {
  margin-bottom: .8em;
  padding: 0 .1em .8em;
  border-bottom: 1px dotted #f0f0f0;
}

.list-l01 > li > a {
  text-decoration: none;
}

/* 1 */
.list-n01 {
  counter-reset: li;
}

.list-n01 > li {
  position: relative;
  display: block;
  padding-left: 1.2em;
}

.list-n01 > li:before {
  position: absolute;
  left: -.8em;
  content: counter(li);
  counter-increment: li;
  margin: .1em 0 0 .8em;
  font-size: 90%;
}

/* （1） */
.list-n02 {
  counter-reset: li;
}

.list-n02 > li {
  position: relative;
  display: block;
  padding-left: 2em;
}

.list-n02 > li:before {
  position: absolute;
  left: -1em;
  content: "（" counter(li) "）";
  counter-increment: li;
  margin: .2em 0 0 .5em;
  font-size: 80%;
}

/* a */
.list-n03 {
  margin-left: 1.6em;
}

.list-n03 > li {
  list-style-type: lower-latin;
}

/* ア */
.list-n04 {
  margin-left: 1.6em;
}

.list-n04 > li {
  list-style-type: katakana;
}

/* インライン */
.list-i01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 90%;
}

.list-i01 > li:not(:last-child) {
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px solid #f0f0f0;
}

/* 右端に＞ */
.list-r01 > li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: .25em;
}

.list-r01 > li > a {
  display: block;
  position: relative;
  padding: 1.5em .5em;
}

.list-r01 > li > a:after {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  content: "＞";
  font-size: 75%;
}

.js-modal {
  cursor: pointer;
  transition: 1s;
}

.js-modal:hover {
  opacity: 0.6;
}

.c-modal-contents {
  display: none;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-modal .c-modal-inner {
  position: relative;
  padding: 20px;
  width: auto;
}

.c-modal .c-modal-item {
  z-index: 1;
}

.c-modal .c-modal-close {
  position: absolute;
  top: 0;
  right: 20px;
  translate: 0 -100%;
  cursor: pointer;
  z-index: 5;
  display: block;
  width: 30px;
  aspect-ratio: 1 / 1;
}

.c-modal .c-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 44px;
  height: 1px;
  background-color: #fff;
}

.c-modal .c-modal-close span:nth-of-type(1) {
  rotate: 45deg;
}

.c-modal .c-modal-close span:nth-of-type(2) {
  rotate: -45deg;
}

.wrap-00 {
  background-color: #fff;
}

.wrap-01 {
  background-color: #F6F7FB;
}

.wrap-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 782px) {
  .wrap-inner {
    padding: 0 40px;
  }
}

@media screen and (max-width: 781px) {
  .wrap-inner {
    padding: 0 20px;
  }
}

.wrap-inner.w1060 {
  max-width: 1060px;
}

.wrap-inner.w1000 {
  max-width: 1000px;
}

.wrap-inner.w940 {
  max-width: 940px;
}

.wrap-inner.w680 {
  max-width: 680px;
}

:is(:not(.l-header, .l-footer)) > .wrap-inner:not(:last-child) {
  padding-bottom: 0;
}

:is(:not(.l-header, .l-footer)) > .wrap-inner + .wrap-inner {
  padding-top: 120px;
}

@media screen and (min-width: 782px) {
  :is(:not(.l-header, .l-footer)) > .wrap-inner {
    padding: 200px 40px;
    width: calc(100% - 80px);
    box-sizing: content-box;
  }
}

@media screen and (max-width: 781px) {
  :is(:not(.l-header, .l-footer)) > .wrap-inner {
    padding: 120px 20px;
  }
}

.c-head {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 782px) {
  .c-head {
    gap: 20px;
  }
}

@media screen and (max-width: 781px) {
  .c-head {
    gap: 15px;
  }
}

.c-ttl-01 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 782px) {
  .c-ttl-01 {
    gap: 20px;
  }
}

@media screen and (max-width: 781px) {
  .c-ttl-01 {
    gap: 12px;
  }
}

.c-ttl-01 .c-ttl-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

@media screen and (min-width: 782px) {
  .c-ttl-01 .c-ttl-txt {
    font-size: 30px;
  }
}

@media screen and (max-width: 781px) {
  .c-ttl-01 .c-ttl-txt {
    font-size: 24px;
  }
}

@media screen and (min-width: 782px) {
  .c-ttl-01 img, .c-ttl-01 svg {
    height: 12px;
  }
}

@media screen and (max-width: 781px) {
  .c-ttl-01 img, .c-ttl-01 svg {
    height: 10px;
  }
}

@media screen and (min-width: 782px) {
  .c-lead {
    line-height: 2;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 781px) {
  .c-lead {
    line-height: 1.8;
  }
}

.c-pgh-att {
  margin-top: 1em;
  font-size: 12px;
}

[class*="c-btn-0"] {
  display: inline-block;
  border-radius: 500px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

@media screen and (min-width: 782px) {
  [class*="c-btn-0"] {
    padding: 24px 60px;
  }
}

@media screen and (max-width: 781px) {
  [class*="c-btn-0"] {
    width: 100%;
    padding: 24px;
  }
}

.c-btn-01 {
  background: linear-gradient(#EDD7FF, #D6D9FE);
  color: #707070;
}

.c-btn-02 {
  border: 1px solid #fff;
  background-color: #fff;
  transition: .4s;
}

.c-btn-02:hover {
  background-color: transparent;
  color: #fff;
}

.c-btn-03 {
  border: 1px solid #d0d0d0;
  transition: .4s;
}

.c-btn-03:hover {
  background-color: #d0d0d0;
  color: #fff;
}

.c-mov {
  display: flex;
  justify-content: center;
}

.c-mov iframe {
  max-width: 100%;
  width: 1000px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.is-sp, .is-sp-fl {
  display: none !important;
}

.is-pt {
  display: block !important;
}

.is-pt-fl {
  display: flex !important;
}

@media screen and (max-width: 781px) {
  .is-pt, .is-pt-fl {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-sp-fl {
    display: flex !important;
  }
}

@media screen and (min-width: 1020px) {
  .is-st, .is-st-fl {
    display: none !important;
  }
  .is-pc {
    display: block !important;
  }
  .is-pc-fl {
    display: flex !important;
  }
}

@media screen and (max-width: 1020px) {
  .is-pc, .is-pc-fl {
    display: none !important;
  }
  .is-st {
    display: block !important;
  }
  .is-st-fl {
    display: flex !important;
  }
}

.nowloading {
  overflow: hidden;
}

.loading {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 1em;
  z-index: 1500;
  background-color: #F6F7FB;
  transition: .6s;
}

.loading svg {
  aspect-ratio: 1 / 1;
  animation: rotate 4s linear infinite;
  opacity: .4;
}

@media screen and (min-width: 782px) {
  .loading svg {
    width: 24px;
  }
}

@media screen and (max-width: 781px) {
  .loading svg {
    width: 24px;
  }
}

.loading p {
  font-size: 10px;
  animation: blink 2s linear infinite;
}

.loading.loaded {
  translate: .4s;
  opacity: 0;
  visibility: hidden;
}

@keyframes rotate {
  to {
    transform: rotate(2turn);
  }
}

@keyframes blink {
  0% {
    opacity: .4;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: .4;
  }
}

.float-btn {
  overflow: hidden;
  position: fixed;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  z-index: 900;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 0 0.5em rgba(96, 125, 139, 0.2);
  transition: .4s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 782px) {
  .float-btn {
    width: 140px;
    bottom: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 781px) {
  .float-btn {
    width: 105px;
    bottom: 40px;
    right: 20px;
    font-size: 11px;
  }
}

.float-btn::before, .float-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.float-btn::before {
  transition: .4s;
  background-color: #fff;
  z-index: -1;
}

.float-btn::after {
  background: linear-gradient(135deg, #D0A1F6, #D3B9F8, #95B4F7);
  z-index: -2;
}

.float-btn:hover {
  color: #fff;
  background-color: transparent;
}

.float-btn:hover::before {
  opacity: 0;
}

.float-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.introduction .introduction-1 {
  transition: .4s;
  letter-spacing: .2em;
}

.introduction .introduction-1 p {
  transition: .4s;
}

@media screen and (min-width: 782px) {
  .introduction .introduction-1 p {
    font-size: 16px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 781px) {
  .introduction .introduction-1 p {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (min-width: 782px) {
  .introduction .introduction-1 p + p {
    margin-top: 2em;
  }
}

@media screen and (max-width: 781px) {
  .introduction .introduction-1 p + p {
    margin-top: 1.5em;
  }
}

.introduction .introduction-2 {
  transition: .4s;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
  background: linear-gradient(180deg, #D0A1F6, #D3B9F8, #95B4F7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 782px) {
  .introduction .introduction-2 {
    font-size: 30px;
    margin-top: .65em;
  }
}

@media screen and (max-width: 781px) {
  .introduction .introduction-2 {
    font-size: 20px;
    margin-top: 1em;
  }
}

@media screen and (min-width: 782px) {
  .what {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .what > div {
    width: 50%;
  }
  .what .c-head {
    padding-right: 20px;
  }
}

.what .what-img img {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 781px) {
  .what .what-img img {
    margin: 20px 0;
  }
}

.flow .flow-contents {
  display: flex;
}

@media screen and (min-width: 782px) {
  .flow .flow-contents {
    gap: 2%;
  }
}

@media screen and (max-width: 781px) {
  .flow .flow-contents {
    gap: 20px;
    flex-direction: column;
  }
}

@media screen and (min-width: 782px) {
  .flow .flow-contents .flow-item {
    width: 49%;
    cursor: pointer;
  }
}

.flow .flow-contents .flow-item-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.flow .flow-contents .flow-item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1 / 1;
  content: '';
  background: url(../images/icon-play.svg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 782px) {
  .flow .flow-contents .flow-item-image::before {
    width: 60px;
  }
}

@media screen and (max-width: 781px) {
  .flow .flow-contents .flow-item-image::before {
    width: 40px;
  }
}

.flow .flow-contents .flow-item-caption {
  margin-top: 1em;
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 782px) {
  .flow .flow-contents .flow-item-caption {
    letter-spacing: .2em;
  }
}

.voice .w1060 {
  max-width: 1060px;
  padding-top: 40px !important;
}

@media screen and (max-width: 781px) {
  .voice .w1060 {
    padding: 40px 10px 120px 10px !important;
  }
}

.voice .voice-contents {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 782px) {
  .voice .voice-contents {
    gap: 40px;
  }
}

@media screen and (max-width: 781px) {
  .voice .voice-contents {
    gap: 10px;
  }
}

.voice .voice-item {
  overflow: hidden;
  display: flex;
  border-radius: 10px;
}

@media screen and (min-width: 782px) {
  .voice .voice-item {
    padding: 60px 80px;
    gap: 8%;
    align-items: center;
    justify-content: center;
  }
  .voice .voice-item:nth-of-type(1) {
    background: url(../images/bg-voice-01.jpg) center center no-repeat;
    background-color: 100% 100%;
  }
  .voice .voice-item:nth-of-type(2) {
    background: url(../images/bg-voice-02.jpg) center center no-repeat;
    background-color: 100% 100%;
  }
}

@media screen and (max-width: 781px) {
  .voice .voice-item {
    padding: 40px 20px;
    flex-direction: column;
    background: url(../images/bg-voice-sp.jpg) center center no-repeat;
    background-color: 100% 100%;
  }
}

.voice .voice-image {
  overflow: hidden;
  border-radius: 10px;
}

.voice .voice-image img {
  width: 100%;
}

@media screen and (min-width: 782px) {
  .voice .voice-image {
    width: 42%;
  }
}

@media screen and (min-width: 782px) {
  .voice .voice-box {
    width: 50%;
  }
}

@media screen and (min-width: 782px) {
  .voice .voice-caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 781px) {
  .voice .voice-caption {
    font-size: 10px;
    margin-top: 20px;
  }
}

.voice .voice-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .2em;
}

@media screen and (min-width: 782px) {
  .voice .voice-title {
    margin-top: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 781px) {
  .voice .voice-title {
    margin-top: 22px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 782px) {
  .voice .voice-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 781px) {
  .voice .voice-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.faq .faq-contents {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 782px) {
  .faq .faq-contents {
    gap: 70px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .faq .faq-contents {
    gap: 40px;
  }
}

.faq .faq-item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #EAE5E5;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

@media screen and (min-width: 782px) {
  .faq .faq-item {
    padding: 50px 100px;
    margin: 0 30px;
  }
}

@media screen and (max-width: 781px) {
  .faq .faq-item {
    padding: 40px 60px 40px 30px;
  }
}

.faq .faq-item.is-open .faq-item-btn span:nth-of-type(1) {
  rotate: 0deg;
}

.faq .faq-item.is-open .faq-item-btn span:nth-of-type(2) {
  opacity: 0;
}

.faq .faq-item .faq-item-no {
  position: absolute;
  display: grid;
  place-items: center;
  aspect-ratio: 1 /1;
  border-radius: 50%;
  background: linear-gradient(-135deg, #EDD7FF, #D6D9FE);
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 782px) {
  .faq .faq-item .faq-item-no {
    width: 60px;
    font-size: 20px;
    top: -30px;
    left: -30px;
    padding: 0 0 .05em .25em;
  }
}

@media screen and (max-width: 781px) {
  .faq .faq-item .faq-item-no {
    width: 40px;
    font-size: 16px;
    top: -20px;
    left: -10px;
    padding: 0 0 .15em .25em;
  }
}

.faq .faq-item .faq-item-q,
.faq .faq-item .faq-item-a {
  line-height: 1.8;
}

.faq .faq-item .faq-item-btn {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 200% -50%;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 782px) {
  .faq .faq-item .faq-item-btn {
    display: none;
  }
}

.faq .faq-item .faq-item-btn span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background-color: #D3B9F8;
  transition: .4s;
  content: '';
}

.faq .faq-item .faq-item-btn span:nth-of-type(1) {
  rotate: 90deg;
}

.faq .faq-item .faq-item-q {
  position: relative;
  letter-spacing: .2em;
}

@media screen and (min-width: 782px) {
  .faq .faq-item .faq-item-q {
    font-size: 20px;
  }
}

@media screen and (max-width: 781px) {
  .faq .faq-item .faq-item-q {
    font-size: 16px;
  }
}

@media screen and (min-width: 782px) {
  .faq .faq-item .faq-item-a {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 781px) {
  .faq .faq-item .faq-item-a {
    margin-top: 20px;
    font-size: 13px;
    display: none;
  }
}

.faq .faq-item .faq-item-a a {
  text-decoration: underline;
  text-decoration-color: rgba(112, 112, 112, 0.6);
}

.zerotech .zerotech-contents {
  display: flex;
}

@media screen and (min-width: 782px) {
  .zerotech .zerotech-contents {
    gap: 2%;
  }
}

@media screen and (max-width: 781px) {
  .zerotech .zerotech-contents {
    gap: 20px;
    flex-direction: column;
  }
}

.zerotech .zerotech-contents-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAE5E5;
  background-color: #fff;
}

.zerotech .zerotech-contents-item img {
  max-height: 155px;
}

@media screen and (max-width: 781px) {
  .zerotech .zerotech-contents-item:nth-of-type(2) img {
    max-height: 132px;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 782px) {
  .zerotech .zerotech-contents-item {
    width: 49%;
    padding: 75px 40px;
    justify-content: space-between;
    gap: 8%;
  }
}

@media screen and (max-width: 781px) {
  .zerotech .zerotech-contents-item {
    padding: 30px 24px;
    gap: 20px;
    flex-direction: column;
  }
}

@media screen and (min-width: 782px) {
  .zerotech .zerotech-contents-item .zerotech-contents-img {
    width: fit-content;
  }
}

.zerotech .zerotech-contents-item .zerotech-contents-txt {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 782px) {
  .zerotech .zerotech-contents-item .zerotech-contents-txt {
    gap: 10px;
    width: fit-content;
  }
}

@media screen and (max-width: 781px) {
  .zerotech .zerotech-contents-item .zerotech-contents-txt {
    gap: 20px;
  }
}

.zerotech .zerotech-contents-item h3 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 781px) {
  .zerotech .zerotech-contents-item h3 {
    text-align: center;
  }
}

.zerotech .zerotech-contents-item p {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (min-width: 782px) {
  .salon .salon-inner {
    background: url(../images/bg-salon-pc.png) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 781px) {
  .salon .salon-inner {
    background: url(../images/bg-salon-sp.png) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 782px) {
  .salon .wrap-inner {
    gap: 80px;
    padding: 320px 40px 260px;
  }
}

@media screen and (max-width: 781px) {
  .salon .wrap-inner {
    gap: 60px;
    padding: 175px 20px 155px;
  }
}

.salon .salon-text {
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: .2em;
  color: #fff;
}

@media screen and (min-width: 782px) {
  .salon .salon-text {
    gap: 40px;
    line-height: 2;
  }
}

@media screen and (max-width: 781px) {
  .salon .salon-text {
    gap: 30px;
    line-height: 1.8;
  }
}

.salon h2 {
  transition: .4s;
}

@media screen and (min-width: 782px) {
  .salon h2 {
    font-size: 30px;
    /* font-size: clamp(24px, 3vw, 30px); */
  }
}

@media screen and (max-width: 781px) {
  .salon h2 {
    font-size: 24px;
    font-size: 6.15385vw;
    /* font-size: clamp(14px, 6.15vw, 24px); */
  }
}

.salon p {
  transition: .4s;
}

@media screen and (min-width: 782px) {
  .salon p {
    font-size: 26px;
    /* font-size: clamp(24px, 2.6vw, 26px); */
    padding-left: 1em;
  }
}

@media screen and (max-width: 781px) {
  .salon p {
    font-size: 20px;
    font-size: 5.12821vw;
    /* font-size: clamp(14px, 5.13vw, 20px); */
  }
}

.l-footer {
  border-top: 1px solid #f0f0f0;
}

@media screen and (min-width: 782px) {
  .l-footer {
    padding: 80px 0;
  }
}

@media screen and (max-width: 781px) {
  .l-footer {
    padding: 60px 0;
  }
}

.l-footer .wrap-inner {
  align-items: center;
}

@media screen and (max-width: 781px) {
  .l-footer .wrap-inner {
    gap: 24px;
  }
}

@media screen and (min-width: 782px) {
  .l-footer .l-footer-logo img {
    width: 144px;
  }
}

@media screen and (max-width: 781px) {
  .l-footer .l-footer-logo img {
    width: 124px;
  }
}

.l-footer .l-footer-copy {
  font-size: 12px;
}

.l-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F7FB;
  z-index: 0;
  height: 100vh;
}

.l-header .l-header-mov-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
}

@media screen and (min-width: 1020px) {
  .l-header .l-header-mov-wrap {
    height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 1020px) {
  .l-header .l-header-mov-wrap {
    height: 100vh;
  }
}

.l-header .l-header-mov-wrap video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.l-header .wrap-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}

@media screen and (min-width: 1020px) {
  .l-header .wrap-inner {
    padding-bottom: 100px;
  }
}

.l-header .l-header-contents {
  position: relative;
  color: #fff;
  z-index: 1;
}

.l-header .l-header-contents h1 img, .l-header .l-header-contents h1 svg {
  margin: 1.6em 0;
  transition: .4s;
}

@media screen and (min-width: 1020px) {
  .l-header .l-header-contents h1 img, .l-header .l-header-contents h1 svg {
    width: 560px;
  }
}

@media screen and (max-width: 1020px) {
  .l-header .l-header-contents h1 img, .l-header .l-header-contents h1 svg {
    width: 300px;
  }
}

.l-header .l-header-contents p {
  letter-spacing: .2em;
  transition: .4s;
}

@media screen and (min-width: 1020px) {
  .l-header .l-header-contents p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1020px) {
  .l-header .l-header-contents p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1020px) {
  .l-header .l-header-contents .l-header-contents-rb {
    font-size: 19px;
  }
}

.l-header .l-header-att {
  position: absolute;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 1020px) {
  .l-header .l-header-att {
    font-size: 12px;
    right: 40px;
    bottom: 140px;
  }
}

@media screen and (max-width: 1020px) {
  .l-header .l-header-att {
    font-size: 10px;
    right: 20px;
    bottom: 20px;
  }
}

.l-menu-pc {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  z-index: 5;
}

@media screen and (max-width: 1020px) {
  .l-menu-pc {
    display: none;
  }
}

.l-menu-pc ul {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 6vw, 90px);
  font-size: 12px;
  line-height: 1;
}

.l-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}

@media screen and (min-width: 1020px) {
  .l-menu-sp {
    display: none;
  }
}

.l-menu-sp .l-menu-sp-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 100% 0;
  transition: .4s;
  padding: 39.5% 40px 0;
  background-color: #fff;
}

.l-menu-sp .l-menu-sp-contents.is-show {
  translate: 0 0;
}

.l-menu-sp .l-menu-sp-contents .l-menu-sp-contents-inner {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.l-menu-sp .l-menu-sp-contents .list-d01 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 72px;
  font-size: 18px;
}

.l-menu-sp .l-menu-sp-open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 30px;
  height: 30px;
}

.l-menu-sp .l-menu-sp-open span {
  background-color: #fff;
  height: 1px;
}

.l-menu-sp .l-menu-sp-open span:nth-of-type(1) {
  width: 30px;
}

.l-menu-sp .l-menu-sp-open span:nth-of-type(2) {
  width: 20px;
}

.l-menu-sp .l-menu-sp-open span:nth-of-type(3) {
  width: 30px;
}

.l-menu-sp .l-menu-sp-close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.l-menu-sp .l-menu-sp-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 44px;
  height: 1px;
  background-color: #707070;
}

.l-menu-sp .l-menu-sp-close span:nth-of-type(1) {
  rotate: 45deg;
}

.l-menu-sp .l-menu-sp-close span:nth-of-type(2) {
  rotate: -45deg;
}
