@charset "UTF-8";
/*================================================================
リセット
================================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

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

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;
}

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

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

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

/*=======================================================,
# 変数
======================================================= */
/* ========================================
共通
======================================== */
body {
  color: #000;
  line-height: 1.48;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, "Meiryo", sans-serif;
}

body.js-active {
  overflow: hidden;
}

.main {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 768px) {
  .tab-show {
    display: block;
  }
}

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

.pc-show {
  display: none;
}
@media (max-width: 1023px) {
  .pc-show {
    display: block;
  }
}

/* header
======================================================= */
.header {
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header {
    background: #00B1E7;
    height: 64px;
  }
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0px 38px;
  width: 100%;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0px 20px;
  }
}

.header__logo {
  z-index: 1100;
}
@media (max-width: 768px) {
  .header__logo {
    padding-top: 5px;
  }
}

.header__button {
  background: #00B1E7;
  border-radius: 10000px;
  color: #fff;
  font-weight: 600;
  padding: 8px 35px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0px 10px;
}
@media (max-width: 768px) {
  .header__button {
    background: #fff;
    color: #00B1E7;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0px 7px;
  }
}
.header__button:hover {
  opacity: 0.7;
}
.header__button:active {
  background: #6C6C6C;
  color: #fff;
  opacity: 1;
}

/*=======================================================,
footer
======================================================= */
.footer {
  background: #EFEFEF;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  margin-inline: auto;
  padding: 86px 56px 32px;
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 28px 0 24px;
  }
}

.footer__copyright {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 17px;
  }
}

.footer__right {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__text {
  font-size: 12px;
}
.footer__text a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__text a:hover {
  opacity: 0.7;
}

/* fv
======================================================= */
.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .fv__inner {
    display: block;
  }
}

.fv__left {
  background: #00B1E7;
  padding-top: 195px;
  position: relative;
  width: 53.59375%;
}
@media (max-width: 768px) {
  .fv__left {
    padding-bottom: 56px;
    padding-top: 102px;
    width: 100%;
  }
}

.fv__left-text-wrap {
  padding-left: 24.5869776482%;
}
@media (max-width: 1440px) {
  .fv__left-text-wrap {
    padding-left: 15.2091254753%;
  }
}
@media (max-width: 768px) {
  .fv__left-text-wrap {
    padding-left: 0;
  }
}

.fv__left-text {
  color: #fff;
  font-size: max(22px, 1.5625vw);
  font-weight: 600;
  letter-spacing: 2.7px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .fv__left-text {
    font-size: clamp(16px, 4.2666666667vw, 30px);
    padding-left: 14.1333333333%;
  }
}

.fv__left-title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(26px, 3.2638888889vw, 47px);
  font-size: max(26px, 2.4479166667vw);
  margin-top: 22px;
}
@media (max-width: 1440px) {
  .fv__left-title {
    font-size: max(26px, 3.2638888889vw);
  }
}
@media (max-width: 768px) {
  .fv__left-title {
    font-size: clamp(23px, 6.1333333333vw, 47px);
    margin-top: 15px;
    padding-left: 12.5333333333%;
  }
}

.fv__left-img {
  margin-inline: auto;
  margin-top: 26px;
  width: 70%;
}
@media (max-width: 1440px) {
  .fv__left-img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .fv__left-img {
    margin-top: 15px;
    width: 100%;
  }
}

.fv__trial-button {
  display: none;
  margin-top: 20px;
  text-align: center;
}
.fv__trial-button button {
  background: #fff;
  border-radius: 100px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 47px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fv__trial-button button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fv__trial-button {
    display: block;
    margin-top: 15px;
  }
}

.fv__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 106px 3.8194444444% 17px;
  width: 45.2083333333%;
}
@media (max-width: 768px) {
  .fv__right {
    display: none;
    left: 0;
    padding: 16px 12px;
    position: fixed;
    right: 0;
    top: 0;
    margin-inline: auto;
    max-width: 788px;
    width: 100%;
  }
  .fv__right.js-active {
    z-index: 2000;
  }
}

.fv__right-inner {
  position: relative;
}

.fv__right-close-icon {
  display: none;
}
@media (max-width: 768px) {
  .fv__right-close-icon {
    background: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    content: "";
    display: block;
    height: 18px;
    padding: 6px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 18px;
    z-index: 1100;
  }
  .fv__right-close-icon:hover {
    opacity: 0.7;
  }
}

.fv__right-top {
  margin-inline: auto;
  max-width: 500px;
}
@media (max-width: 768px) {
  .fv__right-top {
    background: #93DAEF;
    border-radius: 6px 6px 0 0;
    padding: 40px 40px 0;
    max-width: initial;
  }
}

.fv__right-title {
  font-size: clamp(22px, 2.0833333333vw, 40px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .fv__right-title {
    font-size: 5.8666666667vw;
  }
}

.fv__right-text {
  font-size: max(16px, 0.8333333333vw);
  font-weight: 300;
  margin-top: 19px;
}
@media (max-width: 768px) {
  .fv__right-text {
    font-size: 2.6666666667vw;
    margin-top: 12px;
  }
}

.fv__right-form {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .fv__right-form {
    margin-top: 0;
  }
}

.fv__sp-form-back {
  background: #00B1E7;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1999;
}

.form {
  background: #93DAEF;
  border-radius: 10px;
  padding: 24px min(4.4444444444vw, 64px) 64px;
  max-width: 540px;
  margin-inline: auto;
  width: 100%;
  z-index: 1100;
}
@media (max-width: 768px) {
  .form {
    border-radius: 0 0 6px 6px;
    padding: 0 40px 40px;
    max-width: 788px;
  }
}

.form__wrap {
  padding-top: 32px;
}

.form__row span {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .form__row span {
    font-size: min(3.2vw, 16px);
  }
}
.form__row span:after {
  background: #FF476D;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
  width: 8px;
}
@media (max-width: 768px) {
  .form__row span:after {
    display: none;
  }
}
.form__row + .form__row {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form__row + .form__row {
    margin-top: 8px;
  }
}

.form__label input {
  background: #fff;
  border-radius: 6px;
  margin-top: 12px;
  padding: 9px 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .form__label input {
    padding: 8px 11px;
    margin-top: 4px;
  }
}
.form__label input::-webkit-input-placeholder {
  color: #BEB2B2;
  font-size: 14px;
}
.form__label input::-moz-placeholder {
  color: #BEB2B2;
  font-size: 14px;
}
.form__label input:-ms-input-placeholder {
  color: #BEB2B2;
  font-size: 14px;
}
.form__label input::-ms-input-placeholder {
  color: #BEB2B2;
  font-size: 14px;
}
.form__label input::placeholder {
  color: #BEB2B2;
  font-size: 14px;
}
@media (max-width: 768px) {
  .form__label input::-webkit-input-placeholder {
    font-size: min(3.2vw, 14px);
  }
  .form__label input::-moz-placeholder {
    font-size: min(3.2vw, 14px);
  }
  .form__label input:-ms-input-placeholder {
    font-size: min(3.2vw, 14px);
  }
  .form__label input::-ms-input-placeholder {
    font-size: min(3.2vw, 14px);
  }
  .form__label input::placeholder {
    font-size: min(3.2vw, 14px);
  }
}

.form__row--name-input {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.form__row--name-input .form__label {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .form__row--name-input .form__label {
    max-width: initial;
    width: calc(50% - 8px);
  }
}

.form__submit {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .form__submit {
    margin-top: 20px;
  }
}
.form__submit input {
  background: #00B1E7;
  border-radius: 16904px;
  color: #fff;
  font-size: clamp(20px, 1.875vw, 27px);
  font-weight: 600;
  line-height: 148%;
  width: 90%;
  padding: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .form__submit input {
    padding: 9px 100px;
    max-width: 272px;
  }
}
.form__submit input:hover {
  opacity: 0.7;
}

.reason {
  height: 100%;
  padding-top: 88px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .reason {
    padding-bottom: 52px;
    padding-top: 44px;
  }
}

.reason__inner {
  height: 100%;
  padding: 0 40px;
  margin-inline: auto;
  max-width: 1076px;
  text-align: center;
}

.reason__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 148%;
}
@media (max-width: 768px) {
  .reason__title {
    font-size: max(6.4vw, 24px);
  }
}

.reason__list {
  margin-top: 56px;
  height: 100%;
}
@media (max-width: 768px) {
  .reason__list {
    margin-top: 38px;
  }
}
.reason__list ul {
  -webkit-column-gap: min(64px, 4.4444444444vw);
     -moz-column-gap: min(64px, 4.4444444444vw);
          column-gap: min(64px, 4.4444444444vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .reason__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 21px;
  }
}

.reason__content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .reason__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .reason__img {
    width: 32vw;
  }
}

.reason__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .reason__body {
    margin-left: 35px;
    margin-top: 0;
    text-align: left;
    width: 40vw;
  }
}
.reason__body .reason__name {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .reason__body .reason__name {
    font-size: max(4.8vw, 18px);
  }
}
.reason__body .reason__text {
  font-weight: 300;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .reason__body .reason__text {
    font-size: max(14px, 4.2666666667vw);
    margin-top: 8px;
  }
}