@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* add at 2018-1-8 */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* add at 2018-8-28 border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* break point */
@font-face {
  font-family: 'Heavitas';
  src: url(../fonts/Heavitas.woff) format("woff");
}

@font-face {
  font-family: 'HiraginoKakuGo';
  src: url(../fonts/HiraginoKakuGoW3.ttc) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HiraginoKakuGo';
  src: url(../fonts/HiraginoKakuGoW5.ttc) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HiraginoKakuGo';
  src: url(../fonts/HiraginoKakuGoW6.ttc) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HiraginoKakuGo';
  src: url(../fonts/HiraginoKakuGoW8.ttc) format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "HiraginoKakuGo";
  font-size: 18px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #000;
  background-color: #F7F8F8;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  body {
    font-size: 12px;
  }
}

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

a:hover {
  opacity: 0.7;
}

button:hover {
  opacity: 0.7;
  cursor: pointer;
}

button[disabled] {
  background-color: #666;
}

button[disabled]:hover {
  opacity: 1;
  cursor: default;
}

input {
  font-family: "Noto Sans JP";
}

textarea {
  font-family: "Noto Sans JP";
}

.show-menu {
  overflow: hidden;
}

.l-footer {
  font-family: "Lato";
}

.l-footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 56px 0;
  font-size: 12px;
  letter-spacing: 0.44em;
  background-color: #fff;
}

.l-footer__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-footer__menu-item {
  padding: 3px 3.47vw;
}

@media screen and (min-width: 1440px) {
  .l-footer__menu-item {
    padding: 3px 50px;
  }
}

.l-footer__menu-item:not(:last-child) {
  border-right: 1px solid #000;
}

.l-footer__copy {
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 58px 0;
  font-size: 10px;
  letter-spacing: 1.02em;
  background-color: #67C2C5;
}

@media screen and (max-width: 750px) {
  .l-footer__menu {
    font-size: 10px;
    padding: 20.16px 0;
    letter-spacing: 0.25em;
  }
  .l-footer__menu-item {
    padding: 3px 10px;
  }
  .l-footer__copy {
    padding: 20.88px 0;
    letter-spacing: 0.5em;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 42px 0px 87px;
  width: 100%;
  height: 165px;
  z-index: 50;
  color: #FFF;
  background-color: #67C2C5;
}

.l-header--top {
  position: absolute;
  background-color: transparent;
}

@media screen and (max-width: 750px) {
  .l-header {
    padding: 0px 13.02px 0px 26.97px;
    height: 60px;
  }
  .l-header__logo {
    width: 23.4px;
  }
}

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

.l-inner--project {
  padding-top: 9.375vw;
}

@media screen and (min-width: 1440px) {
  .l-inner--project {
    padding-top: 135px;
  }
}

@media screen and (max-width: 750px) {
  .l-inner--project {
    padding-top: 6.48vw;
  }
}

@media screen and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}

.l-main {
  margin-top: 165px;
}

@media screen and (max-width: 750px) {
  .l-main {
    margin-top: 60px;
  }
}

.c-attention {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6742;
  letter-spacing: 0.08em;
  word-break: break-all;
}

@media screen and (max-width: 1200px) {
  .c-attention {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-attention {
    font-size: 19px;
  }
}

@media screen and (max-width: 850px) {
  .c-attention {
    font-size: 18px;
  }
}

@media screen and (max-width: 790px) {
  .c-attention {
    font-size: 17px;
  }
}

@media screen and (max-width: 550px) {
  .c-attention {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .c-attention {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .c-attention {
    font-size: 12px;
  }
}

.c-attention--red {
  color: #FB236E;
}

.c-attention--mb {
  margin-bottom: 3.47222vw;
}

@media screen and (min-width: 1440px) {
  .c-attention--mb {
    margin-bottom: 50px;
  }
}

.c-box-white {
  padding: 60px 40px 30px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .c-box-white {
    padding: 30px 20px;
  }
}

.c-breadcrumb {
  padding-top: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 750px) {
  .c-breadcrumb {
    padding-top: 6.8vw;
  }
}

.c-breadcrumb__list {
  padding-right: 12px;
}

.c-breadcrumb__list:not(:first-child) {
  border-left: 1px solid #000;
  padding-left: 12px;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 20px;
  margin: 0 auto;
  font-size: 59px;
  font-family: "HiraginoKakuGo";
  font-weight: 800;
  background: #FB236E;
  color: #FFF;
  border-radius: 138px;
  -webkit-box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  width: 89.5%;
}

@media screen and (max-width: 1200px) {
  .c-button {
    padding: 82.5px 16px;
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .c-button {
    padding: 70.5px 14px;
    font-size: 41px;
  }
}

@media screen and (max-width: 850px) {
  .c-button {
    padding: 58.5px 11px;
    font-size: 34px;
  }
}

@media screen and (max-width: 750px) {
  .c-button {
    padding: 51.5px 10px;
    font-size: 30px;
  }
}

@media screen and (max-width: 650px) {
  .c-button {
    padding: 44.5px 9px;
    font-size: 26px;
    -webkit-box-shadow: 0px 45px 20px -40px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 45px 20px -40px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 550px) {
  .c-button {
    padding: 37.5px 7px;
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .c-button {
    padding: 30.5px 6px;
    font-size: 18px;
    -webkit-box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 375px) {
  .c-button {
    padding: 25.5px 5px;
    font-size: 15px;
  }
}

.c-button::after {
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  border-top: 20.5px solid transparent;
  border-bottom: 20.5px solid transparent;
  border-left: 36px solid #FFF;
}

@media screen and (max-width: 1200px) {
  .c-button::after {
    right: 53px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 29px solid #FFF;
  }
}

@media screen and (max-width: 1024px) {
  .c-button::after {
    right: 46px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #FFF;
  }
}

@media screen and (max-width: 850px) {
  .c-button::after {
    right: 38px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 21px solid #FFF;
  }
}

@media screen and (max-width: 750px) {
  .c-button::after {
    right: 33px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #FFF;
  }
}

@media screen and (max-width: 650px) {
  .c-button::after {
    right: 29px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #FFF;
  }
}

@media screen and (max-width: 550px) {
  .c-button::after {
    right: 24px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #FFF;
  }
}

@media screen and (max-width: 450px) {
  .c-button::after {
    right: 24px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #FFF;
  }
}

@media screen and (max-width: 375px) {
  .c-button::after {
    right: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #FFF;
  }
}

.c-button--small {
  padding: 57.5px 20px;
  font-size: 35px;
  -webkit-box-shadow: 0px 70px 30px -60px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 70px 30px -60px rgba(0, 0, 0, 0.5);
  width: 44%;
}

.c-button--small--row {
  width: 87%;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .c-button--small {
    padding: 47px 16px;
    font-size: 28px;
    -webkit-box-shadow: 0px 53px 30px -47px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 53px 30px -47px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 1024px) {
  .c-button--small {
    padding: 40.5px 14px;
    font-size: 24px;
    -webkit-box-shadow: 0px 53px 30px -45px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 53px 30px -45px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 850px) {
  .c-button--small {
    padding: 33px 11px;
    font-size: 20px;
    -webkit-box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 750px) {
  .c-button--small {
    padding: 51.5px 10px;
    font-size: 30px;
    -webkit-box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.5);
    width: 89.5%;
  }
}

@media screen and (max-width: 650px) {
  .c-button--small {
    padding: 44.5px 9px;
    font-size: 26px;
    -webkit-box-shadow: 0px 45px 20px -40px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 45px 20px -40px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 550px) {
  .c-button--small {
    padding: 37.5px 7px;
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .c-button--small {
    padding: 30.5px 6px;
    font-size: 18px;
    -webkit-box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 375px) {
  .c-button--small {
    padding: 25.5px 5px;
    font-size: 15px;
  }
}

.c-button--small::after {
  right: 39px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 23px solid #FFF;
}

@media screen and (max-width: 1200px) {
  .c-button--small::after {
    right: 32px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 19px solid #FFF;
  }
}

@media screen and (max-width: 1024px) {
  .c-button--small::after {
    right: 27px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #FFF;
  }
}

@media screen and (max-width: 850px) {
  .c-button--small::after {
    right: 23px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #FFF;
  }
}

@media screen and (max-width: 750px) {
  .c-button--small::after {
    right: 33px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #FFF;
  }
}

@media screen and (max-width: 650px) {
  .c-button--small::after {
    right: 29px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #FFF;
  }
}

@media screen and (max-width: 550px) {
  .c-button--small::after {
    right: 24px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #FFF;
  }
}

@media screen and (max-width: 450px) {
  .c-button--small::after {
    right: 24px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #FFF;
  }
}

@media screen and (max-width: 375px) {
  .c-button--small::after {
    right: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #FFF;
  }
}

.c-button--mini {
  width: 160px;
  height: 57px;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 16px 26px -16px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 16px 26px -16px rgba(0, 0, 0, 0.27);
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
  .c-button--mini {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .c-button--mini {
    width: 120px;
    height: 43px;
    border-radius: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .c-button--mini {
    font-size: 14px;
  }
}

.c-button--mini::after {
  right: 5px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 14px;
}

@media screen and (max-width: 1024px) {
  .c-button--mini::after {
    right: 10px;
  }
}

@media screen and (max-width: 550px) {
  .c-button--mini::after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
}

.c-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: fixed;
  top: 52px;
  right: 57px;
  z-index: 70;
}

.c-hamburger--top {
  position: absolute;
}

.c-hamburger__line {
  display: block;
  width: 79px;
  height: 1px;
  background: #fff;
}

.c-hamburger__line::before, .c-hamburger__line::after {
  content: '';
  display: block;
  width: 79px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-hamburger__line::before {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.c-hamburger__line::after {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.c-hamburger__text {
  margin-top: 60px;
  font-size: 16px;
  font-family: Lato;
  letter-spacing: 0.04em;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  .c-hamburger {
    top: 18.72px;
    right: 20.52px;
  }
  .c-hamburger__line {
    width: 28.44px;
  }
  .c-hamburger__line::before, .c-hamburger__line::after {
    width: 28.44px;
  }
  .c-hamburger__line::before {
    -webkit-transform: translateY(7.2px);
            transform: translateY(7.2px);
  }
  .c-hamburger__line::after {
    -webkit-transform: translateY(14.4px);
            transform: translateY(14.4px);
  }
  .c-hamburger__text {
    margin-top: 21.6px;
    font-size: 10px;
  }
}

.c-hamburger.open .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger.open .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.open .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-idnum {
  margin: 40px auto 0;
}

@media screen and (max-width: 1200px) {
  .c-idnum {
    margin-top: 3.33333vw;
  }
}

.c-idnum__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-idnum__form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-idnum__form-inner--text {
  margin-right: 10px;
  word-break: normal;
}

@media screen and (max-width: 750px) {
  .c-idnum__form-inner--text {
    margin-right: 1.33333vw;
  }
}

.c-idnum__form-inner--text:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 750px) {
  .c-idnum__form-inner--text:not(:first-child) {
    margin-left: 2vw;
  }
}

.c-idnum__input {
  padding: 10px 20px;
  border: 1px solid #231815;
  background-color: #F7F7F8;
  font-family: "HiraginoKakuGo";
  font-weight: 600;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.16em;
}

.c-idnum__input::-webkit-input-placeholder {
  color: #C9CACA;
}

.c-idnum__input::-moz-placeholder {
  color: #C9CACA;
}

.c-idnum__input:-ms-input-placeholder {
  color: #C9CACA;
}

.c-idnum__input::-ms-input-placeholder {
  color: #C9CACA;
}

.c-idnum__input::placeholder {
  color: #C9CACA;
}

@media screen and (max-width: 1024px) {
  .c-idnum__input {
    font-size: 17px;
  }
}

@media screen and (max-width: 850px) {
  .c-idnum__input {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .c-idnum__input {
    padding: 10px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .c-idnum__input {
    font-size: 12px;
  }
}

.c-idnum__input--left {
  width: 54%;
}

.c-idnum__input--right {
  width: 28%;
}

.c-list {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1.6em;
  padding-left: 1.5em;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
}

.c-notice {
  font-size: 40px;
  line-height: 1.2905;
  text-align: center;
  letter-spacing: 0.06em;
  color: #67C2C5;
}

@media screen and (max-width: 1200px) {
  .c-notice {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .c-notice {
    font-size: 27px;
  }
}

@media screen and (max-width: 850px) {
  .c-notice {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .c-notice {
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  .c-notice {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 550px) {
  .c-notice {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .c-notice {
    font-size: 11.5px;
  }
}

@media screen and (max-width: 375px) {
  .c-notice {
    font-size: 11px;
  }
}

.c-notice--black {
  text-align: left;
  color: #000;
  font-weight: 600;
}

.c-star {
  position: relative;
}

.c-star__img {
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 90px;
}

@media screen and (max-width: 1439px) {
  .c-star__img {
    width: 6.25vw;
  }
}

@media screen and (max-width: 750px) {
  .c-star__img {
    width: 8vw;
  }
}

.c-star__img--1 {
  top: -80px;
  left: -40px;
}

@media screen and (max-width: 1439px) {
  .c-star__img--1 {
    top: -5.55556vw;
    left: -2.77778vw;
  }
}

@media screen and (max-width: 750px) {
  .c-star__img--1 {
    top: -8vw;
    left: -2.66667vw;
  }
}

.c-star__img--2 {
  top: -80px;
  left: -40px;
}

@media screen and (max-width: 1439px) {
  .c-star__img--2 {
    top: -5.55556vw;
    left: -2.77778vw;
  }
}

@media screen and (max-width: 750px) {
  .c-star__img--2 {
    top: -8vw;
    left: -2.66667vw;
  }
}

.c-star__img--3 {
  top: -35px;
  left: -40px;
}

@media screen and (max-width: 1439px) {
  .c-star__img--3 {
    top: -2.43056vw;
    left: -2.77778vw;
  }
}

.c-star__img--4 {
  top: -45px;
  left: 25px;
  pointer-events: none;
}

@media screen and (max-width: 1439px) {
  .c-star__img--4 {
    top: -3.125vw;
    left: 1.73611vw;
  }
}

@media screen and (max-width: 750px) {
  .c-star__img--4 {
    top: -2.66667vw;
    left: 6.66667vw;
  }
}

.c-text {
  font-size: 21px;
  line-height: 1.881;
  text-align: left;
  letter-spacing: 0.13em;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  /*
  @include mq(xl) {
    font-size: 19px;
  }
  @include mq(lg) {
    font-size: 18px;
  }
  @include mq(lm) {
    font-size: 17px;
  }
  @media screen and (max-width: 790px) {
    font-size: 16px;
  }
  @include mq(md) {
    font-size: 15px;
  }
  @include mq(sm) {
    font-size: 13px;
  }
  @media screen and (max-width: 450px) {
    font-size: 11px;
  }
  @include mq(xs) {
    font-size: 10px;
  }
  */
}

@media screen and (max-width: 1024px) {
  .c-text {
    font-size: calc(12px + ((1vw - 3.75px) * (100 * (21 - 12) / (1024 - 375))));
  }
}

.c-title {
  position: relative;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #5DBEB6;
}

.c-title--normal {
  font-size: 62px;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 750px) {
  .c-title--normal {
    font-size: 45px;
  }
}

@media screen and (max-width: 550px) {
  .c-title--normal {
    font-size: 34px;
  }
}

@media screen and (max-width: 375px) {
  .c-title--normal {
    font-size: 22px;
  }
}

.c-title--extra {
  font-size: 5.55556vw;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1440px) {
  .c-title--extra {
    font-size: 80px;
  }
}

.c-title--small {
  font-size: 45px;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1200px) {
  .c-title--small {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .c-title--small {
    font-size: 35px;
  }
}

@media screen and (max-width: 900px) {
  .c-title--small {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .c-title--small {
    font-size: 27px;
  }
}

@media screen and (max-width: 700px) {
  .c-title--small {
    font-size: 23px;
  }
}

@media screen and (max-width: 600px) {
  .c-title--small {
    font-size: 19px;
  }
}

@media screen and (max-width: 500px) {
  .c-title--small {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .c-title--small {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .c-title--small {
    font-size: 12px;
  }
}

.c-title__underline {
  position: relative;
  background: linear-gradient(to top, #F9E700 1.59722vw, transparent 10px 100%);
  padding: 0 1.66667vw 0.83333vw;
}

@media screen and (min-width: 1440px) {
  .c-title__underline {
    padding: 0 24px 12px;
  }
}

.c-title__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}

.c-title__ruby {
  position: absolute;
  top: -40%;
  left: 2.36111vw;
  font-size: 35%;
  letter-spacing: .14em;
}

@media screen and (min-width: 1440px) {
  .c-title__ruby {
    left: 34px;
  }
}

@media screen and (max-width: 750px) {
  .c-title__ruby {
    top: -45%;
  }
}

@media screen and (max-width: 550px) {
  .c-title__ruby {
    top: -55%;
    letter-spacing: 0;
  }
}

.c-triangle {
  border-top: 6.25vw solid #5DBEB6;
  border-right: 4.86111vw solid transparent;
  border-left: 4.86111vw solid transparent;
}

@media screen and (min-width: 1440px) {
  .c-triangle {
    border-top: 90px solid #5DBEB6;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
  }
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-company {
  margin-top: 90px;
  margin-bottom: 125px;
}

@media screen and (max-width: 750px) {
  .p-company {
    margin-top: 12vw;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 375px) {
  .p-company {
    margin-bottom: 60px;
  }
}

.p-company__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .p-company__title {
    margin-bottom: 8vw;
  }
}

.p-company__item {
  letter-spacing: 0.14em;
  padding: 39.5px 33px;
  line-height: 1.98;
}

@media screen and (max-width: 750px) {
  .p-company__item {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 375px) {
  .p-company__item {
    padding: 20px 18px;
  }
}

.p-company__item:nth-of-type(2n+1) {
  background-color: #fff;
}

.p-form {
  max-width: 1130px;
  margin: 0 auto;
}

.p-form__horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .p-form__horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__input, .p-form__textarea {
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 30px;
  font-size: 24.37px;
}

@media screen and (max-width: 750px) {
  .p-form__input, .p-form__textarea {
    margin-bottom: 20px;
    padding: 20px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .p-form__input, .p-form__textarea {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 12px;
  }
}

.p-form__input::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #67C2C5;
}

.p-form__input::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #67C2C5;
}

.p-form__input:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
  color: #67C2C5;
}

.p-form__input::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #67C2C5;
}

.p-form__input::placeholder, .p-form__textarea::placeholder {
  color: #67C2C5;
}

.p-form__input {
  width: 48.5%;
}

@media screen and (max-width: 750px) {
  .p-form__input {
    width: 100%;
  }
}

.p-form__input--full {
  width: 100%;
}

.p-form__textarea {
  width: 100%;
  height: 34.72222vw;
  resize: vertical;
}

@media screen and (min-width: 1440px) {
  .p-form__textarea {
    height: 500px;
  }
}

.p-form__submit {
  margin-top: 4.16667vw;
}

@media screen and (min-width: 1440px) {
  .p-form__submit {
    margin-top: 60px;
  }
}

.p-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2F5EB3;
  overflow-y: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(140%);
          transform: translateX(140%);
  z-index: 60;
}

.p-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.p-menu__list {
  max-width: 1100px;
  margin: 200px auto 60px;
}

@media screen and (max-width: 1300px) {
  .p-menu__list {
    width: 84%;
  }
}

@media screen and (max-width: 850px) {
  .p-menu__list {
    margin: 150px auto 60px;
  }
}

@media screen and (max-width: 750px) {
  .p-menu__list {
    margin: 100px auto 60px;
  }
}

@media screen and (max-width: 550px) {
  .p-menu__list {
    margin: 70px auto 60px;
  }
}

.p-menu__item {
  position: relative;
  display: inline-block;
  margin-bottom: 65px;
  margin-left: 80px;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.038em;
  line-height: 1.2;
}

@media screen and (max-width: 850px) {
  .p-menu__item {
    margin-bottom: 40px;
    margin-left: 60px;
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .p-menu__item {
    margin-bottom: 34px;
    margin-left: 50px;
    font-size: 23px;
  }
}

@media screen and (max-width: 550px) {
  .p-menu__item {
    margin-bottom: 28px;
    margin-left: 40px;
    font-size: 17px;
  }
}

.p-menu__item:hover {
  color: #fff;
}

.p-menu__item::before {
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 51px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 850px) {
  .p-menu__item::before {
    left: -55px;
    width: 35px;
  }
}

@media screen and (max-width: 750px) {
  .p-menu__item::before {
    left: -45px;
    width: 28px;
  }
}

@media screen and (max-width: 550px) {
  .p-menu__item::before {
    left: -35px;
    width: 22px;
  }
}

.p-menu__item--yellow {
  color: #FFF100;
}

.p-menu__item--get::before {
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-mv {
  width: 100%;
  min-height: 62.77778vw;
  height: auto;
  padding-bottom: 20px;
  background-image: url(../img/top_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  color: #FFF;
  padding-top: 14.375vw;
}

@media screen and (max-width: 1439px) {
  .p-mv {
    background-position: center;
    padding-top: 200px;
  }
}

@media screen and (max-width: 750px) {
  .p-mv {
    margin-bottom: 40px;
    height: 470px;
    padding-top: 110px;
  }
}

.p-mv__inner {
  max-width: 720px;
  margin: 0 auto;
}

.p-mv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-mv__text {
  width: 79%;
  font-size: 18.14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-left: 7.5px;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  text-shadow: 1px 1px 0 #5DBEB6, -1px -1px 0 #5DBEB6, -1px 1px 0 #5DBEB6, 1px -1px 0 #5DBEB6, 0px 1px 0 #5DBEB6, -1px 0 #5DBEB6, -1px 0 0 #5DBEB6, 1px 0 0 #5DBEB6;
}

.p-mv__subtext {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  text-shadow: 1px 1px 0 #5DBEB6, -1px -1px 0 #5DBEB6, -1px 1px 0 #5DBEB6, 1px -1px 0 #5DBEB6, 0px 1px 0 #5DBEB6, -1px 0 #5DBEB6, -1px 0 0 #5DBEB6, 1px 0 0 #5DBEB6;
}

.p-mv__title {
  font-size: 80.61px;
  font-weight: 800;
  letter-spacing: -0.038em;
  text-shadow: 0 0 10px #FFF;
  margin-bottom: 26px;
  text-align: center;
  white-space: nowrap;
  font-family: "HiraginoKakuGo", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
}

.p-mv__title--sub {
  font-size: 44.33px;
}

.p-mv__subtitle {
  font-size: 44.33px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 11px;
  line-height: 1.6;
  white-space: nowrap;
}

.p-mv__imgwrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-mv__img {
  margin: 0 auto;
  width: 100px;
}

@media screen and (max-width: 1439px) {
  .p-mv {
    background-position: center;
    padding-top: 200px;
  }
}

@media screen and (max-width: 750px) {
  .p-mv {
    margin-bottom: 40px;
    height: 470px;
    padding-top: 110px;
  }
  .p-mv__inner {
    max-width: 400px;
  }
  .p-mv__text {
    font-size: 10px;
    padding-left: 3.9px;
  }
  .p-mv__subtext {
    font-size: 10px;
  }
  .p-mv__title {
    font-size: 41.9172px;
    margin-bottom: 13.52px;
  }
  .p-mv__title--sub {
    font-size: 23px;
  }
  .p-mv__subtitle {
    font-size: 23px;
    margin-bottom: 5.72px;
  }
  .p-mv__img {
    width: 50px;
  }
}

@media screen and (max-width: 450px) {
  .p-mv__inner {
    max-width: 88.88889vw;
  }
  .p-mv__title {
    font-size: 9.31493vw;
    margin-bottom: 3.00444vw;
  }
  .p-mv__title--sub {
    font-size: 5.11111vw;
  }
  .p-mv__text {
    font-size: 10px;
    padding-left: 0.86667vw;
  }
  .p-mv__subtext {
    margin-top: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .p-mv__subtitle {
    font-size: 5.11111vw;
    margin-bottom: 1.27111vw;
  }
  .p-mv__img {
    width: 11.11111vw;
  }
}

@media screen and (max-width: 374px) {
  .p-mv {
    margin-bottom: 36.89px;
    padding-top: 80px;
  }
  .p-mv__inner {
    max-width: 235px;
  }
  .p-mv__text {
    font-size: 10px;
    padding-left: 2.325px;
  }
  .p-mv__title {
    font-size: 24.9891px;
    margin-bottom: 8.06px;
  }
  .p-mv__title--sub {
    font-size: 13px;
  }
  .p-mv__subtitle {
    font-size: 13px;
    margin-bottom: 3.41px;
  }
  .p-mv__img {
    width: 35px;
  }
}

.p-privacy {
  letter-spacing: 0.24em;
  margin-top: 90px;
  margin-bottom: 110px;
}

@media screen and (max-width: 750px) {
  .p-privacy {
    margin-top: 12vw;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 375px) {
  .p-privacy {
    margin-bottom: 60px;
  }
}

.p-privacy__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .p-privacy__title {
    margin-bottom: 8vw;
  }
}

.p-privacy__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .p-privacy__subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .p-privacy__subtitle {
    font-size: 13px;
  }
}

.p-privacy__text {
  margin-bottom: 35px;
  line-height: 1.98;
}

@media screen and (max-width: 750px) {
  .p-privacy__text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 550px) {
  .p-privacy__text {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 375px) {
  .p-privacy__text {
    margin-bottom: 20px;
  }
}

.p-project-section {
  margin-bottom: 7.63889vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section {
    margin-bottom: 110px;
  }
}

.p-project-section__title {
  margin-bottom: 3.47222vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__title {
    margin-bottom: 50px;
  }
}

.p-project-section__minititle {
  margin-bottom: 0.69444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__minititle {
    margin-bottom: 10px;
  }
}

.p-project-section__text {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__text {
    margin-bottom: 100px;
  }
}

.p-project-section__notice {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__notice {
    margin-bottom: 100px;
  }
}

.p-project-section__notice--black {
  margin-bottom: 2.08333vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__notice--black {
    margin-bottom: 30px;
  }
}

.p-project-section__video {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__video {
    margin-bottom: 100px;
  }
}

.p-project-section__img {
  display: block;
  width: 100%;
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__img {
    margin-bottom: 100px;
  }
}

.p-project-section__btn--buy {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__btn--buy {
    margin-bottom: 100px;
  }
}

.p-project-section__btn--join {
  margin-bottom: -3.47222vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__btn--join {
    margin-bottom: -50px;
  }
}

.p-project-section__btn--send {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__btn--send {
    margin-bottom: 100px;
  }
}

.p-project-section__box {
  padding: 0 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .p-project-section__box {
    margin-bottom: 3.47222vw;
  }
}

.p-project-section__box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0;
}

@media screen and (max-width: 1200px) {
  .p-project-section__box-inner {
    margin: 4.16667vw 0;
  }
}

.p-project-section__box-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 25px 10px;
  margin: 0 auto;
  border: 1px solid #231815;
  font-weight: 600;
  font-size: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.p-project-section__box-item:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .p-project-section__box-item {
    font-size: 2vw;
  }
}

@media screen and (max-width: 750px) {
  .p-project-section__box-item {
    width: 100%;
    padding: 3.33333vw 10px;
    font-size: 16px;
  }
  .p-project-section__box-item:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 550px) {
  .p-project-section__box-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .p-project-section__box-item {
    font-size: 12px;
  }
}

.p-project-section__box-icon {
  width: 35px;
  height: 26px;
  margin-top: 5px;
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  .p-project-section__box-icon {
    width: 2.91667vw;
    height: 2.16667vw;
    margin-top: 0.41667vw;
    margin-left: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  .p-project-section__box-icon {
    width: 22px;
    height: 16px;
  }
}

.p-project-section__box-check {
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  margin-top: 2px;
  margin-right: 20px;
  border: 1px solid #1A1311;
  background-color: #F7F7F8;
}

.p-project-section__box-check:checked::before {
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .p-project-section__box-check {
    width: 2.33333vw;
    min-width: 2.33333vw;
    height: 2.33333vw;
    min-height: 2.33333vw;
    margin-top: 0.16667vw;
    margin-right: 1.66667vw;
  }
  .p-project-section__box-check:checked::before {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .p-project-section__box-check {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }
  .p-project-section__box-check:checked::before {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .p-project-section__box-check {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-top: 0;
  }
}

.p-project-section__box-err {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FB236E;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .p-project-section__box-err {
    font-size: 1.33333vw;
  }
}

@media screen and (max-width: 750px) {
  .p-project-section__box-err {
    font-size: 12px;
    white-space: nowrap;
  }
}

.p-project-section__message {
  margin-bottom: 6.25vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__message {
    margin-bottom: 90px;
  }
}

.p-project-section__triangle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 3.125vw;
}

@media screen and (min-width: 1440px) {
  .p-project-section__triangle {
    margin: 0 auto 45px;
  }
}

.p-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 750px) {
  .p-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-select__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.5%;
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-select__buy {
    width: 100%;
    margin-bottom: 6.94444vw;
  }
}

.p-select__join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.5%;
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-select__join {
    width: 100%;
  }
}

.p-top-section {
  margin-bottom: 7.63889vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section {
    margin-bottom: 110px;
  }
}

.p-top-section__title {
  margin-bottom: 3.47222vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__title {
    margin-bottom: 50px;
  }
}

.p-top-section__text {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__text {
    margin-bottom: 100px;
  }
}

.p-top-section__text--continue {
  margin-bottom: 2.77778vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__text--continue {
    margin-bottom: 40px;
  }
}

.p-top-section__video {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__video {
    margin-bottom: 100px;
  }
}

.p-top-section__img {
  display: block;
  width: 100%;
  margin-bottom: 3.47222vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__img {
    margin-bottom: 50px;
  }
}

.p-top-section__btn--about {
  margin-bottom: 7.63889vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__btn--about {
    margin-bottom: 110px;
  }
}

.p-top-section__btn--buy {
  margin-bottom: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__btn--buy {
    margin-bottom: 100px;
  }
}

.p-top-section__btn--send {
  margin-top: 2.77778vw;
  margin-bottom: 3.47222vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__btn--send {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.p-top-section__box {
  padding: 0 20px;
  margin-bottom: 10px;
}

.p-top-section__select {
  margin-bottom: 7.63889vw;
}

@media screen and (min-width: 1440px) {
  .p-top-section__select {
    margin-bottom: 110px;
  }
}

.u-br-top-1 {
  display: none;
}

@media screen and (max-width: 910px) {
  .u-br-top-1 {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-br-top-1 {
    display: none;
  }
}

.u-br-top-2 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .u-br-top-2 {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-br-top-2 {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .u-br-top-2 {
    display: block;
  }
}

.u-br-top-3 {
  display: none;
}

@media screen and (max-width: 910px) {
  .u-br-top-3 {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-br-top-3 {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .u-br-top-3 {
    display: block;
  }
}

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

@media screen and (max-width: 750px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt-auto {
  margin-top: auto;
}

.u-only-md {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-only-md {
    display: block;
  }
}

.u-only-sm {
  display: none;
}

@media screen and (max-width: 550px) {
  .u-only-sm {
    display: block;
  }
}

.u-only-xxs {
  display: none;
}

@media screen and (max-width: 374px) {
  .u-only-xxs {
    display: block;
  }
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-redbold {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6742;
  text-align: center;
  letter-spacing: 0.22em;
  color: #FB236E;
}

@media screen and (max-width: 1200px) {
  .u-redbold {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .u-redbold {
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) {
  .u-redbold {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .u-redbold {
    font-size: 20px;
  }
}

@media screen and (max-width: 550px) {
  .u-redbold {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .u-redbold {
    font-size: 12px;
  }
}

.u-text {
  font-size: 20px;
  line-height: 1.881;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 750px) {
  .u-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .u-text {
    font-size: 12px;
  }
}

.u-text-bold {
  font-weight: 600;
}

.u-text-color {
  color: #5DBEB6;
}
