@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap";
:root {
  --vw: 1vw;
}

/*
@function cpv($num,$w: $pcW2){
    $num1: calc(floor(calc($num / 1440 * 10000)) / 100 * var(--vw));
	$num2: calc($num * 1px);
	@return min($num1,$num2);
}
*/
#modal {
  display: none;
}

.modaal-wrapper {
  background-color: transparent;
}

.modaal-inner-wrapper {
  padding: 0;
  padding: 0 calc((100% - 867px) / 2);
  /*
    @include c.mq(pcNarrow) {
      padding: 0 calc((100% - c.cv(867,1513))/2);
    }
      */
  /*
  @media screen and (min-width:768px) and (max-height:600px) { 
    padding: 0 calc((100% - 400px)/2);//400pxがコンテンツ幅
  }
    */
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 0 calc((100% - 94.87 * var(--vw)) / 2);
  }
}

.modaal-container {
  max-width: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 660px;
}
.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 21px;
  top: 22px;
  width: 60px;
  height: 60px;
  background: url(../images/btn_close.svg) no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    top: calc(2.05 * var(--vw));
    right: calc(2.56 * var(--vw));
    width: calc(10.25 * var(--vw));
    height: calc(10.25 * var(--vw));
    background-image: url(../images/btn_close_sp.svg);
  }
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}

.modaal-content-container {
  background-color: #DADACD;
  padding: 22px 21px 22px 28px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: calc(2.05 * var(--vw)) calc(2.56 * var(--vw));
    border-radius: calc(2.56 * var(--vw));
  }
}

.modal-inner {
  background-color: #fff;
  padding: 40px 24px 46px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modal-inner {
    padding: calc(8.2 * var(--vw)) calc(3.58 * var(--vw)) calc(8.97 * var(--vw));
    border-radius: calc(2.56 * var(--vw));
  }
}
.modal-inner .modal-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .modal-inner .modal-ttl {
    font-size: calc(6.15 * var(--vw));
    margin-bottom: calc(3.58 * var(--vw));
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho Pro", serif;
  -webkit-font-smoothing: antialiased;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #1a6ba7;
}

.display--sp {
  display: block !important;
}

.display--pc {
  display: none !important;
}

@media (min-width: 801px) {
  .display--sp {
    display: none !important;
  }
  .display--pc {
    display: block !important;
  }
}
.displayInline--sp {
  display: inline !important;
}

.displayInline--pc {
  display: none !important;
}

@media (min-width: 801px) {
  .displayInline--sp {
    display: none !important;
  }
  .displayInline--pc {
    display: inline !important;
  }
}
.txt--gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #ffdd81;
  color: #403d21;
  border-radius: 40px;
  border: 2px solid #403d21;
}

@media (max-width: 800px) {
  .btn {
    border: 1px solid #403d21;
  }
  .btn img {
    width: auto;
    height: 5.8411214953vw;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #403d21;
  border-left: none;
  border-bottom: none;
}

@media (max-width: 800px) {
  .btn::after {
    width: 10px;
    height: 10px;
  }
}
.wrapper {
  position: relative;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

@media (max-width: 800px) {
  .header {
    background: rgba(244, 243, 234, 0.8);
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1084px;
  margin: 0 auto;
  padding: 15px 30px;
}

@media (max-width: 800px) {
  .header__inner {
    padding: 8px 15px;
  }
}
.header__logo {
  display: block;
  position: relative;
  width: 180px;
  z-index: 1;
}

@media (max-width: 800px) {
  .header__logo {
    width: 31.0747663551vw;
  }
}
.menu__trigger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu__trigger {
    display: block;
    position: relative;
    padding-top: 6.5420560748vw;
    font-size: 2.8037383178vw;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    z-index: 1;
  }
  .menu__trigger::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #707070;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu__trigger::after {
    content: "";
    display: block;
    position: absolute;
    top: 4.6728971963vw;
    left: 0;
    width: 100%;
    height: 2px;
    background: #707070;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu__trigger .menu__trigger__line {
    display: block;
    position: absolute;
    top: 2.3364485981vw;
    left: 0;
    width: 100%;
    height: 2px;
    background: #707070;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu__trigger.is--open::before {
    top: 2vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__trigger.is--open::after {
    top: 2vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__trigger.is--open .menu__trigger__line {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 30;
  }
  .overlay.is--open {
    display: block;
  }
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 23.3644859813vw 10.9813084112vw 15.8878504673vw;
    background: #fff;
    width: 100%;
  }
  .menu.is--open {
    display: block;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .menu__list {
    display: block;
  }
}
.menu__item {
  position: relative;
}

.menu__item + .menu__item {
  margin-left: 36px;
}

@media screen and (max-width: 1024px) {
  .menu__item + .menu__item {
    margin-left: 0;
  }
}
.menu__item a {
  font-size: 14px;
  color: #1a6ba7;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .menu__item a {
    display: block;
    padding: 0.8em 0;
    line-height: 1;
    font-size: 5.1401869159vw;
    text-decoration: none;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #d0d0d0;
  }
}
.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 236px;
  height: 58px;
  margin-left: 34px;
  color: #000;
  font-size: 18px;
  background: #ffdd81;
  border: 2px solid #403d25;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .menu__btn {
    display: none;
  }
}
.hero {
  position: relative;
  padding-top: 92px;
}

@media (max-width: 800px) {
  .hero {
    padding-top: 15.4205607477vw;
  }
}
.hero__ttl {
  position: relative;
  max-width: 1032px;
  margin: 42px auto 0;
  padding: 0 20px;
  color: #fff;
  text-align: center;
}

@media (max-width: 800px) {
  .hero__ttl {
    margin-top: 8.6448598131vw;
    padding: 0 8.8785046729vw;
  }
}
.hero__img {
  display: block;
  margin-top: 22px;
}

@media (max-width: 800px) {
  .hero__img {
    margin-top: 4.6728971963vw;
  }
}
.hero__cta {
  margin: 10px 0 0 auto;
  padding: 30px 0;
  background: #fffce3;
}

@media (max-width: 800px) {
  .hero__cta {
    margin: 0 auto 0;
    padding: 4.2056074766vw 7.476635514vw 4.4392523364vw;
  }
}
.hero__inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 980px) {
  .hero__inner {
    display: block;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .hero__inner {
    display: block;
  }
}
.hero__logo {
  max-width: 444px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .hero__logo {
    display: none;
  }
}
.hero__txt {
  margin-bottom: 20px;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 1070px) {
  .hero__txt {
    width: 65%;
  }
}
@media (max-width: 980px) {
  .hero__txt {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .hero__txt {
    width: 110%;
    margin-top: 0;
    margin: 0 -5%;
    color: #000;
    font-size: 3.738317757vw;
    font-weight: normal;
  }
}
.hero__txt small {
  display: block;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 800px) {
  .hero__txt small {
    font-size: 3.2710280374vw;
  }
}
.hero__btn {
  max-width: 440px;
  width: 45%;
  height: 84px;
  margin: 0 auto;
  border-radius: 70px;
}

@media (max-width: 1070px) {
  .hero__btn {
    width: 35%;
  }
}
@media (max-width: 980px) {
  .hero__btn {
    margin: 20px auto 0;
  }
}
@media (max-width: 800px) {
  .hero__btn {
    width: auto;
    margin-top: 2.8037383178vw;
    height: 16.3551401869vw;
  }
}
.hero__btn img {
  max-width: 298px;
  width: 74%;
}

@media (max-width: 800px) {
  .hero__btn img {
    width: auto;
  }
}
.hero__btn::after {
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .hero__btn::after {
    width: 10px;
    height: 10px;
  }
}
.concept {
  padding: 96px 0 60px;
  background: url(../images/concept_bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 800px) {
  .concept {
    position: relative;
    margin-top: 0;
    padding: 15.8878504673vw 7.0093457944vw 8.8785046729vw;
  }
}
.concept__ttl__en {
  width: 193px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .concept__ttl__en {
    width: 36.4485981308vw;
  }
}
.concept__ttl {
  margin-top: 34px;
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  color: #453837;
}

@media (max-width: 800px) {
  .concept__ttl {
    margin-top: 4.6728971963vw;
    font-size: 6.5420560748vw;
  }
}
.concept__txt {
  position: relative;
  margin-top: 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.1;
  color: #453837;
  z-index: 1;
}

@media (max-width: 800px) {
  .concept__txt {
    margin-top: 7.0093457944vw;
    font-size: 3.2710280374vw;
    text-align: left;
  }
}
.concept__kumakawa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin: -225px 0 0 auto;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .concept__kumakawa {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .concept__kumakawa {
    display: block;
    margin: 4.4392523364vw 0 0;
  }
}
.concept__kumakawa__img {
  display: block;
  width: 307px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .concept__kumakawa__img {
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .concept__kumakawa__img {
    width: 100%;
  }
}
.concept__kumakawa__img img {
  width: 100%;
  height: 421px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 800px) {
  .concept__kumakawa__img img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.concept__kumakawa__txt {
  margin: 0 34px -0.4em 0;
  text-align: right;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 300;
}

@media (max-width: 800px) {
  .concept__kumakawa__txt {
    margin: 6.0747663551vw 0 0;
    font-size: 3.738317757vw;
  }
}
.concept__kumakawa__name {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 800px) {
  .concept__kumakawa__name {
    font-size: 4.6728971963vw;
  }
}
.about {
  padding: 76px 0 90px;
  background: #ebebe4;
}

@media (max-width: 800px) {
  .about {
    padding: 14.0186915888vw 7.476635514vw 17.2897196262vw;
  }
}
.about__logo {
  width: 380px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .about__logo {
    width: 65.4205607477vw;
  }
}
.about__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 800px) {
  .about__ttl {
    margin-top: -0.5em;
    font-size: 4.2056074766vw;
  }
}
.about__txt {
  margin-top: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1;
}

@media (max-width: 800px) {
  .about__txt {
    margin-top: 11.6822429907vw;
    font-size: 3.2710280374vw;
    text-align: left;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .about__content {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .about__content {
    display: block;
    margin-top: 7.0093457944vw;
  }
}
.about__card {
  max-width: 440px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .about__card {
    margin: 0 auto;
  }
  .about__card + .about__card {
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  .about__card {
    max-width: 100%;
  }
  .about__card + .about__card {
    margin-top: 14.0186915888vw;
  }
}
.about__card__desc {
  margin: 30px -3em 0;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 800px) {
  .about__card__desc {
    margin: 0.6em 0 0;
    font-size: 4.2056074766vw;
  }
}
.education {
  padding: 127px 0 168px;
  background: url(../images/education_bg.jpg) no-repeat top center;
  background-size: cover;
}

@media (max-width: 800px) {
  .education {
    padding: 10.7476635514vw 0 16.3551401869vw;
  }
}
.education__ttl__en {
  width: 490px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 800px) {
  .education__ttl__en {
    width: 45.5607476636vw;
  }
}
.education__ttl {
  margin-top: 60px;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: #453837;
}

@media (max-width: 800px) {
  .education__ttl {
    margin-top: 7.0093457944vw;
    font-size: 6.5420560748vw;
  }
}
.education__txt {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  color: #453837;
  line-height: 2;
}

@media (max-width: 800px) {
  .education__txt {
    margin-top: 9.3457943925vw;
    padding: 0 7.0093457944vw;
    font-size: 3.2710280374vw;
    text-align: left;
  }
}
.education__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 108px;
}

@media (max-width: 800px) {
  .education__list {
    display: block;
    margin-top: 9.3457943925vw;
    padding: 0 7.476635514vw;
  }
}
.education__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31%;
  height: 255px;
  background: rgba(255, 255, 255, 0.8);
  color: #6a5e5d;
  text-align: center;
  border-radius: 50%;
}

.education__item:nth-of-type(n+4) {
  margin-top: 40px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .education__item {
    width: 49%;
  }
  .education__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 800px) {
  .education__item {
    width: 100%;
    height: 46.7289719626vw;
  }
  .education__item:nth-of-type(n+2) {
    margin-top: 4.6728971963vw;
  }
}
.education__item__number img {
  width: auto;
  height: 30px;
}

@media (max-width: 800px) {
  .education__item__number img {
    height: 7.0093457944vw;
  }
}
.education__item__lead {
  margin-top: 26px;
  font-size: 20px;
}

@media (max-width: 800px) {
  .education__item__lead {
    margin-top: 2.8037383178vw;
    font-size: 4.6728971963vw;
  }
}
.education__item__txt {
  font-size: 26px;
}

@media (max-width: 800px) {
  .education__item__txt {
    font-size: 5.6074766355vw;
  }
}
.educationFeature {
  padding-top: 170px;
}

@media (max-width: 800px) {
  .educationFeature {
    padding-top: 18.691588785vw;
  }
}
.educationFeature__ttl {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  color: #453837;
}

@media (max-width: 800px) {
  .educationFeature__ttl {
    font-size: 6.5420560748vw;
  }
}
.educationFeature__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1150px;
  margin: 45px auto 0;
  border-radius: 170px;
  background: #fff;
  overflow: hidden;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 80%;
    margin-top: 36px;
    padding: 45px 18px 25px;
    border-radius: 30px;
  }
}
@media (max-width: 800px) {
  .educationFeature__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 93.4579439252vw;
    margin-top: 8.4112149533vw;
    padding: 10.5140186916vw 4.2056074766vw 5.8411214953vw;
    border-radius: 7.476635514vw;
  }
}
.educationFeature__card + .educationFeature__card {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .educationFeature__card + .educationFeature__card {
    margin-top: 9.3457943925vw;
  }
}
.educationFeature__number {
  margin-left: 65px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__number {
    margin: 0 auto;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 800px) {
  .educationFeature__number {
    margin: 0 auto;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.educationFeature__number img {
  width: auto;
  height: 50px;
}

@media (max-width: 800px) {
  .educationFeature__number img {
    height: 11.6822429907vw;
  }
}
.educationFeature__content {
  width: 48%;
  margin-left: 46px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__content {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 800px) {
  .educationFeature__content {
    width: 100%;
    margin-top: 8.4112149533vw;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.educationFeature__content__lead {
  font-size: 22px;
  color: #453837;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__content__lead {
    margin-top: 1em;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .educationFeature__content__lead {
    font-size: 4.6728971963vw;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.educationFeature__content__txt {
  font-size: 34px;
  color: #453837;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__content__txt {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .educationFeature__content__txt {
    margin-top: 0.2em;
    font-size: 6.5420560748vw;
    text-align: center;
  }
}
.educationFeature__btn {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 45px;
  margin-top: 20px;
  padding: 0.5em;
  color: #fff;
  font-size: 18px;
  background: #6f6e64;
  text-align: center;
  border-radius: 30px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__btn {
    margin: 20px auto;
  }
}
.educationFeature__img {
  width: 454px;
  margin-left: auto;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .educationFeature__img {
    margin-top: 40px;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 800px) {
  .educationFeature__img {
    width: 100%;
    margin-top: 9.3457943925vw;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.section__number {
  text-align: center;
}

.section__number img {
  width: auto;
  height: 75px;
}

@media (max-width: 800px) {
  .section__number img {
    height: 12.8504672897vw;
  }
}
.section__ttl {
  margin-top: 60px;
  font-size: 48px;
  text-align: center;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 800px) {
  .section__ttl {
    margin-top: 7.0093457944vw;
    font-size: 6.5420560748vw;
  }
}
.section__ttl small {
  display: block;
  margin-bottom: 0.4em;
  font-size: 28px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .section__ttl small {
    font-size: 5.1401869159vw;
  }
}
.section__txt {
  margin-top: 18px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

@media (max-width: 800px) {
  .section__txt {
    margin-top: 7.0093457944vw;
    font-size: 3.2710280374vw;
  }
}
.section__txt.txt--left {
  text-align: left;
}

.content__ttl__en {
  text-align: center;
}

.content__ttl__en img {
  width: auto;
  height: 46px;
}

@media (max-width: 800px) {
  .content__ttl__en img {
    height: 7.2429906542vw;
  }
}
.content__ttl {
  margin-top: 1em;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

@media (max-width: 800px) {
  .content__ttl {
    font-size: 4.6728971963vw;
  }
}
.content__lead {
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 800px) {
  .content__lead {
    margin-top: 6.0747663551vw;
    font-size: 3.2710280374vw;
  }
}
.slot {
  padding: 161px 0 80px;
  background: #f4f3ea url(../images/slot_bg.png) no-repeat top center;
  background-size: 100%;
}

@media (max-width: 800px) {
  .slot {
    padding: 22.4299065421vw 7.476635514vw 16.3551401869vw;
  }
}
.slot__content {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .slot__content {
    margin-top: 11.6822429907vw;
  }
}
.slot__content + .slot__content {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .slot__content + .slot__content {
    margin-top: 18.2242990654vw;
  }
}
.slot__content__ttl__en {
  position: relative;
  text-align: center;
}

.slot__content__ttl__en img {
  width: auto;
  height: 40px;
}

@media (max-width: 800px) {
  .slot__content__ttl__en img {
    height: 7.2429906542vw;
  }
}
.slot__content__ttl__en.txt--large img {
  height: 54px;
}

@media (max-width: 800px) {
  .slot__content__ttl__en.txt--large img {
    height: 9.8130841121vw;
  }
}
.slot__content__ttl {
  margin-top: 24px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 800px) {
  .slot__content__ttl {
    margin-top: 4.6728971963vw;
    font-size: 6.5420560748vw;
  }
}
.slot__content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}

@media (max-width: 800px) {
  .slot__content__detail {
    display: block;
    margin-top: 1em;
    padding: 0 7.0093457944vw;
  }
}
.slot__content__detail__ttl {
  margin-right: 2em;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 800px) {
  .slot__content__detail__ttl {
    font-size: 5.1401869159vw;
  }
}
.slot__content__detail__price {
  font-size: 16px;
}

@media (max-width: 800px) {
  .slot__content__detail__price {
    margin-top: 0.5em;
    font-size: 3.2710280374vw;
  }
}
.slot__content__detail__price strong {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 800px) {
  .slot__content__detail__price strong {
    font-size: 5.6074766355vw;
  }
}
.slot__content__detail__price small {
  font-size: 0.6em;
}

.slot__content__detail__note {
  margin-top: 0.8em;
  font-size: 16px;
}

@media (max-width: 800px) {
  .slot__content__detail__note {
    font-size: 3.2710280374vw;
  }
}
.slot__content__txt {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

@media (max-width: 800px) {
  .slot__content__txt {
    margin-top: 5.6074766355vw;
    font-size: 3.2710280374vw;
  }
}
.slot__content__note {
  margin-top: 1em;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 800px) {
  .slot__content__note {
    font-size: 2.8037383178vw;
  }
}
.slot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .slot__list {
    display: block;
    margin-top: 5.8411214953vw;
  }
}
.slot__content__note + .slot__list {
  margin-top: 60px;
}

@media (max-width: 800px) {
  .slot__content__note + .slot__list {
    margin-top: 9.3457943925vw;
  }
}
.slot__list.has--accordion {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slot__item {
  display: block;
  position: relative;
  width: 48%;
  padding: 50px 38px 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
}

.slot__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .slot__item {
    width: 100%;
    padding: 7.0093457944vw;
    border-radius: 4.6728971963vw;
  }
  .slot__item:nth-of-type(n + 2) {
    margin-top: 4.6728971963vw;
  }
}
.slot__item.is--full {
  width: 100%;
}

.has--accordion .slot__item {
  padding-bottom: 110px;
}

@media (max-width: 800px) {
  .has--accordion .slot__item {
    padding-bottom: 21.0280373832vw;
  }
}
@media (max-width: 800px) {
  .has--accordion__sp .slot__item {
    padding-bottom: 21.0280373832vw;
  }
}
.slot__item.is--open {
  padding-bottom: 130px;
}

@media (max-width: 800px) {
  .slot__item.is--open {
    padding-bottom: 25.7009345794vw;
  }
}
.slot__item__ttl__en {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #bab57a;
}

@media (max-width: 800px) {
  .slot__item__ttl__en {
    font-size: 5.6074766355vw;
  }
}
.slot__item__ttl__en small {
  font-size: 0.64em;
  vertical-align: text-bottom;
}

.slot__item__ttl {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 800px) {
  .slot__item__ttl {
    font-size: 3.738317757vw;
  }
}
.slot__item__rank {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 800px) {
  .slot__item__rank {
    margin-top: 5.6074766355vw;
    font-size: 5.6074766355vw;
  }
}
.slot__item__rank small {
  font-size: 18px;
}

@media (max-width: 800px) {
  .slot__item__rank small {
    font-size: 4.2056074766vw;
  }
}
.slot__item__link {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #bab57a;
  cursor: pointer;
}

@media (max-width: 800px) {
  .slot__item__link {
    bottom: 9.3457943925vw;
    font-size: 3.738317757vw;
  }
}
.slot__item__link::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(-10deg, -10deg);
  transform: translateX(-50%) rotate(45deg) skew(-10deg, -10deg);
  border: 1px solid #bab57a;
  border-left: none;
  border-top: none;
}

@media (max-width: 800px) {
  .slot__item__link::after {
    bottom: -4.6728971963vw;
    width: 4.6728971963vw;
    height: 4.6728971963vw;
  }
}
.is--open .slot__item__link {
  bottom: 35px;
  padding-bottom: 38px;
}

@media (max-width: 800px) {
  .is--open .slot__item__link {
    bottom: 2.3364485981vw;
  }
}
.is--open .slot__item__link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 21px;
  height: 1px;
  background: #bab57a;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border: none;
}

@media (max-width: 800px) {
  .is--open .slot__item__link::before {
    bottom: 4.6728971963vw;
  }
}
.is--open .slot__item__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 21px;
  height: 1px;
  background: #bab57a;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border: none;
}

@media (max-width: 800px) {
  .is--open .slot__item__link::after {
    bottom: 4.6728971963vw;
  }
}
.slot__detail {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .slot__detail {
    margin-top: 7.0093457944vw;
  }
}
.slot__detail.mt--60 {
  margin-top: 65px;
}

@media (max-width: 800px) {
  .slot__detail.mt--60 {
    margin-top: 14.0186915888vw;
  }
}
.is--full .slot__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.has--accordion .slot__detail {
  display: none;
}

@media (max-width: 800px) {
  .has--accordion__sp .slot__detail {
    display: none;
  }
}
.slot__detail__txt {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .slot__detail__txt {
    font-size: 3.2710280374vw;
  }
}
.slot__detail__txt + .slot__detail__txt {
  margin-top: 2em;
}

@media (min-width: 801px) {
  .slot__detail__spacer {
    height: 3.2em;
  }
}
.slot__detail__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.slot__detail__table + .slot__detail__txt {
  margin-top: 2em;
}

.slot__detail__table__th {
  min-width: 4em;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .slot__detail__table__th {
    font-size: 3.2710280374vw;
  }
}
.slot__detail__table__td {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .slot__detail__table__td {
    font-size: 3.2710280374vw;
  }
}
.slot__note {
  margin-top: 40px;
  font-size: 14px;
}

@media (max-width: 800px) {
  .slot__note {
    margin-top: 9.3457943925vw;
    font-size: 3.2710280374vw;
  }
}
.slot__note__txt {
  line-height: 1.8;
}

.lesson {
  position: relative;
  padding: 170px 0 225px;
}

@media (max-width: 800px) {
  .lesson {
    padding: 18.691588785vw 7.0093457944vw 23.3644859813vw;
  }
}
.lesson__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

@media (max-width: 800px) {
  .lesson__content {
    display: block;
    margin-top: 12.8504672897vw;
  }
}
.lesson__card {
  width: 48%;
}

@media (max-width: 800px) {
  .lesson__card {
    width: 100%;
  }
  .lesson__card + .lesson__card {
    margin-top: 14.0186915888vw;
  }
}
.lesson__card__txt {
  margin-top: 1em;
  line-height: 2;
  font-size: 14px;
}

@media (max-width: 800px) {
  .lesson__card__txt {
    font-size: 3.2710280374vw;
  }
}
.method {
  padding: 153px 0 146px;
  background: url(../images/method_bg.jpg) center no-repeat;
  background-size: cover;
}

@media (max-width: 800px) {
  .method {
    padding: 18.691588785vw 0 26.6355140187vw;
  }
  .method .section__txt {
    padding: 0 7.476635514vw;
  }
}
@media (max-width: 800px) {
  .method__swipe {
    width: 100%;
    padding-left: 7.0093457944vw;
    overflow-x: scroll;
  }
}
.method__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 776px;
  margin: 60px auto 0;
}

@media (min-width: 801px) {
  .method__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .method__list {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.0747663551vw;
    padding-right: 1px;
  }
}
.method__item {
  width: 30%;
}

@media (max-width: 800px) {
  .method__item {
    width: 53.2710280374vw;
    margin-right: 9.8130841121vw;
  }
  .method__item img {
    display: block;
    width: 42.0560747664vw;
    margin: 0 auto;
  }
  .method__item.large {
    width: 100%;
    margin: 9.3457943925vw 0 7.0093457944vw;
    padding: 0 7.0093457944vw;
  }
  .method__item.large img {
    width: 60.7476635514vw;
  }
}
@media (min-width: 801px) {
  .method__item:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .method__item img {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
  .method__item.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 746px;
    margin: 40px auto 80px;
    padding: 0 12px;
  }
  .method__item.large img {
    width: 225px;
    margin: 0 58px 0 0;
  }
}
@media (min-width: 801px) {
  .method__box {
    max-width: 466px;
  }
}
.method__teacher {
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 800px) {
  .method__teacher {
    margin-top: 7.0093457944vw;
    font-size: 3.5046728972vw;
  }
}
@media (min-width: 801px) {
  .large .method__teacher {
    margin-top: 0;
    text-align: left;
  }
}
.method__name {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 800px) {
  .method__name {
    font-size: 6.5420560748vw;
  }
}
@media (min-width: 801px) {
  .large .method__name {
    text-align: left;
  }
}
.method__txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .method__txt {
    margin-top: 4.6728971963vw;
    font-size: 3.2710280374vw;
  }
}
.movie {
  padding: 120px 0 156px;
  background: #f4f3ea;
}

@media (max-width: 800px) {
  .movie {
    padding: 18.691588785vw 7.476635514vw;
  }
}
.movie__item {
  max-height: 578px;
  margin-top: 65px;
}

@media (max-width: 800px) {
  .movie__item {
    max-height: 47.8971962617vw;
    margin-top: 7.0093457944vw;
  }
}
.voice {
  position: relative;
  padding: 120px 0 170px;
}

@media (max-width: 800px) {
  .voice {
    padding: 14.0186915888vw 7.476635514vw 18.691588785vw;
  }
}
.voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media (max-width: 800px) {
  .voice__content {
    display: block;
    margin-top: 9.3457943925vw;
  }
}
.voice__ballon {
  display: block;
  position: relative;
  width: 48%;
  padding: 45px 34px 30px;
  border-radius: 40px;
  border: 1px solid #cbc1ad;
}

@media (max-width: 800px) {
  .voice__ballon {
    width: 100%;
    padding: 10.5140186916vw 8.1775700935vw 8.1775700935vw;
    border-radius: 9.3457943925vw;
  }
  .voice__ballon + .voice__ballon {
    margin-top: 10.9813084112vw;
  }
}
.voice__ballon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(-8deg, -8deg);
  transform: translateX(-50%) rotate(45deg) skew(-8deg, -8deg);
  background: #fff;
  border: 1px solid #cbc1ad;
  border-left: none;
  border-top: none;
}

@media (max-width: 800px) {
  .voice__ballon::after {
    bottom: -3.2710280374vw;
    width: 7.0093457944vw;
    height: 7.0093457944vw;
  }
}
.voice__ballon__txt {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 800px) {
  .voice__ballon__txt {
    font-size: 3.2710280374vw;
  }
}
.voice__ballon__name {
  margin-top: 1em;
  text-align: right;
  font-size: 18px;
}

@media (max-width: 800px) {
  .voice__ballon__name {
    font-size: 4.2056074766vw;
  }
}
.experience {
  padding: 125px 0;
  background: #f4f3ea;
  color: #403d25;
}

@media (max-width: 800px) {
  .experience {
    padding: 18.691588785vw 7.476635514vw 18.691588785vw;
  }
}
.experience__ttl {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 800px) {
  .experience__ttl {
    font-size: 6.5420560748vw;
  }
}
.experience__txt {
  margin-top: 20px;
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
}

@media (max-width: 800px) {
  .experience__txt {
    margin-top: 4.6728971963vw;
    font-size: 3.2710280374vw;
  }
}
.experience__price {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
}

@media (max-width: 800px) {
  .experience__price {
    margin-top: 4.6728971963vw;
    font-size: 5.1401869159vw;
  }
}
.experience__note {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 800px) {
  .experience__note {
    margin-top: 6.5420560748vw;
    font-size: 3.2710280374vw;
  }
}
.experience__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .experience__step {
    display: block;
    margin-top: 5.8411214953vw;
  }
}
.experience__card {
  position: relative;
  width: 30%;
  padding: 30px 25px 35px;
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 800px) {
  .experience__card {
    width: 100%;
    padding: 7.0093457944vw 14.0186915888vw 16.3551401869vw;
  }
  .experience__card + .experience__card {
    margin-top: 13.3177570093vw;
  }
}
.experience__card:nth-of-type(n + 2)::after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 22px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bab7a7;
}

@media (max-width: 800px) {
  .experience__card:nth-of-type(n + 2)::after {
    top: -9.3457943925vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5.3738317757vw 7.0093457944vw 0 7.0093457944vw;
    border-color: #6e6657 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
.experience__card__number {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.5em 5px;
  text-align: center;
  font-size: 29px;
  border-bottom: 2px solid #6a5e5d;
}

@media (max-width: 800px) {
  .experience__card__number {
    font-size: 6.7757009346vw;
  }
}
.experience__card__img {
  margin-top: 38px;
  text-align: center;
}

@media (max-width: 800px) {
  .experience__card__img {
    margin-top: 8.8785046729vw;
  }
}
.experience__card__img img {
  width: auto;
  height: 90px;
}

@media (max-width: 800px) {
  .experience__card__img img {
    height: 21.0280373832vw;
  }
}
.experience__card__ttl {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 800px) {
  .experience__card__ttl {
    margin-top: 9.3457943925vw;
    font-size: 6.5420560748vw;
  }
}
.experience__card__txt {
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 800px) {
  .experience__card__txt {
    margin-top: 5.8411214953vw;
    font-size: 3.2710280374vw;
  }
}
.experience__cta__catch {
  margin-top: 80px;
  text-align: center;
  font-size: 26px;
}

@media (max-width: 800px) {
  .experience__cta__catch {
    margin-top: 10.7476635514vw;
    font-size: 4.2056074766vw;
  }
}
.experience__btn {
  margin-top: 20px;
  height: 110px;
  border-radius: 60px;
}

@media (max-width: 800px) {
  .experience__btn {
    margin-top: 3.5046728972vw;
    height: 18.2242990654vw;
  }
}
.experience__btn img {
  width: auto;
  height: 42px;
}

@media (max-width: 800px) {
  .experience__btn img {
    height: 5.3738317757vw;
  }
}
.experience__btn::after {
  right: 5%;
}

.faq {
  position: relative;
  padding: 127px 0 110px;
}

@media (max-width: 800px) {
  .faq {
    padding: 17.7570093458vw 0 0;
  }
}
.faq__list {
  display: block;
  margin-top: 86px;
}

@media (max-width: 800px) {
  .faq__list {
    margin-top: 7.0093457944vw;
    border: 1px solid #707070;
  }
}
.faq__list + .faq__list {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .faq__list + .faq__list {
    margin-top: -1px;
  }
}
.faq__ttl {
  display: block;
  position: relative;
  padding: 12px 12px 24px 58px;
  font-size: 24px;
  line-height: 1;
  border-bottom: 2px solid #cecece;
  cursor: pointer;
}

@media (max-width: 800px) {
  .faq__ttl {
    padding: 5.6074766355vw 3.9719626168vw 5.6074766355vw 16.8224299065vw;
    border-bottom: none;
    font-size: 4.6728971963vw;
    line-height: 1.5;
  }
}
.faq__ttl::before {
  display: block;
  content: url(../images/faq_q.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
}

@media (max-width: 800px) {
  .faq__ttl::before {
    content: "";
    width: 8.6448598131vw;
    height: 8.6448598131vw;
    top: 50%;
    left: 4.4392523364vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/faq_q.svg) no-repeat;
    background-size: contain;
  }
}
.faq__mark {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 3px;
  background: #000;
}

@media (max-width: 800px) {
  .faq__mark {
    right: 4.6728971963vw;
    width: 5.1401869159vw;
    height: 2px;
  }
}
.faq__mark::after {
  content: "";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 24px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .faq__mark::after {
    right: 4.6728971963vw;
    width: 5.1401869159vw;
    height: 2px;
  }
}
.is--open .faq__mark::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

.faq__content {
  display: none;
  position: relative;
  padding: 22px 12px 24px 58px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 800px) {
  .faq__content {
    width: 89.953271028vw;
    margin: 0 auto;
    padding: 6.5420560748vw 6.5420560748vw 6.5420560748vw 12.1495327103vw;
    border-top: 1px solid #cecece;
  }
}
.faq__content::before {
  display: block;
  content: url(../images/faq_a.svg);
  position: absolute;
  left: 0;
  top: 33px;
  width: 39px;
}

@media (max-width: 800px) {
  .faq__content::before {
    content: "";
    width: 8.6448598131vw;
    height: 8.6448598131vw;
    top: 6.5420560748vw;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: url(../images/faq_a.svg) no-repeat;
    background-size: contain;
  }
}
.virus {
  padding: 136px 0;
  background: #f4f3ea;
}

@media (max-width: 800px) {
  .virus {
    padding: 18.691588785vw 7.0093457944vw 21.0280373832vw;
  }
}
.virus__ttl {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
}

@media (max-width: 800px) {
  .virus__ttl {
    font-size: 6.5420560748vw;
  }
}
.virus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .virus__content {
    display: block;
  }
}
.virus__img {
  max-width: 298px;
  margin: 80px 33px 0;
}

@media (max-width: 800px) {
  .virus__img {
    max-width: 100%;
    width: 69.6261682243vw;
    margin: 7.0093457944vw auto 0;
  }
}
.studio {
  position: relative;
  padding: 146px 0 110px;
}

@media (max-width: 800px) {
  .studio {
    padding: 14.7196261682vw 7.0093457944vw 9.3457943925vw;
  }
}
.studio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 800px) {
  .studio__list {
    display: block;
    margin-top: 7.0093457944vw;
  }
}
.studio__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 46%;
}

.studio__panel:nth-of-type(n + 3) {
  margin-top: 120px;
}

@media (max-width: 800px) {
  .studio__panel {
    width: 100%;
  }
  .studio__panel + .studio__panel {
    margin-top: 11.6822429907vw;
  }
}
.studio__panel__new {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  padding: 5px 10px;
  background: #000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 800px) {
  .studio__panel__new {
    font-size: 3.738317757vw;
  }
}
.studio__panel__name {
  margin-top: 16px;
  font-size: 31px;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .studio__panel__name {
    font-size: 5.3738317757vw;
  }
}
.studio__panel__name a {
  color: #6e6657;
}

.studio__panel__txt {
  margin: 0.5em 0 30px;
  font-size: 19px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 800px) {
  .studio__panel__txt {
    font-size: 3.2710280374vw;
    margin-bottom: 4.6728971963vw;
  }
}
.studio__btn {
  height: 66px;
  margin-top: auto;
}

@media (max-width: 800px) {
  .studio__btn {
    height: 15.1869158879vw;
  }
  .studio__btn img {
    width: auto;
    height: 4.6728971963vw;
  }
}
.academy {
  position: relative;
  padding: 123px 0 84px;
  background: url(../images/academy_bg.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .academy {
    padding: 123px 20px 80px;
  }
}
@media (max-width: 800px) {
  .academy {
    padding: 22.4299065421vw 7.0093457944vw 18.691588785vw;
    background: url(../images/academy_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.academy__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

@media (max-width: 800px) {
  .academy__ttl {
    font-size: 6.308411215vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
}
.academy__txt {
  max-width: 850px;
  margin: 1em auto 0;
  font-size: 18px;
  line-height: 2;
  text-shadow: 0 0 6px #000;
}

@media (max-width: 800px) {
  .academy__txt {
    font-size: 3.2710280374vw;
  }
}
.academy__link {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 800px) {
  .academy__link {
    margin-top: 9.3457943925vw;
  }
}
.academy__link a {
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 6px #000;
}

@media (max-width: 800px) {
  .academy__link a {
    font-size: 4.2056074766vw;
  }
}
.footer {
  padding: 16px 0 33px;
  background: #403d21;
}

@media (max-width: 800px) {
  .footer {
    padding: 3.738317757vw;
  }
}
.footer__copy {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

@media (max-width: 800px) {
  .footer__copy {
    font-size: 3.2710280374vw;
  }
}
.pagetop {
  display: block;
  position: fixed;
  bottom: 90px;
  right: 50px;
  width: 50px;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.pagetop.is--inview {
  opacity: 1;
}

.pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 800px) {
  .pagetop {
    bottom: 18.691588785vw;
    right: 3.738317757vw;
    width: 9.3457943925vw;
  }
}
.pagetop img {
  width: 100%;
}

.fixed__cta {
  display: none;
}

@media (max-width: 800px) {
  .fixed__cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.8691588785vw 7.476635514vw;
    z-index: 20;
  }
  .fixed__cta .fixed__btn {
    height: 14.0186915888vw;
  }
}
.campaign,
.telop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/campaign_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 6px #000;
  z-index: 20;
}

@media (max-width: 800px) {
  .campaign,
  .telop {
    height: 15.4205607477vw;
    font-size: 6.0747663551vw;
    background: url(../images/campaign_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.campaign a,
.telop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: center;
}

.remodal {
  max-width: 1024px;
  padding: 90px 0 110px;
}

@media (max-width: 800px) {
  .remodal {
    padding: 10.2803738318vw 0 21.0280373832vw;
  }
}
.remodal-close {
  top: 35px;
  left: auto;
  right: 39px;
}

@media (max-width: 800px) {
  .remodal-close {
    top: auto;
    bottom: 2.3364485981vw;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
.remodal-close:before {
  content: url(../images/remodal_close.svg);
  width: 30px;
  font-size: 0;
}

@media (max-width: 800px) {
  .remodal-close:before {
    content: "閉じる";
    font-size: 4.2056074766vw;
    width: 100%;
    color: #000;
    text-align: center;
    margin: 0 auto;
  }
}
.remodal__apply__ttl {
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  color: #453837;
}

@media (max-width: 800px) {
  .remodal__apply__ttl {
    font-size: 5.6074766355vw;
  }
}
.remodal__apply__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 124px;
  padding: 0 86px;
}

@media screen and (max-width: 1024px) {
  .remodal__apply__list {
    margin-top: 8.8785046729vw;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .remodal__apply__list {
    padding: 0 11.6822429907vw;
  }
}
.remodal__apply__item {
  width: 39%;
}

@media (max-width: 800px) {
  .remodal__apply__item {
    width: 100%;
  }
}
.remodal__apply__item:nth-of-type(n+3) {
  margin-top: 70px;
}

@media (max-width: 800px) {
  .remodal__apply__item + .remodal__apply__item {
    margin-top: 8.1775700935vw;
  }
}
.remodal__apply__name {
  font-size: 31px;
}

@media (max-width: 800px) {
  .remodal__apply__name {
    font-size: 5.1401869159vw;
  }
}
.remodal__apply__btn {
  height: 66px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .remodal__apply__btn {
    margin-top: 2.3364485981vw;
    height: 11.6822429907vw;
  }
}
.remodal__apply__btn img {
  width: auto;
  height: 20px;
}

@media (max-width: 800px) {
  .remodal__apply__btn img {
    height: 3.738317757vw;
  }
}
.remodal__apply__btn::after {
  width: 10px;
  height: 10px;
}

.remodal__apply__link {
  margin-top: 0.5em;
  font-size: 31px;
}

@media (max-width: 800px) {
  .remodal__apply__link {
    font-size: 5.1401869159vw;
  }
}
.remodal__apply__link a {
  color: #6e6657;
}

@media (max-width: 800px) {
  .remodal__apply__link a {
    color: #1b6ab9;
    text-decoration: underline;
  }
}
@media (max-width: 800px) {
  .header__inner {
    padding: calc(2.05 * var(--vw)) calc(3.84 * var(--vw));
    padding-right: calc(1.53 * var(--vw));
  }
}

@media (min-width: 801px) {
  .btn-sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .btn-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.btn-sp a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(46.15 * var(--vw));
  height: calc(9.23 * var(--vw));
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: calc(3.07 * var(--vw));
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02em;
  background-color: #FFDE81;
  border: 3px solid #3C3E26;
  border-radius: 40px;
}
.btn-sp a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(2.56 * var(--vw));
  width: calc(2.56 * var(--vw));
  height: calc(2.56 * var(--vw));
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #403d21;
  border-left: none;
  border-bottom: none;
}

@media (min-width: 801px) {
  .experience__cta__catch {
    font-size: 28px;
    font-weight: bold;
  }
}

#btn-area {
  scroll-margin-top: 120px;
}
@media (max-width: 800px) {
  #btn-area {
    scroll-margin-top: calc(20.51 * var(--vw));
  }
}
#btn-area .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 62px 0 42px;
}
@media (max-width: 800px) {
  #btn-area .btn-wrapper {
    gap: calc(7.69 * var(--vw)) calc(2.05 * var(--vw));
    padding: calc(8.2 * var(--vw)) 0 calc(10.25 * var(--vw));
  }
}
#btn-area .btn-wrapper::after {
  content: "";
  display: block;
  width: 480px;
}
@media (max-width: 800px) {
  #btn-area .btn-wrapper::after {
    content: none;
  }
}
#btn-area .btn-wrapper a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
  background-color: #FFDE81;
  margin-top: 0;
  border: 3px solid #3C3E26;
  border-radius: 40px;
}
@media (max-width: 800px) {
  #btn-area .btn-wrapper a {
    width: calc(82.05 * var(--vw));
    height: calc(15.38 * var(--vw));
    font-size: calc(4.1 * var(--vw));
    margin-top: 0;
    border-radius: calc(10.25 * var(--vw));
  }
}
#btn-area .btn-wrapper a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #403d21;
  border-left: none;
  border-bottom: none;
}
@media (max-width: 800px) {
  #btn-area .btn-wrapper a::after {
    right: calc(5.12 * var(--vw));
    width: calc(2.56 * var(--vw));
    height: calc(2.56 * var(--vw));
  }
}

#experience {
  padding-bottom: 0;
}

.studio__btn {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .studio__btn {
    font-size: calc(4.1 * var(--vw));
  }
}
