@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  html {
    font-size: calc(16 / 1024 * 100vw);
  }
}
@media screen and (max-width: 639px) {
  html {
    font-size: calc(16 / 640 * 100vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.section__wrap {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto 0;
}

.fixed__btn {
  position: sticky;
  z-index: 99;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .fixed__btn:hover::before {
    opacity: 0.3;
  }
}
.fixed__btn::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixed__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.fv {
  margin: -0.0625rem 0 0;
  background: url(/assets/img/fv/fv-bg.png) no-repeat center top/cover;
  overflow: hidden;
  height: 47.8125rem;
}
@media screen and (max-width: 639px) {
  .fv {
    margin: -0.1875rem 0 0;
    background: url(/assets/img/fv/fv-bg-sp.png) no-repeat center top/cover;
    height: 73.625rem;
  }
}

.fv__wrap {
  position: relative;
}

.fv__top-tit1 {
  position: relative;
  z-index: 2;
  margin: 1.75rem 0 0 1.8125rem;
  width: 44.625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__top-tit1 {
    margin: 0.875rem 0 0 1.8125rem;
    width: 34.625rem;
  }
}
.fv__top-tit1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__top-body {
  position: relative;
}
.fv__top-body::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7.25rem;
  right: 12.5rem;
  mix-blend-mode: hard-light;
  background: url(/assets/img/fv/fv-img2.png) no-repeat center center/contain;
  width: 24.375rem;
  height: 34rem;
}
@media screen and (max-width: 639px) {
  .fv__top-body::before {
    top: 23.5rem;
    right: -0.625rem;
    background: url(/assets/img/fv/fv-img2-sp.png) no-repeat center center/contain;
    width: 17.5625rem;
    height: 18.4375rem;
  }
}

.fv__top-tit2 {
  position: relative;
  z-index: 2;
  margin: 0.125rem 0 0;
  width: 43.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .fv__top-tit2 {
    margin: -0.75rem 0 0 -0.5rem;
    width: 38.8125rem;
  }
}
.fv__top-tit2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__top-img1 {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0rem;
  width: 19.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__top-img1 {
    top: 6.625rem;
    right: 0rem;
    width: 13.375rem;
  }
}
.fv__top-img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__bottom {
  margin: -1.875rem 0 0 0rem;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fv__bottom {
    margin: -2.25rem 0 0 0;
  }
}

.fv__bottom-txt-img {
  margin: 0 0 0 1.625rem;
  width: 33rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__bottom-txt-img {
    margin: 0 0 0 1rem;
    width: 24.0625rem;
  }
}
.fv__bottom-txt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__bottom-text-cont {
  position: relative;
  padding: 0 0.625rem 0;
}

.fv__bottom-img-img1 {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3.5rem;
  right: 15.375rem;
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__bottom-img-img1 {
    top: 25.625rem;
    right: 19.375rem;
    width: 17.6875rem;
  }
}
.fv__bottom-img-img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__bottom-img-img2 {
  content: "";
  position: absolute;
  z-index: 2;
  top: -6.5rem;
  right: 4.375rem;
  width: 11.5rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__bottom-img-img2 {
    top: 23.875rem;
    right: 4.75rem;
    width: 14.25rem;
  }
}
.fv__bottom-img-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__band {
  content: "";
  position: absolute;
  bottom: -3.125rem;
  right: 1.25rem;
  width: 34.625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .fv__band {
    z-index: 4;
    bottom: -7.75rem;
    right: 3.125rem;
    width: 34.625rem;
  }
}
.fv__band img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__caution {
  content: "";
  position: absolute;
  bottom: 7.125rem;
  right: 0.375rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .fv__caution {
    bottom: -20rem;
    right: 4.375rem;
  }
}

.apply1 {
  position: relative;
  background: url(/assets/img/apply/apply1-bg.png) no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .apply1 {
    background: url(/assets/img/apply/apply1-bg-sp.png) no-repeat center top/cover;
  }
}
.apply1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/assets/img/apply/apply1-deco.png) no-repeat center top/contain;
  width: 21rem;
  height: 3.4375rem;
}
@media screen and (max-width: 639px) {
  .apply1::before {
    top: -0.625rem;
    background: url(/assets/img/apply/apply1-deco-sp.png) no-repeat center top/contain;
    width: 21.0625rem;
    height: 3.5rem;
  }
}

.apply1__btn-bg {
  display: block;
  margin: 5.9375rem auto 3.5rem;
  width: 45.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .apply1__btn-bg {
    margin: 4.375rem auto 2.5rem;
    width: 38.125rem;
  }
}
.apply1__btn-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apply1__btn {
  position: absolute;
  top: 30.625rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 639px) {
  .apply1__btn {
    top: 32.5rem;
  }
}

.apply1__btn-link {
  position: relative;
  width: 39.375rem;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 639px) {
  .apply1__btn-link {
    width: 36.25rem;
  }
}
.apply1__btn-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apply1__btn-link::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .apply1__btn-link:hover::before {
    opacity: 0.3;
  }
}

.worry {
  position: relative;
  z-index: 3;
  background: url(/assets/img/worry/worry-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .worry {
    background: url(/assets/img/worry/worry-bg-sp.png) no-repeat center top/cover;
  }
}

.worry__wrap {
  padding: 7.8125rem 0 5rem;
}
@media screen and (max-width: 639px) {
  .worry__wrap {
    padding: 6rem 0 0rem;
  }
}

.worry__cont {
  position: relative;
  margin: 0 auto 0;
  width: 45.25rem;
  height: 67.6875rem;
}
@media screen and (max-width: 639px) {
  .worry__cont {
    width: 100%;
    height: 78.8125rem;
  }
}
.worry__cont::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/assets/img/worry/worry-item-bg.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 639px) {
  .worry__cont::before {
    background: url(/assets/img/worry/worry-item-bg-sp.png) no-repeat center top/contain;
  }
}

.worry__top-img {
  position: relative;
  z-index: 1;
  margin: 0 auto 0;
  padding: 10.9375rem 0 0;
  width: 43.3125rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .worry__top-img {
    padding: 13.625rem 0 0;
    width: 36.3125rem;
  }
}
.worry__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worry__top-txt {
  margin: 2.125rem auto 0;
  text-align: left;
  width: 36.375rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #42210b;
}
@media screen and (max-width: 639px) {
  .worry__top-txt {
    margin: 2rem auto 0;
    text-align: center;
  }
}

.worry__bottom {
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 639px) {
  .worry__bottom {
    margin: 2rem auto 0;
  }
}

.worry__bottom-tit {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #42210b;
}
.worry__bottom-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3125rem;
  translate: 0 -50%;
  width: 8.375rem;
  height: 0.125rem;
  background-color: #707070;
}
@media screen and (max-width: 639px) {
  .worry__bottom-tit::before {
    left: 5rem;
    width: 2.875rem;
  }
}
.worry__bottom-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  translate: 0 -50%;
  width: 8.375rem;
  height: 0.125rem;
  background-color: #707070;
}
@media screen and (max-width: 639px) {
  .worry__bottom-tit::after {
    right: 5rem;
    width: 2.875rem;
  }
}

.worry__bottom-cont {
  margin: 0.875rem 0 0;
  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;
}
@media screen and (max-width: 639px) {
  .worry__bottom-cont {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.worry__bottom-sub-tit {
  position: relative;
  z-index: 1;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2058823529;
  letter-spacing: normal;
  color: #ffffff;
}
.worry__bottom-sub-tit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 10.875rem;
  height: 5.5625rem;
  background: url(/assets/img/worry/worry-item-hukidashi.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .worry__bottom-sub-tit::before {
    width: 11rem;
    height: 5.625rem;
    background: url(/assets/img/worry/worry-item-hukidashi.png) no-repeat center top/cover;
  }
}

.worry__bottom-circle-wrap {
  margin: 0 1.125rem 0 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (max-width: 639px) {
  .worry__bottom-circle-wrap {
    margin: 2.25rem 0rem 0 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.worry__bottom-circle {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100vmax;
  background-color: #42210b;
}

.worry__bottom-txt {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.1724137931;
  letter-spacing: normal;
  color: #42210b;
}
@media screen and (max-width: 639px) {
  .worry__bottom-txt {
    text-align: center;
    margin: 0.5rem 0 0;
  }
}

.worry__arrow {
  margin: -0.625rem auto 0;
  width: 22.875rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .worry__arrow {
    display: none;
  }
}
.worry__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interval {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -5rem 0 0;
  background: url(/assets/img/interval/interval-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .interval {
    background: url(/assets/img/interval/interval-bg-sp.png) no-repeat center top/cover;
  }
}

.interval__cont {
  margin: 0 auto 0;
  padding: 6.25rem 0 4.375rem;
  max-width: 41.9375rem;
  width: 100%;
}

.interval__head-img {
  margin: 0 auto 0;
  width: 25.75rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .interval__head-img {
    margin: -2.25rem auto 0;
    width: 18.1875rem;
  }
}
.interval__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interval__txt {
  margin: 0.875rem 0 0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .interval__txt {
    margin: 0rem 0 0;
    font-size: 2.6875rem;
    font-weight: 700;
    line-height: 1.1860465116;
    letter-spacing: normal;
  }
}
.interval__txt.second {
  margin: 0rem 0 0;
}
@media screen and (max-width: 639px) {
  .interval__txt.second {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
}

.interval__img {
  position: relative;
  margin: 2rem auto 2.25rem;
  width: 20.125rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .interval__img {
    margin: 2.125rem auto 4rem;
    width: 18.1875rem;
  }
}
.interval__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interval__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(/assets/img/interval/interval-tit-bg.png) no-repeat center top/cover;
  width: 45.125rem;
  height: 14.4375rem;
  opacity: 0.8;
  mix-blend-mode: screen;
}
@media screen and (max-width: 639px) {
  .interval__img::before {
    top: 4.375rem;
    background: url(/assets/img/interval/interval-tit-bg.png) no-repeat center top/cover;
    width: 45.125rem;
    height: 16.3125rem;
  }
}

.interval__bottom {
  position: relative;
  margin: 4rem 0 0;
  padding: 1.5rem 0 1.5rem;
  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;
}
@media screen and (max-width: 639px) {
  .interval__bottom {
    margin: 1.25rem auto 0;
    padding: 0.25rem 0 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interval__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/interval/interval-line.png) no-repeat center top/cover;
  width: 100%;
  height: 0.3125rem;
}
@media screen and (max-width: 639px) {
  .interval__bottom::before {
    width: 90%;
    left: 50%;
    translate: -50%;
  }
}
.interval__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/img/interval/interval-line.png) no-repeat center top/cover;
  width: 100%;
  height: 0.3125rem;
}
@media screen and (max-width: 639px) {
  .interval__bottom::after {
    width: 90%;
    left: 50%;
    translate: -50%;
  }
}

.interval__bottom-sub-tit {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.5666666667;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .interval__bottom-sub-tit {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.88;
    letter-spacing: normal;
  }
}

.interval__bottom-circle-wrap {
  margin: 0 1.125rem 0 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (max-width: 639px) {
  .interval__bottom-circle-wrap {
    display: none;
  }
}

.interval__bottom-circle {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100vmax;
  background-color: #ffffff;
}

.interval__bottom-txt {
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .interval__bottom-txt {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.useful {
  position: relative;
  z-index: 1;
  margin: -3.5rem 0 0;
  padding: 7.5rem 0 6rem;
  background-color: #fcf7f7;
}
@media screen and (max-width: 639px) {
  .useful {
    margin: -3.125rem 0 0;
    padding: 5rem 0 0rem;
  }
}

.useful__cont {
  margin: 0 auto 0;
  padding: 3.9375rem 2.5rem 4.5rem;
  max-width: 45.25rem;
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(114, 114, 113, 0.75);
          box-shadow: 2px 2px 5px 0 rgba(114, 114, 113, 0.75);
  background-color: #fffafc;
}
@media screen and (max-width: 639px) {
  .useful__cont {
    padding: 0rem 1.75rem 3.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.useful__txt {
  margin: 0.875rem 0 0;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.0088em;
  color: #42210b;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .useful__txt {
    font-size: 1.9375rem;
    font-weight: 600;
    line-height: 1.4516129032;
    letter-spacing: 0.0070967742em;
  }
}
.useful__txt .red {
  display: inline;
  color: #c1272d;
}
.useful__txt .red2 {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5925925926;
  letter-spacing: 0.0081481481em;
  color: #c1272d;
}
@media screen and (max-width: 639px) {
  .useful__txt .red2 {
    display: inline;
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.3870967742;
    letter-spacing: 0.0070967742em;
  }
}

.useful__txt:nth-child(n+2) {
  margin: 3.5rem 0 0;
}

.useful__img {
  margin: 1.25rem auto 0;
  width: 40.875rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .useful__img {
    margin: 2.5rem auto 0;
    width: 37.125rem;
  }
}
.useful__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.training {
  position: relative;
  padding: 2rem 0 3.75rem;
  overflow: hidden;
  background: url(/assets/img/training/training-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .training {
    padding: 2rem 0 4.5rem;
    background: url(/assets/img/training/training-bg-sp.png) no-repeat center top/cover;
  }
}

.training__head-img {
  margin: 0 auto 0;
  width: 50.8125rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .training__head-img {
    margin: 0 auto 0;
    width: 40.125rem;
  }
}
.training__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.training__list {
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 639px) {
  .training__list {
    margin: 5rem 0 0;
  }
}

.training__list-item {
  list-style: none;
}

.training__list-item:nth-child(n+2) {
  margin: 1.875rem 0 0;
}

.training__list-item-img {
  margin: 0 auto 0;
  display: block;
  width: 60.625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .training__list-item-img {
    width: 37.375rem;
  }
}
.training__list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0.625rem 0 12.5rem;
  background: url(/assets/img/experience/experience-bg.png) no-repeat center bottom/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .experience {
    padding: 0 0 7.5rem;
    background: url(/assets/img/experience/experience-bg-sp.png) no-repeat center bottom/cover;
  }
}

@media screen and (max-width: 639px) {
  .experience__head {
    padding: 1.25rem 0 0;
  }
}

.experience__head-img {
  width: 64rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__head-img {
    width: 40rem;
  }
}
.experience__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__top {
  margin: 2.375rem auto 0;
}
@media screen and (max-width: 639px) {
  .experience__top {
    margin: 2.5rem auto 0;
  }
}

@media screen and (max-width: 639px) {
  .experience__line {
    margin: 3rem auto 0;
    width: 36.9375rem;
    height: 0.1875rem;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.75rem, #0b004c), color-stop(0.5rem, transparent));
    background-image: linear-gradient(to right, #0b004c 0.75rem, transparent 0.5rem);
    background-size: 1.25rem 0.125rem;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.experience__top-img {
  margin: 0 auto 0;
  display: block;
  width: 45.75rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__top-img {
    width: 34.9375rem;
  }
}
.experience__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__bottom {
  margin: 3.5rem auto 0;
  width: 45.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .experience__bottom {
    width: 35rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.experience__bottom-left {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .experience__bottom-left {
    width: 100%;
  }
}

.experience__bottom-left-tit {
  padding: 0.6875rem 0 1rem;
  text-align: center;
  background-color: #5e154b;
  border: 0.0625rem solid #000;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.1176470588;
  letter-spacing: 0.0002941176em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .experience__bottom-left-tit {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.0002857143em;
    border: 0.1875rem solid #000;
  }
}

.experience__bottom-left-txt-wrap {
  padding: 1.625rem 0 1.8125rem;
  height: 16.4375rem;
  background-color: #ffffff;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  border-left: 0.0625rem solid #000;
}
@media screen and (max-width: 639px) {
  .experience__bottom-left-txt-wrap {
    height: 14.5625rem;
    border-right: 0.1875rem solid #000;
    border-bottom: 0rem solid #000;
    border-left: 0.1875rem solid #000;
  }
}

.experience__bottom-left-txt {
  padding: 0 1.25rem 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.0714285714;
  letter-spacing: 0.0003571429em;
  color: #42210b;
}
.experience__bottom-left-txt.second {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__bottom-left-txt {
    padding: 0 1.875rem 0;
    font-size: 1.9375rem;
    font-weight: 400;
    line-height: 1.1935483871;
    letter-spacing: 0.0003225806em;
  }
}

.experience__bottom-right {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right {
    width: 100%;
  }
}

.experience__bottom-right-tit {
  padding: 0.6875rem 0 1rem;
  text-align: center;
  background-color: #5e154b;
  border-top: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.1176470588;
  letter-spacing: 0.0002941176em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-tit {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.0002857143em;
    border-top: 0.125rem solid #000;
    border-right: 0.1875rem solid #000;
    border-bottom: 0.125rem solid #000;
    border-left: 0.1875rem solid #000;
  }
}

.experience__bottom-right-list {
  padding: 2.25rem 0.625rem 1.8125rem 2.3125rem;
  height: 16.4375rem;
  background-color: #ffffff;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-list {
    height: 13.9375rem;
    padding: 2.25rem 0rem 1.8125rem 6.25rem;
    border-left: 0.1875rem solid #000;
    border-right: 0.1875rem solid #000;
    border-bottom: 0.1875rem solid #000;
  }
}

.experience__bottom-right-item {
  position: relative;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.0714285714;
  letter-spacing: 0.0003571429em;
  color: #42210b;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-item {
    font-size: 1.9375rem;
    font-weight: 400;
    line-height: 1.1935483871;
    letter-spacing: 0.0003225806em;
  }
}
.experience__bottom-right-item::before {
  content: "■";
  position: absolute;
  display: block;
  top: 0.375rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  background: #000;
  content: "";
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-item::before {
    top: 0.5rem;
  }
}

.experience__bottom-right-item:nth-child(2) {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-item:nth-child(2) {
    margin: 0rem 0 0;
  }
}

.experience__bottom-right-item-wrap {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__bottom-right-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
  }
}

.experience__top-arrow {
  margin: 0.5rem auto 1rem;
  width: 21.0625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__top-arrow {
    margin: 2rem auto 1rem;
  }
}
.experience__top-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__skill-cont {
  margin: 3.5rem auto 0;
  padding: 0 0 3.75rem;
  width: 100%;
  max-width: 45.125rem;
  background: url(/assets/img/experience/experience-cont-bg.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 639px) {
  .experience__skill-cont {
    margin: -1.25rem auto 0;
    padding: 0rem 0 0rem;
    background: url(/assets/img/experience/experience-cont-bg-sp.png) no-repeat center bottom/cover;
    max-width: 38.0625rem;
  }
}

.experience__skill-tit {
  padding: 1.75rem 0 0;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.0202222222em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .experience__skill-tit {
    display: none;
  }
}
.experience__skill-tit.sp-only {
  display: none;
}
@media screen and (max-width: 639px) {
  .experience__skill-tit.sp-only {
    display: block;
    padding: 1rem 0 0;
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2040816327;
    letter-spacing: -0.0204081633em;
  }
}
.experience__skill-tit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/assets/img/experience/experience-tit-bg.png) no-repeat center center/cover;
  width: 45.1875rem;
  height: 6.6875rem;
}
@media screen and (max-width: 639px) {
  .experience__skill-tit::before {
    top: 0.5625rem;
    left: 50%;
    translate: -50%;
    background: url(/assets/img/experience/experience-tit-bg-sp.png) no-repeat center center/cover;
    width: 37rem;
    height: 8.625rem;
  }
}

.experience__skill-list {
  margin: 3.125rem 0 0;
  padding: 0 1.875rem 0;
}
@media screen and (max-width: 639px) {
  .experience__skill-list {
    padding: 1.5rem 1.5rem 3rem;
  }
}

.experience__skill-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;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .experience__skill-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.experience__skill-item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__skill-item:nth-child(n+2) {
    margin: 0.25rem 0 0;
  }
}

.experience__skill-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.experience__skill-item-txt-wrap {
  width: 50%;
  height: 11.25rem;
  background: url(/assets/img/experience/experience-item-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
  .experience__skill-item-txt-wrap {
    width: 60%;
    height: 9.375rem;
  }
}

.experience__skill-item-txt {
  padding: 2.75rem 0 0rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1785714286;
  letter-spacing: -0.0357142857em;
  color: #090249;
}
@media screen and (max-width: 639px) {
  .experience__skill-item-txt {
    padding: 1rem 0 0rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3214285714;
    letter-spacing: -0.0357142857em;
  }
}
@media screen and (max-width: 639px) {
  .experience__skill-item-txt.margin {
    padding: 2.5rem 0 0rem;
  }
}
.experience__skill-item-txt .red {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2142857143;
  letter-spacing: -0.0357142857em;
  color: #e90019;
}
@media screen and (max-width: 639px) {
  .experience__skill-item-txt .red {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3214285714;
    letter-spacing: -0.0357142857em;
  }
}
.experience__skill-item-txt .red2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.03125;
  letter-spacing: -0.03125em;
  color: #e90019;
}
@media screen and (max-width: 639px) {
  .experience__skill-item-txt .red2 {
    font-size: 2.0625rem;
    font-weight: 600;
    line-height: 1.1818181818;
    letter-spacing: -0.0303030303em;
  }
}

.experience__skill-item-img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__skill-item-img {
    width: 40%;
  }
}
.experience__skill-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__mid-arrow {
  margin: 0.5rem auto 1rem;
  width: 21.0625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__mid-arrow {
    display: none;
  }
}
.experience__mid-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__fit {
  position: relative;
  padding: 0 1.5625rem 5rem;
  background: url(/assets/img/experience/experience-fit-bg.png) no-repeat center top/contain;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .experience__fit {
    padding: 0 1.5625rem 2.5rem;
    background: none;
  }
}

.experience__fit-cont {
  margin: 3.625rem auto 0;
  padding: 1.75rem 2.375rem 3.625rem 2.8125rem;
  max-width: 46.25rem;
  width: 100%;
  background: url(/assets/img/experience/experience-fit-cont-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .experience__fit-cont {
    margin: 8.875rem auto 0;
    padding: 0rem 0rem 1.5rem;
  }
}

.experience__fit-top {
  position: relative;
}

.experience__fit-top-bg {
  display: block;
  margin: 0 auto 0;
  width: 40.4375rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__fit-top-bg {
    width: 37.0625rem;
  }
}
.experience__fit-top-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__fit-top-txt-list {
  position: absolute;
  top: 8.25rem;
  left: 3rem;
}
@media screen and (max-width: 639px) {
  .experience__fit-top-txt-list {
    top: 10.25rem;
    left: 2.5rem;
  }
}

.experience__fit-top-txt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .experience__fit-top-txt-item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .experience__fit-top-txt-item:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }
}

.experience__fit-top-txt-item-check {
  width: 2.0625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__fit-top-txt-item-check {
    width: 1.8125rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.experience__fit-top-txt-item-check img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__fit-top-txt-item-txt {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: -0.04em;
  color: #e80f33;
  text-shadow: 1px 2px 10px #ffffff;
}
@media screen and (max-width: 639px) {
  .experience__fit-top-txt-item-txt {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.0333333333em;
  }
}

.experience__fit-bottom {
  position: relative;
  margin: 6.25rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom {
    margin: 7.5rem 0 0;
  }
}

.experience__fit-bottom-bg {
  display: block;
  margin: 0 auto 0;
  width: 42.1875rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-bg {
    width: 37.25rem;
  }
}
.experience__fit-bottom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__fit-bottom-txt-list {
  position: absolute;
  top: 12.25rem;
  left: 3.75rem;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-txt-list {
    top: 11.625rem;
    left: 3.4375rem;
  }
}

.experience__fit-bottom-txt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-txt-item {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.experience__fit-bottom-txt-item:nth-child(n+2) {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-txt-item:nth-child(n+2) {
    margin: 1.8125rem 0 0;
  }
}

.experience__fit-bottom-txt-item-cross {
  width: 1.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-txt-item-cross {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.experience__fit-bottom-txt-item-cross img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__fit-bottom-txt-item-txt {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.008em;
  color: #000;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media screen and (max-width: 639px) {
  .experience__fit-bottom-txt-item-txt {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.1666666667;
    letter-spacing: 0.0033333333em;
  }
}

.experience__bottom-arrow {
  margin: 0 auto 0;
  width: 21.0625rem;
  height: auto;
}
.experience__bottom-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__about {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 639px) {
  .experience__about {
    margin: -0.125rem 0 0;
  }
}

.experience__about-cont {
  margin: 0 auto 0;
  padding: 0 0 4.375rem;
  max-width: 46.75rem;
  width: 100%;
  background: url(/assets/img/experience/experience-about-cont.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .experience__about-cont {
    max-width: 37.5rem;
  }
}

.experience__cont-head {
  margin: 0 auto 0;
  width: 45.375rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .experience__cont-head {
    padding: 0.625rem 0 0;
    width: 37.5rem;
  }
}
.experience__cont-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__about-top-img-sp {
  width: 14.1875rem;
  height: auto;
}
.experience__about-top-img-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__about-top-txt-wrap-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .experience__about-top-txt-wrap-sp {
    margin: 1.25rem 0 0;
    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-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.experience__about-top-txt1-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .experience__about-top-txt1-sp {
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0055555556em;
    color: #603813;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
}

.experience__about-top-txt2-sp {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0055555556em;
  color: #603813;
  font-family: "Noto Serif JP", serif;
}
.experience__about-top-txt2-sp .red {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: #e80f33;
}
.experience__about-top-txt2-sp::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 0;
  background: url(/assets/img/experience/experience-about-deco-sp.png) no-repeat center center/contain;
  width: 15.5rem;
  height: 7.9375rem;
}

.experience__about-top {
  padding: 0 0.25rem 0 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .experience__about-top {
    display: none;
  }
}

.experience__about-top-img {
  width: 14.1875rem;
  height: auto;
}
.experience__about-top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience__about-top-txt-wrap {
  margin: 1rem 0 0;
  text-align: center;
}

.experience__about-top-txt1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.00625em;
  color: #603813;
  font-family: "Noto Serif JP", serif;
}

.experience__about-top-txt2 {
  position: relative;
  margin: 4rem 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6785714286;
  letter-spacing: 0.0071428571em;
  color: #603813;
  font-family: "Noto Serif JP", serif;
}
.experience__about-top-txt2 .red {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: #e80f33;
}
.experience__about-top-txt2 .big {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.00625em;
}
.experience__about-top-txt2::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 0;
  background: url(/assets/img/experience/experience-about-deco.png) no-repeat center center/contain;
  width: 13.8125rem;
  height: 7.125rem;
}

.experience__about-bottom {
  margin: 2rem 0 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom {
    margin: 0.75rem 0 0;
  }
}

.experience__about-bottom-txt {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6785714286;
  letter-spacing: 0.0071428571em;
  color: #603813;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom-txt {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0055555556em;
  }
}
.experience__about-bottom-txt .red {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3142857143;
  letter-spacing: 0.0057142857em;
  color: #e80f33;
}

.experience__about-bottom-txt2 {
  margin: 2rem 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3214285714;
  letter-spacing: 0.0071428571em;
  color: #603813;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom-txt2 {
    margin: 1.5rem 0 0;
  }
}
.experience__about-bottom-txt2 .big {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.1935483871;
  letter-spacing: 0.0064516129em;
}

.experience__about-bottom-txt3 {
  margin: 2rem 0 0;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.4193548387;
  letter-spacing: 0.0064516129em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom-txt3 {
    margin: 0.75rem 0 0;
  }
}
.experience__about-bottom-txt3 .red {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.0044444444em;
  color: #e80f33;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom-txt3 .red {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0055555556em;
  }
}

.experience__about-bottom-txt4 {
  margin: 3rem 0 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.005em;
  color: #e80f33;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .experience__about-bottom-txt4 {
    margin: 1.875rem 0 0;
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 1.2162162162;
    letter-spacing: 0.0054054054em;
  }
}

.skill {
  padding: 0 0 12.5rem;
  position: relative;
  z-index: 2;
  background: url(/assets/img/skill/skill-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .skill {
    background: url(/assets/img/skill/skill-bg-sp.png) no-repeat center center/cover;
  }
}

.skill__head-img {
  width: 64rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .skill__head-img {
    width: 40rem;
  }
}
.skill__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__cont {
  margin: -2.5rem auto 0;
  padding: 5rem 0 3.75rem;
  width: 100%;
  max-width: 45.625rem;
  background-color: #fffef5;
}
@media screen and (max-width: 639px) {
  .skill__cont {
    padding: 5rem 0 1.875rem;
    max-width: 38.0625rem;
  }
}

.skill__list {
  padding: 0 4.5625rem 0;
}
@media screen and (max-width: 639px) {
  .skill__list {
    padding: 0 0.75rem 0;
  }
}

.skill__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;
  list-style: none;
}
@media screen and (max-width: 639px) {
  .skill__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.skill__item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}

.skill__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.skill__item-txt-wrap {
  width: 50%;
  height: 9.9375rem;
  background: url(/assets/img/skill/skill-item-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
  .skill__item-txt-wrap {
    width: 60%;
    height: 9.375rem;
  }
}

.skill__item-txt {
  padding: 2.75rem 0 0rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -0.0476190476em;
  color: #090249;
}
@media screen and (max-width: 639px) {
  .skill__item-txt {
    padding: 1rem 0 0rem;
    font-size: 2.0625rem;
    font-weight: 600;
    line-height: 1.1818181818;
    letter-spacing: -0.0303030303em;
  }
}
@media screen and (max-width: 639px) {
  .skill__item-txt.margin {
    padding: 2.5rem 0 0rem;
  }
}
.skill__item-txt .red {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: -0.0476190476em;
  color: #d30528;
}
@media screen and (max-width: 639px) {
  .skill__item-txt .red {
    font-size: 2.0625rem;
    font-weight: 600;
    line-height: 1.1818181818;
    letter-spacing: -0.0303030303em;
  }
}

.skill__item-img {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .skill__item-img {
    width: 40%;
  }
}

.skill__arrow {
  margin: 0.625rem auto 0;
  width: 13rem;
  height: auto;
}
.skill__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__bottom {
  position: relative;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 639px) {
  .skill__bottom {
    margin: 1.875rem 0 0;
  }
}

.skill__bottom-deco {
  position: absolute;
  top: -2.5rem;
  left: 28.125rem;
  width: 14.375rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .skill__bottom-deco {
    top: -1.25rem;
    left: 1.25rem;
  }
}
.skill__bottom-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__bottom-head {
  padding: 0 5rem 0;
}
@media screen and (max-width: 639px) {
  .skill__bottom-head {
    padding: 0 1.875rem 0;
  }
}

.skill__bottom-head-subtit {
  display: inline-block;
  font-size: 2.4375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0256410256em;
  color: #090249;
  position: relative;
  rotate: -2deg;
}
@media screen and (max-width: 639px) {
  .skill__bottom-head-subtit {
    margin: 0 0 0 2.5rem;
    rotate: 0deg;
  }
}
.skill__bottom-head-subtit::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: -3.125rem;
  width: 3.4375rem;
  height: 0.1875rem;
  background-color: #090249;
  rotate: 70deg;
}
.skill__bottom-head-subtit::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: -3.125rem;
  width: 3.4375rem;
  height: 0.1875rem;
  background-color: #090249;
  rotate: -70deg;
}

.skill__bottom-head-tit {
  margin: 1.25rem 0 0 2.5rem;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0172413793em;
  color: #090249;
}
.skill__bottom-head-tit .small {
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 1.137254902;
  letter-spacing: -0.0196078431em;
}

.skill__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.875rem 0;
}
@media screen and (max-width: 639px) {
  .skill__bottom-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem 0;
  }
}

.skill__bottom-left {
  margin: 0.625rem auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.5rem;
  height: auto;
}
.skill__bottom-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__bottom-right {
  margin: 1.875rem 0 0;
}

.skill__bottom-right-txt1 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3846153846;
  letter-spacing: -0.0384615385em;
  color: #090249;
}
@media screen and (max-width: 639px) {
  .skill__bottom-right-txt1 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.0333333333em;
  }
}
.skill__bottom-right-txt1 .red {
  display: inline;
  color: #e50516;
}

.skill__bottom-right-txt2 {
  margin: 2.5rem 0 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3846153846;
  letter-spacing: -0.0384615385em;
  color: #e50516;
}
@media screen and (max-width: 639px) {
  .skill__bottom-right-txt2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.0333333333em;
  }
}

.apply2 {
  position: relative;
  z-index: 1;
  margin: -12.5rem 0 0;
  padding: 5.625rem 0 0;
  background: url(/assets/img/apply2/apply2-bg.png) no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .apply2 {
    background: url(/assets/img/apply2/apply2-bg-sp.png) no-repeat center top/cover;
  }
}

.apply2__btn-bg {
  display: block;
  margin: 5.9375rem auto 3.5rem;
  width: 45.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .apply2__btn-bg {
    margin: 5.125rem auto 3.5rem;
    width: 38.125rem;
  }
}
.apply2__btn-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apply2__btn {
  position: absolute;
  top: 36.25rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 639px) {
  .apply2__btn {
    top: 38.75rem;
  }
}

.apply2__btn-link {
  position: relative;
  width: 39.375rem;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 639px) {
  .apply2__btn-link {
    width: 36.25rem;
  }
}
.apply2__btn-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apply2__btn-link::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .apply2__btn-link:hover::before {
    opacity: 0.3;
  }
}

.student {
  padding: 0 0 3.5rem;
  position: relative;
  background: url(/assets/img/student/student-bg.png) no-repeat center 5rem/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .student {
    padding: 0 0 3rem;
    background: url(/assets/img/student/student-bg-sp.png) no-repeat center center/cover;
  }
}

.student__head-img {
  width: 64rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .student__head-img {
    width: 40rem;
  }
}
.student__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.student__cont {
  margin: 2.375rem auto 0;
  width: 100%;
  max-width: 45.625rem;
}

.student__list {
  margin: 0 auto 0;
  width: 100%;
  max-width: 45.25rem;
}

.student__item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}

.student__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.student__item-wrap {
  position: relative;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  background: url(/assets/img/student/student-item-bg.png) no-repeat right bottom/cover;
}
@media screen and (max-width: 639px) {
  .student__item-wrap {
    padding: 1.5rem 2.5rem 3.125rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(/assets/img/student/student-item-bg-sp.png) no-repeat right bottom/cover;
  }
}

.student__item:nth-child(2) .student__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(/assets/img/student/student-item-bg2.png) no-repeat left bottom/cover;
}
@media screen and (max-width: 639px) {
  .student__item:nth-child(2) .student__item-wrap {
    padding: 0.875rem 2.75rem 3.125rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(/assets/img/student/student-item-bg-sp.png) no-repeat left bottom/cover;
  }
}

.student__item:nth-child(3) .student__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 639px) {
  .student__item:nth-child(3) .student__item-wrap {
    padding: 0.875rem 2.5rem 4.375rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .student__item-left {
    margin: 0.625rem 0 0;
  }
}

.student__item-left-tit {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3043478261;
  letter-spacing: -0.0434782609em;
  color: #e80f33;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .student__item-left-tit {
    font-size: 1.9375rem;
    font-weight: 600;
    line-height: 1.1935483871;
    letter-spacing: -0.0967741935em;
  }
}
.student__item-left-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.5rem;
  height: 1.625rem;
  background-color: #e80f33;
}
@media screen and (max-width: 639px) {
  .student__item-left-tit::before {
    top: 1.375rem;
  }
}

.student__item-head-txt {
  margin: 0.625rem 0 0;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.7619047619;
  letter-spacing: -0.0476190476em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .student__item-head-txt {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0.0535714286em;
  }
}

.student__item-right-img {
  width: 10.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .student__item-right-img {
    margin: 0 auto 0;
    width: 15.1875rem;
  }
}
.student__item-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.student__item-right-txt {
  position: absolute;
  bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: -0.0055555556em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .student__item-right-txt {
    bottom: 3.125rem;
    right: 3.75rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.0035714286em;
  }
}
.student__item-right-txt.first {
  right: 4.5rem;
}
.student__item-right-txt.second {
  left: 2.5rem;
}
@media screen and (max-width: 639px) {
  .student__item-right-txt.second {
    left: auto;
  }
}

.student__item:nth-child(3) .student__item-right-txt {
  right: 4.5rem;
}
@media screen and (max-width: 639px) {
  .student__item:nth-child(3) .student__item-right-txt {
    bottom: 2.25rem;
    right: 3.75rem;
  }
}

.student__bottom-cont {
  margin: 1.25rem auto 0;
  padding: 2rem 3.125rem 2.125rem;
  width: 45rem;
  background: url(/assets/img/student/student-bottom-cont-bg.png) no-repeat left bottom/cover;
}
@media screen and (max-width: 639px) {
  .student__bottom-cont {
    padding: 2rem 2.5rem 4rem;
    width: 100%;
    background: url(/assets/img/student/student-bottom-cont-bg-sp.png) no-repeat left bottom/cover;
  }
}

.student__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .student__bottom-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.student__bottom-head-tit {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3043478261;
  letter-spacing: -0.0434782609em;
  color: #e80f33;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .student__bottom-head-tit {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2258064516;
    letter-spacing: -0.0322580645em;
  }
}
.student__bottom-head-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.5rem;
  height: 1.625rem;
  background-color: #e80f33;
}

.student__bottom-head-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: -0.05em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .student__bottom-head-txt {
    margin: 0 0 0 3.75rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.3214285714;
    letter-spacing: -0.0357142857em;
  }
}

.student__bottom-video {
  margin: 1rem 0 0;
  width: 38.75rem;
  height: 20.5rem;
}
@media screen and (max-width: 639px) {
  .student__bottom-video {
    margin: 1.75rem auto 0;
    width: 30.4375rem;
    height: 17.5rem;
  }
}
.student__bottom-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor {
  padding: 0 0 4.5rem;
  position: relative;
  background: url(/assets/img/instructor/instructor-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .instructor {
    padding: 0 1.25rem 2rem;
    background: url(/assets/img/instructor/instructor-bg-sp.png) no-repeat center center/cover;
  }
}

.instructor__head-img {
  width: 64rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .instructor__head-img {
    margin-left: -1.25rem;
    width: 40rem;
  }
}
.instructor__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor__cont {
  margin: 5.5rem auto 0;
  padding: 3.5rem 3rem 3.75rem 3.125rem;
  width: 100%;
  max-width: 45.25rem;
  background: url(/assets/img/instructor/instructor-item-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
  .instructor__cont {
    margin: -0.25rem auto 0;
    padding: 0rem 0 5rem;
  }
}

.instructor__top {
  padding: 0 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 1.8125rem;
     -moz-column-gap: 1.8125rem;
          column-gap: 1.8125rem;
}
@media screen and (max-width: 639px) {
  .instructor__top {
    padding: 2.5rem 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.instructor__top-img {
  width: 12rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .instructor__top-img {
    margin: 0 auto 0;
    width: 19.5625rem;
  }
}
.instructor__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 639px) {
  .instructor__top-txt-wrap {
    margin: 2rem 0 0;
  }
}

.instructor__top-txt {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.6956521739;
  letter-spacing: 0.06em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .instructor__top-txt {
    padding: 0 1.875rem 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.046em;
  }
}

.instructor__top-txt:nth-child(n+2) {
  margin: 2.5rem 0 0;
}

.instructor__mid {
  margin: 2.375rem 0 0;
}
@media screen and (max-width: 639px) {
  .instructor__mid {
    position: relative;
  }
}

.instructor__deco-bg {
  display: none;
}
@media screen and (max-width: 639px) {
  .instructor__deco-bg {
    display: block;
    position: absolute;
    z-index: 1;
    top: 20rem;
    left: 50%;
    translate: -50%;
    width: 35.4375rem;
    height: auto;
  }
}
.instructor__deco-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor__mid-txt {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.6956521739;
  letter-spacing: 0.06em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .instructor__mid-txt {
    position: relative;
    z-index: 2;
    padding: 0 1.875rem 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.046em;
  }
}
.instructor__mid-txt .big {
  display: inline;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.0511111111em;
}
@media screen and (max-width: 639px) {
  .instructor__mid-txt .big {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.1764705882;
    letter-spacing: 0.0405882353em;
  }
}

.instructor__mid-txt:nth-child(n+2) {
  margin: 2.375rem 0 0;
}

.instructor__deco {
  margin: 2rem auto 0;
  width: 23.625rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 639px) {
  .instructor__deco {
    width: 36.0625rem;
  }
}
.instructor__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor__bottom {
  margin: 3.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media screen and (max-width: 639px) {
  .instructor__bottom {
    margin: 1.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 639px) {
  .instructor__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.instructor__bottom-right-head {
  padding: 0.75rem 0.375rem 0.625rem;
  text-align: center;
  background-color: #56032d;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-right-head {
    padding: 1.75rem 2rem 1.75rem;
  }
}

.instructor__bottom-right-head-tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-right-head-tit {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1785714286;
    letter-spacing: normal;
  }
}

.instructor__bottom-right-head-tit:nth-child(n+2) {
  margin: 0.375rem 0 0;
}

.instructor__bottom-right-img {
  width: 16.625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-right-img {
    margin: 0 auto 0;
    width: 24.0625rem;
  }
}
.instructor__bottom-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 639px) {
  .instructor__bottom-left {
    margin: 2.5rem 0 0;
    padding: 0 1.5rem 0;
  }
}

.instructor__bottom-left-txt {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5263157895;
  letter-spacing: 0.0136842105em;
  color: #42210b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-left-txt {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0.02em;
    font-family: "Noto Serif JP", serif;
  }
}

.instructor__bottom-left-strong {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #f00;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-left-strong {
    justify-self: center;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3928571429;
    letter-spacing: -0.02em;
  }
}

.instructor__bottom-left-caution {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0166666667em;
  color: #f00;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .instructor__bottom-left-caution {
    justify-self: center;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.0588235294;
    letter-spacing: normal;
  }
}

.qa {
  position: relative;
  z-index: 2;
  padding: 0 0 12.5rem;
  background: url(/assets/img/qa/qa-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .qa {
    padding: 0 0 4rem;
    background: url(/assets/img/qa/qa-bg-sp.png) no-repeat center bottom/cover;
  }
}

.qa__head-img {
  width: 64rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .qa__head-img {
    width: 40rem;
  }
}
.qa__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qa__inner {
  position: relative;
  padding: 0 1.25rem 0;
}

.qa__cont {
  margin: 5.5rem auto 0;
  padding: 2.4375rem 0 2.625rem;
  width: 100%;
  max-width: 45.3125rem;
  background: url(/assets/img/qa/qa-item-bg.png) no-repeat left bottom/cover;
}
@media screen and (max-width: 639px) {
  .qa__cont {
    margin: -1.25rem auto 0;
    background: none;
  }
}

.qa__cont-box {
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
}
@media screen and (max-width: 639px) {
  .qa__cont-box {
    display: none;
  }
}
.qa__cont-box.left-top {
  top: -1.125rem;
  left: 7.625rem;
  background-color: #5e154b;
}
.qa__cont-box.left-bottom {
  bottom: -1.125rem;
  left: 7.625rem;
  background-color: #7a48a0;
}
.qa__cont-box.right-top {
  top: -1.125rem;
  right: 7.625rem;
  background-color: #7a48a0;
}
.qa__cont-box.right-bottom {
  bottom: -1.125rem;
  right: 7.625rem;
  background-color: #5e154b;
}

.qa__list {
  margin: 0 auto 0;
  width: 100%;
  max-width: 40.625rem;
}
@media screen and (max-width: 639px) {
  .qa__list {
    margin: 1.25rem auto 0;
    max-width: 36.125rem;
  }
}

.qa__item {
  padding: 1.375rem 2.375rem 1.25rem 1.875rem;
  list-style: none;
  background-color: #f7eded;
}
@media screen and (max-width: 639px) {
  .qa__item {
    padding: 1.375rem 1.6875rem 2rem 1.4375rem;
  }
}

.qa__item:nth-child(even) {
  background-color: #edf6f9;
}

.qa__item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 639px) {
  .qa__item:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }
}

.qa__item-q {
  padding: 0.125rem 1rem 0.375rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  background-color: #090249;
}
@media screen and (max-width: 639px) {
  .qa__item-q {
    width: 100%;
    padding: 1.25rem 0.5rem 1.25rem 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}
@media screen and (max-width: 639px) {
  .qa__item-q.sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa__item-q-head {
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: -0.003030303em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .qa__item-q-head {
    font-size: 3.375rem;
    font-weight: 600;
    line-height: 1.2037037037;
    letter-spacing: -0.0018518519em;
  }
}

.qa__item-q-txt {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8181818182;
  letter-spacing: -0.0545454545em;
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .qa__item-q-txt {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.0533333333em;
  }
}

.qa__item-a {
  padding: 0 1.25rem 0;
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (max-width: 639px) {
  .qa__item-a {
    padding: 0 0.625rem 0 1.125rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.qa__item-head {
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2121212121;
  letter-spacing: -0.003030303em;
  color: #d30528;
}
@media screen and (max-width: 639px) {
  .qa__item-head {
    font-size: 3.375rem;
    font-weight: 600;
    line-height: 1.2037037037;
    letter-spacing: -0.0018518519em;
  }
}

.qa__item-a-txt {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.05em;
  color: #d30528;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
@media screen and (max-width: 639px) {
  .qa__item-a-txt {
    font-size: 1.8125rem;
    font-weight: 600;
    line-height: 1.4482758621;
    letter-spacing: -0.0413793103em;
  }
}

.merit {
  margin: -6.875rem 0 0;
  padding: 7.5rem 0 4.5rem;
  background: url(/assets/img/merit/merit-bg.png) no-repeat center top/cover;
}
@media screen and (max-width: 639px) {
  .merit {
    margin: -5rem 0 0;
    padding: 7.5rem 0 4.5rem;
    background: url(/assets/img/merit/merit-bg-sp.png) no-repeat center top/cover;
  }
}

.merit__img {
  margin: 0 auto 0;
  width: 44.3125rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .merit__img {
    width: 25rem;
  }
}
.merit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 639px) {
  .merit__img:nth-child(n+2) {
    margin: 3rem auto 0;
  }
}

.merit__txt-wrap {
  margin: 4rem auto 0;
  max-width: 43.125rem;
  width: 100%;
}

.merit__txt {
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.1891891892;
  letter-spacing: -0.0027027027em;
  color: #56032d;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 639px) {
  .merit__txt {
    font-size: 2.3125rem;
    font-weight: 600;
    line-height: 1.1891891892;
    letter-spacing: -0.027027027em;
    text-align: center;
  }
}

.merit__txt:nth-child(n+2) {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 639px) {
  .merit__txt:nth-child(n+2) {
    margin: 3.5rem 0 0;
  }
}

.merit__txt:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 639px) {
  .merit__txt:nth-child(2) {
    text-align: center;
  }
}

.merit__txt-img {
  margin: 3.125rem auto 0;
  width: 36.5rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .merit__txt-img {
    width: 30.8125rem;
  }
}
.merit__txt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apply3 {
  position: relative;
  z-index: 1;
  margin: -0.0625rem 0 0;
  padding: 0 0 3.375rem;
  background: url(/assets/img/apply3/apply3-bg.png) no-repeat center top/cover;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .apply3 {
    padding: 0 0 1.25rem;
    background: url(/assets/img/apply3/apply3-bg-sp.png) no-repeat center top/cover;
  }
}
.apply3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  background: url(/assets/img/apply3/apply3-arrow.png) no-repeat center center/cover;
  width: 21rem;
  height: 3.4375rem;
}

.apply3__btn-bg {
  display: block;
  margin: 7.75rem auto 3.5rem;
  width: 45.5625rem;
  height: auto;
}
@media screen and (max-width: 639px) {
  .apply3__btn-bg {
    margin: 5rem auto 3.5rem;
    width: 38.125rem;
  }
}
.apply3__btn-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apply3__btn {
  position: absolute;
  top: 32.5rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 639px) {
  .apply3__btn {
    top: 33.125rem;
  }
}

.apply3__btn-link {
  position: relative;
  width: 39.375rem;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 639px) {
  .apply3__btn-link {
    width: 36.25rem;
  }
}
.apply3__btn-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apply3__btn-link::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .apply3__btn-link:hover::before {
    opacity: 0.3;
  }
}

.footer {
  position: relative;
  padding-block: 2.625rem;
  background-color: #5e154b;
  overflow: hidden;
}

.footer__inner {
  margin: 0 auto 0;
  width: 100%;
  max-width: 34.375rem;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.375rem;
  }
}

.footer__box-link {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.0090909091em;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 639px) {
  .footer__box-link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1666666667;
    letter-spacing: -0.0055555556em;
  }
}
@media (any-hover: hover) {
  .footer__box-link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 640px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 639px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 640px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}