@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .sp_only {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 640px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.blue {
  color: #53c0b7;
}

.white {
  color: #fff;
}

.gray {
  color: #f1f1f1;
}

.yellow {
  color: #fff100;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

img {
  max-width: 100%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.ma {
  margin: auto;
}

.read {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.96875;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .read {
    font-size: 32px;
  }
}

.text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .text {
    font-size: 28px;
  }
}

.mt15 {
  margin-top: 150px;
}

.mt12 {
  margin-top: 120px;
}

.header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(83, 192, 183)), to(rgb(116, 215, 240)));
  background-image: linear-gradient(90deg, rgb(83, 192, 183) 0%, rgb(116, 215, 240) 100%);
  height: 55px;
  height: 3.4375rem;
  display: block;
  position: relative;
  z-index: 888;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 640px) {
  .header {
    height: 110px;
  }
}

.header.header-fixed {
  z-index: 999;
}

.header.is-open {
  background-image: none;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  width: 90%;
  margin: auto;
}

.header__logo {
  max-width: 108px;
  max-width: 6.75rem;
}
@media screen and (min-width: 640px) {
  .header__logo {
    max-width: 216px;
  }
}

.header__logo--black {
  display: none;
}

.header.is-open .header__logo-white {
  display: none;
}

.header.is-open .header__logo--black {
  display: inline-block;
}

.header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 640px) {
  .header__icon {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

.header__join {
  max-width: 40px;
  max-width: 2.5rem;
}
@media screen and (min-width: 640px) {
  .header__join {
    max-width: 80px;
  }
}

.header__hamburger {
  position: relative;
  width: 26px;
  width: 1.625rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 640px) {
  .header__hamburger {
    background-size: 52px 36px;
    width: 52px;
    height: 36px;
  }
}

.header__hamburger::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/menu.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
  display: inline-block;
}

.header.is-open .header__hamburger::before {
  background-image: url(../images/close.png);
}

.header__hamburger::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -100%;
  background-color: #111;
  width: 127px;
  width: 7.9375rem;
  height: 127px;
  height: 7.9375rem;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .header__hamburger::after {
    bottom: -60px;
    left: -100%;
    width: 255px;
    height: 255px;
  }
}

.header__menu {
  display: none;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header.is-open .header__menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  z-index: -2;
  margin-top: 55px;
  margin-top: 3.4375rem;
  height: 100vh;
  visibility: inherit;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: scroll;
}
@media screen and (min-width: 640px) {
  .header.is-open .header__menu {
    margin-top: 110px;
  }
}

.menu__items {
  padding: 100px 0 0 0;
}

.menu__item a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 640px) {
  .menu__item a {
    font-size: 36px;
  }
}

.menu__btn {
  margin-top: 10%;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

body.fixed {
  overflow: hidden;
}

.wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

.fv {
  position: relative;
  background-image: url(../images/fv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fv.is-open {
  display: none;
}

.fv__inner {
  position: relative;
  top: -10px;
  z-index: 888;
}

.fv__circle {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 40%;
  height: 40%;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .fv__circle {
    top: -34px;
    right: -16px;
    width: 300px;
    height: 300px;
  }
}

.fv__btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  margin: auto;
  z-index: 888;
}
.cta-area {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  padding: 7px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(83, 192, 183)), to(rgb(116, 215, 240)));
  background-image: linear-gradient(90deg, rgb(83, 192, 183) 0%, rgb(116, 215, 240) 100%);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .cta-area {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 15px;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  padding: 7px;
}
@media screen and (min-width: 640px) {
  .cta {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 15px;
  }
}

/* campus */
.campus {
  background-image: url(../images/white-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0 0 0;
}
@media screen and (min-width: 640px) {
  .campus {
    padding: 150px 0 0 0;
  }
}

.campus__contents {
  padding: 0 0 25px 0;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .campus__contents {
    padding: 0 0 50px 0;
  }
}

.campus__text:not(:first-child) {
  margin-top: 1em;
}

.campus__image {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .campus__image {
    margin-top: 20px;
  }
}

/* question */
.qu {
  background-image: url(../images/dot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -100px;
  padding-top: 150px;
}
@media screen and (min-width: 640px) {
  .qu {
    margin-top: -200px;
    padding-top: 300px;
  }
}

.qu__contents {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .qu__contents {
    padding: 100px 0;
  }
}

.qu__item {
  position: relative;
  border-radius: 30px;
  background-image: url(../images/dot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 25px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .qu__item {
    padding: 100px 50px;
    border-radius: 62px;
  }
}

.qu__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .qu__item:not(:first-child) {
    margin-top: 100px;
  }
}

.qu__sub-title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "century-gothic", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 137px;
  max-width: 8.5625rem;
  width: 100%;
  padding: 2.5% 0;
  margin: auto;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .qu__sub-title {
    border: 3px solid #000;
    max-width: 274px;
    font-size: 30px;
    top: -40px;
    border-radius: 39px;
  }
}

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

.qu__icon {
  position: relative;
  z-index: 1;
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .qu__icon {
    max-width: 160px;
  }
}

.qu__text {
  background-color: #fff;
  border-radius: 30px 30px 30px 0;
  padding: 20px;
  padding: 1.25rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}
@media screen and (min-width: 640px) {
  .qu__text {
    padding: 40px;
    border-radius: 60px 60px 60px 0;
    margin-left: -20px;
  }
}

.qu__text.qu__text--a {
  background-color: #53c0b7;
  border-radius: 30px 30px 0px 30px;
  padding: 20px;
  padding: 1.25rem;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (min-width: 640px) {
  .qu__text.qu__text--a {
    border-radius: 60px 60px 0px 60px;
    padding: 40px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.qu__body--a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .qu__body--a {
    margin-top: 60px;
  }
}

/* case */
.case {
  background-image: url(../images/dot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 0 70px 0;
}
@media screen and (min-width: 640px) {
  .case {
    padding: 0 0 150px 0;
  }
}

.case__wrapper {
  margin-right: 5%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(83, 192, 183)), to(rgb(116, 215, 240)));
  background-image: linear-gradient(90deg, rgb(83, 192, 183) 0%, rgb(116, 215, 240) 100%);
  border-radius: 0 75px 75px 0;
  padding: 70px 0;
}
@media screen and (min-width: 640px) {
  .case__wrapper {
    padding: 150px 0;
    border-radius: 0 150px 150px 0;
  }
}

.case__track {
  max-width: 640px;
  width: 105%;
}

.case__text {
  margin-top: 8%;
  line-height: 1.9375;
}

.slider__item {
  background-color: #fff;
  border-radius: 30px;
  width: 80% !important;
  margin-right: 5%;
  padding: 7% 3%;
}
@media screen and (min-width: 640px) {
  .slider__item {
    border-radius: 62px;
    padding: 70px 30px;
  }
}

.slider__body {
  width: 80%;
  margin: auto;
}

.slider__image {
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .slider__image {
    max-width: 260px;
  }
}

.slider__name {
  margin-top: 4%;
}

.slider__title {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.3;
}
@media screen and (min-width: 640px) {
  .slider__title {
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

.slider__title span {
  background-color: #53c0b7;
  padding: 5px 10px;
  margin-left: -10px;
}

.slider__text {
  margin-top: 1em;
}

/* banner */
.banner {
  margin-top: -30px;
}

/* merit */
.merit {
  padding: 70px 0 0 0;
}
@media screen and (min-width: 640px) {
  .merit {
    padding: 150px 0 0 0;
  }
}

.merit__wrapper {
  max-width: 750px;
  width: 110%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

.merit__contents {
  background-image: url(../images/dot-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px;
  padding: 50px 0;
}
@media screen and (min-width: 640px) {
  .merit__contents {
    padding: 100px 0;
  }
}

.merit__item {
  position: relative;
  padding: 15% 0 8% 0;
  background-color: #fff;
  border-radius: 30px 0 0px 30px;
  width: 95%;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .merit__item {
    border-radius: 62px 0 0px 62px;
  }
}

.merit__item:nth-child(even) {
  border-radius: 0 30px 30px 0px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .merit__item:nth-child(even) {
    border-radius: 0 62px 62px 0px;
  }
}

.merit__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .merit__item:not(:first-child) {
    margin-top: 100px;
  }
}

.merit__point {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "century-gothic", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 137px;
  max-width: 8.5625rem;
  width: 100%;
  padding: 2.5% 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .merit__point {
    border: 3px solid #000;
    top: -40px;
    max-width: 274px;
    font-size: 30px;
    border-radius: 39px;
  }
}

.merit__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .merit__sub-title {
    font-size: 40px;
  }
}

.merit__body {
  margin-top: 8%;
  width: 100%;
}

.merit__koushi:nth-child(2) {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .merit__koushi:nth-child(2) {
    margin-top: 20px;
  }
}

.merit__read {
  width: 85%;
  margin: auto;
  margin-top: 8%;
  margin-right: auto;
  margin-left: 5%;
}

.merit__item:nth-child(even) .merit__read {
  margin-right: 5%;
  margin-left: auto;
}

.merit__image {
  width: 90%;
  margin: auto;
  margin-top: 8%;
}

.merit__contents__read {
  width: 80%;
  margin: auto;
  padding: 8% 0;
}

/* koushi */
.koushi {
  padding: 40px 0;
  background-color: #53c0b7;
}
@media screen and (min-width: 640px) {
  .koushi {
    padding: 80px 0;
  }
}

.koushi__inner {
  width: 90%;
  margin: auto;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}

.koushi__image {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .koushi__image {
    max-width: 160px;
  }
}

.koushi__body {
  color: #fff;
}

.koushi__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .koushi__name {
    font-size: 36px;
  }
}

.koushi__follower {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .koushi__follower {
    font-size: 32px;
  }
}

.koushi__text {
  margin-top: 1em;
}

.koushi__slider {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .koushi__slider {
    margin-top: 20px;
  }
}

.koushi__slider .koushi__item {
  width: 80% !important;
  margin-right: 5%;
}

.koushi__slider .koushi__inner {
  width: 90%;
  margin: auto;
  padding: 0;
}

.koushi__slider .koushi {
  border-radius: 30px;
}
@media screen and (min-width: 640px) {
  .koushi__slider .koushi {
    border-radius: 62px;
  }
}

.koushi__slider .koushi__text {
  width: 90%;
  margin: auto;
  margin-top: 1em;
}

/* move */
.move {
  padding: 0 0 20px 0;
  background-color: rgb(83, 192, 183);
}

.move__head {
  padding: 4.5% 0;
  margin: auto;
}

.move__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4761904762;
  font-weight: bold;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #000;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .move__title {
    font-size: 42px;
    border-radius: 39px;
  }
}

.move__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7772511848;
}

.move__cta {
  width: 80%;
  margin: auto;
  margin-top: 35px;
}
@media screen and (min-width: 640px) {
  .move__cta {
    margin-top: 70px;
  }
}

.vision {
  padding: 70px 0 0 0;
}
@media screen and (min-width: 640px) {
  .vision {
    padding: 150px 0 0 0;
  }
}

.vision__wrapper {
  border: 5px solid #53c0b7;
  border-radius: 20px;
  background-color: #f1f1f1;
  width: 90%;
  margin: auto;
  padding: 7% 0 3% 0;
}
@media screen and (min-width: 640px) {
  .vision__wrapper {
    border-radius: 40px;
    border: 10px solid #53c0b7;
  }
}

.vision__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .vision__sub-title {
    font-size: 40px;
  }
}

.vision__sub-title span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.vision__contents {
  margin-top: 6%;
}

.vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  background-color: #fff;
  border-radius: 13px;
  padding: 5% 3% 5% 3%;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .vision__content {
    border-radius: 27px;
  }
}

.vision__content:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .vision__content:not(:first-child) {
    margin-top: 40px;
  }
}

.vision__image {
  max-width: 74px;
  max-width: 4.625rem;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .vision__image {
    max-width: 148px;
  }
}

.vision__comment {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .vision__comment {
    font-size: 32px;
  }
}

.vision__arrow {
  margin-top: 4%;
  width: 30%;
}

.vision__read {
  position: relative;
  background-color: #53c0b7;
  width: 90%;
  margin: auto;
  border-radius: 27px;
  margin-top: 3%;
}

.vision__read__title {
  position: absolute;
  width: 105%;
  height: auto;
  top: -2%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.vision__read__text {
  width: 90%;
  margin: auto;
  padding: 50% 0 35px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9375;
}
@media screen and (min-width: 640px) {
  .vision__read__text {
    padding: 50% 0 70px 0;
    font-size: 32px;
  }
}

.trust {
  background-image: url(../images/trust-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -50px center;
  padding-top: 70px;
  min-height: 1000px;
  max-height: 2000px;
}
@media screen and (min-width: 360px) {
  .trust {
    min-height: 1070px;
  }
}
@media screen and (min-width: 400px) {
  .trust {
    min-height: 1100px;
  }
}
@media screen and (min-width: 450px) {
  .trust {
    min-height: 1170px;
  }
}
@media screen and (min-width: 500px) {
  .trust {
    min-height: 1230px;
  }
}
@media screen and (min-width: 600px) {
  .trust {
    min-height: 1300px;
  }
}
@media screen and (min-width: 640px) {
  .trust {
    min-height: 2000px;
  }
}

.trust__image {
  margin-right: 5%;
}

.trust__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9375;
  width: 80%;
  margin: auto;
  margin-top: 1em;
}
@media screen and (min-width: 640px) {
  .trust__text {
    font-size: 32px;
  }
}

.price {
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 70px 0;
  margin-top: -100px;
}
@media screen and (min-width: 640px) {
  .price {
    padding: 150px 0;
    margin-top: -180px;
  }
}

.price__item {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  margin: auto;
  padding: 9% 5%;
}
@media screen and (min-width: 640px) {
  .price__item {
    border-radius: 40px;
  }
}

.price__item:nth-child(2) {
  margin-top: 4%;
}

.price__price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .price__price {
    font-size: 40px;
  }
}

.price__price span {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (min-width: 640px) {
  .price__price span {
    font-size: 70px;
  }
}

.price__comment {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5b5b5b;
}
@media screen and (min-width: 640px) {
  .price__comment {
    font-size: 28px;
  }
}

.price__text {
  margin-top: 7%;
}

.price__table__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6304347826;
  border-bottom: 3px solid #53c0b7;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .price__table__title {
    font-size: 46px;
  }
}

.price__table__image {
  margin-top: 6%;
}

.price__cta {
  margin-top: 5%;
}

.faq {
  padding: 15% 0;
}

.faq__contents {
  width: 90%;
  margin: auto;
}

.faq-list__item {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 5% 4%;
}
@media screen and (min-width: 640px) {
  .faq-list__item {
    border-radius: 40px;
  }
}

.faq-list__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .faq-list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.faq-list__question,
.faq-list__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-list__question {
  border-bottom: 2px solid #fff;
  padding-bottom: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-list__answer {
  padding-top: 4%;
}

.faq-list__question::before,
.faq-list__answer::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-list__question::before {
  content: "";
  background-image: url(../images/q.png);
  background-size: 3.4375rem 3.4375rem;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  margin-right: 3%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .faq-list__question::before {
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }
}

.faq-list__answer::before {
  content: "";
  background-image: url(../images/a.png);
  background-size: 3.4375rem 3.4375rem;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  background-repeat: no-repeat;
  margin-right: 3%;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .faq-list__answer::before {
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }
}

.message {
  background-color: #f1f1f1;
  border-radius: 25px;
  padding: 70px 0;
}
@media screen and (min-width: 640px) {
  .message {
    padding: 150px 0;
  }
}

.message__image {
  width: 80%;
  margin: auto;
}

.message__image img {
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .message__image img {
    border-radius: 40px;
  }
}

.message__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9375;
  width: 80%;
  margin: auto;
  margin-top: 7%;
}
@media screen and (min-width: 640px) {
  .message__text {
    font-size: 32px;
  }
}

.message__cta {
  width: 80%;
  margin: auto;
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .message__cta {
    margin-top: 50px;
  }
}

.flow {
  padding: 70px 0 0 0;
}
@media screen and (min-width: 640px) {
  .flow {
    padding: 150px 0 0 0;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 20px 4%;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .flow__item {
    padding: 40px 4%;
    border-radius: 40px;
  }
}
.flow__item {
  margin-top: 20px;
}
.flow__item:nth-child(1) {
  margin-top: 0px;
}
@media screen and (min-width: 640px) {
  .flow__item {
    margin-top: 40px;
  }
  .flow__item:nth-child(1) {
    margin-top: 0px;
  }
}

.flow__number {
  font-family: "century-gothic", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #fff;
  border-radius: 100%;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .flow__number {
    font-size: 55px;
    width: 110px;
    height: 110px;
  }
}

.flow__text:nth-child(3) {
  margin-top: 1em;
}

.flow__image {
  margin-top: 1em;
}

.flow__contact {
  border-bottom: 2px solid #53c0b7;
}

.footer__top-banner {
  margin-top: 15%;
}

.footer {
  padding-bottom: 20%;
}

.footer__logo {
  max-width: 110px;
  max-width: 6.875rem;
  width: 100%;
  margin: auto;
  margin-top: 15%;
}
@media screen and (min-width: 640px) {
  .footer__logo {
    max-width: 220px;
  }
}

.footer__menu {
  margin-top: 4%;
}

.footer__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7307692308;
}
@media screen and (min-width: 640px) {
  .footer__link {
    font-size: 26px;
  }
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7307692308;
}
@media screen and (min-width: 640px) {
  .copyright {
    font-size: 26px;
  }
}

.h1-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .h1-title {
    font-size: 46px;
  }
}

.tokushoho,
.privacy {
  padding: 15% 0;
  width: 80%;
  margin: auto;
}

.contents {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}
@media screen and (min-width: 640px) {
  .contents {
    font-size: 32px;
  }
}

.tokushoho dt,
.tokushoho dd {
  padding: 0.5em;
}

.tokushoho dt .privacy dt {
  font-weight: bold;
}

.privacy dt {
  margin-top: 1em;
}

.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.splide__slide {
  width: 100%;
}

.section-title {
  max-width: 80%;
  margin: auto;
}

.section-title--ja {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  font-weight: bold;
  padding: 12% 0;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .section-title--ja {
    font-size: 46px;
    line-height: 1.6304347826;
  }
}

.section-title__bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 15px;
}

.section-title__bg.section-title__bg--gray {
  background-color: #f1f1f1;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */
