@charset "UTF-8";
/*
* reset
-----------------------------------------*/
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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #e5dbd6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.7333333333vw;
  color: #333;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.68rem;
  }
}

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

a {
  text-decoration: none;
  color: #333;
}

ul, ol {
  list-style-type: none;
}

/*
* プレイスホルダー
*/
.ph--01 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 750px;
  background: #f7f7f7;
}
.ph--02 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 750px;
  background: #e8e8e8;
}

/*
* 汎用inner
*/
.inner {
  padding: 0 8vw;
}
@media screen and (min-width: 751px) {
  .inner {
    padding: 0 53px;
  }
}

.full {
  margin: 0 calc(50% - 60vw);
}
@media screen and (min-width: 751px) {
  .full {
    margin: 0 -53px;
  }
}

/*
* 各セクション共通タイトル
*/
.sec__catch {
  font-size: 3.4666666667vw;
  color: #4b5b8b;
  text-align: center;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 751px) {
  .sec__catch {
    font-size: 22px;
  }
}
.sec__ttl {
  margin-top: 4.2666666667vw;
  font-size: 4.8vw;
  color: #4b5b8b;
  text-align: center;
  position: relative;
  height: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .sec__ttl {
    margin-top: 28px;
    font-size: 32px;
    height: 36px;
  }
}
.sec__ttl span {
  position: relative;
  background-color: #e5dbd6;
  z-index: 1;
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .sec__ttl span {
    padding: 0 28px;
  }
}
.sec__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #4b5b8b;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .sec__ttl::before {
    height: 2px;
  }
}

/*
* テキストパターン（注意書き）
*/
.notes-txt {
  font-size: 2.4vw;
}
.notes-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.notes-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (min-width: 751px) {
  .notes-txt {
    font-size: 1.08rem;
  }
}

/*
* アイコン（+-パターン）
*/
.icon-wrap {
  position: absolute;
  right: 1.6vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 751px) {
  .icon-wrap {
    right: 6px;
    width: 36px;
    height: 36px;
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #574d3c;
  left: 50%;
  top: 50%;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .icon::before,
  .icon::after {
    width: 12px;
    height: 2px;
  }
}

.icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/*
* コンテンツスクロールフェードイン
* 下からふわっと
*/
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.scrollin {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*
* テキスト業揃えパターン
*/
.txt-c {
  text-align: center !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}

/*
* 表示非表示の切り替え
*/
@media screen and (max-width: 750px) {
  .none-sp {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .none-pc {
    display: none;
  }
}

/*
* 余白パターン
*/
.mt80 {
  margin-top: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mt80 {
    margin-top: 48px !important;
  }
}
.mt60 {
  margin-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .mt60 {
    margin-top: 36px !important;
  }
}
.mt50 {
  margin-top: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mt50 {
    margin-top: 30px !important;
  }
}
.mt40 {
  margin-top: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .mt40 {
    margin-top: 24px !important;
  }
}
.mt30 {
  margin-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .mt30 {
    margin-top: 18px !important;
  }
}
.mt20 {
  margin-top: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mt20 {
    margin-top: 12px !important;
  }
}

.mb80 {
  margin-bottom: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mb80 {
    margin-bottom: 48px !important;
  }
}
.mb60 {
  margin-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .mb60 {
    margin-bottom: 36px !important;
  }
}
.mb50 {
  margin-bottom: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}
.mb40 {
  margin-bottom: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .mb40 {
    margin-bottom: 24px !important;
  }
}
.mb30 {
  margin-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .mb30 {
    margin-bottom: 18px !important;
  }
}
.mb20 {
  margin-bottom: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .mb20 {
    margin-bottom: 12px !important;
  }
}

.pt80 {
  padding-top: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pt80 {
    padding-top: 48px !important;
  }
}
.pt60 {
  padding-top: 8vw !important;
}
@media screen and (min-width: 751px) {
  .pt60 {
    padding-top: 36px !important;
  }
}
.pt50 {
  padding-top: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pt50 {
    padding-top: 30px !important;
  }
}
.pt40 {
  padding-top: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .pt40 {
    padding-top: 24px !important;
  }
}
.pt30 {
  padding-top: 4vw !important;
}
@media screen and (min-width: 751px) {
  .pt30 {
    padding-top: 18px !important;
  }
}
.pt20 {
  padding-top: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pt20 {
    padding-top: 12px !important;
  }
}

.pb120 {
  padding-bottom: 16vw !important;
}
@media screen and (min-width: 751px) {
  .pb120 {
    padding-bottom: 72px !important;
  }
}
.pb85 {
  padding-bottom: 11.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .pb85 {
    padding-bottom: 51px !important;
  }
}
.pb80 {
  padding-bottom: 10.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pb80 {
    padding-bottom: 48px !important;
  }
}
.pb60 {
  padding-bottom: 8vw !important;
}
@media screen and (min-width: 751px) {
  .pb60 {
    padding-bottom: 36px !important;
  }
}
.pb50 {
  padding-bottom: 6.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pb50 {
    padding-bottom: 30px !important;
  }
}
.pb40 {
  padding-bottom: 5.3333333333vw !important;
}
@media screen and (min-width: 751px) {
  .pb40 {
    padding-bottom: 22px !important;
  }
}
.pb30 {
  padding-bottom: 4vw !important;
}
@media screen and (min-width: 751px) {
  .pb30 {
    padding-bottom: 18px !important;
  }
}
.pb20 {
  padding-bottom: 2.6666666667vw !important;
}
@media screen and (min-width: 751px) {
  .pb20 {
    padding-bottom: 12px !important;
  }
}

/*
* フォントサイズパターン
*/
.fs36 {
  font-size: 4.8vw;
}
@media screen and (min-width: 751px) {
  .fs36 {
    font-size: 2.16rem;
  }
}
.fs32 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .fs32 {
    font-size: 1.92rem;
  }
}
.fs20 {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .fs20 {
    font-size: 1.2rem;
  }
}

.style-test {
  line-height: 1;
  letter-spacing: 0.075rem;
}
.style-test article {
  padding-top: 8vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 751px) {
  .style-test article {
    max-width: 660px;
    padding-top: 53px;
    padding-bottom: 106px;
    margin-inline: auto;
  }
}
.style-test article .logo {
  width: 21.3333333333vw;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .style-test article .logo {
    width: 140px;
  }
}
.style-test article .mv {
  margin-top: 8vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .style-test article .mv {
    margin-top: 53px;
    margin-bottom: 53px;
  }
}
.style-test article .intro {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .style-test article .intro {
    margin-top: 53px;
  }
}
.style-test article .intro__ul__list--02 {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
  .style-test article .intro__ul__list--02 {
    margin-top: 61px;
  }
}
.style-test article .intro__ul__list--03 {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .style-test article .intro__ul__list--03 {
    margin-top: 70px;
  }
}
.style-test article .intro__step {
  margin-top: 10.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .style-test article .intro__step {
    margin-top: 70px;
    margin-bottom: 26px;
  }
}
.style-test article .medium {
  margin-top: 16vw;
}
@media screen and (min-width: 751px) {
  .style-test article .medium {
    margin-top: 106px;
  }
}
.style-test article .medium__list {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .style-test article .medium__list {
    margin-top: 53px;
  }
}
.style-test article .medium__list li:not(:last-child) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .style-test article .medium__list li:not(:last-child) {
    margin-bottom: 53px;
  }
}
.style-test .footer {
  height: 21.8666666667vw;
  background-color: #78696e;
}
@media screen and (min-width: 751px) {
  .style-test .footer {
    height: 144px;
  }
}
.style-test .footer__inner {
  height: inherit;
  margin-inline: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .style-test .footer__inner {
    max-width: 660px;
  }
}
.style-test .footer small {
  font-size: 3.2vw;
  color: #e5dbd6;
}
@media screen and (min-width: 751px) {
  .style-test .footer small {
    font-size: 14px;
  }
}