@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
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;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

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

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

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

:where(summary) {
  display: list-item;
}

:where(a) {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

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

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/*mixin*/
/* function */
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #231815;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}

/*-----------------------
tag
-----------------------*/
section {
  padding: 120px 0;
}
@media (max-width: 750px) {
  section {
    padding: 13.3333333333vw 0;
  }
}

img {
  height: auto;
  max-width: 100%;
}

:where(a) {
  color: inherit;
  transition: 0.3s;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*-----------------------
common
-----------------------*/
.inner {
  width: 98%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner {
    width: 92%;
  }
}

/* Top */
.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

/* Top */
.pT10 {
  padding-top: 1rem;
}

.pT20 {
  padding-top: 2rem;
}

.pT30 {
  padding-top: 3rem;
}

.pT40 {
  padding-top: 4rem;
}

.pT50 {
  padding-top: 5rem;
}

.pT60 {
  padding-top: 6rem;
}

.pT70 {
  padding-top: 7rem;
}

.pT80 {
  padding-top: 8rem;
}

.pT90 {
  padding-top: 9rem;
}

.pT100 {
  padding-top: 10rem;
}

.pT110 {
  padding-top: 11rem;
}

.pT120 {
  padding-top: 12rem;
}

.pT130 {
  padding-top: 13rem;
}

.pT140 {
  padding-top: 14rem;
}

.pT150 {
  padding-top: 15rem;
}

.pT160 {
  padding-top: 16rem;
}

.pT170 {
  padding-top: 17rem;
}

.pT180 {
  padding-top: 18rem;
}

.pT190 {
  padding-top: 19rem;
}

.pT200 {
  padding-top: 20rem;
}

/* Bottom */
.pB10 {
  padding-bottom: 1rem;
}

.pB20 {
  padding-bottom: 2rem;
}

.pB30 {
  padding-bottom: 3rem;
}

.pB40 {
  padding-bottom: 4rem;
}

.pB50 {
  padding-bottom: 5rem;
}

.pB60 {
  padding-bottom: 6rem;
}

.pB70 {
  padding-bottom: 7rem;
}

.pB80 {
  padding-bottom: 8rem;
}

.pB90 {
  padding-bottom: 9rem;
}

.pB100 {
  padding-bottom: 10rem;
}

.pB110 {
  padding-bottom: 11rem;
}

.pB120 {
  padding-bottom: 12rem;
}

.pB130 {
  padding-bottom: 13rem;
}

.pB140 {
  padding-bottom: 14rem;
}

.pB150 {
  padding-bottom: 15rem;
}

.pB160 {
  padding-bottom: 16rem;
}

.pB170 {
  padding-bottom: 17rem;
}

.pB180 {
  padding-bottom: 18rem;
}

.pB190 {
  padding-bottom: 19rem;
}

.pB200 {
  padding-bottom: 20rem;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.yu-min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font--small {
  font-size: 80%;
}
@media (max-width: 750px) {
  .font--small {
    font-size: 1.2rem;
  }
}

h2 {
  margin-bottom: 2em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 750px) {
  h2 {
    margin-bottom: 1.3em;
    font-size: 6.6666666667vw;
    letter-spacing: -1px;
  }
}

.h2__en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 80px;
}
@media (max-width: 750px) {
  .h2__en {
    font-size: 12vw;
  }
}

.h2__sub {
  margin-bottom: 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 750px) {
  .h2__sub {
    font-size: 4vw;
  }
}

:root {
  --btn-color: #c7c4dc;
  --btn-color-txt: #fff;
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

.btn--banner {
  width: 100%;
  padding: 29px 30px;
  background: var(--btn-color);
  border-radius: 20em;
  color: var(--btn-color-txt);
  font-size: min(3.0701754386vw, 35px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 750px) {
  .btn--banner {
    padding: 4vw;
    font-size: 5.8666666667vw;
    gap: 0;
  }
}
.btn--banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  translate: 0 50%;
}
.btn--banner::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url(../img/_old/common/arrow-wh.png) no-repeat center/100% 100%;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .btn--banner::after {
    width: 1.6vw;
    height: 2.8vw;
  }
}
.btn--banner .btn__icon {
  width: 1.7em;
  height: 1.7em;
}
@media (max-width: 750px) {
  .btn--banner .btn__icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.btn--banner .btn__txt-top {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .btn--banner .btn__txt-top {
    font-size: 3.7333333333vw;
  }
}
.btn--banner.white {
  --btn-color: #fff;
  --btn-color-txt: #222222;
}
.btn--banner:hover {
  opacity: 0.6;
}

.list {
  padding-left: 1em;
}
.list > li {
  display: list-item;
}
.list--dot > li {
  list-style-type: "・";
}
.list--order > li {
  list-style-type: decimal;
}

.list--check {
  padding-left: 0;
}
.list--check > li {
  padding-left: 1.25em;
  color: #ec2e45;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.list--check > li::before {
  content: "";
  width: 0.875em;
  height: 0.875em;
  background: url(../img/common/icon-checked.png) no-repeat center/contain;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
}

.accordion__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.accordion__title {
  padding: 11px 20px;
  list-style: none;
}
.accordion__title::-webkit-details-marker {
  display: none;
}
.accordion__title--dot {
  list-style-type: "・";
}
.accordion__contents {
  padding: 0 20px 13px;
  padding-right: 10px;
}

.accordion__item--faq {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #e1e1e1;
}
@media (max-width: 750px) {
  .accordion__item--faq {
    padding: 0 4vw;
  }
}
.accordion__item--faq + .accordion__item--faq {
  border-top: none;
}
.accordion__item--faq .accordion__title {
  padding: 30px;
  padding-left: 55px;
  border: none;
  list-style: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  color: #231815;
  position: relative;
}
@media (max-width: 750px) {
  .accordion__item--faq .accordion__title {
    padding: 6.2666666667vw 7.3333333333vw;
    padding-left: 11.6vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.34;
  }
}
.accordion__item--faq .accordion__title::-webkit-details-marker {
  display: none;
}
.accordion__item--faq .accordion__title::before {
  content: "";
  width: 1.75em;
  height: 2.05em;
  background: url(../img/common/Q.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 25px;
}
@media (max-width: 750px) {
  .accordion__item--faq .accordion__title::before {
    width: 7.6vw;
    height: 8.8vw;
    bottom: 7.2vw;
  }
}
.accordion__item--faq .accordion__title::after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(../img/common/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 750px) {
  .accordion__item--faq .accordion__title::after {
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.accordion__item--faq .accordion__contents {
  padding: 23px 0 40px;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
@media (max-width: 750px) {
  .accordion__item--faq .accordion__contents {
    padding: 6.2666666667vw 0 8vw;
  }
}
.accordion__item--faq .accordion__contents p + p {
  margin-top: 1em;
}
.accordion__item--faq[open] .accordion__title::after {
  rotate: 180deg;
}

.contents--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contents--flex + .contents--flex {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .contents--flex + .contents--flex {
    margin-top: 12vw;
  }
}
.contents--flex .flex-box1 {
  width: 43.3%;
}
@media (max-width: 750px) {
  .contents--flex .flex-box1 {
    width: 100%;
  }
}
.contents--flex .flex-box2 {
  width: 51%;
}
@media (max-width: 750px) {
  .contents--flex .flex-box2 {
    width: 100%;
  }
}
.contents--flex .flex-box3 {
  width: 48.1%;
}
@media (max-width: 750px) {
  .contents--flex .flex-box3 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .contents--flex {
    flex-direction: column;
    align-items: center;
  }
  .contents--flex .flex-sp-order1 {
    order: 1;
  }
  .contents--flex .flex-sp-order2 {
    order: 2;
  }
}
.contents--grid {
  display: grid;
}
.contents--grid--col2 {
  grid-template-columns: 43.3% 51%;
  gap: 0 5.7%;
}
@media (max-width: 750px) {
  .contents--grid--col2 {
    grid-template-columns: 100%;
  }
}

.box--bright {
  position: relative;
  z-index: 5;
}
.box--bright::before,
.box--bright::after {
  content: "";
  position: absolute;
}
.box--bright::before {
  width: 389px;
  aspect-ratio: 1/1;
  background: url(../img/common/bright-y.png) no-repeat center/contain;
  top: 0;
  right: 0;
  z-index: -1;
  translate: 33% -33%;
}
@media (max-width: 750px) {
  .box--bright::before {
    width: 66.6666666667vw;
  }
}
.box--bright::after {
  width: 656px;
  aspect-ratio: 1/1;
  background: url(../img/common/bright-p.png) no-repeat center/contain;
  bottom: 0;
  left: 0;
  z-index: -1;
  translate: -27.4% 27.4%;
}
@media (max-width: 750px) {
  .box--bright::after {
    width: 99.7333333333vw;
  }
}

#header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  position: absolute;
  top: 3.4722222222vw;
  left: 7.9166666667vw;
  z-index: 999;
}
@media (max-width: 750px) {
  #header {
    top: 4vw;
    left: 10.6666666667vw;
  }
}
#header .contents--flex {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  width: 5.1388888889vw;
}
@media (max-width: 750px) {
  #header .logo {
    width: 12.1333333333vw;
  }
}

.footer {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .footer {
    padding: 6.6666666667vw 0;
  }
}

.footer__copyright {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .footer__copyright {
    font-size: 2.9333333333vw;
  }
}

.fv {
  width: 100%;
  padding: 3.4722222222vw 3.4722222222vw 1.3888888889vw;
  aspect-ratio: 1440/790;
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .fv {
    padding: 4vw 4vw 2.6666666667vw;
    aspect-ratio: 750/950;
  }
}
.fv .fv__bg-video {
  width: 93%;
  aspect-ratio: 1340/721;
  position: absolute;
  top: 3.4722222222vw;
  left: 3.4722222222vw;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 750px) {
  .fv .fv__bg-video {
    width: 92vw;
    aspect-ratio: 690/900;
    top: 4vw;
    left: 4vw;
  }
}
.fv .fv__bg-video video {
  width: calc(100% + 1px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fv .inner {
  width: 92.5%;
  height: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .fv .inner {
    width: 100%;
    padding-top: 20.8vw;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
}
.fv .fv__title {
  margin-bottom: 4.2361111111vw;
  font-weight: 600;
  font-size: 5.0694444444vw;
  line-height: 1;
  filter: drop-shadow(0px 0px 0.8em #fff) drop-shadow(0px 0px 0.8em #fff) drop-shadow(0px 0px 0.8em #fff)
    drop-shadow(0px 0px 0.8em #fff);
}
@media (max-width: 750px) {
  .fv .fv__title {
    margin-bottom: 6.6666666667vw;
    font-size: 9.3333333333vw;
    text-align: center;
    letter-spacing: -3px;
  }
}
.fv .fv__title span {
  display: inline-block;
  font-size: 2.3611111111vw;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .fv .fv__title span {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.fv .fv__point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2.7777777778vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 25px 30px;
}
@media (max-width: 750px) {
  .fv .fv__point {
    margin-left: 0;
    gap: 1.6vw 0.6666666667vw;
  }
}
.fv .fv__point .point {
  width: auto;
  height: 5.9722222222vw;
  filter: drop-shadow(0px 0px 0.8em #fff) drop-shadow(0px 0px 0.8em #fff) drop-shadow(0px 0px 0.8em #fff);
}
@media (max-width: 750px) {
  .fv .fv__point .point {
    height: 11.7333333333vw;
  }
}
.fv .fv__point .point:first-child {
  grid-column: span 2;
}
.fv .fv__point .point img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv .fv__en {
  margin-top: 1.5972222222vw;
  margin-left: 2.7777777778vw;
}
@media (max-width: 750px) {
  .fv .fv__en {
    width: 81.6vw;
    aspect-ratio: 612/116;
    margin-top: 30.9333333333vw;
    margin-left: 0;
  }
}

.splide-loop {
  overflow: hidden;
}
.splide-loop img {
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 750px) {
  .splide-loop img {
    width: 22.9333333333vw;
  }
}
.promise {
  padding: 120px 0 0;
}
.promise h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 750px) {
  .promise h2 {
    font-size: 6.6666666667vw;
  }
}
.promise .h2__en {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .promise .h2__en {
    width: 40.1333333333vw;
  }
}
@media (min-width: 751px) {
  .promise .inner {
    width: 100%;
    max-width: none;
  }
}
.promise .promise__wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .promise .promise__wrap {
    flex-direction: column-reverse;
    gap: 4vw;
  }
}
.promise .promise__image {
  width: 45.2777777778vw;
}
@media (max-width: 750px) {
  .promise .promise__image {
    width: 100%;
    aspect-ratio: 696/601;
  }
  .promise .promise__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.promise .promise__point {
  width: 45.6944444444vw;
  margin-left: 2.0138888889vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 2px;
}
@media (max-width: 750px) {
  .promise .promise__point {
    width: 73.0666666667vw;
    margin: 0 auto;
    grid-template-columns: 100%;
    gap: 1.3333333333vw;
  }
}
.promise .promise__point .promise__point-item {
  aspect-ratio: 1/1;
}
.promise .promise__point .promise__point-item:first-child {
  grid-column: span 2;
  margin-bottom: -6%;
}
@media (max-width: 750px) {
  .promise .promise__point .promise__point-item:first-child {
    grid-column: auto;
    width: 100%;
    margin-bottom: 0;
  }
}

.designer {
  background: url(../img/designer-bg.jpg) no-repeat center/cover;
  color: #fff;
}
@media (max-width: 750px) {
  .designer {
    background: url(../img/designer-bg-sp.jpg) no-repeat center/cover;
  }
}
@media (max-width: 750px) {
  .designer .h2__en {
    width: 87.0666666667vw;
  }
}
.designer .flex-box2 {
  padding-top: 40px;
}
@media (max-width: 750px) {
  .designer .flex-box2 {
    padding-top: 6.6666666667vw;
  }
}
.designer .designer__name {
  margin-bottom: 1.4em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .designer .designer__name {
    margin-bottom: 4.2666666667vw;
    font-size: 5.6vw;
  }
}
.designer .designer__name-en {
  display: inline-block;
  margin-left: 1.1em;
  font-size: 18px;
}
@media (max-width: 750px) {
  .designer .designer__name-en {
    font-size: 4.2666666667vw;
  }
}
.designer .designer__introduction p + p {
  margin-top: 1.6em;
}

.case .case__box img {
  width: 100%;
}
.case .case__box + .case__box {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .case .case__box + .case__box {
    margin-top: 8vw;
  }
}
.caseList__item {
  + .caseList__item {
    margin-top: 60px;
    @media screen and (max-width: 750px){
      margin-top: 30px;
    }
  }
}
.caseList__title {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-color: #101533;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  padding: 4px 40px;
  @media screen and (max-width: 750px){
    font-size: 19px;
    padding: 4px 15px;
  }
}
.caseListDiff {
  display: flex;
  justify-content: space-between;
  gap: 114px;
  position: relative;
  @media screen and (max-width: 750px){
    gap: 25px;
  }
  &:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url(../img/arrow_case.png) no-repeat center/contain;
    @media screen and (max-width: 750px){
      width: 13px;
      height: 13px;
    }
  }
}
.caseListDiff__item {
  width: calc((100% - 114px) / 2);
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 750px){
    width: calc((100% - 25px) / 2);
  }
}
.caseListDiff__icon {
  position: absolute;
  top: -9px;
  left: -76px;
  padding-top: 40px;
  padding-bottom: 2px;
  width: 200px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  transform: rotate(-45deg);
  background-color: #efeef5;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 12px;
    top: -18px;
    left: -90px;
  }
  &.-after {
    color: #fff;
    background-color: #8b638f;
  }
}
.caseListInfo {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  @media screen and (max-width: 750px){
    padding: 0;
    flex-direction: column;
    margin-top: 15px;
  }
}
.caseListInfo__left {
  padding: 10px 0;
  width: 25%;
  border-right: 1px solid #e9e9ea;
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #e9e9ea;
  }
}
.caseListInfo__list {
  display: flex;
  margin: 1px 0;
  
  dt {
    min-width: 88px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0.5em;
    background-color: #e9e9ea;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 750px){
      font-size: 13px;
      min-width: 64px;
      padding: 1px 0.5em;
    }
  }
  dd {
    font-size: 16px;
    font-weight: 500;
    padding-left: 12px;
    line-height: 1.2;
    padding: 6px 0 6px 12px;
    @media screen and (max-width: 750px){
      font-size: 14px;
    }
  }
}
.caseListInfo__right {
  padding-left: 30px;
  width: 75%;
  @media screen and (max-width: 750px){
    width: 100%;
    padding-left: 0;
  }
}
.caseListInfo__text {
  font-size: 16px;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}

.cta {
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .cta {
    margin-bottom: 20vw;
  }
}
.cta .cta__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 750px) {
  .cta .cta__grid {
    grid-template-columns: 100%;
    gap: 4vw;
  }
}
.cta .cta__banner img {
  width: 100%;
}
.cta .cta__banner:hover {
  opacity: 0.6;
}

.reason {
  background: url(../img/reason-bg.jpg) no-repeat center -5px / cover;
  color: #fff;
}
@media (max-width: 750px) {
  .reason {
    background: url(../img/reason-bg-sp.jpg) no-repeat top center/cover;
  }
}
@media (max-width: 750px) {
  .reason .h2__en {
    width: 36.2666666667vw;
  }
}
@media (max-width: 750px) {
  .reason .reason__text {
    margin-bottom: 5.3333333333vw;
  }
}
.reason .reason__number {
  margin-bottom: 40px;
  text-align: right;
}
.reason .reason__number img {
  display: inline-block;
}
@media (max-width: 750px) {
  .reason .reason__number img {
    margin-bottom: 4vw;
    width: 49.8666666667vw;
  }
}
.reason .reason__title {
  margin-bottom: 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .reason .reason__title {
    margin-bottom: 1em;
    font-size: 5.0666666667vw;
    letter-spacing: -1px;
  }
}

@media (max-width: 750px) {
  .media .h2__en {
    width: 40.5333333333vw;
  }
}
.media .media__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.desire {
  padding-bottom: 180px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .desire {
    padding-bottom: 32vw;
  }
}
@media (max-width: 750px) {
  .desire .h2__en {
    width: 36.5333333333vw;
  }
}
.desire .contents--flex {
  margin-top: 8rem;
  align-items: center;
}
@media (max-width: 750px) {
  .desire .contents--flex {
    margin-top: 9.3333333333vw;
  }
}
@media (max-width: 750px) {
  .desire .contents--flex .flex-box1 {
    width: 66.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 750px) {
  .desire .desire__text {
    margin-bottom: 10.6666666667vw;
  }
}
.desire .desire__text p + p {
  margin-top: 1.6em;
}

.flow {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .flow {
    padding-top: 0;
    padding-bottom: 6.6666666667vw;
  }
}
@media (max-width: 750px) {
  .flow .h2__en {
    width: 36.5333333333vw;
  }
}
.flow .contents--flex {
  margin-top: 8rem;
  align-items: center;
}
@media (max-width: 750px) {
  .flow .contents--flex {
    margin-top: 9.3333333333vw;
  }
}
@media (max-width: 750px) {
  .flow .contents--flex .box--bright {
    width: 73.3333333333vw;
  }
}
.flow .contents--flex .box--bright::after {
  width: 485px;
  translate: -31% 31%;
}
@media (max-width: 750px) {
  .flow .contents--flex .box--bright::after {
    width: 77.7333333333vw;
  }
}
@media (max-width: 750px) {
  .flow .flow__text {
    margin-bottom: 10.6666666667vw;
  }
}
.flow .flow__text p + p {
  margin-top: 1.6em;
}
.flow .flow__step-simple {
  max-width: 720px;
  margin: 60px auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 750px) {
  .flow .flow__step-simple {
    max-width: 64vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 1.3333333333vw;
    gap: 5.3333333333vw;
    flex-wrap: wrap;
  }
}
.flow .flow__step-simple .step__item {
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 750px) {
  .flow .flow__step-simple .step__item {
    width: 29.3333333333vw;
  }
}
.flow .flow__step-simple .step__item::after {
  content: "";
  width: 100%;
  border-top: 1px solid #c7c4dc;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
}
.flow .flow__step-simple .step__item:last-child::after {
  content: none;
}
@media (max-width: 750px) {
  .flow .flow__step-simple .step__item:nth-child(even)::after {
    width: 21.3333333333vw;
    top: 100%;
    left: 0;
    translate: calc(-50% - 2.4vw) 2.4vw;
    rotate: -30deg;
  }
}
.flow .flow__step {
  padding: 9.6% 7.7% 7.6%;
  background: url(../img/step-bg.png) no-repeat top center/cover;
}
@media (max-width: 750px) {
  .flow .flow__step {
    padding: 9.3333333333vw 4vw 16vw;
    background: url(../img/step-bg-sp.png) no-repeat top center/cover;
  }
}
.flow .flow__step .step__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .flow .flow__step .step__box {
    flex-direction: column;
  }
}
.flow .flow__step .step__box + .step__box {
  margin-top: 47px;
}
@media (max-width: 750px) {
  .flow .flow__step .step__box + .step__box {
    margin-top: 16.4vw;
  }
}
.flow .flow__step .step__image {
  width: 38.3%;
  position: relative;
}
@media (max-width: 750px) {
  .flow .flow__step .step__image {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.flow .flow__step .step__num {
  position: absolute;
  top: 0;
  left: 0;
  translate: -1.2rem -1.8rem;
}
@media (max-width: 750px) {
  .flow .flow__step .step__num {
    width: 21.3333333333vw;
    translate: -2.6666666667vw -5.3333333333vw;
  }
}
.flow .flow__step .step__text {
  width: 51%;
}
@media (max-width: 750px) {
  .flow .flow__step .step__text {
    width: 100%;
  }
}
.flow .flow__step .step__text p + p {
  margin-top: 1.6em;
}
.flow .flow__step .step__title {
  margin-bottom: 1em;
  padding-bottom: 0.72em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 750px) {
  .flow .flow__step .step__title {
    margin-bottom: 3.6vw;
    padding-bottom: 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
.flow .flow__step .step__title::before {
  content: "";
  width: 20px;
  border-bottom: 1px solid #c7c4dc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .flow .flow__step .step__title::before {
    width: 4vw;
  }
}

.access {
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .access {
    padding-top: 6.6666666667vw;
  }
}
@media (max-width: 750px) {
  .access .h2__en {
    width: 37.3333333333vw;
  }
}
.access .contents--flex {
  padding-top: 3.4722222222vw;
  position: relative;
}
@media (max-width: 750px) {
  .access .contents--flex {
    padding-top: 0;
    padding-bottom: 41.8666666667vw;
  }
}
.access .access__image {
  width: 53.2638888889vw;
  position: absolute;
  top: 0;
  left: 45.5%;
}
@media (max-width: 750px) {
  .access .access__image {
    width: 92vw;
    aspect-ratio: 690/350;
    top: auto;
    bottom: -12.8vw;
    left: 4vw;
  }
}
.access .access__image img {
  max-width: none;
}
@media (max-width: 750px) {
  .access .access__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.access .access__text {
  width: 45.5%;
}
@media (max-width: 750px) {
  .access .access__text {
    width: 100%;
  }
}
.access .access__text p + p {
  margin-top: 1em;
}
.access .access__title {
  margin-bottom: 38px;
  padding-bottom: 24px;
  font-size: 26px;
  line-height: 1;
  position: relative;
}
@media (max-width: 750px) {
  .access .access__title {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 4vw;
    font-size: 4.9333333333vw;
  }
}
.access .access__title::before {
  content: "";
  width: 20px;
  border-bottom: 2px solid #c7c4dc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .access .access__title::before {
    width: 4vw;
  }
}
.access .tel-link {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.access .tel-link::before {
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  margin-right: 9px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon-tel.png) no-repeat center/contain;
}
@media (max-width: 750px) {
  .access .tel-link::before {
    width: 4.2666666667vw;
    margin-right: 1.4666666667vw;
  }
}
.access .access__grid {
  margin-top: 70px;
  padding: 70px 0;
  background: #efeef5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 750px) {
  .access .access__grid {
    margin-top: 0;
    padding: 11.3333333333vw 4vw 4vw;
    grid-template-columns: 100%;
  }
}
.access .access__grid .access__box {
  padding: 0 40px;
  font-size: 15px;
}
@media (max-width: 750px) {
  .access .access__grid .access__box {
    padding: 6.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
}
.access .access__grid .access__box:not(:last-child) {
  border-right: 1px solid #c7c4dc;
}
@media (max-width: 750px) {
  .access .access__grid .access__box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #c7c4dc;
  }
}
.access .access__grid .access__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .access .access__grid .access__title {
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.access .access__grid .list {
  margin-bottom: 0.7em;
}
.access .access__grid .list li {
  list-style: none;
}
.access .access__grid .list li {
  position: relative;
}
.access .access__grid .list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #69668f;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: calc(100% + 4px);
}
@media (max-width: 750px) {
  .access .access__grid .list li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2vw;
    right: calc(100% + 1.0666666667vw);
  }
}

.faq {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url(../img/faq-bg.jpg) no-repeat top center/cover;
}
@media (max-width: 750px) {
  .faq {
    padding-top: 10.6666666667vw;
    padding-bottom: 20vw;
    background: url(../img/faq-bg-sp.jpg) no-repeat top center/cover;
  }
}
@media (max-width: 750px) {
  .faq .h2__en {
    width: 20.6666666667vw;
  }
}

#following {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
}
@media (max-width: 750px) {
  #following a {
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.consultation-text {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 60px;
}
@media (max-width: 750px) {
  .consultation-text {
    font-size: 6.5333333333vw;
    margin: 8vw auto 10.6666666667vw;
  }
}
.consultation-text span {
  font-size: 23px;
}
@media (max-width: 750px) {
  .consultation-text span {
    font-size: 5.3333333333vw;
  }
}

.consultation-list {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .consultation-list {
    width: 100%;
  }
}
.consultation-list ul {
  display: flex;
  flex-direction: column;
}
.consultation-list ul li {
  padding: 40px 0;
  border-bottom: 1px solid #aaaaaa;
  display: flex;
}
@media (max-width: 750px) {
  .consultation-list ul li {
    padding: 5.3333333333vw;
    flex-wrap: wrap;
  }
}

.consultation-step {
  width: 78px;
  height: 78px;
  background: #39546c;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 50px 0 0;
}
@media (max-width: 750px) {
  .consultation-step {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
    font-size: 8vw;
    margin: 0 4vw 0 0;
  }
}
.consultation-step span {
  font-size: 12px;
}
@media (max-width: 750px) {
  .consultation-step span {
    font-size: 2.6666666667vw;
  }
}

@media (max-width: 750px) {
  .consultation-content {
    width: calc(100% - (14.1333333333vw + 4vw)) !important;
  }
}
.consultation-content:has(+ .consultation-line) {
  width: 250px;
}
@media (max-width: 750px) {
  .consultation-content:has(+ .consultation-line) {
    width: 14.1333333333vw;
  }
}
.consultation-content:has(+ .consultation-img) {
  width: 300px;
}
@media (max-width: 750px) {
  .consultation-content:has(+ .consultation-img) {
    width: 82.2666666667vw;
  }
}
.consultation-content p {
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 750px) {
  .consultation-content p {
    font-size: 3.7333333333vw;
  }
}
.consultation-content p:first-of-type {
  font-size: 22px;
  color: #243d53;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .consultation-content p:first-of-type {
    margin: 0 0 2.1333333333vw;
  }
}
.consultation-content p.consultation-caption {
  font-size: 13px;
}
@media (max-width: 750px) {
  .consultation-content p.consultation-caption {
    font-size: 2.8vw;
  }
}

.consultation-line {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .consultation-line {
    width: 62.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}

.consultation-img {
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .consultation-img {
    width: 82.2666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}

.following {
  width: 100%;
  background: url(../img/footer-bg.png) center left/cover no-repeat;
  position: -webkit-sticky !important;
  position: sticky !important;
  bottom: -2px !important;
  z-index: 9999 !important;
}

.following-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 750px) {
  .following-inner {
    justify-content: flex-end;
    gap: 0 2.6666666667vw;
  }
}
@media (max-width: 750px) {
  .following-inner a {
    margin: 0 !important;
  }
}
@media (max-width: 750px) {
  .following-inner a:first-of-type {
    width: 48.6666666667vw !important;
  }
}
@media (max-width: 750px) {
  .following-inner a:last-of-type {
    width: 45.0666666667vw !important;
  }
}

.shadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
/*# sourceMappingURL=style.css.map */

section.case {
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  section.case {
    padding: 9.3vw 0 5vw;
  }
}

.banner {
  width: 60%;
  display: block;
  margin: 6vw auto 0;
}
.banner img {
  width: 100%;
}

@media (max-width: 750px) {
  .banner {
    width: 80%;
    margin: 10vw auto 0;
  }
}
