@charset "UTF-8";

/*
メディアクエリ
================================*/
/*
メディアクエリ
================================*/
/*! =================================================
※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

a {
  color: inherit;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: 100%;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

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

ul,
ol {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  overflow: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #282727;
  font-family: "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  min-width: 1128px;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    min-width: initial;
  }
}

table {
  border: 1px solid inharit;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid inharit;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

/*
ここからフォーム
================================*/
form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #46c5e8;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  background-color: #46c5e8;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

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

input[type="radio"] {
  display: none;
}

input[type="radio"]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type="radio"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="radio"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked+span::after {
  -webkit-transform: translateY(-50%);
  background: #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+span {
  -webkit-transition: all 1s ease 0s;
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  transition: all 1s ease 0s;
}

input[type="checkbox"]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type="checkbox"]+span::after {
  -webkit-transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked+span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #46c5e8;
  border-left: 4px solid #46c5e8;
  content: "";
  display: block;
  height: 15.6px;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 26px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

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

select:focus {
  -webkit-box-shadow: none;
  border-color: #ccc;
  box-shadow: none;
  outline: none;
}

.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: skew(0);
  align-items: center;
  border-radius: 46px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: skew(0);
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.button-primary {
  -webkit-transition: .3s all;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: 90px;
  overflow: hidden;
  position: relative;
  transition: .3s all;
  width: 460px;
}

@media screen and (max-width: 767px) {
  .button-primary {
    height: 50px;
    width: 300px;
  }
}

.button-primary::before {
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}

.button-primary:hover {
  -webkit-transform: translate(5px, 4px);
  opacity: 0.7;
  transform: translate(5px, 4px);
}

.button-black {
  -webkit-transition: .3s all;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: 90px;
  overflow: hidden;
  position: relative;
  transition: .3s all;
  width: 460px;
}

@media screen and (max-width: 767px) {
  .button-black {
    height: 50px;
    width: 300px;
  }
}

.button-black::after {
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
  z-index: 0;
}

.button-black:hover {
  -webkit-transform: translate(5px, 4px);
  opacity: 0.7;
  transform: translate(5px, 4px);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.drawer-button {
  background-color: transparent;
  border: none;
  display: block;
  height: 40px;
  outline: none;
  position: relative;
  width: 40px;
  z-index: 999;
}

.drawer-button::after {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  content: "MENU";
  font-size: 1.2rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.drawer-button[aria-expanded="true"].drawer-button:after {
  color: #fff;
  content: "CLOSE";
}

.drawer-button[aria-expanded="true"] .drawer-button__line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: transparent;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
}

.drawer-button[aria-expanded="true"] .drawer-button__line:before,
.drawer-button[aria-expanded="true"] .drawer-button__line:after {
  background-color: #fff;
}

.drawer-button[aria-expanded="true"] .drawer-button__line:before {
  -webkit-transform: rotate(45deg);
  top: 0;
  transform: rotate(45deg);
}

.drawer-button[aria-expanded="true"] .drawer-button__line:after {
  -webkit-transform: rotate(135deg);
  top: 0;
  transform: rotate(135deg);
}

.drawer-button__line {
  -webkit-transition: top .4s ease, -webkit-transform .3s ease-in-out;
  background-color: #fff;
  bottom: 30px;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: top .4s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .4s ease;
  transition: transform .3s ease-in-out, top .4s ease, -webkit-transform .3s ease-in-out;
  width: 30px;
}

.drawer-button__line::before,
.drawer-button__line::after {
  -webkit-transition: inherit;
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.drawer-button__line::before {
  top: -10px;
}

.drawer-button__line::after {
  top: 10px;
}

.drawer-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  width: 100vw;
}

.drawer-menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.drawer-menu__item {
  -webkit-transform: translateX(200px);
  -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 20px 60px;
  opacity: 0;
  text-align: left;
  transform: translateX(200px);
  transition: opacity .3s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .3s ease;
  transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease;
}

.drawer-menu__item:nth-child(2) {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.drawer-menu__item:nth-child(3) {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.drawer-menu__item:nth-child(4) {
  -webkit-transition-delay: .45s !important;
  transition-delay: .45s !important;
}

.drawer-menu__item:nth-child(5) {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.drawer-menu__item:nth-child(6) {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.drawer-menu__item:first-child {
  margin-top: 0;
}

.drawer-menu__item a {
  display: block;
}

.is-drawer-active {
  overflow: hidden;
}

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

.is-drawer-active .drawer-menu__item {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.common-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .common-inner {
    padding: 0 20px;
  }
}

.common-inner.-narrow {
  max-width: 800px;
}

.common-inner.-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-width: 1300px;
}

@media screen and (max-width: 767px) {
  .common-inner.-right {
    padding-right: 0;
    width: 97vw;
  }
}

.common-inner.-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
  max-width: 1300px;
}

@media screen and (max-width: 767px) {
  .common-inner.-left {
    padding-left: 0;
    width: 97vw;
  }
}

.section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}

.section__title {
  color: #282727;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 2.2rem;
  }
}

.section__subtitle {
  display: block;
  font-size: 2.5rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .section__subtitle {
    font-size: 1.4rem;
  }
}

.fnav {
  background-color: #333;
  padding: 90px 0 125px;
}

@media screen and (max-width: 767px) {
  .fnav {
    padding: 60px 0 46px;
  }
}

.fnav__outer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fnav__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.fnav__logo {
  height: auto;
  width: 145px;
}

@media screen and (max-width: 767px) {
  .fnav__logo {
    margin: 0 auto;
    width: 90px;
  }
}

.fnav__text {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .fnav__text {
    font-size: 2rem;
    padding-left: 0;
    padding-top: 34px;
  }
}

.fnav__bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .fnav__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 76px;
  }
}

.fnav__list {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fnav__list {
    width: 100%;
  }
}

.fnav__item {
  line-height: 2.7;
}

.fnav__item a {
  display: inline-block;
  position: relative;
}

.fnav__item a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  background: #46c5e8;
  bottom: 3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.fnav__item a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

@media screen and (max-width: 767px) {
  .fnav__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 66px;
    width: 100%;
  }
}

.fnav__button a {
  -webkit-transition: .3s all;
  border-radius: 45px;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  transition: .3s all;
  width: 340px;
}

@media screen and (max-width: 767px) {
  .fnav__button a {
    font-size: 1.7rem;
    padding: 13px 0;
    width: 50%;
  }
}

.fnav__button a.-login {
  background-color: #fff;
  color: #46c5e8;
}

.fnav__button a.-login:hover {
  background-color: #46c5e8;
  color: #fff;
}

.fnav__button a.-contact {
  background-color: #fff100;
  color: #282727;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fnav__button a.-contact {
    margin-left: 6px;
    margin-top: 0;
  }
}

.fnav__button a.-contact:hover {
  background-color: #fff;
}

.footer {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 22px 0;
  }
}

.footer__top {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1rem;
    justify-content: flex-start;
  }
}

.footer__top a {
  -webkit-transition: .3s all;
  display: block;
  margin-left: 1em;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .footer__top a {
    margin-left: 0;
    width: 50%;
  }
}

.footer__top a:hover {
  color: #37aed9;
}

@media screen and (max-width: 767px) {
  .footer__top a:nth-child(n + 3) {
    margin-top: 8px;
  }
}

.footer__outer {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 100px;
}

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

.footer__left,
.footer__right {
  font-size: 1.8rem;
  width: 50%;
}

@media screen and (max-width: 767px) {

  .footer__left,
  .footer__right {
    font-size: 1.4rem;
    width: 100%;
  }
}

.footer__left .name {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .footer__left .name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__right {
    margin-top: 54px;
  }
}

.footer__text {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.1rem;
    margin-left: -140px;
  }
}

.header {
  height: 180px;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 16px;
  }
}

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

.header__item a {
  -webkit-transform: skew(0);
  border-radius: 15px;
  font-size: 1.3rem;
  padding: 2px 0;
  text-align: center;
  transform: skew(0);
  width: 110px;
}

@media screen and (max-width: 767px) {
  .header__item a.-log {
    background-color: #fff;
    color: #46c5e8;
  }

  .header__item a.-adm {
    -webkit-transition: .3s all;
    background: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
    background: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    color: #fff;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    transition: .3s all;
  }

  .header__item a.-adm::before {
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: -180px;
    width: 30px;
  }
}

.header__logo {
  -webkit-transition: .3s all;
  height: 121px;
  transition: .3s all;
  width: 130px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    height: 34px;
    width: 38px;
  }
}

.header__logo:hover {
  opacity: 0.8;
}

.header__button {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 90px;
  width: 66px;
}

.header__link {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  overflow: hidden;
  padding: 40px 18px;
  writing-mode: vertical-rl;
}

.header__link.-log {
  -webkit-transition: .3s all;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-radius: 0 26px;
  color: #46c5e8;
  transition: .3s all;
}

.header__link.-log:hover {
  background-color: #46c5e8;
  color: #fff;
}

.header__link.-adm {
  -webkit-transition: .3s all;
  -webkit-transform: skew(0);
  background: -webkit-gradient(linear, left top, left bottom, from(#2af598), to(#009efd));
  background: -webkit-linear-gradient(top, #2af598 0%, #009efd 100%);
  background: linear-gradient(180deg, #2af598 0%, #009efd 100%);
  border-radius: 26px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  transform: skew(0);
  transition: .3s all;
}

.header__link.-adm:hover {
  opacity: 0.7;
}

.header__link.-adm::after {
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
  z-index: 0;
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.activity {
  background-color: #f4f3f3;
  padding: 200px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .activity {
    padding: 150px 0 0;
  }
}

.activity::before {
  border-color: #46c5e8 transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .activity::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .activity::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.activity .section__title {
  margin-bottom: 167px;
}

@media screen and (max-width: 767px) {
  .activity .section__title {
    margin-bottom: 60px;
  }
}

.activity__wrapper {
  -webkit-box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 160px 72px 84px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .activity__wrapper {
    padding: 46px 25px 25px 25px;
  }
}

.activity__wrapper.-reverse {
  padding: 24px 80px 72px 160px;
}

@media screen and (max-width: 767px) {
  .activity__wrapper.-reverse {
    padding: 46px 25px 25px 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .activity__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.activity__outer.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.activity__title {
  color: #46c5e8;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .activity__title {
    font-size: 2.5rem;
  }
}

.activity__title span {
  color: #282727;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .activity__title span {
    font-size: 1.3rem;
  }
}

.activity__image {
  margin-top: -84px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .activity__image {
    margin-top: 23px;
    width: 100%;
  }
}

.activity__box {
  border: 10px solid #eee;
  max-width: 1070px;
  padding: 30px 66px 30px 66px;
}

@media screen and (max-width: 767px) {
  .activity__box {
    padding: 30px 25px 30px 25px;
  }
}

.activity__text {
  font-size: 2.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .activity__text {
    font-size: 1.3rem;
  }
}

.activity__container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  max-width: 1070px;
}

@media screen and (max-width: 767px) {
  .activity__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .activity__contents {
    width: 100%;
  }
}

.activity__label {
  background-color: #fff100;
  border-radius: 20px;
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 2rem;
  height: 40px;
  text-align: center;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .activity__label {
    font-size: 1.4rem;
    height: 32px;
    line-height: 2.3;
    width: 100px;
  }
}

.activity__point {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .activity__point {
    font-size: 2rem;
  }
}

.activity__point span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .activity__point span {
    font-size: 1.4rem;
  }
}

.activity__caption {
  margin-top: 20px;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .activity__caption {
    font-size: 1.3rem;
  }
}

.activity__thumbnail {
  padding-left: 84px;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .activity__thumbnail {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}

.activity__alert {
  background-color: #555;
  border-radius: 50px;
  margin: 50px 0 0 auto;
  max-width: 980px;
  padding: 40px 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .activity__alert {
    padding: 30px 25px;
  }
}

.activity__alert::after {
  background-image: url(../img/activity_alert_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 70px;
  left: -4%;
  position: absolute;
  top: -18%;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .activity__alert::after {
    -webkit-transform: translateX(-50%);
    height: 42px;
    left: 50%;
    top: -8%;
    transform: translateX(-50%);
    width: 47px;
  }
}

.activity__alert p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .activity__alert p {
    font-size: 1.3rem;
  }
}

.activity__alert p span {
  color: #fff100;
}

.activity__line {
  background-color: #f2f2f2;
  display: block;
  height: 1px;
  margin: 100px auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .activity__line {
    margin: 50px auto;
  }
}

.activity__wave {
  margin: 0 auto;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .activity__wave {
    width: 50%;
  }
}

.activity-smasta__contents {
  margin-top: 86px;
}

@media screen and (max-width: 767px) {
  .activity-smasta__contents {
    margin-top: 60px;
  }
}

.activity-smasta__text {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .activity-smasta__text {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.activity-smasta__text.-white {
  color: #fff;
}

.activity-smasta__text span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .activity-smasta__text span {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.activity-smasta__logo {
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .activity-smasta__logo {
    margin: 30px auto 0 auto;
  }
}

.activity-smasta__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .activity-smasta__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 32px auto 0 auto;
    max-width: 245px;
  }
}

.activity-smasta__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #46c5e8;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.3rem;
  font-weight: 600;
  height: 180px;
  justify-content: center;
  text-align: center;
  width: 180px;
}

@media screen and (max-width: 767px) {
  .activity-smasta__item {
    font-size: 1.4rem;
    height: 110px;
    width: 110px;
  }
}

.activity-smasta__item:not(:first-child) {
  margin-left: 42px;
}

@media screen and (max-width: 767px) {
  .activity-smasta__item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .activity-smasta__item:nth-child(even) {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .activity-smasta__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.activity-smasta__item.-white {
  background-color: #fff;
  color: #282727;
}

.activity-smasta__plus {
  display: block;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .activity-smasta__plus {
    font-size: 5.1rem;
  }
}

.activity-smasta__plus.-white {
  color: #fff;
}

.activity-smasta__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #fff100;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  max-width: 555px;
  padding: 16px 70px 16px 60px;
}

@media screen and (max-width: 767px) {
  .activity-smasta__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    border-radius: 40px;
    flex-direction: column;
    padding: 16px;
    width: 265px;
  }
}

.activity-smasta__product span {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .activity-smasta__product span {
    font-size: 2rem;
    text-align: center;
  }
}

.activity-smasta__product img {
  display: block;
  height: 78px;
  width: 50%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .activity-smasta__product img {
    margin-top: 11px;
  }
}

.activity-smasta__caption {
  background-color: #46c5e8;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 67px auto 90px auto;
  padding: 50px 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .activity-smasta__caption {
    font-size: 1.5rem;
    margin: 40px auto 35px auto;
    max-width: 350px;
    padding: 34px 15px;
    text-align: left;
    width: 100%;
  }
}

.activity-smasta__caption.-white {
  background: #fff;
  color: #46c5e8;
}

.activity-smasta__caption span {
  font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
  .activity-smasta__caption span {
    font-size: 2rem;
  }
}

.admission {
  background-color: #46c5e8;
  padding: 110px 0 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .admission {
    padding: 60px 20px;
  }
}

.admission__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 76px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .admission__list {
    margin: 48px auto 0 auto;
  }
}

.admission__item:not(:first-child) {
  margin-top: 20px;
}

.check {
  padding: 186px 0 180px;
}

@media screen and (max-width: 767px) {
  .check {
    padding: 70px 0 0;
  }
}

.check__outer {
  margin: 60px auto 0 auto;
}

.check__label {
  background-color: #46c5e8;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 6px 15px;
}

@media screen and (max-width: 767px) {
  .check__label {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}

.check__box {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  font-size: 1.6rem;
  height: 300px;
  margin-bottom: 60px;
  overflow: auto;
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  .check__box {
    font-size: 1.4rem;
    padding: 20px;
  }
}

.check__box dl {
  margin-bottom: 30px;
}

.check__box dl a {
  display: inline;
  text-decoration: underline;
}

.check__box dt {
  font-weight: 700;
  margin-bottom: 20px;
}

.check__box dd {
  margin-bottom: 30px;
  word-break: break-all;
}

.check__box p {
  padding-left: 1em;
  text-indent: -1em;
}

.choice {
  background-color: #eee;
  padding: 150px 0 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .choice {
    padding: 90px 0 60px;
  }
}

.choice__title {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .choice__title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

.choice__title span {
  color: #46c5e8;
  font-size: 7rem;
}

@media screen and (max-width: 767px) {
  .choice__title span {
    font-size: 3.5rem;
  }
}

.choice__list {
  margin-top: 80px;
  max-width: 1120px;
}

@media screen and (max-width: 767px) {
  .choice__list {
    margin: 52px auto 0 auto;
    max-width: 500px;
  }
}

.choice__item:not(:first-child) {
  margin-top: 23px;
}

.choice__button {
  -webkit-transform: translateX(-50%);
  bottom: -40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .choice__button {
    bottom: -90px;
  }
}

.contents {
  background-color: #eee;
  padding: 120px 0 160px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 70px 0;
  }
}

.contents__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__subtitle {
    font-size: 1.4rem;
  }
}

.contents__text {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 70px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__text {
    font-size: 1.4rem;
    margin: 60px auto 0 auto;
  }
}

.contents__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
  }
}

.contents__outer {
  width: calc(50% - 30px);
}

@media screen and (max-width: 767px) {
  .contents__outer {
    width: 100%;
  }
}

.contents__outer:nth-of-type(2) {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .contents__outer:nth-of-type(2) {
    margin-left: 0;
    margin-top: 44px;
  }
}

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

.contents__item {
  border-radius: 27px;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__item {
    font-size: 1.2rem;
  }
}

.contents__item.-big {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .contents__item.-big {
    padding: 6px 0;
  }
}

.contents__item.-big:nth-of-type(2) {
  margin-left: 30px;
}

.contents__item.-big.-blue {
  background-color: #46c5e8;
}

.contents__item.-big.-yellow {
  background-color: #fff100;
  color: #282727;
}

.contents__item.-small {
  background-color: #fff;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0;
  width: calc(33.33333% - 40px / 3);
}

@media screen and (max-width: 767px) {
  .contents__item.-small {
    margin-top: 10px;
    padding: 6px 0;
  }
}

.contents__item.-small:not(:nth-child(3n)) {
  margin-right: 20px;
}

.contents__item.-small.-blue {
  border: 2px solid #46c5e8;
  color: #46c5e8;
}

.contents__item.-small.-yellow {
  border: 2px solid #fff100;
  color: #282727;
}

.contents__smasta {
  background-color: #333;
  border-radius: 40px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 60px;
  padding: 14px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__smasta {
    font-size: 1.4rem;
    margin-top: 46px;
  }
}

.contents__message {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents__message {
    font-size: 2.2rem;
    margin-top: 56px;
  }
}

.contents-box {
  -webkit-box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  margin: 50px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents-box {
    margin: 26px auto 0 auto;
  }
}

.contents-box__header {
  background-color: #46c5e8;
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 24px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-box__header {
    font-size: 2rem;
    padding: 12px 0;
  }
}

.contents-box__header::after {
  -webkit-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

@media screen and (max-width: 767px) {
  .contents-box__header::after {
    border: 1px solid #fff;
    height: 26px;
    width: 26px;
  }
}

.contents-box__toggle-button {
  -webkit-transform: translateY(-50%);
  background: #46c5e8;
  border-radius: 50%;
  display: block;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 28px;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .contents-box__toggle-button {
    right: 21px;
  }
}

.contents-box__toggle-button::before,
.contents-box__toggle-button::after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

@media screen and (max-width: 767px) {

  .contents-box__toggle-button::before,
  .contents-box__toggle-button::after {
    height: 1px;
    width: 15px;
  }
}

.contents-box__toggle-button::before {
  height: 20px;
  width: 2px;
}

@media screen and (max-width: 767px) {
  .contents-box__toggle-button::before {
    height: 15px;
    width: 1px;
  }
}

.contents-box__wrapper {
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 0;
}

.contents-box__wrapper.-padding {
  padding-top: 46px;
}

.contents-box__title {
  background-color: #fff;
  color: #46c5e8;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 46px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents-box__title {
    font-size: 1.8rem;
    padding: 0 24px;
  }
}

.contents-box__title::after {
  -webkit-transform: translateY(-50%);
  background-color: #46c5e8;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1040px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents-box__title::after {
    width: 78vw;
  }
}

.contents-box__title:nth-of-type(n + 2) {
  margin-top: 46px;
}

.contents-box__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 45px;
}

@media screen and (max-width: 767px) {
  .contents-box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 24px;
  }
}

.contents-box__item {
  border-bottom: 1px dotted #46c5e8;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .contents-box__item {
    font-size: 1.4rem;
    padding: 8px 0;
    width: 100%;
  }
}

.contents-box__item::before {
  background-color: #46c5e8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  position: relative;
  top: -4px;
  width: 8px;
}

.contents-box__item:nth-child(2n) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .contents-box__item:nth-child(2n) {
    margin-left: 0;
  }
}

.contents-box__number {
  -webkit-transform: rotate(-6deg);
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "WindSong", cursive;
  font-size: 8rem;
  left: -50px;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: rotate(-6deg);
}

@media screen and (max-width: 767px) {
  .contents-box__number {
    font-size: 3.5rem;
    left: -20px;
    top: -12px;
  }
}

.contents-box__header.selected .contents-box__toggle-button::before {
  content: normal;
}

.cta {
  background: transparent url(../img/cta_bg.png) no-repeat 50% 50%/cover;
  padding: 170px 0 140px;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 65px 0 65px;
  }
}

.cta .section__title {
  color: #fff;
  text-align: center;
}

.cta__caption {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__caption {
    font-size: 1.2rem;
  }
}

.cta__button {
  margin: 47px auto 0 auto;
}

.dear {
  padding: 170px 0 85px;
}

@media screen and (max-width: 767px) {
  .dear {
    padding: 84px 0 77px;
  }
}

.dear__text {
  margin: 50px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .dear__text {
    font-size: 1.4rem;
    margin: 40px auto 0 auto;
  }
}

.dear__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .dear__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
  }
}

.dear__item {
  background-color: #46c5e8;
  color: #fff;
  font-size: 1.8rem;
  padding: 65px 44px 45px 44px;
  position: relative;
  width: calc(33.3333333% - 120px / 3);
}

@media screen and (max-width: 767px) {
  .dear__item {
    font-size: 1.4rem;
    max-width: 265px;
    padding: 62px 35px 37px 35px;
    width: 100%;
  }
}

.dear__item:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .dear__item:not(:first-child) {
    margin-left: 0;
    margin-top: 45px;
  }
}

.dear__item span {
  background-color: #333;
  border-radius: 36px 0 36px 0;
  color: #fff;
  content: "";
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  left: -38px;
  line-height: 1;
  padding: 25px;
  position: absolute;
  top: -25px;
}

@media screen and (max-width: 767px) {
  .dear__item span {
    font-size: 1.6rem;
    left: -25px;
    padding: 20px 25px;
    top: -16px;
  }
}

.dear__item img {
  bottom: 0;
  display: inline-block;
  height: auto;
  position: absolute;
  right: 0;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .dear__item img {
    width: 110px;
  }
}

.dear__alert {
  margin: 74px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dear__alert {
    font-size: 1.3rem;
    margin: 50px auto 0 auto;
  }
}

.differentiation__text {
  color: #46c5e8;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .differentiation__text {
    font-size: 2.2rem;
  }
}

.event {
  padding: 170px 0 0;
}

@media screen and (max-width: 767px) {
  .event {
    padding: 80px 0 0;
  }
}

.event__text {
  margin: 50px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .event__text {
    font-size: 1.4rem;
    margin: 40px auto 0 auto;
  }
}

.event__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .event__list {
    margin-top: 53px;
  }
}

.event__item {
  width: 33.33333333%;
}

@media screen and (max-width: 767px) {
  .event__item {
    width: 50%;
  }
}

.main-sales {
  background-color: #eee;
  padding: 200px 0 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-sales {
    padding: 100px 0 75px;
  }
}

.main-sales::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .main-sales::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .main-sales::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.main-sales__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 105px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .main-sales__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .main-sales__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main-sales__item:nth-of-type(3) {
    margin: 75px auto 0 auto;
    width: 63%;
  }
}

.main-sales__feature {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-sales__feature {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.main-sales-intro {
  background-color: #46c5e8;
  color: #fff;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 90px auto 0 auto;
  padding: 14px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-sales-intro {
    font-size: 1.6rem;
    margin: 53px auto 0 auto;
  }
}

.main-sales-intro::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  color: #fff;
  content: ">";
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .main-sales-intro::after {
    font-size: 1.4rem;
  }
}

.main-sales-intro__wrapper {
  display: none;
}

.main-sales-intro__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  color: #282727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__list {
    padding: 30px 0;
  }
}

.main-sales-intro__item {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__item {
    width: 50%;
  }
}

.main-sales-intro__item:nth-child(n + 6) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__item:nth-child(n + 6) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-sales-intro__item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.main-sales-intro__icon {
  text-align: center;
}

.main-sales-intro__icon img {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__icon img {
    width: 37%;
  }
}

.main-sales-intro__title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__title {
    font-size: 1.5rem;
    padding-top: 20px;
  }
}

.main-sales-intro__caption {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__caption {
    font-size: 1.3rem;
  }
}

.main-sales-intro__text {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__text {
    font-size: 2.2rem;
    margin-top: 65px;
  }
}

.main-sales-intro__text .small {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .main-sales-intro__text .small {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.main-visual {
  background: transparent url(../img/main_vis_back.png) no-repeat 0 0 / cover;
  background-size: 70vw 40vw;
  height: 100vh;
  padding: 100px 0 0 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 93vh;
    max-height: 700px;
    padding: 60px 0 0;
    background-size: 70vw 120vw;
  }
}

.main-visual__copy {
  -webkit-transform: translateX(-50%);
  height: 314px;
  left: 50%;
  max-width: 1000px;
  position: absolute;
  top: -23%;
  transform: translateX(-50%);
  width: 80vw;
}

@media screen and (max-width: 767px) {
  .main-visual__copy {
    top: -45%;
  }
}

.main-visual__image {
  margin: 0;
  max-width: 1000px;
  width: 44vw;
}

.first__button {
  margin: 150px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .first__button {
    margin: 50px auto 0 auto;
  }
}

.member {
  padding: 170px 0 0;
}

@media screen and (max-width: 767px) {
  .member {
    padding: 100px 0 0;
  }
}

.member__text {
  margin: 50px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .member__text {
    margin: 32px auto 0 auto;
    padding: 0 30px;
  }
}

.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .member__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 53px;
  }
}

.member__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  justify-content: center;
  padding-bottom: 40px;
  width: 33.3333%;
}

@media screen and (max-width: 767px) {
  .member__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 190px;
    padding-bottom: 0;
    padding-top: 60px;
    width: 100%;
  }
}

.member__item.-koyuta {
  background: transparent url(../img/koyutasan.png) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .member__item.-koyuta.sp {
    background: transparent url(../img/koyutasan_sp.png) no-repeat 50% 50%/cover;
  }
}

.member__item.-yuito {
  background: transparent url(../img/yuitosan.png) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .member__item.-yuito.sp {
    background: transparent url(../img/yuitosan_sp.png) no-repeat 50% 50%/cover;
  }
}

.member__item.-sota {
  background: transparent url(../img/sotasan.png) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .member__item.-sota.sp {
    background: transparent url(../img/sotasan_sp.png) no-repeat 50% 50%/cover;
  }
}

.member__item.-yusuke {
  background: transparent url(../img/yusukesan.png) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .member__item.-yusuke.sp {
    background: transparent url(../img/yusukesan_sp.png) no-repeat 50% 50%/cover;
  }
}

.member__item.-jeni {
  background: transparent url(../img/jenisan.png) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .member__item.-jeni.sp {
    background: transparent url(../img/jenisan_sp.png) no-repeat 50% 50%/cover;
  }
}

.member__position {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .member__position {
    font-size: 1.4rem;
  }
}

.member__position span {
  color: #46c5e8;
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .member__position span {
    font-size: 2.5rem;
  }
}

.merit {
  padding: 200px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .merit {
    padding: 100px 0 0;
  }
}

.merit::before {
  border-color: #46c5e8 transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .merit::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .merit::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.merit .common-inner {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .merit .common-inner {
    padding-bottom: 70px;
  }
}

.merit__graph {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__graph {
    width: 80%;
  }
}

.merit__graph img {
  display: block;
}

.merit__graph img:nth-child(2) {
  margin-top: 113px;
}

@media screen and (max-width: 767px) {
  .merit__graph img:nth-child(2) {
    margin-top: 70px;
  }
}

.merit .section__title {
  padding-top: 170px;
}

@media screen and (max-width: 767px) {
  .merit .section__title {
    padding-top: 90px;
  }
}

.merit .section__title.-direction {
  padding-top: 170px;
}

@media screen and (max-width: 767px) {
  .merit .section__title.-direction {
    padding-top: 80px;
  }
}

.merit__subtitle {
  font-size: 2rem;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__subtitle {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .merit__subtitle {
    font-size: 1.6rem;
  }
}

.merit__subtitle .example {
  background: #37aed9;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__subtitle .example {
    font-size: 1.6rem;
    margin-right: 14px;
    padding: 0 10px;
  }
}

.merit__subtitle .line_txt {
  display: inline;
  position: relative;
  word-break: break-all;
  z-index: 1;
}

.merit__subtitle .line_txt::after {
  background: #d93737;
  bottom: -10px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.merit__subtitle .large {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .merit__subtitle .large {
    font-size: 2.2rem;
  }
}

.merit__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .merit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}

.merit__item {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__item {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .merit__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.merit__item .sub {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__item .sub {
    font-size: 1.4rem;
  }
}

.merit__item .darkblue {
  color: #256982;
}

.merit__item .skyblue {
  color: #1a8ab2;
}

.merit__item img {
  display: block;
  height: auto;
  margin: 30px auto;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .merit__item img {
    margin: 8px auto;
  }
}

.merit__item p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__item p {
    font-size: 1.4rem;
  }
}

.merit__item.-direction .sub {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .merit__item.-direction .sub {
    font-size: 2rem;
  }
}

.merit__appeal {
  background-color: #46c5e8;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 93px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__appeal {
    font-size: 2.2rem;
    padding: 60px 0;
  }
}

.message {
  position: relative;
}

.message::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/common_patern.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 492px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .message::after {
    height: 132px;
  }
}

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

@media screen and (max-width: 767px) {
  .message__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.message__title {
  padding-right: 30px;
}

.message__text-block {
  line-height: 3;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .message__text-block {
    margin-top: 60px;
    width: 100%;
  }
}

.message__text {
  margin-bottom: 1.5em;
}

.movie {
  padding: 240px 0 0;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 120px 0 0;
  }
}

.movie__text {
  margin: 50px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .movie__text {
    font-size: 1.4rem;
    margin: 32px auto 0 auto;
  }
}

.movie__image {
  margin: 70px auto 0 auto;
  max-width: 1000px;
}

.movie__image a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.movie__image a:hover {
  opacity: 0.8;
}

.movie__image img {
  text-align: center;
}

.movie__image a:nth-child(2) {
  margin-top: 100px;
}

.movie__button {
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .movie__button {
    margin: 53px auto 0 auto;
  }
}

.partner {
  background: #eee;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .partner {
    padding: 45px 0 60px;
  }
}

.partner__figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: 90px 0 auto;
}

@media screen and (max-width: 767px) {
  .partner__figure {
    margin: 47px 0 auto;
  }
}

.partner__logo {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .partner__logo {
    width: 28%;
  }
}

.price {
  padding: 180px 0 144px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price {
    padding: 106px 0 100px;
  }
}

.price::before {
  border-color: #46c5e8 transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .price::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .price::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.price__subtitle {
  font-weight: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price__subtitle {
    font-size: 1.4rem;
    text-align: left;
  }
}

.price__image {
  margin: 80px auto 0 auto;
  text-align: center;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .price__image {
    margin: 54px auto 0 auto;
  }
}

.price__button {
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .price__button {
    margin: 50px auto 0 auto;
  }
}

.qa {
  background-color: #eee;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 67px 0;
  }
}

.qa__outer {
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .qa__outer {
    margin: 40px auto 0 auto;
  }
}

.qa__dlist {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .qa__dlist {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 14px 10px;
  }
}

.qa__term {
  cursor: pointer;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 35px;
  position: relative;
  text-indent: -35px;
}

@media screen and (max-width: 767px) {
  .qa__term {
    padding-right: 40px;
    text-indent: -26px;
  }
}

.qa__term::before {
  -webkit-transform: translateY(-50%);
  color: #333;
  content: "Q";
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .qa__term::before {
    padding-right: 8px;
  }
}

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

.qa__term span::before,
.qa__term span::after {
  background-color: #46c5e8;
  border-radius: 5px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 30px;
}

@media screen and (max-width: 767px) {

  .qa__term span::before,
  .qa__term span::after {
    width: 20px;
  }
}

.qa__term span::before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.qa__term span::after {
  -webkit-transform: translateY(0%) rotate(90deg);
  -webkit-transition: 0.5s;
  transform: translateY(0%) rotate(90deg);
  transition: 0.5s;
}

.qa__term.open span::after {
  -webkit-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg);
}

.qa__data {
  display: none;
  height: auto !important;
  margin-top: 16px;
  padding-left: 70px;
  padding-right: 80px;
  position: relative;
  text-indent: -45px;
}

@media screen and (max-width: 767px) {
  .qa__data {
    padding-left: 50px;
    padding-right: 20px;
    text-indent: -33px;
  }
}

.qa__data::before {
  color: #37aed9;
  content: "A";
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .qa__data::before {
    padding-right: 16px;
  }
}

.qa__data a {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}

.smasta {
  background: transparent url(../img/smasta_back.png) no-repeat 50% 50%/cover;
  padding: 186px 0 114px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .smasta {
    padding: 110px 0 60px;
  }
}

.smasta::after {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.smasta::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.smasta__subtitle {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .smasta__subtitle {
    font-size: 1.4rem;
  }
}

.smasta__logo {
  margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .smasta__logo {
    margin: 43px auto 0 auto;
  }
}

.smasta__text {
  background-color: #46c5e8;
  border-radius: 9px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .smasta__text {
    font-size: 1.8rem;
    padding: 8px 0;
  }
}

.solution {
  background-color: #46c5e8;
  padding: 140px 0 30px;
  position: relative;
}

.solution::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .solution::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .solution::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.solution__label {
  background-color: #fff100;
  border-radius: 38px;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding: 28px 0;
  position: relative;
  text-align: center;
  width: 640px;
}

@media screen and (max-width: 767px) {
  .solution__label {
    font-size: 1.4rem;
    padding: 17px 0px;
    width: 90%;
    width: 100%;
    line-height: 1.5;
  }
}

.solution__label::before {
  border: 10px solid transparent;
  border-top: 15px solid #fff100;
  content: "";
  left: 18%;
  position: absolute;
  top: 100%;
}

@media screen and (max-width: 767px) {
  .solution__label::before {
    border: 5px solid transparent;
    border-top: 8px solid #fff100;
  }
}

.solution__outer {
  position: relative;
  z-index: 2;
}

.solution__outer::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/solution_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 337px;
  left: 50%;
  position: absolute;
  top: -6%;
  transform: translateX(-50%);
  width: 400px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .solution__outer::before {
    height: 232px;
    top: -10%;
    width: 60%;
  }
}

.solution__title {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 67px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .solution__title {
    font-size: 4.5rem;
  }
}

.solution__title span {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .solution__title span {
    font-size: 3.5rem;
  }
}

.solution__text {
  color: #fff;
  margin: 40px auto 0 auto;
  position: relative;
  width: 530px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .solution__text {
    width: 100%;
  }
}

.solution__image {
  margin-top: -250px;
}

@media screen and (max-width: 767px) {
  .solution__image {
    margin-top: 60px;
  }
}

.solution__button {
  margin: 50px auto 0 auto;
}

.thought {
  padding: 140px 0 350px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .thought {
    padding: 40px 0 130px;
  }
}

.thought::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/common_patern.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 492px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .thought::after {
    height: 132px;
  }
}

.thought__outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

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

.thought__title {
  font-size: 4.5rem;
  font-weight: 700;
  padding-left: 40px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .thought__title {
    font-size: 2.4rem;
    padding-left: 0;
    width: 100%;
  }
}

.thought__title span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .thought__title span {
    font-size: 1.2rem;
  }
}

.thought__contents {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .thought__contents {
    margin-top: 56px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .thought__text {
    font-size: 1.4rem;
  }
}

.thought__text:not(:first-child) {
  margin-top: 2em;
}

.thought__message {
  color: #46c5e8;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 120px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thought__message {
    font-size: 2.2rem;
    margin: 60px auto 0 auto;
  }
}

.voice {
  overflow: hidden;
  padding: 220px 0 235px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 113px 0 60px;
  }
}

.voice::before {
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 70px 50vw 0 50vw;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media screen and (max-width: 1079px) {
  .voice::before {
    border-width: 70px 565px 0 565px;
  }
}

@media screen and (max-width: 767px) {
  .voice::before {
    border-width: 45px 50vw 0 50vw;
  }
}

.voice.-notriangle {
  padding: 165px 0 50px;
}

@media screen and (max-width: 767px) {
  .voice.-notriangle {
    padding: 76px 0 50px;
  }
}

.voice.-notriangle::before {
  display: none;
}

.voice__caption {
  font-size: 1.6rem;
  margin: 50px auto 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .voice__caption {
    font-size: 1.4rem;
    margin: 40px auto 0 auto;
    padding: 0 24px;
  }
}

.voice .swiper-container {
  margin: 90px auto 100px auto;
}

@media screen and (max-width: 767px) {
  .voice .swiper-container {
    margin: 70px auto 70px auto;
  }
}

.voice__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.voice__item {
  border: 2px solid #e7e5e5;
  border-radius: 9px;
  margin: 0;
  width: 30%;
}

.voice__thumbnail img {
  border-radius: 9px 9px 0 0;
}

.voice__body {
  padding: 34px;
}

@media screen and (max-width: 767px) {
  .voice__body {
    padding: 24px;
  }
}

.voice__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 1.4rem;
  }
}

.voice__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: .3s all;
  align-items: center;
  background: #46c5e8;
  border: 1px solid #46c5e8;
  border-radius: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin: 32px auto 0 auto;
  text-align: center;
  transition: .3s all;
  width: 137px;
}

@media screen and (max-width: 767px) {
  .voice__link {
    font-size: 1.2rem;
    height: 26px;
    margin: 20px auto 0 auto;
    width: 95px;
  }
}

.voice__link:hover {
  background-color: #fff;
  border: 1px solid #46c5e8;
  color: #46c5e8;
}

.voice__button {
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .voice__button {
    margin: 60px auto 0 auto;
  }
}

.voice-twitter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .voice-twitter__list {
    margin: 70px auto 0 auto;
  }
}

.voice-twitter__item:nth-child(odd) {
  margin-top: 50px;
}

.whatis {
  position: relative;
}

@media screen and (max-width: 767px) {
  .whatis.section {
    padding: 60px 0;
  }
}

.whatis__answer {
  background: #46c5e8;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 50px;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .whatis__answer {
    font-size: 2.3rem;
    line-height: 1.6;
    margin-top: 40px;
    padding: 18px 30px;
  }
}

.whatis__answer span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .whatis__answer span {
    font-size: 1.5rem;
  }
}

.whatis__unit {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 74px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .whatis__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin: 42px auto 0 auto;
  }
}

.whatis__unit::after {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/whatis_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 37px;
  left: 50%;
  position: absolute;
  top: 32%;
  transform: translateX(-50%);
  width: 165px;
}

@media screen and (max-width: 767px) {
  .whatis__unit::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    height: 29px;
    top: 51%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.whatis__text {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 60px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .whatis__text {
    font-size: 1.4rem;
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .whatis__unit-block:nth-of-type(2) {
    margin-top: 130px;
  }
}

.worries__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 106px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .worries__list {
    margin: 70px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .worries__item {
    width: 50%;
  }
}

.worries__item:nth-child(n + 4) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .worries__item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .worries__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .worries__item img {
    margin: 0 auto;
  }
}

.worries__item.-image01 img {
  height: 467px;
  width: 344px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image01 img {
    height: 223px;
    width: 156px;
  }
}

.worries__item.-image02 img {
  height: 467px;
  width: 295px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image02 img {
    height: 223px;
    width: 156px;
  }
}

.worries__item.-image03 img {
  height: 470px;
  width: 345px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image03 img {
    height: 219px;
    width: 151px;
  }
}

.worries__item.-image04 img {
  height: 457px;
  width: 324px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image04 img {
    height: 219px;
    width: 151px;
  }
}

.worries__item.-image05 img {
  height: 454px;
  width: 295px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image05 img {
    height: 222px;
    width: 151px;
  }
}

.worries__item.-image06 img {
  height: 457px;
  width: 310px;
}

@media screen and (max-width: 767px) {
  .worries__item.-image06 img {
    height: 222px;
    width: 154px;
  }
}

.js-fadein {
  -webkit-transition: 0.6s;
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
}

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

.js-fadein.-bottom {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.is-fadein-active.-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

  .is-fadein-active.-bottom.-last {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1079px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
  display: inline;
  padding: 0 0 4px;
}

.text-left {
  text-align: left;
  width: 50%;
}

.text-right {
  text-align: right;
}

.color-primary {
  color: #46c5e8;
}

.color-secondary {
  color: #fff100;
}

.color-white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .text-left {
    width: 100%;
  }
}

.thunk.sub-kv {
  margin-top: 100px;
  margin-bottom: 50px;
}

.thunk.sub-kv h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #333333;
  font-weight: 800;
}

.thunk.sub-kv h2 span.jp {
  display: block;
  color: #37aed9;
  font-size: 1.8rem;
  padding-top: 10px;
}

.thunk.sub-kv h2 .ble {
  color: #37aed9;
}

.thunk.sub-kv img {
  width: 100px;
  margin-right: 20px;
}

.thunk_in {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 120px;
}

.thunk_in img {
  max-width: 500px;
  height: auto;
}

.line_btn_thunk a {
  line-height: 250%;
  width: 300px;
  background: #07b53b;
  color: #fff;
  font-weight: 800;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .thunk_in .thunk_txt {
    text-align: left;
  }
}

/* WSSクラス無料バナー */

/*TOP banner*/
/*不要時に消す*/

.bnr_img {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 300px;
  height: auto;
  z-index: 30;
}

.bnr_img a {
  display: block;
}

.bnr_img a img {
  width: 100%;
}

.footer {
  padding-bottom: 60px;
}

@media screen and (max-width: 767.98px) {
  .bnr_img {
    width: 160px;
    height: auto;
    bottom: 10px;
    right: 10px;
    left: auto;
  }

  .footer {
    padding-bottom: 0;
  }
}

.teishi {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-weight: 600;
}

.teishi.wh {
  color: #fff;
}

.teishi._toku a:hover {
  border-bottom: 1px solid #333333;
}

.teishi._toku.wh a:hover {
  border-bottom: 1px solid #ffffff;
}

.main-visual .common-inner {
  display: flex;
  position: relative;
  max-width: 92%;
}

.main-visual .common-inner .main_visual_box {
  order: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  z-index: 2;
  padding: 0 40px 0 0;
  text-align: right;
}

.main-visual .common-inner .main_visual_box h3 {
  font-size: 4rem;
  text-align: right;
  padding: 40px 20px 10px;
  font-weight: 800;
}

.main-visual .common-inner .main_visual_box h3 span.blu {
  color: #009ffc;
}

.main-visual .common-inner .main_visual_box h4 {
  color: #ffffff;
  background: #009ffc;
  border-radius: 30px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  padding: 15px 50px;
  font-size: 1.8rem;
}

.main-visual .common-inner .main_visual_box ul {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 0 0 0 auto;
}

.main-visual .common-inner .main_visual_box ul li {
  width: 32%;
}

.main-visual .common-inner .main-visual__image {
  order: -1;
  position: absolute;
  top: 3vh;
  z-index: 1;
}

.first__button.main_vis {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 10;
}

.first__button.main_vis .button-primary {
  width: 80%;
  margin: auto;
}

.main-visual .left_un {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: 1;
}

.main-visual .right_un {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .main-visual {
    height: 1000px;
    background-size: 80vw 70vw;
  }

  .main-visual .common-inner .main_visual_box {
    width: 70vw;
  }

  .main-visual .common-inner .main_visual_box ul {
    width: 85%;
  }

  .main-visual .common-inner .main-visual__image {
    top: 20vh;
    width: 50vw;
  }
}

@media screen and (max-width: 767.98px) {
  .main-visual .common-inner {
    flex-direction: column;
    max-width: 94%;
    padding: 0;
    max-height: 700px;
  }

  .main-visual .common-inner .main_visual_box {
    order: -1;
    width: 100%;
    padding: 0;
    top: 3vh;
  }

  .main-visual .common-inner .main_visual_box h4 {
    font-size: 1.1rem;
    padding: 15px;
    width: 100%;
  }

  .main-visual .common-inner .main_visual_box h3 {
    font-size: 2.1rem;
    padding: 20px 20px 10px;
  }

  .main-visual .common-inner .main_visual_box ul {
    width: 90%;
    margin: auto;
  }

  .main-visual .common-inner .main-visual__image {
    order: 1;
    width: 80%;
    margin: auto;
    top: auto;
    right: 0;
    bottom: 10%;
    left: 0;
  }
}