/*======================================
    Font / Color
======================================*/
@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url(../fonts/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerifCJK';
  src: url(../fonts/NotoSerifCJKjp-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'KozGoPr6N';
  src: url(../fonts/KozGoPr6N-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica.ttf) format("typetrue");
  font-style: normal;
}

@font-face {
  font-family: 'ContrailOne';
  src: url(../fonts/ContrailOne-Regular.ttf) format("typetrue");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url(../fonts/BebasNeueRegular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AcuminVariableConcept';
  src: url(../fonts/AcuminVariableConcept.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

/*======================================
    media query
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.is-nowrap {
  white-space: nowrap;
}

.is-br {
  display: block;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: inline;
  }
}

.is-sp {
  display: inline;
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
}

.cta-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}

@media screen and (min-width: 961px) {
  .cta-btn {
    right: calc(84 / 1920 * 100vw);
  }
}

.fixed-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(262 / 1920 * 100vw, 262px);
  height: min(262 / 1920 * 100vw, 262px);
  background-color: #FF5F00;
  border: 2px solid #FF5F00;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: min(45 / 1920 * 100vw, 4.5rem);
  font-weight: 700;
  line-height: 1.22222;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 960px) {
  .fixed-cta__link {
    width: min(100 / 375 * 100vw, 150px);
    height: min(100 / 375 * 100vw, 150px);
    font-size: min(15 / 375 * 100vw, 23px);
  }
}

.fixed-cta__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fixed-cta__sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}

.fixed-cta__sub--text {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.5778em;
  line-height: 1.23077;
  padding: 0.5em;
  background-color: #FFFFDC;
  color: #FF0000;
  border-radius: 5px;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  position: relative;
}

.fixed-cta__sub--text::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 26px;
  height: 12px;
  background: url(../img/3years/arrow_bottom.svg) no-repeat center center/contain;
}

.section__inner {
  width: 1080px;
  max-width: 92%;
  margin: 0 auto;
}

/*======================================
    footer
======================================*/
.footer__container {
  padding: 44px min(60 / 1920 * 100vw, 60px) 35px min(45 / 1920 * 100vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .footer__container {
    display: block;
    padding: calc(60 / 960 * 100vw) 10px calc(70 / 960 * 100vw);
  }
}

.footer__contents {
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .footer__contents {
    font-size: calc(24 / 960 * 100vw);
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

@media screen and (max-width: 960px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link a {
  font-weight: 500;
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 960px) {
  .footer__link a {
    text-align: center;
  }
}

.footer__link a:hover {
  opacity: 0.7;
}

.copyright {
  margin-top: 1.6667em;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .copyright {
    text-align: center;
  }
}

.copyright span {
  font-family: "Helvetica";
}

.footer__sns {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .footer__sns {
    margin: calc(66 / 960 * 100vw) auto 0;
  }
}

.footer__sns--links {
  width: 225px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11.1111%;
}

@media screen and (max-width: 960px) {
  .footer__sns--links {
    width: calc(450 / 960 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.footer__sns--link a {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer__sns--link a:hover {
  opacity: 0.7;
}

/*======================================
    3 years
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: calc(30 / 1920 * 100vw);
  padding-left: calc(35 / 1920 * 100vw);
  width: 100%;
  z-index: 300;
}

@media screen and (min-width: 1920px) {
  .header {
    padding-top: 30px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    padding-top: calc(40 / 960 * 100vw);
    padding-left: calc(50 / 960 * 100vw);
  }
}

.header.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: calc(20 / 1920 * 100vw);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (min-width: 1920px) {
  .header.is-active {
    padding-bottom: 20px;
  }
}

.header__logo {
  width: min(385 / 1920 * 100vw, 385px);
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.header__logo.is-active {
  width: min((385 / 1920 * 100vw) * 0.8, (385px * 0.8));
}

@media screen and (max-width: 960px) {
  .header__logo {
    width: calc(516 / 960 * 100vw);
  }
  .header__logo.is-active {
    width: calc((516 / 960 * 100vw) * 0.6);
  }
}

.top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 37.2396%;
      grid-template-columns: auto 37.2396%;
  height: calc(1080 / 1920 * 100vw);
  background-color: #F2FAFF;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: unset;
  }
}

.top__img {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .top__img {
    height: calc(760 / 960 * 100vw);
  }
}

.top__img--container {
  -webkit-transform: rotate(-6deg) translate(-22.5%, -10%);
          transform: rotate(-6deg) translate(-22.5%, -10%);
  width: 155%;
}

@media screen and (max-width: 960px) {
  .top__img--container {
    -webkit-transform: rotate(-6deg) translate(-22%, -14%);
            transform: rotate(-6deg) translate(-22%, -14%);
  }
}

.top__contents {
  position: relative;
}

.top__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-99.9%);
          transform: translateX(-99.9%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 calc(1080 / 1920 * 100vw) calc(280 / 1920 * 100vw);
  border-color: transparent transparent #F2FAFF transparent;
}

@media screen and (min-width: 1920px) {
  .top__contents::before {
    border-width: 0 0 calc(1080 / 1920 * 100vw) 280px;
  }
}

@media screen and (max-width: 960px) {
  .top__contents::before {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    top: 0;
    bottom: unset;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(170 / 960 * 100vw) calc(960 / 960 * 100vw);
    border-color: transparent transparent #F2FAFF transparent;
  }
}

.top__contents__wrap {
  -webkit-transform: translateX(-14%);
          transform: translateX(-14%);
}

@media screen and (max-width: 960px) {
  .top__contents__wrap {
    -webkit-transform: translate(-1%, -5.5%);
            transform: translate(-1%, -5.5%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95.625%;
    margin: 0 auto;
  }
}

.top__lead {
  font-size: calc(31 / 1920 * 100vw);
  line-height: 1.42857;
  text-align: center;
  font-weight: 700;
  margin-top: calc(180 / 1920 * 100vw);
  letter-spacing: 0.16em;
}

@media screen and (max-width: 960px) {
  .top__lead {
    font-size: calc(30 / 960 * 100vw);
    margin-top: 1.3em;
    letter-spacing: 0.28em;
  }
}

.top__title {
  width: 80%;
  margin: calc(72 / 1920 * 100vw) auto 0;
}

@media screen and (max-width: 960px) {
  .top__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 74.2919%;
  }
}

.top__points {
  margin-top: calc(48 / 1920 * 100vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .top__points {
    width: 84%;
    margin: calc(40 / 960 * 100vw) auto 0;
  }
}

.top__btn--container {
  margin-top: calc(96 / 1920 * 100vw);
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top__btn--container {
    margin-top: calc(30 / 960 * 100vw);
  }
}

.top__btn {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin: 0 auto;
  background-color: #FF5F00;
  font-size: calc(36 / 1920 * 100vw);
  line-height: 1.22222;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.1111em 2.4722em;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 960px) {
  .top__btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(51 / 960 * 100vw);
    padding: 0.5098em 0.5098em;
    border-radius: 0.1961em;
  }
}

.top__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6em;
  height: 0.83em;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

@media screen and (max-width: 960px) {
  .top__btn::before {
    width: 0.3em;
    height: 0.5882em;
  }
}

.top__btn span.btn__text {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .top__btn span.btn__text {
    padding-left: 0.88em;
  }
}

.top__btn:hover {
  opacity: 0.7;
}

.top__btn:hover::before {
  right: 0.75em;
}

.top__btn--sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

@media screen and (max-width: 960px) {
  .top__btn--sub {
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    display: block;
  }
}

.top__btn--sub__text {
  display: inline-block;
  font-size: 0.5278em;
  letter-spacing: 0;
  background-color: #FFFFDC;
  color: #FF0000;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  padding: 0.6em 0.3em;
  position: relative;
}

@media screen and (max-width: 960px) {
  .top__btn--sub__text {
    white-space: normal;
    font-size: 0.6078em;
    letter-spacing: -0.05em;
  }
}

.top__btn--sub__text::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 21px;
  height: 9px;
  background: url(../img/3years/arrow_bottom.svg) no-repeat center center/contain;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .top__btn--sub__text::before {
    display: none;
  }
}

/*======================================
    intro
======================================*/
.intro {
  padding-top: 144px;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .intro {
    padding-top: calc(155 / 960 * 100vw);
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .intro__inner {
    width: 79.5%;
    margin: 0 auto;
  }
}

.section__title {
  font-size: 3.9rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .section__title {
    font-size: calc(55 / 960 * 100vw);
  }
}

.section__title span.underline {
  display: inline-block;
  letter-spacing: 0.035em;
  position: relative;
  z-index: 1;
}

.section__title span.underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-52%, 50%);
          transform: translate(-52%, 50%);
  width: 85%;
  height: 0.25641em;
  background-color: #FFEF34;
  z-index: -1;
}

.section__title span.section__title--en {
  font-family: "BebasNeue";
  display: block;
  font-size: 0.8718em;
  letter-spacing: 0.25em;
  line-height: 1.67647;
  margin-top: 0.5em;
}

.section__lead {
  text-align: center;
  font-size: 5.2rem;
  line-height: 1.53846;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .section__lead {
    font-size: calc(70 / 960 * 100vw);
    text-align: left;
    letter-spacing: 0;
    line-height: 1.575;
  }
}

.section__lead span {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
  .section__lead span {
    letter-spacing: 0.05em;
  }
}

.section__lead span.accent {
  font-family: "BebasNeue";
  font-size: 3em;
  line-height: 0;
  letter-spacing: normal;
  display: inline-block;
  padding-left: 0.15em;
  padding-right: 0.05em;
}

@media screen and (max-width: 960px) {
  .section__lead span.accent {
    padding: 0 0.05em 0 0;
  }
}

.section__lead span.bold {
  font-weight: 900;
}

.section__lead span.bold.-large {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .section__lead span.bold.-small {
    letter-spacing: -0.05em;
  }
}

.section__lead span.medium {
  font-weight: 500;
}

.section__lead span.deco {
  font-family: "NotoSerifCJK";
}

.section__lead span.kutouten {
  width: 0.5em;
  display: inline-block;
  letter-spacing: normal;
}

.section__text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.17647;
  letter-spacing: 0.15em;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .section__text {
    text-align: left;
    font-size: calc(30 / 960 * 100vw);
    letter-spacing: 0.095em;
  }
  .section__text span.is-half {
    display: inline-block;
    width: 0.5em;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.intro__text {
  margin-top: 2.5em;
}

@media screen and (max-width: 960px) {
  .intro__text {
    margin-top: 1.95em;
    line-height: 1.85;
    padding-left: 0.25em;
  }
}

.intro__logos {
  width: 800px;
  max-width: 90%;
  margin: 42px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .intro__logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: calc(50 / 960 * 100vw);
    grid-row-gap: calc(50 / 960 * 100vw);
  }
}

.intro__logo:nth-child(1) {
  width: calc(140 / 800 * 100%);
  -webkit-transform: translateY(16%);
          transform: translateY(16%);
}

@media screen and (max-width: 960px) {
  .intro__logo:nth-child(1) {
    width: 65%;
    -webkit-transform: translate(8%, 30%);
            transform: translate(8%, 30%);
  }
}

.intro__logo:nth-child(2) {
  width: calc(183 / 800 * 100%);
  -webkit-transform: translateY(-14%);
          transform: translateY(-14%);
  margin-left: 5%;
}

@media screen and (max-width: 960px) {
  .intro__logo:nth-child(2) {
    width: 85%;
    margin-left: 0;
    -webkit-transform: translate(12.5%, 0);
            transform: translate(12.5%, 0);
  }
}

.intro__logo:nth-child(3) {
  width: calc(197 / 800 * 100%);
  margin-left: 4%;
}

@media screen and (max-width: 960px) {
  .intro__logo:nth-child(3) {
    width: 90%;
    margin-left: 0;
  }
}

.intro__logo:nth-child(4) {
  width: calc(220 / 800 * 100%);
  margin-left: 2%;
}

@media screen and (max-width: 960px) {
  .intro__logo:nth-child(4) {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}

.logo__text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.66667;
  margin-top: 1.5em;
}

@media screen and (max-width: 960px) {
  .logo__text {
    font-size: calc(19 / 960 * 100vw);
    margin-top: 3.75em;
  }
  .logo__text span.is-half {
    display: inline-block;
    width: 0.5em;
  }
}

/*======================================
    imgs
======================================*/
.imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

@media screen and (max-width: 960px) {
  .imgs {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

/*======================================
    about
======================================*/
.about {
  padding-top: 90px;
  padding-bottom: 120px;
  background: url(../img/3years/about-bg.png) repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .about {
    padding-top: calc(106 / 960 * 100vw);
    padding-bottom: calc(146 / 960 * 100vw);
  }
}

.about__lead {
  font-size: 4.9rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.75em;
}

@media screen and (max-width: 960px) {
  .about__lead {
    font-size: calc(57 / 960 * 100vw);
    margin-top: 0.85em;
    line-height: 1.55;
  }
}

.about__lead span.bold {
  font-weight: 900;
}

.about__lead span.medium {
  font-weight: 500;
  font-size: 0.9388em;
}

.about__text {
  margin-top: 2.5em;
}

@media screen and (max-width: 960px) {
  .about__text {
    width: 92%;
    margin: 2.2em auto 0;
    letter-spacing: 0.035em;
    padding-left: 0.5em;
    line-height: 1.85;
  }
  .about__text span.is-half {
    display: inline-block;
    width: 0.5em;
  }
}

.about__points {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 961px) {
  .about__points {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .about__points {
    margin: calc(52 / 960 * 100vw) -2% 0;
  }
}

.about__point {
  width: min(322 / 1080 * 100vw, 322px);
  height: min(322 / 1080 * 100vw, 322px);
  border: 3px solid #FFEF34;
  background-color: #fff;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 960px) {
  .about__point {
    width: min(330 / 960 * 100vw, 330px);
    height: min(330 / 960 * 100vw, 330px);
  }
  .about__point:nth-child(n + 2) {
    margin-left: -4%;
  }
}

.about__point--contents {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.56667;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .about__point--contents {
    font-size: calc(30 / 960 * 100vw);
  }
}

.about__point--contents span {
  color: #E10000;
}

.about__point--contents span.number {
  font-size: 4.1667em;
  font-weight: 400;
  line-height: 0.168;
  line-height: 0.75;
  font-family: "BebasNeue";
}

.about__point--contents span.accent {
  font-size: 1.6em;
  line-height: 1.0625;
  display: inline-block;
  padding: 0 0.1em;
}

/*======================================
    cta
======================================*/
.cta {
  background-color: #A1E4FF;
  padding-top: 63px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .cta {
    padding-top: 30px;
  }
}

.cta::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: max(120 / 1920 * 100vw, 120px);
  background: url(../img/3years/cta_curve.png) no-repeat center top/cover;
}

@media screen and (max-width: 960px) {
  .cta::before {
    background: url(../img/3years/cta_curve-sp.png) no-repeat center top/contain;
    height: calc(83 / 960 * 100vw);
  }
}

.cta__lead {
  text-align: center;
  font-size: 5.3rem;
  line-height: 1.13208;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .cta__lead {
    font-size: calc(53 / 960 * 100vw);
  }
}

.cta__lead span.cta__lead--text {
  display: inline-block;
  padding: 0 0.8491em;
  position: relative;
}

@media screen and (max-width: 960px) {
  .cta__lead span.cta__lead--text {
    padding: 0 0.65em 0 0.85em;
  }
}

.cta__lead span.cta__lead--text::before, .cta__lead span.cta__lead--text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 0.6038em;
  height: 1.283em;
}

.cta__lead span.cta__lead--text::before {
  background: url(../img/3years/title-deco_left.svg) no-repeat center center/contain;
  left: 0;
}

@media screen and (max-width: 960px) {
  .cta__lead span.cta__lead--text::before {
    -webkit-transform: translate(15%, -45%);
            transform: translate(15%, -45%);
  }
}

.cta__lead span.cta__lead--text::after {
  background: url(../img/3years/title-deco_right.svg) no-repeat center center/contain;
  right: 0;
}

@media screen and (max-width: 960px) {
  .cta__lead span.cta__lead--text::after {
    -webkit-transform: translate(-15%, -45%);
            transform: translate(-15%, -45%);
  }
}

.cta__lead span.bold {
  font-weight: 900;
}

.cta__btn--wrap {
  margin-top: 42px;
}

@media screen and (max-width: 960px) {
  .cta__btn--wrap {
    margin: calc(52 / 960 * 100vw) -2% 0;
  }
}

.btn {
  display: block;
  width: 758px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 4.8rem;
  background-color: #FF5F00;
  padding: 1.41667em 0;
  border-radius: 16px;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 960px) {
  .btn {
    font-size: calc(51 / 960 * 100vw);
    border-radius: 0.1961em;
    width: 100%;
    padding: 1.05em 0 1.2em;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2917em;
  height: 0.625em;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.btn:hover {
  opacity: 0.7;
}

.btn:hover::before {
  right: 1.15em;
}

.cta__book--container {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% auto;
      grid-template-columns: 44% auto;
  grid-gap: 3.9755%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}

@media screen and (max-width: 960px) {
  .cta__book--container {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.cta__message {
  background-color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.74em 0;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .cta__message {
    font-size: calc(35 / 960 * 100vw);
    padding: 1.75em 0;
    width: 105%;
  }
  .cta__message span {
    display: inline-block;
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
}

.cta__message::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 51px;
  border-color: transparent transparent transparent #fff;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .cta__message::before {
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
    border-width: 2.6042vw 0 2.6042vw 5.3125vw;
  }
}

.cta__book {
  overflow: hidden;
}

.cta__book--img {
  margin-bottom: -8%;
}

@media screen and (max-width: 960px) {
  .cta__book--img {
    margin-right: -3%;
  }
}

/*======================================
    point
======================================*/
.point {
  padding: 183px 0 96px;
}

@media screen and (max-width: 960px) {
  .point {
    padding: calc(160 / 960 * 100vw) 0;
  }
}

.point-lists {
  margin-top: 70px;
}

@media screen and (max-width: 960px) {
  .point-lists {
    margin-top: calc(95 / 960 * 100vw);
  }
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point-list:nth-child(n + 2) {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .point-list:nth-child(n + 2) {
    margin-top: calc(116 / 960 * 100vw);
  }
}

@media screen and (min-width: 961px) {
  .point-list:nth-child(3) {
    margin-top: 70px;
  }
}

@media screen and (min-width: 961px) {
  .point-list {
    -webkit-column-gap: 4.75%;
            column-gap: 4.75%;
  }
  .point-list:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .point-list.-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point-list.-pc:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point-list.-point4 {
    margin-top: calc(94 / 960 * 100vw);
  }
}

@media screen and (min-width: 961px) {
  .point-list__contents {
    width: 74.2593%;
  }
  .point-list__contents.-pc {
    display: contents;
  }
}

.point-list__img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.point-list__img::before {
  content: "";
  display: block;
  padding-top: calc(514 / 802 * 100%);
}

.point-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 961px) {
  .point-list__img.-pc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0;
  }
}

@media screen and (max-width: 960px) {
  .point-list__img {
    margin-top: calc(48 / 960 * 100vw);
  }
  .point-list__img.-point2, .point-list__img.-point3, .point-list__img.-point5, .point-list__img.-point6 {
    margin-top: calc(78 / 960 * 100vw);
  }
}

.point__text {
  margin-top: 44px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.82353;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 961px) {
  .point__text.-pc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.25em;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .point__text {
    font-size: calc(28 / 960 * 100vw);
    width: 90%;
    margin: calc(44 / 960 * 100vw) auto 0;
    line-height: 1.925;
    letter-spacing: 0.05em;
  }
  .point__text span.is-half {
    display: inline-block;
    width: 0.5em;
  }
}

.point-list__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 961px) {
  .point-list__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point-list__titles.-pc {
    display: contents;
  }
  .point-list__titles.-point3 {
    -webkit-transform: translateX(12%);
            transform: translateX(12%);
  }
}

.point-list__head {
  width: 148px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
}

.point-list__head.-point1 {
  width: 108px;
}

@media screen and (max-width: 960px) {
  .point-list__head.-point1 {
    width: calc(125 / 960 * 100vw);
  }
}

@media screen and (min-width: 961px) {
  .point-list__head.-pc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 91px;
  }
}

@media screen and (max-width: 960px) {
  .point-list__head {
    width: calc(173 / 960 * 100vw);
    margin-top: 2%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 961px) {
  .point-list__title--container {
    font-size: 3.7rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .point-list__title--container.-pc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-top: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .point-list__title--container.-pc_bar {
    position: relative;
  }
  .point-list__title--container.-pc_bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5em;
    height: 1px;
    background-color: #000;
  }
}

@media screen and (max-width: 960px) {
  .point-list__title--container {
    font-size: calc(43 / 960 * 100vw);
    width: calc(100% - (173 / 960 * 100vw) - (40 / 960 * 100vw));
    margin-left: calc(40 / 960 * 100vw);
    padding-left: calc(47 / 960 * 100vw);
    position: relative;
  }
  .point-list__title--container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
    height: 4.6em;
    width: 1px;
    background-color: #000;
  }
}

.point-list__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75676;
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  .point-list__title.-pc {
    text-align: center;
    font-size: min(22 / 1080 * 100vw, 2.2rem);
    margin-top: 20px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 960px) {
  .point-list__title {
    margin-top: 0;
    letter-spacing: 0.15em;
  }
}

.point-list__sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin-top: 68px;
  grid-gap: 3.0556%;
}

@media screen and (max-width: 960px) {
  .point-list__sub {
    display: contents;
  }
}

/*======================================
    school
======================================*/
.school {
  padding-bottom: 130px;
}

@media screen and (max-width: 960px) {
  .school {
    padding-bottom: calc(130 / 960 * 100vw);
  }
}

.school__container {
  padding: 102px 0 75px;
  background-color: #F5F5F5;
  position: relative;
  margin-top: 50px;
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .school__container {
    margin-top: 24px;
    padding: calc(172 / 960 * 100vw) 0 calc(70 / 960 * 100vw);
  }
}

.school__head--container {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .school__head--container {
    top: calc(76 / 960 * 100vw);
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
  }
}

.school__head {
  display: inline-block;
  padding: 30px 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 3.9rem;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .school__head {
    font-size: calc(39 / 960 * 100vw);
    letter-spacing: 0.15em;
  }
  .school__head span.school__head--text {
    display: inline-block;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}

.school__head span.number {
  font-size: 5.4872em;
  font-weight: 900;
  font-family: "Helvetica";
}

@media screen and (max-width: 960px) {
  .school__head span.number {
    letter-spacing: normal;
  }
}

.school__head span.medium {
  font-size: 1.4359em;
}

@media screen and (max-width: 960px) {
  .school__head span.medium {
    letter-spacing: normal;
  }
}

.map__container {
  width: 85.6481%;
  margin: 0 auto;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}

@media screen and (max-width: 960px) {
  .map__container {
    width: 94%;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}

.school__text {
  margin-top: 15px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.63636;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .school__text {
    font-size: calc(28 / 960 * 100vw);
    margin-top: calc(26 / 960 * 100vw);
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
}

.school__text span.large {
  font-size: 1.5455em;
  line-height: 1.58824;
  letter-spacing: 0.125em;
}

@media screen and (max-width: 960px) {
  .school__text span.large {
    font-size: 1.8214em;
    letter-spacing: 0.06em;
    display: inline-block;
    margin-bottom: 0.35em;
  }
}

/*======================================
    voice
======================================*/
.voice {
  padding: 100px 0 174px;
  background-color: #F0F0F0;
}

@media screen and (max-width: 960px) {
  .voice {
    padding: calc(106 / 960 * 100vw) 0 calc(160 / 960 * 100vw);
  }
}

.voice__section {
  list-style: none;
}

.voice__section:nth-child(n + 2) {
  margin-top: 116px;
}

@media screen and (max-width: 960px) {
  .voice__section:nth-child(n + 2) {
    margin-top: calc(170 / 960 * 100vw);
  }
}

.voice__lists {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.voice__list {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-top: 7px solid #416DD4;
  padding-bottom: 48px;
  border-radius: 0 0 7px 7px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .voice__list {
    border-top: calc(11 / 960 * 100vw) solid #416DD4;
    padding-bottom: calc(84 / 960 * 100vw);
  }
}

.voice__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 130px;
  -webkit-transform: translate(100%, -10%) rotate(-45deg);
          transform: translate(100%, -10%) rotate(-45deg);
  width: 3px;
  height: 320px;
  background-color: #416DD4;
  border-radius: 30px;
}

@media screen and (max-width: 960px) {
  .voice__list::before {
    height: calc(320 / 960 * 100vw);
    right: calc(130 / 960 * 100vw);
  }
}

.voice__list.-modal {
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
}

.voice__list:first-child {
  margin-top: 68px;
}

@media screen and (max-width: 960px) {
  .voice__list:first-child {
    margin-top: calc(96 / 960 * 100vw);
  }
}

.voice__list.-cheers:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .voice__list.-cheers:first-child {
    margin-top: calc(96 / 960 * 100vw);
  }
}

.voice__list:nth-child(n + 2) {
  margin-top: 68px;
}

@media screen and (max-width: 960px) {
  .voice__list:nth-child(n + 2) {
    margin-top: calc(118 / 960 * 100vw);
  }
}

.voice__list--wrap {
  width: 785px;
  max-width: 90%;
  margin: 0 auto;
}

.voice__list--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -37px;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
  gap: 28px;
}

@media screen and (max-width: 960px) {
  .voice__list--head {
    gap: calc(10 / 960 * 100vw);
    margin-top: calc(-64 / 960 * 100vw);
  }
}

.voice__img {
  width: 215px;
}

@media screen and (max-width: 960px) {
  .voice__img {
    width: calc(390 / 960 * 100vw);
  }
}

.voice__person {
  padding-bottom: 28px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #416DD4;
}

@media screen and (max-width: 960px) {
  .voice__person {
    padding-bottom: calc(20 / 960 * 100vw);
    font-size: calc(46 / 960 * 100vw);
    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: start;
  }
}

.voice__person span.age {
  display: inline-block;
  background-color: #416DD4;
  color: #fff;
  font-size: 0.6333em;
  padding: 0.55em 1.1053em;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-left: 0.2em;
}

@media screen and (max-width: 960px) {
  .voice__person span.age {
    font-size: 0.5217em;
    letter-spacing: normal;
    margin-left: 0;
    margin-bottom: calc(15 / 960 * 100vw);
  }
}

.voice__person span.small {
  font-size: 0.6667em;
  letter-spacing: -0.1em;
}

.voice__person span.detail {
  font-size: 0.4333em;
  display: block;
  margin-bottom: 10px;
  letter-spacing: normal;
}

@media screen and (max-width: 960px) {
  .voice__person span.detail {
    line-height: 1.5;
    margin-bottom: calc(10 / 960 * 100vw);
  }
  .voice__person span.detail .sp-hide {
    display: none;
  }
}

.voice__person .sp-position {
  display: block;
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
}

@media screen and (max-width: 960px) {
  .voice__person .sp-position {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

.voice__number--container {
  position: absolute;
  top: 40px;
  right: 25px;
  margin-left: auto;
  color: #416DD4;
  font-family: "BebasNeue";
  font-size: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  padding: 0.5em 0;
}

@media screen and (max-width: 960px) {
  .voice__number--container {
    top: calc(46 / 960 * 100vw);
    right: calc(25 / 960 * 100vw);
    font-size: calc(45 / 960 * 100vw);
  }
}

.voice__number--container.-no1 {
  right: 38px;
}

@media screen and (max-width: 960px) {
  .voice__number--container.-no1 {
    right: calc(35 / 960 * 100vw);
  }
}

.voice__number--text {
  text-align: right;
  letter-spacing: 0.1em;
  margin-right: 0.15em;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.voice__number {
  font-size: 3.7111em;
  line-height: 0.5;
  background-color: #fff;
}

.voice__contents {
  margin-top: 22px;
}

@media screen and (max-width: 960px) {
  .voice__contents {
    padding-left: calc(17 / 960 * 100vw);
    margin: calc(34 / 960 * 100vw) auto 0;
  }
}

.voice__content {
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

@media screen and (max-width: 960px) {
  .voice__content {
    font-size: calc(33 / 960 * 100vw);
  }
}

.voice__content.-border {
  margin-top: 42px;
  padding-bottom: 38px;
  border-bottom: 1px solid #416DD4;
}

.voice__content--title {
  font-size: 2.1333em;
  font-weight: 700;
  line-height: 1.625;
  color: #416DD4;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 960px) {
  .voice__content--title {
    font-size: 1.4848em;
    line-height: 1.55;
  }
}

@media screen and (min-width: 961px) {
  .voice__content--title.-pc {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .voice__content--title.-pc {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .voice__content--title.-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .voice__content--title.-sp {
    display: block;
  }
}

.voice__content--text {
  margin-top: 0.8em;
  line-height: calc(30 / 15);
  font-weight: 700;
  letter-spacing: normal;
}

@media screen and (max-width: 960px) {
  .voice__content--text {
    margin-top: 1.15em;
    line-height: 1.65;
    letter-spacing: 0.015em;
    color: #646464;
  }
}

.voice__btn--container {
  margin-top: 30px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #416DD4;
  padding: 1.3em 0 1.4em;
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 700;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 960px) {
  .voice__btn--container {
    font-size: calc(39 / 960 * 100vw);
    width: 95%;
    margin: calc(58 / 960 * 100vw) auto 0;
    padding: 1.3em 0 1.5em;
    border-radius: 0.5128em;
  }
}

.voice__btn--container:hover {
  opacity: 0.7;
  cursor: pointer;
}

.modal__icons {
  position: absolute;
  top: 50%;
  right: 68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .modal__icons {
    right: calc(85 / 960 * 100vw);
  }
}

.modal__icon {
  position: relative;
}

.modal__bar1,
.modal__bar2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 6px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .modal__bar1,
  .modal__bar2 {
    width: calc(56 / 960 * 100vw);
    height: calc(9 / 960 * 100vw);
  }
}

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

.modal__bar2.-modal {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 20px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 500;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 960px) {
  .modal {
    padding: 10% 2%;
  }
}
