@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/*@media screen and (min-width: 768px) and (max-width: 1720px) {
    html {
        font-size: calc(10 / 1920 * 100vw);
    }
}*/
@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

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

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

.header__inner {
  z-index: 11;
}

.content-width {
  max-width: 172rem;
  margin: 0 auto;
  padding: 0 3.6458333333vw;
}
@media (min-width:1920px) {
  .content-width {
    padding: 0 7rem;
  }
}
@media (max-width: 767px) {
  .content-width {
    padding: 0 0;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF23));
  background: linear-gradient(transparent 70%, #FFFF23 70%);
}

.main {
  background: #02BBCE;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .main {
    padding-top: 11.6145833333vw;
    padding-bottom: 5.3645833333vw;
  }
}
@media (max-width: 767px) {
  .main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .main .main__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.main .main__txt h1 {
  font-size: 3.6458333333vw;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .main .main__txt h1 {
    font-size: 9.3333333333vw;
    padding-top: 12.4vw;
    padding-bottom: 8.4vw;
  }
}
.main .main__txt h1 .small {
  font-size: 2.8645833333vw;
  margin-top: 1.25vw;
  display: block;
}
@media (max-width: 767px) {
  .main .main__txt h1 .small {
    font-size: 7.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.main .main__txt .main__txt__img {
  text-align: center;
  margin-top: 3.0729166667vw;
}
.main .main__movie {
  width: 54.53125vw;
  position: relative;
}
@media (max-width: 767px) {
  .main .main__movie {
    width: 90.1333333333vw;
    padding: 7.3333333333vw 0 8.2666666667vw;
  }
}
.main .main__movie .mv-video-base {
  width: 54.53125vw;
  height: 29.1145833333vw;
}
@media (max-width: 767px) {
  .main .main__movie .mv-video-base {
    width: 90.1333333333vw;
    height: 48vw;
  }
}
.main .main__movie .main__movie__inner {
  position: absolute;
  top: 5.1%;
  left: 13%;
}
@media (max-width: 767px) {
  .main .main__movie .main__movie__inner {
    top: 12.4%;
  }
}
.main .main__movie .main__movie__inner video {
  width: 39.9479166667vw;
  height: 22.8645833333vw;
}
@media (max-width: 767px) {
  .main .main__movie .main__movie__inner video {
    width: 66vw;
    height: 37.7333333333vw;
  }
}
@media (max-width: 767px) {
  .main .main__txt__img {
    margin: 5.4666666667vw auto 0;
    text-align: center;
  }
}
.main .main__txt__img img {
  width: 14.4270833333vw;
  height: 13.6979166667vw;
}
@media (max-width: 767px) {
  .main .main__txt__img img {
    width: 26.5333333333vw;
    height: 8.8vw;
  }
}
.main .main__label-list {
  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;
  margin-top: 1.8229166667vw;
  gap: 1.6145833333vw;
}
.main .main__label-list .label {
  border: solid 1px #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 2.6041666667vw;
  font-weight: 600;
  padding: 0.625vw 2.34375vw;
}
@media (max-width: 767px) {
  .main .main__label-list .label {
    font-size: 6.6666666667vw;
    padding: 1.6vw 6vw;
    border-radius: 1rem;
    border: solid 1.5px #fff;
  }
}

.main::before {
  display: none;
}

.heading01 .top-text {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .heading01 .top-text {
    font-size: 2.6666666667vw;
    margin-bottom: 2.5333333333vw;
  }
}
@media (max-width: 767px) {
  .heading01 .icon {
    width: 3.2vw;
    margin-bottom: 2.4vw;
  }
}
@media (max-width: 767px) {
  .heading01 h2 {
    font-size: 4.8vw;
  }
}

.heading01 p {
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .heading01 p {
    font-size: 1rem;
  }
}

.heading01 p .icon {
  margin-bottom: 0;
}

.trial-btn {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .trial-btn img {
    width: 46.9270833333vw;
    height: 12.5520833333vw;
  }
}
@media (min-width:1920px) {
  .trial-btn img {
    width: 90.1rem;
    height: 24.1rem;
  }
}
@media (max-width: 767px) {
  .trial-btn {
    width: 91.4666666667vw;
    margin: 0 auto;
  }
}

.secVoice {
  padding: 8.7rem 2rem 0;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media (max-width: 767px) {
  .secVoice {
    padding: 5.3333333333vw 0 0;
  }
}
.secVoice h2 {
  color: #0D94C6;
  font-size: 2.6041666667vw;
  font-weight: 600;
  text-align: center;
}
@media (min-width:1920px) {
  .secVoice h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .secVoice h2 {
    font-size: 6.6666666667vw;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.secVoice .secVoice__slider {
  position: relative;
  margin-top: 2.7rem;
  color: #0D0D0D;
}
@media (max-width: 767px) {
  .secVoice .secVoice__slider {
    padding-left: 2rem;
    margin-top: 3.7333333333vw;
  }
}
.secVoice .secVoice__slider .swiper-slide {
  height: 100%;
}
.secVoice .secVoice__slider .secVoice__slider__item {
  border: solid 1px #707070;
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.secVoice .secVoice__slider .secVoice__slider__text {
  background: #fff;
  padding: 3.6rem 2.3rem 6.2rem;
}
@media (max-width: 767px) {
  .secVoice .secVoice__slider .secVoice__slider__text {
    padding: 4.9333333333vw 3.2vw 9.0666666667vw;
  }
}
.secVoice .secVoice__slider .secVoice__slider__text .company-name {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .secVoice .secVoice__slider .secVoice__slider__text .company-name {
    font-size: 2.8vw;
  }
}
.secVoice .secVoice__slider .secVoice__slider__text h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .secVoice .secVoice__slider .secVoice__slider__text h3 {
    font-size: 3.4666666667vw;
  }
}
.secVoice .secVoice__slider .secVoice__slider__text .slider-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .secVoice .secVoice__slider .secVoice__slider__text .slider-text {
    font-size: 2.1333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.secVoice .swiper-button-prev,
.secVoice .swiper-button-next {
  height: 43px;
  width: 43px;
  top: inherit;
  bottom: 6px;
  right: inherit;
}
@media (max-width: 767px) {
  .secVoice .swiper-button-prev,
  .secVoice .swiper-button-next {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.secVoice .swiper-button-prev {
  left: 0.8rem;
}
@media (max-width: 767px) {
  .secVoice .swiper-button-prev {
    left: 7%;
  }
}
.secVoice .swiper-button-next {
  left: 8.3rem;
}
@media (max-width: 767px) {
  .secVoice .swiper-button-next {
    left: 21%;
  }
}
.secVoice .swiper-button-prev:after,
.secVoice .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 43px;
  margin: auto;
  width: 43px;
}
@media (max-width: 767px) {
  .secVoice .swiper-button-prev:after,
  .secVoice .swiper-button-next:after {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.secVoice .swiper-button-prev:after {
  background-image: url(../img/home/slider-prev.svg);
}
.secVoice .swiper-button-next:after {
  background-image: url(../img/home/slider-next.svg);
}
.secVoice .swiper-slide img {
  height: auto;
  width: 100%;
}
.secVoice .more-btn {
  background: #fff;
  border: solid 1px #0D94C6;
  max-width: 18.2rem;
  width: 100%;
  height: 4.9rem;
  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;
  margin: 2.9rem 0 0 auto;
  color: #0D94C6;
  font-size: 1.6rem;
  font-weight: 300;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .secVoice .more-btn {
    max-width: 25.4666666667vw;
    height: 6.9333333333vw;
    font-size: 2.9333333333vw;
    margin: 4vw 2rem 0 auto;
  }
}

/*.header__nav-global ul li a {
    font-size: 2rem;
}

.header__nav-global ul {
    gap: 2rem;
}

.header__nav-global {
    flex: 1;
    max-width: 95.5rem;
}*/
.secVoice--page {
  padding: 20.6rem 2rem 17rem;
}
@media (max-width: 767px) {
  .secVoice--page {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.secVoice--page .secVoice__slider {
  max-width: 154.1rem;
  margin: 5.8rem auto 0;
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider {
    margin-top: 5.4666666667vw;
    padding-left: 0;
  }
}
.secVoice--page .secVoice__slider .secVoice__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 7.1rem;
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.4vw;
  }
}
.secVoice--page .secVoice__slider .secVoice__slider__item:last-of-type {
  margin-bottom: 0;
}
.secVoice--page .secVoice__slider .secVoice__slider__img {
  width: 41%;
  height: 40.8rem;
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__img {
    width: 100%;
    height: auto;
  }
}
.secVoice--page .secVoice__slider .secVoice__slider__img img {
  height: 40.8rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__img img {
    width: 100%;
    height: auto;
  }
}
.secVoice--page .secVoice__slider .secVoice__slider__text {
  background: #fff;
  padding: 2.96875vw 3.28125vw;
  width: 59%;
}
@media (min-width:1920px) {
  .secVoice--page .secVoice__slider .secVoice__slider__text {
    padding: 5.7rem 6.3rem;
  }
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__text {
    width: 100%;
    padding: 6.5333333333vw 3.8666666667vw 11.8666666667vw;
  }
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__text .company-name {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__text h3 {
    margin-top: 3.2vw;
    font-size: 4.1333333333vw;
  }
}
@media (max-width: 767px) {
  .secVoice--page .secVoice__slider .secVoice__slider__text .slider-text {
    margin-top: 5.2vw;
    font-size: 2.6666666667vw;
  }
}
.secVoice--page .trial-btn {
  margin-top: 31.5rem;
}
@media (max-width: 767px) {
  .secVoice--page .trial-btn {
    margin-top: 14.4vw;
  }
}
.secVoice--page .secManual__banner {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .secVoice--page .secManual__banner {
    margin-top: 10.4vw;
  }
}

.secWorries {
  padding: 10rem 2rem 13.3rem;
}
@media (max-width: 767px) {
  .secWorries {
    padding: 14.8vw 5.3333333333vw 13.3333333333vw;
  }
}
.secWorries h2 {
  color: #264289;
  font-size: 2.6041666667vw;
  font-weight: 600;
  text-align: center;
  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;
  gap: 3rem;
}
@media (min-width:1920px) {
  .secWorries h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .secWorries h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 6.6666666667vw;
    gap: 3.4666666667vw;
  }
}
.secWorries h2 .logo img {
  width: 27.2916666667vw;
  height: 4.21875vw;
}
@media (min-width:1920px) {
  .secWorries h2 .logo img {
    width: 52.4rem;
    height: 8.1rem;
  }
}
@media (max-width: 767px) {
  .secWorries h2 .logo {
    width: 69.8666666667vw;
    height: 10.8vw;
  }
}
.secWorries .bottom-text {
  color: #264289;
  font-size: 2.6041666667vw;
  font-weight: 600;
  text-align: center;
  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;
  gap: 3rem;
  margin-top: 11.7rem;
}
@media (min-width:1920px) {
  .secWorries .bottom-text {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .secWorries .bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.1333333333vw;
    gap: 3.6vw;
    font-size: 6.6666666667vw;
  }
}
.secWorries .bottom-text .logo img {
  width: 27.2916666667vw;
  height: 4.21875vw;
}
@media (min-width:1920px) {
  .secWorries .bottom-text .logo img {
    width: 52.4rem;
    height: 8.1rem;
  }
}
@media (max-width: 767px) {
  .secWorries .bottom-text .logo {
    width: 69.8666666667vw;
    height: 10.8vw;
  }
}
.secWorries .secWorries__item {
  position: relative;
}
.secWorries .secWorries__item .secWorries__img {
  text-align: center;
  margin: 18.1rem auto 0;
}
.secWorries .secWorries__item .secWorries__img img {
  width: 30.0520833333vw;
  height: 26.5104166667vw;
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .secWorries__img img {
    width: 57.7rem;
    height: 50.9rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .secWorries__img {
    max-width: 58.1333333333vw;
    margin: 5.8666666667vw auto 0;
  }
}
.secWorries .secWorries__item .marker {
  font-size: 1.5625vw;
  font-weight: 600;
  color: #383636;
  font-weight: 600;
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .marker {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .marker {
    font-size: 4vw;
  }
}
.secWorries .secWorries__item .marker em {
  font-size: 2.0833333333vw;
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .marker em {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .marker em {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .secWorries .secWorries__item .secWorries__text-1 {
    position: absolute;
    top: -2.3958333333vw;
    left: 9.53125vw;
  }
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .secWorries__text-1 {
    top: -4.6rem;
    left: 18.3rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .secWorries__text-1 {
    margin-top: 10vw;
  }
}
@media (min-width: 768px) {
  .secWorries .secWorries__item .secWorries__text-2 {
    position: absolute;
    top: 0.8333333333vw;
    right: 2.7083333333vw;
  }
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .secWorries__text-2 {
    top: 1.6rem;
    right: 5.2rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .secWorries__text-2 {
    text-align: right;
    margin-top: 5.2vw;
  }
}
@media (min-width: 768px) {
  .secWorries .secWorries__item .secWorries__text-3 {
    position: absolute;
    bottom: 10.4166666667vw;
    left: 3.0729166667vw;
  }
}
@media (min-width:1920px) {
  .secWorries .secWorries__item .secWorries__text-3 {
    bottom: 20rem;
    left: 5.9rem;
  }
}
@media (max-width: 767px) {
  .secWorries .secWorries__item .secWorries__text-3 {
    margin-top: 4.5333333333vw;
  }
}

.secImagery {
  padding: 8.8rem 2rem 33.1rem;
  background: #EDEDE5;
}
@media (max-width: 767px) {
  .secImagery {
    padding: 14.6666666667vw 5.3333333333vw 24.5333333333vw;
  }
}
.secImagery .secImagery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin: 5.5208333333vw auto 0;
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner {
    margin-top: 11.7333333333vw;
  }
}
.secImagery .secImagery__item {
  padding: 0;
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item {
    margin-bottom: 18.2666666667vw;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item:last-of-type {
    margin-bottom: 0;
  }
}
.secImagery .secImagery__inner-item h3 {
  color: #0D94C6;
  font-size: 1.6666666667vw;
  font-weight: 600;
  text-align: center;
}
@media (min-width:1920px) {
  .secImagery .secImagery__inner-item h3 {
    font-size: 3.2rem;
  }
}
@media (max-width:1200px) {
  .secImagery .secImagery__inner-item h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item h3 {
    font-size: 5.3333333333vw;
  }
}
.secImagery .secImagery__inner-item p {
  text-align: center;
  margin-top: 1.4583333333vw;
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 1.5;
  color: #264289;
}
@media (min-width:1920px) {
  .secImagery .secImagery__inner-item p {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
}
@media (max-width:1200px) {
  .secImagery .secImagery__inner-item p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item p {
    font-size: 3.2vw;
    margin-top: 3.7333333333vw;
  }
}
.secImagery .secImagery__inner-item .secImagery__inner-item-image {
  max-width: 15.625vw;
  width: 100%;
  margin: 2.65625vw auto 0;
}
@media (min-width:1920px) {
  .secImagery .secImagery__inner-item .secImagery__inner-item-image {
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item .secImagery__inner-item-image {
    max-width: 40vw;
    margin-top: 4.8vw;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.secImagery .secImagery__inner-item {
  width: auto;
  padding: 0 0;
  position: relative;
}
.secImagery .secImagery__inner-item:not(:last-of-type) {
  border-right: none;
}
.secImagery .secImagery__inner-item:not(:last-of-type)::after {
  content: "";
  background-image: url(../img/home/arrow-right.svg);
  width: 2.0833333333vw;
  height: 3.6458333333vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5.7291666667vw;
}
@media (min-width:1920px) {
  .secImagery .secImagery__inner-item:not(:last-of-type)::after {
    width: 4rem;
    height: 7rem;
    right: -11rem;
  }
}
@media (max-width: 767px) {
  .secImagery .secImagery__inner-item:not(:last-of-type)::after {
    background-image: url(../img/home/sp_arrow-right.svg);
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.3333333333vw;
    height: 5.3333333333vw;
    top: 110%;
  }
}

.sec3Feature {
  padding: 0 2rem 21.4rem;
}
@media (max-width: 767px) {
  .sec3Feature {
    padding: 0 5.3333333333vw 38.6666666667vw;
  }
}
.sec3Feature .trial-btn {
  margin-top: -15.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec3Feature .trial-btn {
    margin: -18vw auto 0;
  }
}
.sec3Feature .heading01 {
  text-align: center;
  margin: 19.8rem auto 0;
}
@media (max-width: 767px) {
  .sec3Feature .heading01 {
    margin-top: 23.2vw;
  }
}
.sec3Feature .heading01 p {
  text-align: center;
}
.sec3Feature .sec3Feature__inner {
  max-width: 120.4rem;
  margin: 4.7rem auto 0;
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__inner {
    margin-top: 14vw;
  }
}
.sec3Feature .sec3Feature__item {
  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;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__item {
    gap: 0.6666666667vw;
  }
}
.sec3Feature .sec3Feature__item:last-of-type {
  margin-bottom: 0;
}
.sec3Feature .sec3Feature__item h3 .num {
  color: #FF7A82;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.4833333333;
  display: block;
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__item h3 .num {
    font-size: 8vw;
  }
}
.sec3Feature .sec3Feature__item h3 .ja {
  color: #264289;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.5rem;
  display: block;
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__item h3 .ja {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.sec3Feature .sec3Feature__item p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__item p {
    font-size: 3.2vw;
    margin-top: 4.5333333333vw;
  }
}
.sec3Feature .sec3Feature__item .sec3Feature__item__img {
  max-width: 31.25vw;
  width: 100%;
}
@media (min-width:1920px) {
  .sec3Feature .sec3Feature__item .sec3Feature__item__img {
    max-width: 60rem;
  }
}
@media (max-width: 767px) {
  .sec3Feature .sec3Feature__item .sec3Feature__item__img {
    max-width: 33.7333333333vw;
  }
}
@media (min-width: 768px) {
  .sec3Feature .sec3Feature__item .sec3Feature__item__img img {
    width: 31.25vw;
    height: 31.25vw;
  }
}
@media (min-width:1920px) {
  .sec3Feature .sec3Feature__item .sec3Feature__item__img img {
    width: 60rem;
    height: 60rem;
  }
}

.secComparison {
  background: #3BC7FA;
  padding: 4.53125vw 2rem 15.3645833333vw;
}
@media (max-width: 767px) {
  .secComparison {
    padding: 11.6vw 0 39.3333333333vw 0;
  }
}
.secComparison__inner {
  max-width: 168.4rem;
  margin: 0 auto;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .secComparison__inner {
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 0 0 2.5rem 6.8vw;
    overflow: hidden;
  }
}
.secComparison__inner .scroll-hint-icon {
  top: 21.6rem;
}
.secComparison__inner .js-scrollable {
  padding-top: 3.90625vw;
}
@media (max-width: 767px) {
  .secComparison__inner .js-scrollable {
    padding-top: 10vw;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
.secComparison__inner table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .secComparison__inner table {
    width: 168.4rem;
  }
}
.secComparison__inner table tr:nth-of-type(2n) {
  background: #fff;
}
.secComparison__inner table tr:nth-of-type(2n+1) {
  background: #E3F8FD;
}
.secComparison__inner table tr:nth-of-type(1) {
  background: transparent;
}
.secComparison__inner table tr.tr01 .tr01-1 {
  width: 18.17%;
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 .tr01-1 {
    width: 40.8vw;
  }
}
.secComparison__inner table tr.tr01 .tr01-2 {
  width: 29.69%;
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 .tr01-2 {
    width: 66.6666666667vw;
  }
}
.secComparison__inner table tr.tr01 .tr01-3,
.secComparison__inner table tr.tr01 .tr01-4 {
  width: 25.53%;
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 .tr01-3,
  .secComparison__inner table tr.tr01 .tr01-4 {
    width: 57.3333333333vw;
  }
}
.secComparison__inner table tr.tr01 th {
  padding: 1.8229166667vw 0;
  text-align: center;
  border-top: 6px solid #3BC7FA;
  color: #fff;
  font-size: 1.4583333333vw;
  font-weight: 600;
}
@media (min-width:1920px) {
  .secComparison__inner table tr.tr01 th {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 th {
    padding: 2.3rem 0 2rem;
    font-size: 3.7333333333vw;
  }
}
.secComparison__inner table tr.tr01 th:nth-of-type(1) {
  background: transparent;
  border: none;
}
.secComparison__inner table tr.tr01 th:nth-of-type(2) {
  border-radius: 2rem 0 0 0;
  background: #264289;
  border-left: 6px solid #3BC7FA;
}
.secComparison__inner table tr.tr01 th:nth-of-type(3), .secComparison__inner table tr.tr01 th:nth-of-type(4) {
  background: #73EDBA;
}
.secComparison__inner table tr.tr01 th:nth-of-type(4) {
  border-radius: 0 2rem 0 0;
}
.secComparison__inner table tr.tr01 th p:nth-of-type(1) {
  font-size: 1.2rem;
}
.secComparison__inner table tr.tr01 th p:nth-of-type(1) span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width:1920px) {
  .secComparison__inner table tr.tr01 th p:nth-of-type(1) span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 th p:nth-of-type(1) span {
    font-size: 1.8rem;
  }
}
.secComparison__inner table tr.tr01 th p:nth-of-type(2) {
  margin-top: -0.7rem;
  font-size: 1.4rem;
}
.secComparison__inner table tr.tr01 th p:nth-of-type(2) span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width:1920px) {
  .secComparison__inner table tr.tr01 th p:nth-of-type(2) span {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table tr.tr01 th p:nth-of-type(2) span {
    font-size: 2.4rem;
  }
}
.secComparison__inner table tr.tr01 th p:nth-of-type(3) {
  margin-top: -0.3rem;
  font-size: 1.2rem;
  color: #7E7E7E;
}
.secComparison__inner table tr.tr01 th .btn-type01 {
  margin-top: 1.7rem;
}
.secComparison__inner table tr.tr02 th {
  border-radius: 1.0416666667vw 0 0 0;
  background: #fff;
}
.secComparison__inner table tr.tr03 td {
  color: #F33232;
  font-size: 2rem;
  font-weight: 700;
}
.secComparison__inner table tr.tr06 th {
  border-radius: 0 0 0 2rem;
}
.secComparison__inner table th,
.secComparison__inner table td {
  border-right: 6px solid #3BC7FA;
  border-bottom: 6px solid #3BC7FA;
  text-align: center;
}
.secComparison__inner table th {
  padding: 1.0416666667vw 1.0416666667vw 0.9895833333vw;
  font-size: 1.0416666667vw;
  font-weight: 600;
  color: #264289;
}
@media (min-width:1920px) {
  .secComparison__inner table th {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table th {
    text-align: left;
    padding: 1.1rem 3.0666666667vw 0.9rem;
    font-size: 3.7333333333vw;
  }
}
.secComparison__inner table th:nth-of-type(1) {
  border-left: 6px solid #3BC7FA;
}
.secComparison__inner table th br.brSP {
  display: none;
}
@media (max-width: 767px) {
  .secComparison__inner table th br.brSP {
    display: block;
  }
}
.secComparison__inner table td {
  padding: 1.3020833333vw 1.0416666667vw;
  font-size: 0.9375vw;
  font-weight: 300;
  color: #264289;
  line-height: 1.5555555556;
  color: #2E2D2D;
  text-align: left;
}
@media (min-width:1920px) {
  .secComparison__inner table td {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table td {
    padding: 5.3333333333vw 5.2vw;
  }
}
.secComparison__inner table td .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.40625vw;
}
@media (min-width:1920px) {
  .secComparison__inner table td .ja {
    gap: 2.7rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table td .ja {
    font-size: 3.7333333333vw;
    gap: 3.6vw;
  }
}
.secComparison__inner table td .maru,
.secComparison__inner table td .batu {
  font-size: 1.5625vw;
  font-weight: 300;
  vertical-align: middle;
}
@media (min-width:1920px) {
  .secComparison__inner table td .maru,
  .secComparison__inner table td .batu {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .secComparison__inner table td .maru,
  .secComparison__inner table td .batu {
    font-size: 4.8vw;
  }
}
.secComparison__inner table td .maru {
  color: #FF7A82;
}
.secComparison__inner table td .batu {
  color: #264289;
}
.secComparison__inner > p {
  color: #7E7E7E;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .secComparison__inner > p {
    font-size: 1.2rem;
    padding-right: 1.5rem;
    text-align: left;
  }
}

.secFeature {
  background: #EDEDE5;
  padding-top: 8.6458333333vw;
  padding-bottom: 10vw;
}
@media (max-width: 767px) {
  .secFeature {
    padding-top: 15.6vw;
    padding-bottom: 14.6666666667vw;
  }
}
.secFeature h2 {
  text-align: center;
}
.secFeature .secFeature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3.8020833333vw;
  -webkit-column-gap: 3.4895833333vw;
     -moz-column-gap: 3.4895833333vw;
          column-gap: 3.4895833333vw;
  max-width: 1280px;
  padding-top: 5.9895833333vw;
  margin: 0 auto;
}
@media (min-width:1920px) {
  .secFeature .secFeature__inner {
    row-gap: 7.3rem;
    -webkit-column-gap: 6.7rem;
       -moz-column-gap: 6.7rem;
            column-gap: 6.7rem;
  }
}
@media (max-width: 767px) {
  .secFeature .secFeature__inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 5.7333333333vw;
    row-gap: 14.1333333333vw;
    -webkit-column-gap: 9.3333333333vw;
       -moz-column-gap: 9.3333333333vw;
            column-gap: 9.3333333333vw;
  }
}
.secFeature .secFeature__inner-item::before {
  display: none;
}
.secFeature .secFeature__inner-item {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: none;
  position: relative;
}
.secFeature .secFeature__inner-item .num {
  text-align: center;
  font-size: 3rem;
  color: #264289;
  font-weight: 600;
}
@media (max-width: 767px) {
  .secFeature .secFeature__inner-item .num {
    font-size: 4vw;
  }
}
.secFeature .secFeature__inner-item .secFeature__inner-item__img {
  text-align: center;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .secFeature .secFeature__inner-item .secFeature__inner-item__img {
    max-width: 27.2vw;
    margin: 2.8vw auto 0;
  }
}
@media (min-width: 768px) {
  .secFeature .secFeature__inner-item .secFeature__inner-item__img img {
    width: 12.0833333333vw;
    height: 12.0833333333vw;
  }
}
@media (min-width:1920px) {
  .secFeature .secFeature__inner-item .secFeature__inner-item__img img {
    width: 23.2rem;
    height: 23.2rem;
  }
}
.secFeature .secFeature__inner-item p {
  font-size: 1.6rem;
  color: #264289;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .secFeature .secFeature__inner-item p {
    font-size: 2.4vw;
  }
}
.secFeature .secFeature__inner-item h3 {
  color: #0D94C6;
  margin-top: 2.3958333333vw;
  margin-bottom: 1.1458333333vw;
  padding-bottom: 0;
  min-height: 4.4270833333vw;
}
@media (min-width:1920px) {
  .secFeature .secFeature__inner-item h3 {
    min-height: 8.5rem;
  }
}
@media (max-width: 767px) {
  .secFeature .secFeature__inner-item h3 {
    font-size: 4vw;
    margin-top: 2.5333333333vw;
    min-height: 11.3333333333vw;
  }
}
.secFeature .secFeature__inner-item h3::before {
  display: none;
}

/* サービスプラン
---------------------------------------------- */
.secService {
  padding: 9.6rem 5.5555555556% 10rem;
  background: #264289;
  position: relative;
}
@media (max-width: 767px) {
  .secService {
    padding: 17.6vw 0 16vw 5.3333333333vw;
  }
}
.secService::before {
  background: none;
}
.secService .heading01 {
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .secService .heading01 {
    margin-bottom: 14vw;
  }
}
.secService__inner {
  max-width: 172rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.8645833333vw 2.6041666667vw 4.8958333333vw 1.5625vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .secService__inner {
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 2rem 0 2.5rem 1.5rem;
    overflow: hidden;
  }
}
.secService__inner .scroll-hint-icon {
  top: 21.6rem;
}
.secService__inner .js-scrollable {
  padding-top: 3.3854166667vw;
}
@media (max-width: 767px) {
  .secService__inner .js-scrollable {
    padding-top: 6.5rem;
    width: 100%;
  }
}
.secService__inner table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .secService__inner table {
    width: 214vw;
  }
}
.secService__inner table tr:nth-of-type(2n+1) {
  background: #EEEEEE;
}
.secService__inner table tr:nth-of-type(1) {
  background: transparent;
}
.secService__inner table tr.tr01 th {
  padding: 1.4583333333vw 0 1.0416666667vw;
  text-align: center;
  border-top: none;
  border-right: none;
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th {
    padding: 2.3rem 0 2rem;
  }
}
.secService__inner table tr.tr01 th:nth-of-type(1) {
  background: transparent;
  border: none;
}
.secService__inner table tr.tr01 th:nth-of-type(2), .secService__inner table tr.tr01 th:nth-of-type(5), .secService__inner table tr.tr01 th:nth-of-type(6) {
  background: #EDEDE5;
}
.secService__inner table tr.tr01 th:nth-of-type(2) {
  border-radius: 2rem 0 0 0;
  border-left: none;
}
.secService__inner table tr.tr01 th:nth-of-type(3), .secService__inner table tr.tr01 th:nth-of-type(4) {
  position: relative;
}
.secService__inner table tr.tr01 th:nth-of-type(3)::before, .secService__inner table tr.tr01 th:nth-of-type(4)::before {
  content: "";
  background: url(../img/home/ico_osusume.png) no-repeat;
  background-size: contain;
  width: 4.84375vw;
  height: 4.84375vw;
  position: absolute;
  top: -24%;
  left: 17%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th:nth-of-type(3)::before, .secService__inner table tr.tr01 th:nth-of-type(4)::before {
    width: 9.3rem;
    height: 9.3rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th:nth-of-type(3)::before, .secService__inner table tr.tr01 th:nth-of-type(4)::before {
    width: 12.4vw;
    height: 12.4vw;
    top: -2rem;
  }
}
.secService__inner table tr.tr01 th:nth-of-type(3) {
  background: #73EDBA;
}
.secService__inner table tr.tr01 th:nth-of-type(4) {
  background: #3BC7FA;
}
.secService__inner table tr.tr01 th:nth-of-type(5) {
  border-radius: 0 2rem 0 0;
}
.secService__inner table tr.tr01 th p:nth-of-type(1) {
  font-size: 1.2rem;
}
.secService__inner table tr.tr01 th p:nth-of-type(1) span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th p:nth-of-type(1) span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th p:nth-of-type(1) span {
    font-size: 2.1333333333vw;
  }
}
.secService__inner table tr.tr01 th p:nth-of-type(1) .ja {
  font-size: 1.1979166667vw;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th p:nth-of-type(1) .ja {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th p:nth-of-type(1) .ja {
    font-size: 3.0666666667vw;
  }
}
.secService__inner table tr.tr01 th p:nth-of-type(2) {
  margin-top: -0.7rem;
  font-size: 1.3020833333vw;
  color: #2E2D2D;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th p:nth-of-type(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th p:nth-of-type(2) {
    font-size: 3.3333333333vw;
  }
}
.secService__inner table tr.tr01 th p:nth-of-type(2) span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th p:nth-of-type(2) span {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th p:nth-of-type(2) span {
    font-size: 6.4vw;
  }
}
.secService__inner table tr.tr01 th p:nth-of-type(3) {
  margin-top: -0.3rem;
  font-size: 0.9375vw;
  color: #2E2D2D;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th p:nth-of-type(3) {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th p:nth-of-type(3) {
    font-size: 2.4vw;
  }
}
.secService__inner table tr.tr01 th .btn-type01 {
  margin-top: 1.7rem;
}
.secService__inner table tr.tr01 th .btn-type01__inner__navy a {
  background: #FF7A82;
  color: #fff;
  border: 1px solid #FF7A82;
  font-size: 1.0416666667vw;
  width: 9.21875vw;
  height: 2.0833333333vw;
  border-radius: 2rem;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr01 th .btn-type01__inner__navy a {
    font-size: 2rem;
    width: 17.7rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table tr.tr01 th .btn-type01__inner__navy a {
    width: 23.6vw;
    height: 5.6vw;
    font-size: 2.6666666667vw;
  }
}
.secService__inner table tr.tr02 th {
  border-radius: 2rem 0 0 0;
  border-top: 1px solid #707070;
}
.secService__inner table tr.tr03 td {
  color: #F33232;
  font-size: 1.0416666667vw;
  font-weight: 700;
}
@media (min-width:1920px) {
  .secService__inner table tr.tr03 td {
    font-size: 2rem;
  }
}
.secService__inner table tr.tr06 th {
  border-radius: 0 0 0 2rem;
}
.secService__inner table th,
.secService__inner table td {
  width: 16.6666666667%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width:1920px) {
  .secService__inner table th,
  .secService__inner table td {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table th,
  .secService__inner table td {
    font-size: 2.6666666667vw;
  }
}
.secService__inner table th span,
.secService__inner table td span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 1.7708333333vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width:1920px) {
  .secService__inner table th span,
  .secService__inner table td span {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .secService__inner table th span,
  .secService__inner table td span {
    font-size: 4.5333333333vw;
  }
}
.secService__inner table th {
  padding: 2rem 2rem 2rem;
}
@media (max-width: 767px) {
  .secService__inner table th {
    width: 42.6666666667vw;
    padding: 1.1rem 1rem 0.9rem;
  }
}
.secService__inner table th:nth-of-type(1) {
  border-left: 1px solid #707070;
}
.secService__inner table th br.brSP {
  display: none;
}
@media (max-width: 767px) {
  .secService__inner table th br.brSP {
    display: block;
  }
}
.secService__inner table td {
  padding: 0.625vw 1.0416666667vw 0.5208333333vw;
}
@media (max-width: 767px) {
  .secService__inner table td {
    width: 42.6666666667vw;
  }
}
.secService__inner > p {
  color: #2E2D2D;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 2.25;
  text-align: left;
  margin-top: 4.5rem;
  padding-left: 4.6354166667vw;
}
@media (min-width:1920px) {
  .secService__inner > p {
    font-size: 2rem;
    padding-left: 8.9rem;
  }
}
@media (max-width: 767px) {
  .secService__inner > p {
    font-size: 2.6666666667vw;
    margin-top: 6vw;
    padding-left: 6.1333333333vw;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .secCompany {
    padding: 5vw 5.5555555556% 5.2083333333vw;
  }
}

.secCompany__inner-unit-item {
  width: 100%;
}

@media (min-width: 768px) {
  .secCompany .heading01 {
    margin-bottom: 3.6458333333vw;
  }
}

@media (min-width: 768px) {
  .footer__inner {
    padding: 4.1666666667vw 3.4722222222%;
  }
}

.secMovie {
  padding: 7.0833333333vw 0 7.8125vw;
}
@media (max-width: 767px) {
  .secMovie {
    padding: 26.5333333333vw 5.3333333333vw;
  }
}
.secMovie .heading01 {
  margin-bottom: 6.4rem;
}
.secMovie .heading01 h2 {
  text-align: center;
}
.secMovie .secMovie__item {
  border: solid 2px #264289;
  border-radius: 2rem;
  background: #fff;
  padding: 3.59375vw 6.25vw 3.28125vw;
  margin-bottom: 3.4375vw;
  gap: 5.6770833333vw;
}
@media (min-width:1920px) {
  .secMovie .secMovie__item {
    padding: 6.9rem 12rem 6.3rem;
    gap: 10.9rem;
  }
}
@media (max-width: 767px) {
  .secMovie .secMovie__item {
    padding: 0;
    margin-bottom: 6.6rem;
    gap: 5vw;
    border: none;
  }
}
.secMovie .secMovie__item:last-of-type {
  margin-bottom: 0;
}
.secMovie .secMovie__item .secMovie__txt {
  max-width: 68rem;
  width: 100%;
  padding: 0;
}
.secMovie .secMovie__item .secMovie__txt p {
  color: #264289;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .secMovie .secMovie__item .secMovie__txt p {
    font-size: 2.9333333333vw;
  }
}
.secMovie .secMovie__item h3 {
  background: #264289;
  color: #fff;
  font-size: 2.34375vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 1.0416666667vw;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width:1920px) {
  .secMovie .secMovie__item h3 {
    font-size: 4.5rem;
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .secMovie .secMovie__item h3 {
    font-size: 6vw;
    border-radius: 2.6666666667vw;
  }
}
.secMovie .secMovie__item .secMovie__video {
  max-width: 36.1458333333vw;
  width: 100%;
}
@media (min-width:1920px) {
  .secMovie .secMovie__item .secMovie__video {
    max-width: 69.4rem;
  }
}
@media (max-width: 767px) {
  .secMovie .secMovie__item .secMovie__video {
    max-width: 89.3333333333vw;
  }
}
.secMovie .secMovie__item .secMovie__video video {
  height: 20.3125vw;
}
@media (min-width:1920px) {
  .secMovie .secMovie__item .secMovie__video video {
    height: 39rem;
  }
}
@media (max-width: 767px) {
  .secMovie .secMovie__item .secMovie__video video {
    width: 100%;
    height: 50.5333333333vw;
  }
}

.secTrial {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .secTrial {
    padding-bottom: 20vw;
  }
}
.secTrial .trial-btn {
  margin-top: -7.9166666667vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .secTrial .trial-btn {
    margin: -18vw auto 0;
  }
}
.secTrial .secTrial__item {
  border-radius: 2rem;
  background: #48D2E0;
  padding: 3.59375vw 6.25vw 3.28125vw;
  margin-bottom: 6.6rem;
  gap: 5.6770833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.4rem;
}
@media (min-width:1920px) {
  .secTrial .secTrial__item {
    gap: 10.9rem;
    padding: 6.9rem 12rem 6.3rem;
  }
}
@media (max-width: 767px) {
  .secTrial .secTrial__item {
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.1333333333vw 5.3333333333vw 10.1333333333vw;
    gap: 11.2vw;
  }
}
.secTrial .secTrial__item:last-of-type {
  margin-bottom: 0;
}
.secTrial .secTrial__item .secTrial__txt {
  max-width: 68rem;
  width: 100%;
  padding: 0;
}
.secTrial .secTrial__item .secTrial__txt p {
  color: #264289;
  font-size: 1.71875vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 3.3rem;
  text-align: center;
}
@media (min-width:1920px) {
  .secTrial .secTrial__item .secTrial__txt p {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .secTrial .secTrial__item .secTrial__txt p {
    font-size: 4.4vw;
    margin-top: 4.4vw;
  }
}
.secTrial .secTrial__item .secTrial__txt .ico_mail {
  text-align: center;
  margin-top: 2.46rem;
}
@media (max-width: 767px) {
  .secTrial .secTrial__item .secTrial__txt .ico_mail {
    width: 12.5333333333vw;
    margin: 3.2vw auto 0;
  }
}
.secTrial .secTrial__item .secTrial__txt small {
  color: #fff;
  text-align: center;
  margin-top: 4.4rem;
  display: block;
  font-size: 1.8rem;
  color: #264289;
}
@media (max-width: 767px) {
  .secTrial .secTrial__item .secTrial__txt small {
    font-size: 3.2vw;
    margin-top: 5.8666666667vw;
  }
}
.secTrial .secTrial__item .secTrial__txt small b {
  font-weight: 600;
}
.secTrial .secTrial__item h3 {
  background: #FFFF23;
  color: #264289;
  font-size: 2.34375vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width:1920px) {
  .secTrial .secTrial__item h3 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .secTrial .secTrial__item h3 {
    font-size: 6vw;
    border-radius: 2.6666666667vw;
  }
}
.secTrial .secTrial__item .secTrial__video {
  max-width: 36.1458333333vw;
  width: 100%;
}
@media (min-width:1920px) {
  .secTrial .secTrial__item .secTrial__video {
    max-width: 69.4rem;
  }
}
@media (max-width: 767px) {
  .secTrial .secTrial__item .secTrial__video {
    max-width: 100%;
  }
}
.secTrial .secTrial__item .secTrial__video video {
  height: 20.3125vw;
}
@media (min-width:1920px) {
  .secTrial .secTrial__item .secTrial__video video {
    height: 39rem;
  }
}
@media (max-width: 767px) {
  .secTrial .secTrial__item .secTrial__video video {
    width: 100%;
    height: 50.5333333333vw;
  }
}

.secTrial--2 {
  padding-top: 4.4791666667vw;
}
@media (max-width: 767px) {
  .secTrial--2 {
    padding-top: 9.8666666667vw;
    padding-bottom: 0;
  }
}
.secTrial--2 .trial-btn {
  margin-top: 0;
}

.secManual {
  padding: 5.1041666667vw 0 5.15625vw;
}
@media (max-width: 767px) {
  .secManual {
    padding: 17.6vw 5.3333333333vw 0;
  }
}

.secManual__banner {
  background: #B4E9F8;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 3.59375vw 6.71875vw 3.8020833333vw 8.28125vw;
  position: relative;
}
@media (min-width: 768px) {
  .secManual__banner {
    max-width: 74.7916666667vw;
  }
}
@media (min-width:1920px) {
  .secManual__banner {
    max-width: 143.6rem;
    padding: 6.9rem 12.9rem 7.3rem 15.9rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner {
    padding: 8.2666666667vw 4.6666666667vw 10.2666666667vw;
  }
}

.secManual__banner__text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .secManual__banner__text {
    width: 100%;
  }
}
.secManual__banner__text p {
  text-align: center;
  color: #264289;
  font-size: 1.3020833333vw;
  font-weight: 600;
}
@media (min-width:1920px) {
  .secManual__banner__text p {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner__text p {
    font-size: 4vw;
  }
}
.secManual__banner__text .logo {
  margin-top: 1.94rem;
}
.secManual__banner__text .logo img {
  width: 27.2916666667vw;
  height: 4.21875vw;
}
@media (min-width:1920px) {
  .secManual__banner__text .logo img {
    width: 52.4rem;
    height: 8.1rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner__text .logo {
    width: 56.1333333333vw;
    margin-top: 2.5333333333vw;
  }
}
.secManual__banner__text .secManual__btn a {
  background: #fff;
  color: #264289;
  border-radius: 2rem;
  width: 33.2291666667vw;
  height: 3.6458333333vw;
  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;
  margin: 2.34rem auto 0;
  padding: 0 2.4479166667vw 0 3.28125vw;
  font-size: 2.34375vw;
  font-weight: 600;
}
@media (min-width:1920px) {
  .secManual__banner__text .secManual__btn a {
    width: 63.8rem;
    height: 7rem;
    padding: 0 4.7rem 0 6.3rem;
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner__text .secManual__btn a {
    width: 100%;
    height: 9.3333333333vw;
    font-size: 6vw;
    padding: 0 6.8vw;
    border-radius: 2.6666666667vw;
    gap: 2.8vw;
    margin-top: 3.0666666667vw;
  }
}
.secManual__banner__text .secManual__btn a .arrow {
  width: 2.7604166667vw;
}
@media (min-width:1920px) {
  .secManual__banner__text .secManual__btn a .arrow {
    width: 5.3rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner__text .secManual__btn a .arrow {
    width: 7.0666666667vw;
  }
}

@media (min-width: 768px) {
  .secManual__banner__img {
    position: absolute;
    top: -2.65625vw;
    right: 6.71875vw;
  }
}
@media (min-width:1920px) {
  .secManual__banner__img {
    top: -5.1rem;
    right: 12.9rem;
  }
}
@media (max-width: 767px) {
  .secManual__banner__img {
    width: 51.7333333333vw;
    margin: 4.8vw auto 0;
  }
}
@media (min-width: 768px) {
  .secManual__banner__img img {
    width: 20.2083333333vw;
    height: 19.4791666667vw;
  }
}
@media (min-width:1920px) {
  .secManual__banner__img img {
    top: 38.8rem;
    right: 37.4rem;
  }
}

.secFaq {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 767px) {
  .secFaq {
    padding-bottom: 0;
  }
}
.secFaq .heading01 p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .secNews {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}

@media (max-width: 767px) {
  .secNews .heading01 p,
  .secFaq .heading01 p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .secNews .heading01 .icon,
  .secFaq .heading01 .icon {
    margin-bottom: 0;
  }
}