@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   Web font
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Asap:400,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Zen+Maru+Gothic:wght@500;700&family=Homemade+Apple&family=M+PLUS+Rounded+1c:wght@500&family=Manjari:wght@700&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100;300;400;500;700&display=swap");
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
  color: #615F5F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 2.5641vw;
  }
}
body {
  line-height: 1.5;
}
body.-lock {
  overflow: hidden;
}

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

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

/* ---------------------------------------------
*   <sup> tag
--------------------------------------------- */
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* ---------------------------------------------
*   font
--------------------------------------------- */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.__inner {
  width: 100%;
  padding: 0 5rem;
}

@media screen and (max-width: 1100px) {
  .__inner {
    padding: 0 2rem;
  }
}
.-sp {
  display: none !important;
}

.-sp2 {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .-sp {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .-sp2 {
    display: block !important;
  }
}
.wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    display: contents;
  }
}
.main__section__ttl {
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.11em;
}
.main__section__ttl::before {
  content: "";
  position: absolute;
  top: -5.2rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 4.4rem;
  height: 5.3rem;
  background: url(../img/common/icon_title.png) no-repeat center 0;
  background-size: contain;
}
.main__section__ttl::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 20.3rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}
#report .main__section__ttl {
  margin-bottom: 4.2rem;
  color: #EB7777;
}
#report .main__section__ttl .-red {
  color: #D06262;
}
#report .main__section__ttl::before {
  top: -3.8rem;
  left: 50%;
  width: 3.6rem;
  height: 3.4rem;
  background-image: url(../img/index/icon_sakura_title_report.png);
}
#report .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_red.png);
}
#report .main__section__ttl img {
  width: 3.5rem;
  margin: 0 0.6rem;
  vertical-align: middle;
  translate: 0 -0.3rem;
}
#interview .main__section__ttl {
  color: #C38C10;
}
#interview .main__section__ttl span {
  color: #E7AF31;
}
#interview .main__section__ttl::before {
  top: -3.5rem;
  left: 50%;
  width: 3.4rem;
  height: 3.8rem;
  background-image: url(../img/index/icon_sakura_title_interview.png);
}
#interview .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_yellow.png);
}
#special .main__section__ttl {
  color: #4D803D;
}
#special .main__section__ttl::before {
  display: none;
}
#special .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_green.png);
}
#voice .main__section__ttl {
  color: #85C167;
}
#voice .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_green.png);
}
#overview .main__section__ttl {
  color: #5FAA8A;
}
#overview .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_overview.png);
}
#exam .main__section__ttl {
  color: #58C0CE;
}
#exam .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_exam.png);
}
#message .main__section__ttl {
  color: #679FCE;
}
#message .main__section__ttl::after {
  background-image: url(../img/common/bdr_title_message.png);
}

@media screen and (max-width: 750px) {
  .main__section__ttl {
    margin-bottom: 4.1rem;
    font-size: 2.8rem;
  }
  .main__section__ttl::after {
    width: 16.6rem;
    height: 0.4rem;
  }
  #report .main__section__ttl::before {
    top: -3.8rem;
    width: 3.6rem;
    height: 3.4rem;
    background-image: url(../img/index/icon_sakura_title_report.png);
    background-size: contain;
  }
  #report .main__section__ttl img {
    width: 2.7rem;
    margin: 0 0.5rem;
  }
  #interview .main__section__ttl::before {
    top: -4.2rem;
    width: 3.3rem;
    height: 3.8rem;
  }
}
.main__section__lead {
  margin-bottom: 6rem;
  font-size: 2.8rem;
  letter-spacing: 0.11em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .main__section__lead {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.main__section__text {
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  margin-bottom: 3rem;
}
.main__section__text:last-child {
  margin-bottom: 0;
}

.main__section__list {
  font-size: 1.3rem;
}

.main__section__list__item {
  margin-bottom: 1rem;
}
.main__section__list__item:last-child {
  margin-bottom: 0;
}
.-note .main__section__list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.-note .main__section__list__item::before {
  content: "※";
  margin-right: 0.6rem;
}

.section__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
  .section__anchors {
    margin-bottom: 2.5rem;
  }
}
.section__anchors__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 1.2rem;
  border-width: 0 0 0.1rem;
  border-style: solid;
  font-size: 1.4rem;
}
.section__anchors__link::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
#header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: max(38%, 71.25% - 498.75px);
  height: 100%;
  margin-right: min(46.6666666667%, 70rem);
}

@media screen and (max-width: 1370px) {
  #header {
    width: calc(44.9137931034% - 9.4318965517rem);
    margin-right: calc(55.0862068966% - 11.5681034483rem);
  }
}
@media screen and (max-width: 1100px) {
  #header {
    position: fixed;
    width: 44.8818897638%;
    height: 100vh;
    margin-right: 55.1181102362%;
  }
}
@media screen and (max-width: 750px) {
  #header {
    position: static;
    width: 100%;
    height: 48.7rem;
    margin-right: 0;
  }
  body:not(#special_index) #header {
    position: absolute;
    height: auto;
  }
}
/*  header-logo
--------------------------------------------- */
.header__logo {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  margin-bottom: 2.2rem;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 0.3rem;
  color: #615f5f;
  font-weight: 700;
}
.header__logo a img {
  width: 5.6rem;
}

@media screen and (max-width: 750px) {
  .header__logo {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .header__logo a {
    gap: 0.2rem;
  }
  .header__logo a img {
    width: 3.2rem;
  }
  body:not(#special_index) .header__logo {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  body:not(#special_index) .header__logo a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6rem;
  }
  body:not(#special_index) .header__logo a img {
    width: 4.6rem;
  }
}
.header__message {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 1.1rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
.header__message span {
  color: #eb7777;
  font-weight: 600;
  display: inline-block;
  padding: 0 1rem;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 0.4rem;
}
.header__message span.-small {
  font-size: min(3.6rem, 4vw);
}
.header__message span.-large {
  font-size: min(4rem, 4.4vw);
}

@media screen and (max-width: 750px) {
  .header__message {
    gap: 1.3rem;
    margin-bottom: 0;
  }
  .header__message span.-small {
    font-size: 3.4rem;
  }
  .header__message span.-large {
    font-size: 3.6rem;
  }
  body:not(#special_index) .header__message {
    display: none;
  }
}
/*  header__kv
--------------------------------------------- */
.header__kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  padding-top: 4rem;
}

@media screen and (max-width: 750px) {
  .header__kv {
    padding-top: 2rem;
  }
  .header__kv .btn__wrapper {
    display: none;
  }
  body:not(#special_index) .header__kv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 2rem;
  }
}
.header__kv__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 6rem);
  overflow: hidden;
  translate: -3rem max(0%, 14rem - 100vh + 100%);
}
.header__kv__img img {
  width: 100%;
  height: 62rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 750px) {
  .header__kv__img {
    width: 100%;
    height: 42.4rem;
    aspect-ratio: initial;
    translate: 0 0;
  }
  body:not(#special_index) .header__kv__img {
    display: none;
  }
  .header__kv__img img {
    height: 42.4rem;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.header__bg__cloud {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9EFFF), color-stop(40%, #DBF1FF), to(#F4FEFF));
  background: linear-gradient(to bottom, #D9EFFF 0%, #DBF1FF 40%, #F4FEFF 100%);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  body:not(#special_index) .header__bg__cloud {
    display: none;
  }
}
.header__bg__cloud__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.header__bg__cloud__list {
  width: 100%;
  height: 100vh;
  list-style: none;
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.header__bg__cloud__item {
  position: absolute;
}
.header__bg__cloud__item img {
  width: 100%;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}
.header__bg__cloud__item:nth-child(odd) {
  -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
          animation: horizontal1 1s ease-in-out infinite alternate;
}
.header__bg__cloud__item:nth-child(even) {
  -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
          animation: horizontal2 1s ease-in-out infinite alternate;
}
.header__bg__cloud__item:nth-child(3n) img {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.header__bg__cloud__item:nth-child(3n+1) img {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.header__bg__cloud__item:nth-child(3n+2) img {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.header__bg__cloud__item:first-child {
  width: 12.5rem;
  top: 1.8rem;
  right: -2.9rem;
}
.header__bg__cloud__item:nth-child(2) {
  width: 26.7rem;
  top: -2.5rem;
  left: -4.8rem;
}
.header__bg__cloud__item:nth-child(3) {
  width: 13.6rem;
  top: 7.4rem;
  left: 41.4rem;
}
.header__bg__cloud__item:nth-child(4) {
  width: 9.8rem;
  top: 25.7rem;
  left: 50.4rem;
}
.header__bg__cloud__item:nth-child(5) {
  width: 31.9rem;
  top: 35.9rem;
  right: -7.1rem;
}
.header__bg__cloud__item:nth-child(6) {
  width: 16.9rem;
  top: 12rem;
  right: 22.7rem;
}
.header__bg__cloud__item:nth-child(7) {
  width: 26.4rem;
  top: 25.7rem;
  right: 37.6rem;
}
.header__bg__cloud__item:nth-child(8) {
  width: 19.9rem;
  top: 8.8rem;
  left: 69.1rem;
}

@media screen and (max-width: 750px) {
  .header__bg__cloud__item:first-child {
    width: 36%;
  }
  .header__bg__cloud__item:nth-child(2) {
    width: 16.8%;
  }
  .header__bg__cloud__item:nth-child(3) {
    width: 40.4%;
  }
  .header__bg__cloud__item:nth-child(4) {
    width: 36%;
  }
  .header__bg__cloud__item:nth-child(5) {
    width: 36%;
  }
}
/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
#nav {
  width: max(15.3333333333%, 28.75% - 201.25px);
  height: 100%;
  padding: 6rem 1rem 6rem 2.5rem;
  background: url(../img/common/bg_main_right.png) no-repeat center bottom;
  background-size: auto 36rem;
}

@media screen and (max-width: 1370px) {
  #nav {
    width: 21rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1100px) {
  #nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 55.1181102362%;
    height: 53rem;
    padding: 2rem 2.5rem;
    background-image: url(../img/common/bg_nav_sp.png), -webkit-gradient(linear, left top, left bottom, from(#D9EFFF), color-stop(45%, #DBF1FF), to(#F4FEFF));
    background-image: url(../img/common/bg_nav_sp.png), linear-gradient(to bottom, #D9EFFF 0%, #DBF1FF 45%, #F4FEFF 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center bottom;
    background-size: 100% 100%, 100% 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #nav.-open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #nav {
    width: 100vw;
  }
}
/*  global-nav
--------------------------------------------- */
.global__nav__header {
  display: none;
  -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;
  margin-bottom: 3.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.global__nav__header img {
  width: 3.2rem;
}

@media screen and (max-width: 1100px) {
  .global__nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.global__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.global__nav.-soon .global__nav__list::before {
  content: "coming soon";
  position: absolute;
  top: 3rem;
  left: 50%;
  translate: -50% 0;
  width: min(19rem, 100%);
  height: calc(100% - 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;
  background-color: #FFC6D1;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #D06262;
  letter-spacing: 0.11em;
  z-index: 10;
  opacity: 0.8;
}

.global__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  height: auto;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1100px) {
  .global__nav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.global__nav__link {
  font-size: 1.6rem;
  font-weight: 500;
}

.global__nav__list__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.8em;
}
.global__nav__list__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global__nav__list__item ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.6rem 0 0.6rem 0.7rem;
  border-style: solid;
  border-color: transparent #eb7777;
  margin-right: 0.7rem;
}
.global__nav__list__item ul .global__nav__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
}
.global__nav__list__item.-soon {
  position: relative;
}
.global__nav__list__item.-soon::before {
  content: "coming soon";
  position: absolute;
  top: -0.8rem;
  left: 50%;
  translate: -50% 0;
  width: min(19rem, 100% + 2rem);
  height: calc(100% + 1.6rem);
  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;
  background-color: #FFC6D1;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #D06262;
  letter-spacing: 0.11em;
  z-index: 10;
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .global__nav__list__item ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   main
--------------------------------------------- */
#main {
  position: absolute;
  top: 0;
  left: max(38%, 71.25% - 498.75px);
  width: min(46.6666666667%, 70rem);
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1370px) {
  #main {
    left: calc(44.9137931034% - 9.4318965517rem);
    width: calc(55.0862068966% - 11.5681034483rem);
  }
}
@media screen and (max-width: 1100px) {
  #main {
    left: 44.8818897638%;
    width: 55.1181102362%;
  }
}
@media screen and (max-width: 750px) {
  #main {
    position: static;
    width: 100%;
  }
}
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  padding: 5rem 0 6.5rem;
}

/*  footer-pagetop
--------------------------------------------- */
/*  footer__container
--------------------------------------------- */
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0 5rem;
}

/*  footer__logo
--------------------------------------------- */
.footer__logo {
  width: 30.1rem;
}

@media screen and (min-width: 751px) {
  .footer__logo__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer__logo__link:hover {
    opacity: 0.8;
  }
}
/*  footer__sns
--------------------------------------------- */
.footer__sns {
  margin-top: 3rem;
}

.footer__sns__list {
  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: 2.4rem;
}

.footer__sns__item {
  width: 5rem;
}

@media screen and (min-width: 751px) {
  .footer__sns__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer__sns__link:hover {
    opacity: 0.8;
  }
}
/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  margin-top: 3rem;
  text-align: center;
}

.footer-copyright__text {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.btn__wrapper a,
.btn__wrapper button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.9rem;
  padding: 0.6rem 2rem 0.6rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  background-color: #F46474;
  border-radius: calc(infinity * 1px);
  -webkit-box-shadow: 0 0.3rem 2rem rgba(255, 0, 59, 0.16);
          box-shadow: 0 0.3rem 2rem rgba(255, 0, 59, 0.16);
}
.btn__wrapper a::after,
.btn__wrapper button::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
  background: url(../img/common/icon_header_btn.png) no-repeat 0 0;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn__wrapper.-center {
  text-align: center;
}
.btn__wrapper.-trigger button {
  height: 3.6rem;
  font-size: 1.4rem;
}
.btn__wrapper.-trigger.-green button {
  background-color: #6BABBC;
  -webkit-box-shadow: 0 0.3rem 2rem rgba(107, 171, 188, 0.16);
          box-shadow: 0 0.3rem 2rem rgba(107, 171, 188, 0.16);
}
.btn__wrapper.-trigger.-yellow button {
  background-color: #DDBB2D;
  -webkit-box-shadow: 0 0.3rem 2rem rgba(221, 187, 45, 0.16);
          box-shadow: 0 0.3rem 2rem rgba(221, 187, 45, 0.16);
}
.btn__wrapper.-trigger.-purple button {
  background-color: #A094D5;
  -webkit-box-shadow: 0 0.3rem 2rem rgba(160, 148, 213, 0.16);
          box-shadow: 0 0.3rem 2rem rgba(160, 148, 213, 0.16);
}

@media screen and (max-width: 750px) {
  .btn__wrapper a {
    height: 4.4rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
#sp__btn {
  display: none;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  background-color: #eb7777;
  -webkit-box-shadow: 0 0.3rem 2rem rgba(255, 0, 59, 0.16);
          box-shadow: 0 0.3rem 2rem rgba(255, 0, 59, 0.16);
  border-radius: 1.8rem;
  z-index: 110;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  padding: 2.2rem 0 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}
#sp__btn i {
  display: block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn::before, #sp__btn::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#sp__btn::before {
  top: 1.2rem;
}
#sp__btn::after {
  top: 3.2rem;
}
#sp__btn .open_text {
  display: none;
}
#sp__btn.-open i {
  opacity: 0;
}
#sp__btn.-open span {
  display: none;
}
#sp__btn.-open .open_text {
  display: block;
}
#sp__btn.-open::before {
  width: 4.2rem;
  -webkit-transform: translateX(calc(-50% + 0.3rem)) rotate(30deg);
          transform: translateX(calc(-50% + 0.3rem)) rotate(30deg);
}
#sp__btn.-open::after {
  width: 4.2rem;
  -webkit-transform: translateX(calc(-50% + 0.3rem)) rotate(-30deg);
          transform: translateX(calc(-50% + 0.3rem)) rotate(-30deg);
}

@media screen and (max-width: 1100px) {
  #sp__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#back__layer {
  width: 100%;
  height: 100%;
  background-color: rgba(75, 41, 41, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
#back__layer.-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1100px) {
  #back__layer {
    display: block;
  }
}