@charset "UTF-8";
/*------------------------------------------------------------

アニメーション

-------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
.js-switch-animate04,
.js-switch-animate01,
.js-switch-animate02,
.js-switch-animate-image2 {
  opacity: 0;
}

.fadeInRotate, .fadeIn, .fadeInDown, .fadeInUp, .fadeInUpMV, fadeInUpMV02, .fadeInLeft, .fadeInRight {
  opacity: 0;
}

/* MV上で、下からフェード */
.fadeInUpMV {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: fadeInUpMV;
          animation-name: fadeInUpMV;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpMV02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: fadeInUpMV02;
          animation-name: fadeInUpMV02;
  visibility: visible !important;
  position: absolute;
}

@-webkit-keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン */
.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
.fadeOut {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 上からフェード */
.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 回転してフェード */
.fadeInRotate {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-name: fadeInRotate;
          animation-name: fadeInRotate;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotate(-15deg);
            transform: translateY(25%) rotate(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%) rotate(-15deg);
            transform: translateY(25%) rotate(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
/* 下からフェード */
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
  position: inherit;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInRotate.is-delay1,
.fadeInUp.is-delay1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fadeInRotate.is-delay2,
.fadeInUp.is-delay2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeInRotate.is-delay3,
.fadeInUp.is-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeInRotate.is-delay4,
.fadeInUp.is-delay4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeInRotate.is-delay5,
.fadeInUp.is-delay5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fadeInRotate.is-delay6,
.fadeInUp.is-delay6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeInRotate.is-delay7,
.fadeInUp.is-delay7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeInRotate.is-delay8,
.fadeInUp.is-delay8 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeInRotate.is-delay9,
.fadeInUp.is-delay9 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* 左からフェード */
.fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInLeft {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* 右からフェード */
.fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .fadeInRight {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
#globalHead img {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  #globalHead {
    overflow: hidden;
  }
}

.l-content {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.78;
}
.l-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #141414;
}
.l-content a {
  text-decoration: none;
  color: #141414;
}
.l-content img {
  width: 100%;
}

.ff-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fc-gradient {
  color: #2c64dc;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.l-content-wrap {
  width: 100%;
}
.l-content-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-content-inner {
    width: 100%;
    padding: 0;
  }
}

.cv {
  background: url(../img/cv_bg.png) no-repeat center top;
  background-size: cover;
  height: 320px;
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .cv {
    background: url(../img/cv_bg_sp.png) no-repeat center top;
    background-size: cover;
    height: 85.8666666667vw;
    padding-top: 13.3333333333vw;
  }
}

.o-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-contact {
    display: block;
  }
}
.o-contact-btn {
  width: 360px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .o-contact-btn {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .o-contact-btn:not(:first-of-type) {
    margin-top: 6.6666666667vw;
  }
}
.o-contact-btn-catch {
  text-align: center;
}
.o-contact-btn-catch span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .o-contact-btn-catch span {
    padding: 0 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.o-contact-btn-catch span:before, .o-contact-btn-catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  width: 20px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .o-contact-btn-catch span:before, .o-contact-btn-catch span:after {
    width: 3.7333333333vw;
  }
}
.o-contact-btn-catch span:before {
  left: 0;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.o-contact-btn-catch span:after {
  right: 0;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.o-contact-btn-link {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .o-contact-btn-link {
    margin-top: 2vw;
  }
}
.o-contact-btn-link a {
  width: 100%;
  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;
  height: 80px;
  background: #fbff2f;
  border-radius: 50vw;
  font-size: 20px;
  font-weight: bold;
  color: #1e40ca;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-contact-btn-link a {
    height: 16vw;
    font-size: 4vw;
  }
}
.o-contact-btn-link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #1e40ca;
  border-right: 2px solid #1e40ca;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .o-contact-btn-link a::after {
    right: 6vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .o-contact-btn-link a {
    -webkit-transition: background ease 0.4s, color ease 0.4s;
    transition: background ease 0.4s, color ease 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .o-contact-btn-link a:hover {
    background: #1e40ca;
    color: #fff;
  }
  .o-contact-btn-link a:hover::after {
    border-color: #fff;
  }
}
.o-contact-btn-link a.is-blue {
  background: #1e40ca;
  color: #fff;
}
.o-contact-btn-link a.is-blue::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .o-contact-btn-link a.is-blue:hover {
    background: #fbff2f;
    color: #1e40ca;
  }
  .o-contact-btn-link a.is-blue:hover::after {
    border-color: #1e40ca;
  }
}

.l-hero-wrap {
  width: 100%;
  position: relative;
  background: url(../img/board_pc.png) no-repeat center top;
  background-size: cover;
  height: 756px;
}
@media screen and (max-width: 767px) {
  .l-hero-wrap {
    background: url(../img/board_sp.png) no-repeat center top;
    background-size: cover;
    height: 224.2666666667vw;
    text-align: center;
  }
}
.l-hero-inner {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-hero-inner {
    max-width: 100%;
    padding: 0;
  }
}
.l-hero-fig {
  position: absolute;
  top: 85px;
  right: 0;
  width: 54.493%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-hero-fig {
    position: static;
    width: 79.2vw;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
}
.l-hero-main {
  font-size: 55px;
  color: #fff;
  line-height: 1.3;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-hero-main {
    font-size: 8vw;
    padding-top: 4.6666666667vw;
  }
}
.l-hero-main span {
  color: #fbff2f;
}
.l-hero-box {
  border-radius: 20px;
  width: 520px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .l-hero-box {
    border-radius: 2.6666666667vw;
    width: 80vw;
    margin: 3.3333333333vw auto 0;
    padding: w(30) 0;
  }
}
.l-hero-box-logo {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-hero-box-logo {
    width: 31.4666666667vw;
  }
}
.l-hero-box p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-hero-box p {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.l-hero-text {
  color: #fff;
  font-size: 15px;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .l-hero-text {
    width: 80vw;
    margin: 1em auto 0;
    font-size: 2.9333333333vw;
    padding-left: 0;
    text-indent: 0;
    text-align: left;
  }
}
.l-hero-contact {
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .l-hero-contact {
    margin-top: 5.3333333333vw;
  }
}
.l-hero-contact .o-contact-btn {
  width: 320px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-hero-contact .o-contact-btn {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .l-hero-contact .o-contact-btn:not(:first-of-type) {
    margin-top: 4vw;
  }
}

.info {
  padding: 0;
}
.info-inner {
  max-width: 1004px;
  margin: 98px auto 0;
  width: 100%;
  background: url(../img/info_bg.png) no-repeat center top;
  background-size: cover;
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-inner {
    background: url(../img/info_bg_sp.png) no-repeat center top;
    background-size: cover;
    width: 89.8666666667vw;
    height: 84vw;
    margin-top: 13.3333333333vw;
  }
}
.info-inner h2 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .info-inner h2 {
    font-size: 5.0666666667vw;
  }
}
.info-inner p {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .info-inner p {
    font-size: 4vw;
    margin-top: 4vw;
    text-align: left;
    padding: 0 6.6666666667vw;
  }
}

.problem {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .problem {
    margin-top: 13.3333333333vw;
  }
}
.problem h2 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .problem h2 {
    font-size: 5.6vw;
  }
}
.problem h2 span {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .problem h2 span {
    font-size: 3.7333333333vw;
  }
}
.problem-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .problem-list {
    margin-top: 6.6666666667vw;
  }
}
.problem-panel {
  background: #f2f9ff;
  padding: 50px 50px 50px 29%;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .problem-panel {
    width: 84vw;
    margin: 0 auto;
    padding: 10vw 8vw;
    border-radius: 2.6666666667vw;
  }
}
.problem-panel:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .problem-panel:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.problem-panel-no {
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  border-radius: 50vw;
  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: 4em;
  height: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .problem-panel-no {
    font-size: 3.4666666667vw;
    height: 6.6666666667vw;
    margin: 0 auto;
  }
}
.problem-panel-fig {
  position: absolute;
  width: 20%;
  top: 45px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .problem-panel-fig {
    position: static;
    width: 32vw;
    margin: 4vw auto 0;
  }
}
.problem-panel h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: -0.025em;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .problem-panel h3 {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
.problem-panel-text {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .problem-panel-text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}

.point {
  width: 100%;
  position: relative;
  background: url(../img/point_bg.png) no-repeat center top;
  background-size: cover;
  min-height: 808px;
  margin-top: 100px;
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .point {
    background: url(../img/point_bg_sp.png) no-repeat center top;
    background-size: cover;
    min-height: 311.7333333333vw;
    padding: 13.3333333333vw 0;
  }
}
.point h2 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point h2 {
    font-size: 5.6vw;
  }
}
.point h2 span {
  color: #fbff2f;
}
.point-text {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .point-text {
    width: 81.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 3vw;
    text-align: left;
  }
}
.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .point-list {
    display: block;
    margin-top: 9.3333333333vw;
  }
}
.point-panel {
  background: #fff;
  border-radius: 20px;
  width: 32%;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .point-panel {
    width: 64vw;
    border-radius: 2.6666666667vw;
    margin: 0 auto;
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
  .point-panel:not(:first-of-type) {
    margin-top: 4vw;
  }
}
.point-panel-no {
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  border-radius: 50vw;
  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: 100px;
  height: 30px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-panel-no {
    font-size: 3.4666666667vw;
    width: 24vw;
    height: 6.6666666667vw;
  }
}
.point-panel-fig {
  width: 140px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .point-panel-fig {
    width: 29.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.point-panel-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .point-panel-text {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
.point-panel-text span {
  color: #115bfb;
}

.feature {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#eaf2f9));
  background: linear-gradient(to right, #fff, #eaf2f9);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 13.3333333333vw 0;
  }
}
.feature h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature h2 {
    font-size: 5.6vw;
  }
}
.feature h2 span {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .feature h2 span {
    font-size: 3.7333333333vw;
  }
}
.feature-text {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature-text {
    width: 81.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 4vw;
    text-align: left;
  }
}
.feature-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .feature-list {
    margin-top: 10.6666666667vw;
  }
}
.feature-panel {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .feature-panel {
    max-width: 100%;
    display: block;
  }
}
.feature-panel:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature-panel:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
}
.feature-panel:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature-panel-fig {
  width: 36.667%;
}
@media screen and (max-width: 767px) {
  .feature-panel-fig {
    width: 80vw;
    margin: 0 auto;
  }
}
.feature-panel-fig img {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
          box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .feature-panel-fig img {
    -webkit-box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
            box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
    border-radius: 2.6666666667vw;
  }
}
.feature-panel-info {
  width: 58.223%;
}
@media screen and (max-width: 767px) {
  .feature-panel-info {
    width: 80vw;
    margin: 6vw auto 0;
  }
}
.feature-panel-no {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .feature-panel-no {
    font-size: 3.4666666667vw;
  }
}
.feature-panel h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .feature-panel h3 {
    font-size: 4.8vw;
  }
}
.feature-panel h3 sup {
  font-size: 14px;
  position: relative;
  top: -1em;
}
@media screen and (max-width: 767px) {
  .feature-panel h3 sup {
    font-size: 3.4666666667vw;
    top: -0.5em;
  }
}
.feature-panel-text {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .feature-panel-text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.feature-panel-notes {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .feature-panel-notes {
    font-size: 3.2vw;
  }
}

.step {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#eaf2f9));
  background: linear-gradient(to right, #fff, #eaf2f9);
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 16vw 0 13.3333333333vw;
  }
}
.step h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step h2 {
    font-size: 5.6vw;
  }
}
.step-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .step-list {
    margin-top: 6.6666666667vw;
  }
}
.step-panel {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
          box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
  border-radius: 20px;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-panel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 89.3333333333vw;
    width: 89.3333333333vw;
    -webkit-box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
            box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
    border-radius: 2.6666666667vw;
    padding: 4vw 4.6666666667vw;
  }
}
.step-panel:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .step-panel:not(:first-of-type) {
    margin-top: 6.1333333333vw;
  }
}
.step-panel:last-of-type::after {
  content: none;
}
.step-panel::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../img/step_arrow.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .step-panel::after {
    bottom: -4vw;
    width: 5.3333333333vw;
    height: 4vw;
    background-image: url(../img/step_arrow_sp.png);
    background-size: cover;
  }
}
.step-panel-no {
  width: 100px;
  height: 100px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  border-radius: 50vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .step-panel-no {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
.step-panel-no .text01 {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .step-panel-no .text01 {
    font-size: 2.6666666667vw;
  }
}
.step-panel-no .text02 {
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .step-panel-no .text02 {
    font-size: 8.5333333333vw;
  }
}
.step-panel-info {
  margin-left: 4.445%;
}
@media screen and (max-width: 767px) {
  .step-panel-info {
    width: 58vw;
    margin-left: 0;
  }
}
.step-panel-info h3 {
  color: #115bfb;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .step-panel-info h3 {
    font-size: 4.2666666667vw;
  }
}
.step-panel-info p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .step-panel-info p {
    font-size: 4vw;
  }
}

.case {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 13.3333333333vw 0;
  }
}
.case h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case h2 {
    font-size: 5.6vw;
  }
}
.case h2 span {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .case h2 span {
    font-size: 3.7333333333vw;
  }
}
.case-panel {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .case-panel {
    margin-top: 6.6666666667vw;
  }
  .case-panel:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
}
.case-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .case-panel-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.case-panel-head-no {
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  border-radius: 50vw;
  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: 90px;
  height: 30px;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .case-panel-head-no {
    font-size: 3.4666666667vw;
    width: 18.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.case-panel-head h3 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-panel-head h3 {
    font-size: 4.8vw;
  }
}
.case-panel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .case-panel-box {
    display: block;
    margin-top: 4vw;
  }
}
.case-panel-box-fig {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .case-panel-box-fig {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.case-panel-box-info {
  width: 43.5%;
}
@media screen and (max-width: 767px) {
  .case-panel-box-info {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.case-panel-box-info dl {
  border-radius: 10px;
  padding: 20px;
  background: #f2f9ff;
}
@media screen and (max-width: 767px) {
  .case-panel-box-info dl {
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.case-panel-box-info dl dt span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .case-panel-box-info dl dt span {
    font-size: 3.4666666667vw;
  }
}
.case-panel-box-info dl dd {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .case-panel-box-info dl dd {
    margin-top: 0.6666666667vw;
    font-size: 4vw;
  }
}
.case-panel-box-info dl.is-before {
  background: #f9f9f9;
}
.case-panel-box-info dl.is-before dt span {
  color: #757575;
}
.case-panel-box-info dl:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .case-panel-box-info dl:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}
.case-panel:nth-of-type(odd) .case-panel-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.case-panel:nth-of-type(even) .case-panel-head {
  margin-left: 56.5%;
}
@media screen and (max-width: 767px) {
  .case-panel:nth-of-type(even) .case-panel-head {
    margin-left: 0;
  }
}

.success {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#eaf2f9));
  background: linear-gradient(to right, #fff, #eaf2f9);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .success {
    padding: 13.3333333333vw 0;
  }
}
.success h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .success h2 {
    font-size: 5.6vw;
  }
}
.success h2 span {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .success h2 span {
    font-size: 3.7333333333vw;
  }
}
.success-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .success-panel {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
.success-panel-fig {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .success-panel-fig {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.success-panel-fig img {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
          box-shadow: 0 5px 10px rgba(36, 105, 203, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .success-panel-fig img {
    -webkit-box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
            box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(36, 105, 203, 0.1);
    border-radius: 2.6666666667vw;
  }
}
.success-panel-text {
  width: 54%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .success-panel-text {
    width: 80vw;
    margin: 8.6666666667vw auto 0;
    font-size: 4vw;
  }
}

.price {
  background: url(../img/price_bg.png) no-repeat center top;
  background-size: cover;
  height: 486px;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price {
    background: url(../img/price_bg_sp.png) no-repeat center top;
    background-size: cover;
    height: 89.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.price h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price h2 {
    font-size: 5.6vw;
  }
}
.price p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .price p {
    font-size: 4vw;
    text-align: left;
    width: 80vw;
    margin: 6vw auto 0;
  }
}
.price p span {
  color: #fbff2f;
}
.price-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .price-btn {
    margin-top: 8vw;
  }
}
.price-btn a {
  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: 400px;
  height: 80px;
  margin: 0 auto;
  border: #fff solid 3px;
  border-radius: 50vw;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-btn a {
    width: 80vw;
    height: 16vw;
    font-size: 4vw;
  }
}
.price-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .price-btn a::after {
    right: 6vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .price-btn a {
    -webkit-transition: background ease 0.4s, color ease 0.4s;
    transition: background ease 0.4s, color ease 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .price-btn a:hover {
    background: #fff;
    color: #1e40ca;
  }
  .price-btn a:hover::after {
    border-color: #1e40ca;
  }
}

.faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 13.3333333333vw 0;
  }
}
.faq h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq h2 {
    font-size: 5.6vw;
  }
}
.faq-list {
  margin-top: 50px;
}
.faq-panel {
  background: #f2f9ff;
  padding: 50px 60px 50px 100px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .faq-panel {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw 12.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.faq-panel dt {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .faq-panel dt {
    font-size: 4.2666666667vw;
    padding-right: 6vw;
  }
}
.faq-panel dt::before {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2c64dc;
  background: -webkit-gradient(linear, left top, right top, from(#2c64dc), to(#3fbaff));
  background: linear-gradient(to right, #2c64dc, #3fbaff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  position: absolute;
  left: -2em;
  top: -0.05em;
}
@media screen and (max-width: 767px) {
  .faq-panel dt::before {
    font-size: 4.2666666667vw;
    left: -1.5em;
  }
}
.faq-panel dt span {
  display: block;
  width: 100%;
}
.faq-panel dt span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #2c64dc;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .faq-panel dt span::before {
    width: 1em;
    height: 3px;
    top: 0.85em;
  }
}
.faq-panel dt span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #2c64dc;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .faq-panel dt span::after {
    width: 1em;
    height: 3px;
    top: 0.85em;
  }
}
.faq-panel dt.open span::before {
  opacity: 0;
}
.faq-panel dt.open span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-panel dd {
  font-size: 18px;
  margin-top: 20px;
  display: none;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .faq-panel dd {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    padding-right: 6vw;
  }
}
.faq-panel:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .faq-panel:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}

.notes {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .notes {
    padding: 6.6666666667vw 0;
  }
}
.notes ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .notes ul li {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 2.6666666667vw;
  }
}