*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
html:focus-within {
  scroll-behavior: smooth;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul[role="list"],
ol[role="list"],
li[role="list"] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

textarea {
  overflow: auto;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

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

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

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebebe;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bebebe;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe;
}

input::placeholder,
textarea::placeholder {
  color: #bebebe;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto-sansJP", "YuGothic", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  position: relative;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-break: strict;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(15px * 0.001 * 50);
  position: relative;
}

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (max-width: 959px) {
  #canvas {
    opacity: 0.05;
  }
}

@media (min-width: 960px) {
  #canvas {
    opacity: 0.05;
  }
}

@media (max-width: 959px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}

@media (min-width: 960px) {
  #canvas.is-active {
    opacity: 0.3;
  }
}

#main {
  position: absolute;
  top: 0;
  left: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.hide {
  display: none !important;
}

.section {
  margin: 50px auto;
}

@media (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .pc-only {
    display: inline;
  }
}

@media (max-width: 959px) {
  .sp-only {
    display: inline;
  }
}

@media (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 959px) {
  .container {
    width: calc(100% - 50px);
  }
}

@media (min-width: 960px) {
  .container {
    min-width: 870px;
    width: 90%;
    max-width: 1240px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.vertical {
  width: 1px;
  height: 18px;
  background-color: #000000;
}

.w-100 {
  width: 100% !important;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: auto;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .header {
    z-index: 1000;
    height: 55px;
  }
}

@media (max-width: 959px) {
  .header {
    top: 20px;
    margin: auto;
    height: 30px;
  }
}

@media (min-width: 960px) {
  .header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 959px) {
  .header__list {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    z-index: 998;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    padding: 60px 30px 0 30px;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: bold;
  }
}

.header__list.active {
  display: block;
}

@media (min-width: 960px) {
  .header__list__item {
    padding: 0 15px;
    font-size: 14px;
    font-family: Noto Sans JP;
  }
}

@media (max-width: 959px) {
  .header__list__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header__list__campfire {
  width: 90%;
  margin-top: 20px;
  margin: auto;
}

.header__list__campfire img {
  width: 100%;
}

.header__toggler {
  z-index: 9999;
  width: 28px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

@media (min-width: 960px) {
  .header__toggler {
    display: none;
  }
}

.header__toggler span,
.header__toggler span::before,
.header__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #000000;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header__toggler span::before {
  top: -8px;
}

.header__toggler span::after {
  top: 8px;
}

.header__toggler.active>span {
  background: transparent;
}

.header__toggler.active>span::before,
.header__toggler.active>span::after {
  background: #000000;
  top: 0px;
}

.header__toggler.active>span::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.header__toggler.active>span::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.footer {
  width: 100%;
}

.footer__content {
  position: relative;
  height: 240px;
  background-color: #262626;
  color: #ffffff;
  font-size: 20px;
  font-family: Noto Sans JP;
}

.footer__content__list__item {
  position: absolute;
  top: 15%;
  left: 10%;
}

.top {
  width: 100%;
}

@media (max-width: 959px) {
  .top__front img {
    margin-bottom: 70px;
  }
}

.top__support {
  position: relative;
  top: -50px;
  background-color: #3DA02A;
  padding: 100px 0;
  z-index: -1;
}

.top__support img {
  width: 80%;
  margin: auto;
  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;
}

@media (max-width: 959px) {
  .top__support img {
    display: block;
  }
}

.top__support__crowd {
  position: absolute;
  top: 40%;
  left: 3%;
}

@media (max-width: 959px) {
  .top__support__crowd {
    top: 60%;
  }
}

.top__support__crowd img {
  width: 60%;
  margin: 0;
}

@media (max-width: 959px) {
  .top__support__crowd img {
    width: 100%;
  }
}

.top__trouble {
  position: relative;
  top: -50px;
  background-color: #63CC50;
  padding-bottom: 120px;
}

.top__trouble__wrapper {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 959px) {
  .top__trouble__wrapper {
    display: block;
  }
}

.top__trouble__left {
  width: 450px;
  position: relative;
  margin: auto;
  top: -25px;
  text-align: center;
}

@media (max-width: 959px) {
  .top__trouble__left {
    top: -20px;
    margin-bottom: 30px;
  }
}

.top__trouble__left__middle img {
  width: 300px;
  margin: 30px auto;
}

.top__trouble__left__under {
  color: #ffffff;
  font-family: Noto Sans JP;
}

.top__trouble__right {
  width: 450px;
  margin: auto;
  position: relative;
  top: -25px;
  text-align: center;
}

.top__trouble__right__middle img {
  width: 300px;
  margin: 45px auto 30px;
}

.top__trouble__right__under {
  color: #ffffff;
  font-family: Noto Sans JP;
}

.top__campfire {
  position: relative;
  top: -120px;
  z-index: 10;
}

.top__campfire img {
  width: 330px;
  margin: auto;
}

@media (max-width: 959px) {
  .top__campfire img {
    width: 230px;
  }
}

.top__challenge {
  width: 100%;
  margin-bottom: 120px;
}

.top__challenge__content {
  width: 80%;
  margin: auto;
  text-align: center;
  font-family: Noto Sans JP;
}

.top__challenge__content__textTitle {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.top__challenge__content__textTitle__box {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 959px) {
  .top__challenge__content__textTitle {
    display: block;
  }
}

.top__challenge__content__textTitle__text {
  -webkit-text-emphasis: filled dot #000000;
  text-emphasis: filled dot #000000;
}

@media (min-width: 959px) {
  .top__challenge__content__img img {
    width: 1000px;
    margin: 50px auto 30px;
  }
}

@media (max-width: 959px) {
  .top__challenge__content__img img {
    width: 300px;
    margin: 50px auto 30px;
  }
}

.feature {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("img/page/feature-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 959px) {
  .feature {
    margin-bottom: 30px;
  }
}

.feature__content {
  z-index: 10;
  width: 100%;
}

.feature__content__title {
  z-index: 10;
  width: 80%;
  font-family: Noto Sans JP;
  margin: auto;
  text-align: center;
}

.feature__content__title__box {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.feature__content__title__box__newline {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 959px) {
  .feature__content__title__box {
    display: block;
  }
}

.feature__content__imgBox {
  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;
  margin: 170px auto;
  width: 60%;
}

@media (max-width: 959px) {
  .feature__content__imgBox {
    width: 88%;
    display: block;
    margin: 50px auto;
  }
}

.feature__content__imgBox img {
  padding: 0 20px;
}

@media (max-width: 959px) {
  .feature__content__imgBox img {
    width: 300px;
    margin: 30px auto 0;
  }
}

.achieve__content {
  font-family: Noto Sans JP;
  width: 100%;
  margin: 0 auto 150px;
}

@media (max-width: 959px) {
  .achieve__content {
    margin: 0 auto 0;
  }
}

.achieve__content__title {
  text-align: center;
  margin: auto;
}

.achieve__content__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
  margin: 80px 0;
}

@media (max-width: 959px) {
  .achieve__content__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.achieve__content__right__img {
  position: relative;
  top: 40px;
  width: 510px;
  right: -100px;
}

@media (max-width: 959px) {
  .achieve__content__right__img {
    width: 300px;
    right: -10%;
  }
}

.achieve__content__right__img img {
  width: 510px;
}

@media (max-width: 959px) {
  .achieve__content__right__img img {
    width: 300px;
  }
}

.achieve__content__right__textBox {
  width: 52%;
  height: 350px;
  background-image: url("img/page/achieve-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 959px) {
  .achieve__content__right__textBox {
    width: 100%;
  }
}

.achieve__content__right__textBox p {
  line-height: 27px;
}

.achieve__content__right__textBox__frame {
  width: 50%;
  margin: 60px auto 0;
  text-align: left;
}

@media (max-width: 959px) {
  .achieve__content__right__textBox__frame {
    width: 80%;
  }
}

.achieve__content__right__textBox__text {
  margin: 5px 0;
}

.achieve__content__right__textBox__link {
  width: 50%;
  margin: 30px auto 50px;
  text-align: center;
}

.achieve__content__right__textBox__link a {
  border-bottom: solid #ffffff 1px;
}

.achieve__content__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  margin: 80px 0;
}

@media (max-width: 959px) {
  .achieve__content__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.achieve__content__left__img {
  position: relative;
  top: 40px;
  width: 510px;
  left: -100px;
}

@media (max-width: 959px) {
  .achieve__content__left__img {
    width: 300px;
    left: 10%;
  }
}

.achieve__content__left__img img {
  width: 510px;
}

@media (max-width: 959px) {
  .achieve__content__left__img img {
    width: 300px;
  }
}

.achieve__content__left__textBox {
  width: 52%;
  height: 350px;
  background-image: url("img/page/achieve-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 959px) {
  .achieve__content__left__textBox {
    width: 100%;
  }
}

.achieve__content__left__textBox p {
  line-height: 27px;
}

.achieve__content__left__textBox__frame {
  width: 60%;
  margin: 60px auto 0;
  text-align: left;
}

@media (max-width: 959px) {
  .achieve__content__left__textBox__frame {
    width: 80%;
  }
}

.achieve__content__left__textBox__text {
  margin: 5px 0;
}

.achieve__content__left__textBox__link {
  width: 50%;
  margin: 30px auto 50px;
  text-align: center;
}

.achieve__content__left__textBox__link a {
  border-bottom: solid #ffffff 1px;
}

.contract {
  background-color: #F8F8F8;
}

@media (max-width: 959px) {
  .contract {
    background-color: #ffffff;
  }
}

.contract__content {
  font-family: Noto Sans JP;
  width: 100%;
  padding: 60px;
  margin: auto;
}

@media (max-width: 959px) {
  .contract__content {
    padding: 20px 0;
  }
}

.contract__content__title {
  text-align: center;
  margin: auto;
}

.contract__content__img img {
  width: 80%;
  margin: 30px auto;
}

@media (max-width: 959px) {
  .contract__content__img img {
    width: 300px;
  }
}

.interview {
  width: 100%;
}

.interview__content {
  font-family: Noto Sans JP;
  width: 80%;
  margin: 100px auto;
  padding: 50px 0 70px;
  -webkit-box-shadow: 0px 0px 9px #dbdbdb;
  box-shadow: 0px 0px 9px #dbdbdb;
  border-radius: 10px;
}

@media (max-width: 959px) {
  .interview__content {
    padding: 30px 0 10px;
  }
}

.interview__content__title {
  text-align: center;
  margin: 0 0 50px 0;
}

.interview__content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 959px) {
  .interview__content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.interview__content__box__img img {
  width: 500px;
}

@media (max-width: 959px) {
  .interview__content__box__img img {
    width: 270px;
    margin: auto;
  }
}

.interview__content__box__textBox {
  width: 300px;
}

@media (max-width: 959px) {
  .interview__content__box__textBox {
    width: 270px;
    text-align: center;
    margin: 30px auto;
  }
}

.interview__content__box__textBox p {
  margin: 15px 0;
  line-height: 25px;
}

.plan {
  width: 100%;
  margin-bottom: 100px;
}

.plan__content {
  width: 80%;
  margin: auto;
  font-family: Noto Sans JP;
}

.plan__content__title {
  text-align: center;
}

.plan__content__upperPlan {
  margin: 50px 0;
  text-align: center;
}

.plan__content__upperPlan p {
  line-height: 25px;
}

.plan__content__upperPlan__imgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .plan__content__upperPlan__imgBox {
    flex-wrap: wrap;
  }
}

.plan__content__upperPlan__imgBox img {
  width: 28%;
}

@media (max-width: 959px) {
  .plan__content__upperPlan__imgBox img {
    width: 300px;
    margin: 10px auto;
  }
}

.plan__content__underPlan {
  margin: 100px 0;
  text-align: center;
}

.plan__content__underPlan p {
  line-height: 25px;
}

.plan__content__underPlan__imgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .plan__content__underPlan__imgBox {
    flex-wrap: wrap;
  }
}

.plan__content__underPlan__imgBox img {
  width: 28%;
}

@media (max-width: 959px) {
  .plan__content__underPlan__imgBox img {
    width: 300px;
    margin: 10px auto;
  }
}

.contact2 {
  background-image: url("img/page/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact__content {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 100px 0;
}

@media (max-width: 959px) {
  .contact__content {
    width: 90%;
  }
}

.contact__content__textBox {
  color: #ffffff;
}

.contact__content__textBox h1 {
  font-family: Montserrat;
}

.contact__content__textBox p {
  font-family: Noto Sans JP;
}

.contact__content__btn {
  width: 480px;
  background-color: #ffffff;
  border-radius: 70px;
  margin: 20px auto;
  text-align: center;
  font-family: Noto Sans JP;
}

.contact__content__btn__box {
  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;
  padding: 30px 0;
}

@media (max-width: 959px) {
  .contact__content__btn__box {
    padding: 20px;
  }
}

.contact__content__btn__box p {
  margin-right: 20px;
}

@media (min-width: 960px) {
  .page {
    padding-top: 10vh;
  }
}

@media (max-width: 959px) {
  .page {
    padding-top: 12vh;
    margin-bottom: 50px;
  }
}

.page__here .section-title {
  margin-bottom: 60px;
}


.page__here {
  width: 90%;
  margin-left: auto;
}


.contact__form {
  margin: auto;
}

@media (min-width: 960px) {
  .contact__form {
    width: 60vw;
  }
}

@media (max-width: 959px) {
  .contact__form {
    width: 80%;
  }
}

.contact__form__item {
  display: grid;
  margin: 0 auto 30px;
}

.contact__form__item .label {
  margin-bottom: 10px;
}

.contact__form__item .input {
  padding: 5px 0 5px 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #fafafa;
}

.contact__form__item .textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fafafa;
}

.contact__form .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: inherit;
  margin: 0 auto 45px;
}

.contact__form .checkbox .text-bold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.contact__form .checkbox input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}

.contact__form .checkbox a {
  border-bottom: solid 1px #000000;
}

.accordion__content.is-open {
  display: block;
}

.accordion__item.is-active .accordion__title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.accordion {
  width: 100%;
  margin-bottom: 30px;
}

.accordion__container {
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  background-color: #fafafa;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.25em;
  padding: 25px 20px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion__title.is-active {
  border-radius: 5px 5px 0 0;
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.accordion__content__text {
  text-align: center;
  line-height: 2 !important;
  width: 80%;
  margin: 0 auto 30px;
}

.accordion__content.is-open {
  border: 2px solid #fafafa;
  padding: 50px 0;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.btn {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(15px * 0.001 * 25);
  width: 300px;
  display: block;
  margin: auto;
  padding: 18px 0;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 25px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.btn-hover01:hover {
  background-color: #fafafa;
  color: #000000;
}

.btn-hover02 {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-hover02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fafafa;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

@media (min-width: 960px) {
  .btn-hover02::before {
    border-radius: 30px;
  }
}

@media (max-width: 959px) {
  .btn-hover02::before {
    border-radius: 25px;
  }
}

.btn-hover02:hover {
  color: #ffffff;
}

.btn-hover02:hover::before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-small {
  width: 250px !important;
  padding: 13px 0 !important;
}

.btn-white {
  background-color: #ffffff;
}

.category {
  background-color: #000000;
  border-radius: 25px;
  padding: 10px 0;
  color: #ffffff;
  width: 150px;
  text-align: center;
}

@media (min-width: 960px) {
  .category {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .category {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

.tag {
  padding: 3px 0;
  border-radius: 25px;
  width: 100px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 960px) {
  .tag {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .tag {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(14px * 0.001 * 25);
  }
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-normall {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.midashi-go {
  font-family: "a-otf-normalidashi-go-normalb31-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-normal {
  font-family: "futura-pt, sans-serif";
  font-weight: 400;
  font-style: normal;
}

.futura-bold {
  font-family: "futura-pt-boldold, sans-serif";
  font-weight: 700;
  font-style: normal;
}

.montserrat-normal {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-bold {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.table {
  width: 100%;
}

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

@media (max-width: 959px) {
  .table tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 959px) {

  .table th,
  .table td {
    padding: 20px 0;
  }
}

@media (min-width: 960px) {

  .table th,
  .table td {
    padding: 30px 0;
    width: 100%;
  }
}

.table th {
  color: #000000;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 959px) {
  .table th {
    width: 80px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 75);
  }
}

@media (min-width: 960px) {
  .table th {
    width: 180px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 75);
  }
}

.table td {
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 959px) {
  .table td {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 75);
  }
}

@media (min-width: 960px) {
  .table td {
    width: calc(100% - 180px);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 75);
  }
}

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

@media (max-width: 959px) {
  .table dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media (min-width: 960px) {
  .table dl {
    margin-bottom: 5px;
  }
}

.table dl:last-child {
  margin: 0;
}

@media (max-width: 959px) {
  .table dt {
    width: 100px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}

@media (min-width: 960px) {
  .table dt {
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 0);
  }
}

.table dd {
  margin: 0;
}

@media (max-width: 959px) {
  .table dd {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(13px * 0.001 * 0);
  }
}

@media (min-width: 960px) {
  .table dd {
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(14px * 0.001 * 0);
  }
}

.table a {
  color: #000000;
  text-decoration: underline;
}

@media (min-width: 960px) {
  .section-title {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(35px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(25px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(30px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-title {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(26px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-large {
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(17px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25);
  }
}

@media (min-width: 960px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25);
  }
}

@media (max-width: 959px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25);
  }
}

@-webkit-keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
    transform: rotate(90deg) scaleX(1);
  }

  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
  }
}

@keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
    transform: rotate(90deg) scaleX(1);
  }

  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
  }
}

@-webkit-keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@-webkit-keyframes revealLTR {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  85% {
    width: 0;
    left: 100%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 100%;
    left: 0;
  }

  25% {
    width: 100%;
    left: 0;
  }

  85% {
    width: 0;
    left: 100%;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.border-animetion {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.border-animetion::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.border-animetion:hover::after {
  bottom: -8px;
  opacity: 1;
  visibility: visible;
  opacity: .8;
}

.border-animetion-black {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.border-animetion-black::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.border-animetion-black:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.text-opacity {
  -webkit-transition: .3s;
  transition: .3s;
}

.text-opacity:hover {
  opacity: 0.6;
}

.shadow-hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 10px;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04);
}

.shadow-hover-bold {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 15px;
}

.shadow-hover-bold:hover {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04);
}

/*# sourceMappingURL=map/style.css.map */



@media (min-width: 960px) {
  .support {
    width: 70%;
    margin: 0 auto 120px;
  }

  .support_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .support_item {
    width: calc((100% / 2) - 60px);
  }
}

@media (max-width: 960px) {
  .support {
    display: block;
    width: 90%;
    margin: 0 auto 80px;
  }

  .support_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto 80px;
  }

  .support_item {
    width: 300px;
  }

  .support_item {
    margin: 0 20px;
  }
}

.support_item img {
  margin-bottom: 30px;
  width: 100%;
}


.support_item .text-normal {
  line-height: 2.5;
}


@media (min-width: 960px) {
  .curator {
    max-width: 1240px;
    min-width: 870px;
    width: 100%;
    margin: 0 auto 120px;
  }

  .curator_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
  }

  .curator_item .cotent {
    width: calc(100% - 500px);
  }

  .curator_item img {
    width: 300px;
    margin: auto;
    object-fit: cover;
    height: 300px;
  }

}

@media (max-width: 960px) {
  .curator {
    width: 80%;
    margin: 0 auto 80px;
  }

  .curator_item img {
    width: 300px;
    margin: auto;
    object-fit: cover;
    height: 300px;
    margin-bottom: 30px;
  }

  .curator_item {
    margin-bottom: 45px;
  }
}

.curator_item .cotent .text-normal {
  line-height: 2;
}

.curator .text-title {
  text-align: center;
  margin-bottom: 45px;
}


.thanks {
  position: relative;
  height: 100vh;
  background-color: green;
}

.thanks_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  height: 90vh;
  background-color: #fff;
  border-radius: 15px;
}

.thanks_content_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.thanks_content .section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.thanks_content .text-normal {
  margin-bottom: 30px;
  line-height: 2;
}