@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  color: #072334;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.pc_n {
  display: none !important;
}
@media (max-width: 767px) {
  .pc_n {
    display: block !important;
  }
}

.sp_n {
  display: block !important;
}
@media (max-width: 767px) {
  .sp_n {
    display: none !important;
  }
}

img {
  width: 100%;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
a:hover::before {
  opacity: 1;
}
a:hover::after {
  opacity: 1;
}

.wrap {
  overflow: hidden;
}

.btn {
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btn {
    width: 26.2rem;
  }
}

.btn_text {
  color: #F56075;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  letter-spacing: 0.09rem;
}
@media (max-width: 767px) {
  .btn_text {
    font-size: 1.4rem;
  }
}

.btn_link {
  width: 42rem;
  height: 6.3636rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  border-radius: 0.2545rem;
  background: #F56075;
  margin-top: 1.13rem;
}
@media (max-width: 767px) {
  .btn_link {
    width: 26.2rem;
    font-size: 1.8rem;
    margin-top: 0.6rem;
    height: 5rem;
  }
}

.error-page {
  padding-top: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .error-page {
    padding-top: 5rem;
  }
}

.error-page__inner {
  text-align: center;
}

.error-page__title {
  font-size: 4rem;
}

.error-page__subtitle {
  margin-top: 0.5rem;
  font-size: 2.8rem;
}

.error-page__text {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .error-page__text {
    font-size: 1.6rem;
  }
}

.header__logo {
  position: absolute;
  top: 2.2rem;
  left: 2.8rem;
  width: 16.7rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .header__logo {
    width: 9.1rem;
    height: 3.1rem;
    top: 0.8rem;
    left: 1.7rem;
  }
}

.fv {
  height: 64.9rem;
  padding-top: 17.7rem;
  background: url(../img/bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    background: url(../img/bg_sp.jpg) no-repeat center center/cover;
    padding-top: 6.6rem;
    height: 45.2rem;
    position: relative;
  }
}

.fv-page {
  background: url(../img/page-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .fv-page {
    background: url(../img/page-bg_sp.jpg) no-repeat center center/cover;
  }
}

@media (max-width: 767px) {
  .fv__content {
    margin-left: 0;
  }
}

.fv__inner {
  max-width: 110.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}
@media (max-width: 767px) {
  .fv__inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.fv-page__inner {
  max-width: 110.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fv__img {
  width: 55.4rem;
  height: 59.1rem;
  position: relative;
  top: -11.8rem;
  left: 6.6rem;
}
@media (max-width: 767px) {
  .fv__img {
    position: absolute;
    width: 30.5rem;
    height: 32.5rem;
    top: auto;
    left: 9.4rem;
    bottom: -0.7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fv__img {
    top: -3rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1080px) {
  .fv__img {
    top: -2.963vw;
  }
  .fv__img img {
    object-fit: cover;
  }
}
.page-fv__img {
  width: 66rem;
  height: 56.4rem;
  position: relative;
  top: -8.8rem;
  left: -5.4rem;
  flex-shrink: 0;
}
.page-fv__img img {
  height: 100%;
}
@media (max-width: 767px) {
  .page-fv__img {
    position: absolute;
    width: 34.3rem;
    height: 29.3rem;
    top: auto;
    left: 10.1rem;
    bottom: -5.1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-fv__img {
    top: -3rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1080px) {
  .page-fv__img {
    top: -2.963vw;
  }
  .page-fv__img img {
    object-fit: cover;
  }
}
.fv__title {
  color: #027F9B;
  font-size: 4.9279rem;
  font-weight: 900;
  line-height: 130%; /* 6.4062rem */
  letter-spacing: 0.2464rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 3.367rem;
    margin-left: 2.23rem;
    z-index: 2;
  }
}
.fv__title span {
  position: relative;
  z-index: 2;
}
.fv__title::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 39.8rem;
  height: 6.3rem;
  left: 46%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv__title::after {
    width: 29.8rem;
    height: 3.9868rem;
    bottom: 0.2rem;
    left: 45%;
  }
}
.fv__title::before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 39.4rem;
  height: 6.3rem;
  left: 46%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv__title::before {
    width: 29.3333rem;
    height: 3.9868rem;
    left: 45%;
  }
}

.fv-page__title {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fv-page__title {
    font-size: 2.9rem;
    margin-left: 0;
    line-height: 1.5;
  }
}
.fv-page__title::after {
  width: 45.8rem;
  left: 41%;
  bottom: -0.3rem;
}
@media (max-width: 767px) {
  .fv-page__title::after {
    width: 27.1rem;
    height: 4.2rem;
    left: 39%;
    bottom: -0.1rem;
  }
}
.fv-page__title::before {
  width: 55.4rem;
  left: 50%;
}
@media (max-width: 767px) {
  .fv-page__title::before {
    width: 33.8rem;
    left: 49%;
    height: 4rem;
    top: 0.2rem;
    bottom: -0.1rem;
  }
}

.fv__text {
  color: #FFF;
  font-size: 2.9941rem;
  font-weight: 700;
  line-height: 150%; /* 4.4912rem */
  letter-spacing: 0.1497rem;
  border-radius: 0.4rem;
  background: #01AED5;
  display: flex;
  width: 48.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  padding-top: 0.1rem;
  padding-left: 1.7rem;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .fv__text {
    margin-left: 1rem;
    width: auto;
    height: auto;
    background-color: transparent;
    position: relative;
    font-size: 1.8rem;
    line-height: 180%; /* 3.24rem */
    margin-top: 1.2rem;
  }
  .fv__text span {
    position: relative;
    z-index: 2;
  }
  .fv__text::before {
    position: absolute;
    content: "";
    border-radius: 0.2399rem;
    background: #01AED5;
    width: 15.3rem;
    height: 2.9rem;
    left: 1.1rem;
    top: 0.3rem;
  }
  .fv__text::after {
    position: absolute;
    content: "";
    width: 13.5rem;
    height: 2.9rem;
    flex-shrink: 0;
    border-radius: 0.2399rem;
    background: #01AED5;
    bottom: 0;
    left: 1.1rem;
  }
}

.fv-page__text {
  flex-direction: column;
  line-height: 1.8;
  z-index: 2;
  position: relative;
  background: transparent;
  padding-left: 2.1rem;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .fv-page__text {
    padding-left: 0;
    margin-top: 1.3rem;
    font-size: 1.8rem;
    margin-left: 0.3rem;
  }
}
.fv-page__text::after {
  position: absolute;
  content: "";
  width: 31.4rem;
  height: 4.8rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  background: #01AED5;
  left: 33%;
  transform: translateX(-50%);
  top: 0.4rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .fv-page__text::after {
    width: 19.6rem;
    height: 2.9rem;
    left: 28%;
    border-radius: 0.24rem;
    top: 0.25rem;
  }
}
.fv-page__text::before {
  position: absolute;
  content: "";
  width: 48rem;
  height: 4.8rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  background: #01AED5;
  z-index: -1;
  bottom: -5.8rem;
  left: 0.4rem;
}
@media (max-width: 767px) {
  .fv-page__text::before {
    width: 29rem;
    height: 2.9rem;
    bottom: 0;
    left: -0.5rem;
    border-radius: 0.24rem;
    top: 3.5rem;
  }
}
.fv-page__text span {
  display: block;
}

.fv__btn-wrap {
  margin-top: 6.4rem;
  width: 32.1rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .fv__btn-wrap {
    position: absolute;
    width: 100%;
    margin-left: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
    background: #01AED5;
    margin-top: -2.5rem;
  }
}

.fv-page__btn-wrap {
  margin-top: 9rem;
  margin-left: 0.4rem;
}

.fv__btn-text {
  color: #F56075;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 150%; /* 2.85rem */
  letter-spacing: 0.095rem;
}
@media (max-width: 767px) {
  .fv__btn-text {
    color: #FFF;
    font-size: 1.6rem;
  }
}

.fv__btn {
  border-radius: 0.2733rem;
  background: #F56075;
  width: 32.1rem;
  height: 6.2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .fv__btn {
    width: 32.1rem;
    height: 5.6rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}

.comic {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .comic {
    margin-top: 10.2rem;
  }
}

.comic__inner {
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .comic__inner {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

.page-comic__inner {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .page-comic__inner {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

.comic__item:nth-of-type(2) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .comic__item:nth-of-type(2) {
    margin-top: 1.8rem;
  }
}

.trouble {
  margin-top: 8.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble {
    margin-top: 3rem;
  }
}

.trouble__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%; /* 4.2rem */
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .trouble__title {
    font-size: 2rem;
    display: block;
  }
}
.trouble__title::after {
  content: "";
  position: absolute;
  background: url(../img/img01.png) no-repeat center center/cover;
  width: 3.8235rem;
  height: 4.2206rem;
  top: 50%;
  transform: translateY(-50%);
  right: -5.5rem;
}
@media (max-width: 767px) {
  .trouble__title::after {
    width: 3.0042rem;
    height: 3.3162rem;
    right: 1.4rem;
    top: 64%;
  }
}

@media (max-width: 767px) {
  .page-trouble__title {
    font-size: 1.8rem;
  }
}
.page-trouble__title::after {
  top: 80%;
  right: 1.4rem;
}
@media (max-width: 767px) {
  .page-trouble__title::after {
    top: -1.6rem;
    right: 2.7rem;
  }
}

.trouble__list {
  max-width: 52.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .trouble__list {
    margin-left: 3.3rem;
    margin-right: 2.8rem;
    margin-top: 2.4rem;
  }
}

.page-trouble__list {
  max-width: 57.8rem;
  margin-top: 4.3rem;
  position: relative;
  left: 1.9rem;
}
@media (max-width: 767px) {
  .page-trouble__list {
    left: 0;
    margin-top: 3.7rem;
  }
}

.trouble__item {
  padding-left: 3.6rem;
  position: relative;
  color: #333;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%; /* 2.34rem */
}
@media (max-width: 767px) {
  .trouble__item {
    font-size: 1.4rem;
    padding-left: 2.8rem;
  }
}
.trouble__item::after {
  content: "";
  position: absolute;
  background: url(../img/check.png) no-repeat center center/cover;
  width: 2.4182rem;
  height: 2.4182rem;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .trouble__item::after {
    width: 1.9rem;
    height: 1.9rem;
    transform: none;
    top: 0;
  }
}
.trouble__item:nth-of-type(2) {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .trouble__item:nth-of-type(2) {
    margin-top: 0.7rem;
  }
}
.trouble__item:nth-of-type(3) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .trouble__item:nth-of-type(3) {
    margin-top: 1.4rem;
  }
}
.trouble__item:nth-of-type(4) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .trouble__item:nth-of-type(4) {
    margin-top: 1.5rem;
  }
}

.trouble__text {
  color: #027F9B;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%; /* 3.3rem */
  margin-top: 4.5rem;
  position: relative;
  left: 0.4rem;
}
@media (max-width: 767px) {
  .trouble__text {
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
}
.trouble__text .trouble__text-inner-span {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .trouble__text .trouble__text-inner-span {
    display: inline;
  }
}
.trouble__text .trouble__text-inner-span::after {
  content: "";
  position: absolute;
  background: #FFEF86;
  width: 38.1rem;
  height: 1.5rem;
  flex-shrink: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .trouble__text .trouble__text-inner-span::after {
    width: 30.3rem;
    height: 0.8rem;
    bottom: 2.6rem;
    left: 80%;
  }
}
@media (max-width: 767px) {
  .trouble__text .trouble__text-inner-span::before {
    content: "";
    position: absolute;
    width: 14.2rem;
    height: 0.8rem;
    background: #FFEF86;
    left: 72%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 0;
  }
}

.trouble__text-inner {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .page-trouble .trouble__item:nth-of-type(2) {
    margin-top: 1.1rem;
  }
  .page-trouble .trouble__item:nth-of-type(3) {
    margin-top: 2.7rem;
  }
}

.page-trouble__text-inner .trouble__text-inner-span {
  position: relative;
}
.page-trouble__text-inner .trouble__text-inner-span::before {
  width: 15.4rem;
  position: absolute;
  content: "";
  background: #FFEF86;
  height: 1.5rem;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-trouble__text-inner .trouble__text-inner-span::before {
    height: 0.8rem;
  }
}

.page-trouble__img {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-trouble__img {
    padding-left: 1.7rem;
    padding-right: 1.6rem;
    margin-top: 2.7rem;
  }
}

.page-trouble__text-2 {
  color: #027F9B;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%; /* 3.3rem */
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .page-trouble__text-2 {
    font-size: 1.6rem;
    margin-top: 2.3rem;
  }
}
.page-trouble__text-2 span {
  display: inline-block;
  position: relative;
}
.page-trouble__text-2 span::after {
  content: "";
  position: absolute;
  height: 1.3rem;
  width: 100%;
  background: #FFEF86;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-trouble__text-2 span::after {
    height: 0.8rem;
  }
}

.page-trouble__img02 {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.2rem;
}
@media (max-width: 767px) {
  .page-trouble__img02 {
    margin-top: 4.4rem;
    padding-left: 1.7rem;
    padding-right: 1.6rem;
  }
}

.page-trouble__img03 {
  max-width: 73rem;
  margin-left: auto;
  margin-top: 3rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-trouble__img03 {
    padding-left: 1.7rem;
    padding-right: 1.6rem;
    margin-top: 1.5rem;
  }
}

.trouble__btn-wrap {
  max-width: 41.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble__btn-wrap {
    margin-top: 1.7rem;
  }
}

.page-trouble__btn-wrap {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-trouble__btn-wrap {
    margin-top: 1.8rem;
  }
}

.trouble__btn-text {
  color: var(--CTA, #F56075);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  letter-spacing: 0.09rem;
  position: relative;
  left: 1rem;
}
@media (max-width: 767px) {
  .trouble__btn-text {
    font-size: 1.4rem;
    left: auto;
  }
}

.trouble__btn {
  width: 42rem;
  height: 6.3636rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  border-radius: 0.2545rem;
  background: #F56075;
  margin-top: 0.23rem;
}
@media (max-width: 767px) {
  .trouble__btn {
    font-size: 1.8rem;
    width: 33rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .page-trouble__text {
    margin-top: 4.2rem;
  }
}

.comic02 {
  margin-top: 8.8rem;
}
@media (max-width: 767px) {
  .comic02 {
    margin-top: 3.4rem;
  }
}

.page-trouble {
  margin-top: 7.3rem;
}
@media (max-width: 767px) {
  .page-trouble {
    margin-top: 7rem;
  }
}
.page-trouble .trouble__text-inner-span::after {
  display: none;
}
.page-trouble .trouble__text-inner-span::before {
  width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
}

.comic02__inner {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .comic02__inner {
    padding-left: 1.6rem;
    padding-right: 1.7rem;
  }
}

.comic02__item:nth-of-type(2) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .comic02__item:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

.page-comic02 {
  margin-top: 9.7rem;
}
@media (max-width: 767px) {
  .page-comic02 {
    margin-top: 5.7rem;
  }
}

.page-comic02__inner {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-comic02__inner {
    padding-left: 1.6rem;
    padding-right: 1.7rem;
  }
}

.page-comic02__item:nth-of-type(2) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-comic02__item:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}

.number {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .number {
    margin-top: 3.3rem;
  }
}

.number__inner {
  max-width: 104.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .number__inner {
    padding-left: 1.6rem;
    padding-right: 1.3rem;
  }
}

.number__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 130%; /* 3.64rem */
}
@media (max-width: 767px) {
  .number__title {
    font-size: 2rem;
  }
}

.number__text {
  width: 36.8483rem;
  height: 3.0931rem;
  flex-shrink: 0;
  margin-top: 2.4rem;
  border-radius: 1.5466rem;
  background: #027F9B;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  position: relative;
}
@media (max-width: 767px) {
  .number__text {
    font-size: 1.4rem;
    width: 27.4rem;
    height: 2.3rem;
    margin-top: 1.9rem;
  }
}
.number__text::after {
  content: "";
  position: absolute;
  background: url(../img/triangle.png) no-repeat center center/cover;
  width: 2.0172rem;
  height: 1.0759rem;
  flex-shrink: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.9rem;
}
@media (max-width: 767px) {
  .number__text::after {
    width: 1.5rem;
    height: 0.8rem;
    bottom: -0.6rem;
  }
}

.number__list {
  margin-top: 6.41rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2.2rem;
}
@media (max-width: 767px) {
  .number__list {
    margin-top: 1.6rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.number__item {
  height: 21.4rem;
  background: #EBF5F6;
  padding-top: 3.9rem;
  padding-left: 15.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .number__item {
    border-radius: 0.7rem;
    padding-top: 1.4rem;
    padding-left: 9.4rem;
    height: 13.4rem;
  }
}
.number__item::after {
  position: absolute;
  content: "";
}
.number__item:nth-of-type(1) {
  padding-right: 3.71rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(1) {
    padding-right: 1.4rem;
  }
}
.number__item:nth-of-type(1)::after {
  background: url(../img/icon01.png) no-repeat center center/cover;
  width: 10.6rem;
  height: 11.2rem;
  top: 5.5rem;
  left: 4.3rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(1)::after {
    width: 7.3rem;
    height: 7.7rem;
    flex-shrink: 0;
    top: 2.5rem;
    left: 1.7rem;
  }
}
.number__item:nth-of-type(2) {
  padding-right: 3.51rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(2) {
    padding-right: 1.4rem;
  }
}
.number__item:nth-of-type(2)::after {
  background: url(../img/icon02.png) no-repeat center center/cover;
  width: 10.4rem;
  height: 7.9rem;
  top: 7.7rem;
  left: 3.2rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(2)::after {
    width: 7.5rem;
    height: 5.7rem;
    top: 4.4rem;
    left: 0.8rem;
  }
}
.number__item:nth-of-type(3) {
  padding-right: 3.71rem;
}
.number__item:nth-of-type(3)::after {
  background: url(../img/icon03.png) no-repeat center center/cover;
  width: 10.2rem;
  height: 8.4rem;
  top: 7.4rem;
  left: 3.4rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(3)::after {
    width: 6.8rem;
    height: 5.6rem;
    top: 4.2rem;
    left: 1.5rem;
  }
}
.number__item:nth-of-type(4) {
  padding-top: 5.4rem;
}
.number__item:nth-of-type(4) .number__item-text {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(4) {
    padding-top: 2.1rem;
  }
  .number__item:nth-of-type(4) .number__item-text {
    padding-top: 0.9rem;
  }
}
.number__item:nth-of-type(4)::after {
  background: url(../img/icon04.png) no-repeat center center/cover;
  width: 12.3rem;
  height: 7.2rem;
  flex-shrink: 0;
  top: 8.2rem;
  left: 1.1rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(4)::after {
    width: 8.9rem;
    height: 5.2rem;
    top: 4.1rem;
    left: -0.2rem;
  }
}
.number__item:nth-of-type(4) .number__item-text {
  padding-right: 3.71rem;
}
@media (max-width: 767px) {
  .number__item:nth-of-type(4) .number__item-text {
    padding-right: 1.2rem;
  }
}

.number__item-title {
  color: #01AED5;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 140%; /* 3.36rem */
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .number__item-title {
    font-size: 1.8rem;
  }
}

.number__item-text {
  color: var(--, #333);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%; /* 2.24rem */
  letter-spacing: 0.08rem;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .number__item-text {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 0.2rem;
  }
}

.number__bottom-text {
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%; /* 3.74rem */
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .number__bottom-text {
    margin-top: 2.7rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.number__btn-wrap {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .number__btn-wrap {
    margin-top: 1.8rem;
  }
}

.number__btn-text {
  color: var(--CTA, #F56075);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  letter-spacing: 0.09rem;
}
@media (max-width: 767px) {
  .number__btn-text {
    font-size: 1.4rem;
  }
}

.number__btn {
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  height: 6.3636rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2545rem;
  background: #F56075;
}
@media (max-width: 767px) {
  .number__btn {
    font-size: 1.8rem;
    width: 33rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6rem;
  }
}

.comic03 {
  margin-top: 9.5rem;
}
@media (max-width: 767px) {
  .comic03 {
    margin-top: 4.4rem;
  }
}

.comic03__inner {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .comic03__inner {
    padding-left: 1.6rem;
    padding-right: 1.7rem;
  }
}

.comic03__item:nth-of-type(2) {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .comic03__item:nth-of-type(2) {
    margin-top: 1.5rem;
  }
}
.comic03__item:nth-of-type(3) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .comic03__item:nth-of-type(3) {
    margin-top: 1.5rem;
  }
}

.comic03__text {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .comic03__text {
    margin-top: 3.1rem;
    line-height: 150%; /* 2.4rem */
    font-size: 1.6rem;
  }
}

.comic03__text-emphasis {
  color: #027F9B;
}

.comic03__text-brand {
  position: relative;
  display: inline-block;
}
.comic03__text-brand::after {
  content: "";
  position: absolute;
  background: #FFEF86;
  width: 20.0009rem;
  height: 1.2404rem;
  flex-shrink: 0;
  left: 95%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .comic03__text-brand::after {
    width: 14.1rem;
    height: 0.8rem;
    bottom: -0.1rem !important;
  }
}

.comic03__triangle {
  width: 16.6133rem;
  height: 2.8rem;
  flex-shrink: 0;
  margin-top: 3.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .comic03__triangle {
    width: 8.9rem;
    height: 1.5rem;
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }
}

.can {
  padding-top: 3.8rem;
  padding-bottom: 10.5rem;
  background-color: #DDF2F4;
}
@media (max-width: 767px) {
  .can {
    padding-top: 2.5rem;
    padding-bottom: 4.1rem;
  }
}

@media (max-width: 767px) {
  .page-can {
    padding-bottom: 6.1rem;
  }
}

.can__inner {
  max-width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.can__title {
  color: #000;
  font-size: 2.7462rem;
  font-weight: 700;
  line-height: 150%; /* 4.1193rem */
  text-align: center;
}
@media (max-width: 767px) {
  .can__title {
    font-size: 1.8rem;
  }
}
.can__title span {
  color: #01AED5;
  font-size: 3.6616rem;
  font-weight: 700;
  line-height: 150%; /* 5.4924rem */
}
@media (max-width: 767px) {
  .can__title span {
    font-size: 2.4rem;
  }
}

.can__list {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem 5rem;
}
@media (max-width: 767px) {
  .can__list {
    margin-top: 3.9rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1rem;
  }
}

.can__item {
  border-radius: 1.3678rem;
  background: #FFF;
  padding-bottom: 3.3rem;
}
@media (min-width: 768px) {
  .can__item:nth-of-type(2) .can__item-text {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
.can__item:nth-of-type(2) .can__item-graph-img {
  margin-top: -2.5rem;
}
@media (max-width: 767px) {
  .can__item:nth-of-type(2) .can__item-graph-img {
    margin-top: 0;
  }
}
.can__item:nth-of-type(2) .can__item-graph-img-2 {
  margin-top: 0;
}
.can__item:nth-of-type(4) .can__item-title {
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .can__item:nth-of-type(4) .can__item-title {
    padding-left: 1.4rem;
  }
}
.can__item:nth-of-type(4) .can__item-text {
  padding-left: 3.7rem;
}
@media (max-width: 767px) {
  .can__item:nth-of-type(4) .can__item-text {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (max-width: 767px) {
  .can__item-graph-2 {
    margin-top: 2rem;
  }
}

.can__item-number {
  width: 4.9013rem;
  height: 4.9013rem;
  color: #FFF;
  font-size: 2.3631rem;
  font-weight: 700;
  line-height: 130%; /* 3.0721rem */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01AED5;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5rem;
}
@media (max-width: 767px) {
  .can__item-number {
    font-size: 2.0732rem;
    width: 4.3rem;
    height: 4.3rem;
  }
}

.can__item-title {
  color: #027F9B;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%; /* 3.96rem */
  padding-top: 0.5rem;
  padding-left: 2.2rem;
}
@media (max-width: 767px) {
  .can__item-title {
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .can__item-title {
    font-size: 2rem;
  }
}
.can__item-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%; /* 2.56rem */
  padding-left: 2.3rem;
  padding-top: 1.3rem;
  padding-right: 2.1rem;
}
@media (max-width: 767px) {
  .can__item-text {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    padding-right: 0.8rem;
    padding-top: 0.2rem;
  }
}

.can__item-graph {
  margin-top: 2.2rem;
  padding-left: 5.7rem;
  padding-right: 5.7rem;
}
@media (max-width: 767px) {
  .can__item-graph {
    padding-left: 3.25rem;
    padding-right: 3.55rem;
    margin-top: 1.1rem;
  }
}

.can__item-graph-1 {
  padding-right: 3.6rem;
}

.can__item-graph-3 {
  margin-top: 3.3rem;
  padding-right: 4.5rem;
}

.can__item-graph-title {
  color: #01AED5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%; /* 2.08rem */
  letter-spacing: 0.08rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .can__item-graph-title {
    color: var(--, #01AED5);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 130%; /* 1.56rem */
    letter-spacing: 0.06rem;
  }
}

.can__bottom-text {
  color: #333;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%; /* 3.74rem */
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .can__bottom-text {
    font-size: 1.6rem;
    margin-top: 2.3rem;
    line-height: 1.5;
  }
}

.can__bottom-text-inner {
  position: relative;
  left: 2.4rem;
}
@media (max-width: 767px) {
  .can__bottom-text-inner {
    left: 0;
  }
}

.can__bottom-text-inner-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.can__bottom-text-inner-span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13.4rem;
  height: 1.3rem;
  flex-shrink: 0;
  background: #FFEF86;
  z-index: -1;
}
@media (max-width: 767px) {
  .can__bottom-text-inner-span::after {
    width: 8.5rem;
    height: 0.8rem;
    left: 40%;
  }
}

.can__btn-wrap {
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .can__btn-wrap {
    width: 32rem;
    margin-top: 3.4rem;
  }
}

.can__btn-text {
  color: var(--CTA, #F56075);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  letter-spacing: 0.09rem;
}
@media (max-width: 767px) {
  .can__btn-text {
    font-size: 1.4rem;
    position: relative;
    left: -2rem;
  }
}

.can__btn {
  height: 6.3636rem;
  border-radius: 0.2545rem;
  background: var(--CTA, #F56075);
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .can__btn {
    width: 29rem;
    height: 5rem;
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.can__btn::after {
  content: "";
  position: absolute;
  background: url(../img/start01.png) no-repeat center center/cover;
  width: 12.1rem;
  height: 15.6rem;
  flex-shrink: 0;
  bottom: -0.5rem;
  right: -7.5rem;
}
@media (max-width: 767px) {
  .can__btn::after {
    width: 8rem;
    height: 10.4rem;
    z-index: 2;
    right: -3.5rem;
  }
}

@media (max-width: 767px) {
  .can__item-graph-2 {
    margin-top: 2.4rem;
  }
}

@media (max-width: 767px) {
  .can__item-graph-img {
    margin-top: 0.9rem;
  }
}

@media (max-width: 767px) {
  .can__item-graph-4 {
    margin-top: 3rem;
  }
}

.reason {
  margin-top: 9.5rem;
  margin-bottom: 9.8rem;
}
@media (max-width: 767px) {
  .reason {
    margin-top: 3.1rem;
    margin-bottom: 2.9rem;
  }
}

.reason__inner {
  max-width: 82.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .reason__inner {
    padding-left: 3rem;
    padding-right: 2.8rem;
  }
}

.reason__title {
  text-align: center;
  color: #000;
  font-size: 2.7462rem;
  font-weight: 700;
  line-height: 150%; /* 4.1193rem */
}
@media (max-width: 767px) {
  .reason__title {
    font-size: 1.8rem;
  }
}
.reason__title span {
  color: #01AED5;
  font-size: 3.6616rem;
  display: inline-block;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .reason__title span {
    font-size: 2.4rem;
  }
}

.reason__list {
  margin-top: 5.64rem;
}
@media (max-width: 767px) {
  .reason__list {
    margin-top: 3.1rem;
  }
}

.reason__item {
  position: relative;
}
.reason__item::after {
  position: absolute;
  color: #E6F9F8;
  font-size: 16.8634rem;
  font-weight: 900;
  line-height: 100%; /* 16.8634rem */
  top: 46%;
  transform: translateY(-50%);
  right: -1.7rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .reason__item::after {
    font-size: 10.1rem;
    right: -1.3rem;
    top: 29%;
  }
}
.reason__item:nth-of-type(n+2) {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .reason__item:nth-of-type(n+2) {
    margin-top: 2.1rem;
  }
}
.reason__item:nth-of-type(1)::after {
  content: "01";
}
.reason__item:nth-of-type(2)::after {
  content: "02";
}
.reason__item:nth-of-type(3)::after {
  content: "03";
}
.reason__item:nth-of-type(4)::after {
  content: "04";
}

.reason__item-label {
  color: #87D5D0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.08rem;
}
@media (max-width: 767px) {
  .reason__item-label {
    font-size: 1rem;
  }
}

.reason__item-title {
  color: #027F9B;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 180%; /* 4.68rem */
  letter-spacing: 0.13rem;
}
@media (max-width: 767px) {
  .reason__item-title {
    font-size: 1.8rem;
    margin-top: 0rem;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

.reason__item-text {
  color: #333;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.08rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .reason__item-text {
    font-size: 1.4rem;
    margin-top: 0.3rem;
    letter-spacing: normal;
  }
}

.option {
  padding-top: 4.4rem;
  padding-bottom: 5.3rem;
  background-color: #EBF5F6;
}
@media (max-width: 767px) {
  .option {
    padding-top: 2.6rem;
    padding-bottom: 3.8rem;
  }
}

.option__inner {
  max-width: 57.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .option__inner {
    padding-left: 2.5rem;
    padding-right: 2.1rem;
  }
}

.option__lead {
  color: #B6A44F;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%; /* 3.24rem */
  text-align: center;
}
@media (max-width: 767px) {
  .option__lead {
    font-size: 1.3rem;
  }
}

.option__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 180%; /* 4.68rem */
}
@media (max-width: 767px) {
  .option__title {
    font-size: 1.8rem;
  }
}

.option__list {
  gap: 1.45rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .option__list {
    margin-top: 2.5rem;
    gap: 1.2;
  }
}

.option__item {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}
.option__item:nth-of-type(n+2) {
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .option__item:nth-of-type(n+2) {
    margin-top: 2.3rem;
  }
}

.option__item-img {
  width: 7.45rem;
  height: 7.45rem;
  flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .option__item-img {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.option__item-img img {
  height: 100%;
}

.option__item-title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%; /* 3.6rem */
}
@media (max-width: 767px) {
  .option__item-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.option__item-text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
@media (max-width: 767px) {
  .option__item-text {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}

.check {
  padding-top: 5.3rem;
  padding-bottom: 10.6rem;
  background: #F9F7F3;
}
@media (max-width: 767px) {
  .check {
    padding-top: 2.3rem;
    padding-bottom: 4.6rem;
  }
}

.check__inner {
  max-width: 104.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.check__label {
  color: #70B6C6;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 150%; /* 2.1rem */
  letter-spacing: 0.21rem;
}
@media (max-width: 767px) {
  .check__label {
    font-size: 1rem;
  }
}

.check__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .check__title {
    font-size: 1.8rem;
  }
}

.check__list {
  margin-top: 5.52rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .check__list {
    margin-top: 1.8rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.check__item {
  width: 31.1rem;
  border-radius: 0.9773rem;
  background: #FFF;
  height: 18.9347rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .check__item {
    height: 15.5rem;
    width: 25.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.check__item::before {
  content: "";
  position: absolute;
  width: 30.7841rem;
  height: 0.733rem;
  background: #01AED5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .check__item::before {
    width: 25.2rem;
  }
}
.check__item::after {
  content: "scene";
  position: absolute;
  color: #EBF5F6;
  text-align: center;
  font-size: 4.4792rem;
  font-weight: 900;
  line-height: 100%; /* 4.4792rem */
  letter-spacing: 0.4479rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -5.5rem;
}
@media (max-width: 767px) {
  .check__item::after {
    font-size: 3.6667rem;
    right: -4.8rem;
  }
}
.check__item:nth-of-type(1) {
  padding-top: 2.81rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(1) {
    padding-top: 2.3rem;
  }
}
.check__item:nth-of-type(1) .check__item-img {
  width: 20.5227rem;
  height: 11.6051rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(1) .check__item-img {
    width: 16.8rem;
    height: 9.5rem;
  }
}
.check__item:nth-of-type(1) .check__item-title {
  margin-top: 0.73rem;
}
.check__item:nth-of-type(2) {
  padding-top: 3.18rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(2) {
    padding-top: 2.6rem;
  }
}
.check__item:nth-of-type(2) .check__item-img {
  width: 20.1563rem;
  height: 11.8494rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(2) .check__item-img {
    width: 16.5rem;
    height: 9.7rem;
  }
}
.check__item:nth-of-type(2) .check__item-title {
  margin-top: 0.12rem;
}
.check__item:nth-of-type(3) {
  padding-top: 3.66rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(3) {
    padding-top: 3rem;
  }
}
.check__item:nth-of-type(3) .check__item-img {
  width: 15.7585rem;
  height: 10.3835rem;
}
@media (max-width: 767px) {
  .check__item:nth-of-type(3) .check__item-img {
    width: 12.9rem;
    height: 8.5rem;
  }
}
.check__item:nth-of-type(3) .check__item-title {
  margin-top: 1.1rem;
}

.check__item-img {
  margin-left: auto;
  margin-right: auto;
}
.check__item-img img {
  height: 100%;
}

.check__item-title {
  color: #01AED5;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%; /* 3.24rem */
}
@media (max-width: 767px) {
  .check__item-title {
    font-size: 1.6rem;
  }
}

.how {
  padding-top: 8.5rem;
  padding-bottom: 8.4rem;
}
@media (max-width: 767px) {
  .how {
    padding-top: 3.6rem;
    padding-bottom: 2.8rem;
  }
}

.how__inner {
  max-width: 103.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .how__inner {
    padding-right: 2.7rem;
    padding-left: 2.3rem;
  }
}

.how__lead {
  color: #B6A44F;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
}
@media (max-width: 767px) {
  .how__lead {
    font-size: 1.4rem;
  }
}

.how__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%; /* 3.9rem */
}
@media (max-width: 767px) {
  .how__title {
    font-size: 1.8rem;
  }
}

.how__list {
  margin-top: 7.41rem;
  display: flex;
  justify-content: space-between;
  gap: 3.1rem;
}
@media (max-width: 767px) {
  .how__list {
    margin-top: 1.6rem;
    flex-direction: column;
    gap: 2rem;
  }
}

.how__item {
  width: 23.4rem;
  height: 24.4rem;
  border-radius: 0.4rem;
  background: #EBF5F6;
  position: relative;
}
.how__item:nth-of-type(n+2)::after {
  content: "";
  position: absolute;
  background: url(../img/triangle02.png) no-repeat center center/cover;
  width: 1.4rem;
  height: 2.8rem;
  top: 47%;
  transform: translateY(-50%);
  left: -2.2rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(n+2)::after {
    left: 48%;
    transform: translateX(-50%) rotate(90deg);
    top: -2.2rem;
  }
}
@media (max-width: 767px) {
  .how__item {
    width: 30.5rem;
    margin-left: auto;
    height: 11.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.how__item:nth-of-type(1) {
  padding-left: 3rem;
  padding-right: 3.2rem;
  padding-top: 5.1rem;
  width: 20.3rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(1) {
    width: 30.5rem;
    height: 9.2rem;
    padding-top: 0;
  }
}
.how__item:nth-of-type(1) .how__item-text {
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(1) .how__item-text {
    margin-top: 0;
  }
}
.how__item:nth-of-type(2) {
  padding-left: 2.6rem;
  padding-right: 2.8rem;
  padding-top: 3.7rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(2) {
    padding-top: 0;
  }
}
.how__item:nth-of-type(2) .how__item-text {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(2) .how__item-text {
    margin-top: 0;
  }
}
.how__item:nth-of-type(3) {
  padding-top: 5.3rem;
  padding-right: 2.8rem;
  padding-left: 2.6rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(3) {
    padding-top: 0;
  }
}
.how__item:nth-of-type(3) .how__item-text {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(3) .how__item-text {
    margin-top: 0;
  }
}
.how__item:nth-of-type(4) {
  padding-left: 2.6rem;
  padding-right: 2.8rem;
  padding-top: 5.1rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(4) {
    padding-top: 0;
  }
}
.how__item:nth-of-type(4) .how__item-text {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .how__item:nth-of-type(4) .how__item-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .how__item {
    padding-left: 3.2rem !important;
    padding-right: 0.9rem !important;
  }
}

.how__item-title {
  color: #01AED5;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.8rem */
}
@media (max-width: 767px) {
  .how__item-title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .how__item-title {
    font-size: 1.8rem;
  }
  .number__item-title {
    font-size: 2.2rem;
  }
}
.how__item-text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%; /* 2.4rem */
}
@media (max-width: 767px) {
  .how__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.how__item-step {
  position: absolute;
  top: -2.1rem;
  left: 1.5rem;
  width: 4.1rem;
  height: 4.1rem;
  background-color: #01AED5;
  border-radius: 50%;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%; /* 1.8rem */
  text-align: center;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .how__item-step {
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
  }
}
.how__item-step span {
  font-size: 1.8rem;
  position: relative;
  top: -0.6rem;
  display: block;
}

.how__bottom-text {
  color: #027F9B;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%; /* 3.74rem */
  margin-top: 5.3rem;
}
@media (max-width: 767px) {
  .how__bottom-text {
    font-size: 1.6rem;
    margin-top: 2.8rem;
    line-height: 1.5;
  }
}

.how__btn-wrap {
  margin-top: 3.9rem;
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -1.4rem;
}
.how__btn-wrap:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .how__btn-wrap {
    width: 28.1rem;
    margin-top: 2rem;
    left: -2.3rem;
    position: relative;
  }
}

.how__btn-text {
  color: #F56075;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
  letter-spacing: 0.09rem;
  position: relative;
}
@media (max-width: 767px) {
  .how__btn-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.how__btn-text::before {
  content: "\005C";
  position: absolute;
  left: 7.5rem;
  bottom: 0;
  font-weight: 700;
}

.how__btn-text::after {
  content: "/";
  position: absolute;
  right: 6.8rem;
  bottom: 0;
  font-weight: 700;
}

@media (max-width: 767px) {
  .how__btn-text::before {
    left: 2.8rem;
  }

  .how__btn-text::after {
    right: 3.8rem;
  }
}

.how__btn {
  width: 42rem;
  height: 6.3636rem;
  border-radius: 0.2545rem;
  background: #F56075;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.93rem;
  position: relative;
}
@media (max-width: 767px) {
  .how__btn {
    width: 28.1rem;
    font-size: 1.8rem;
    height: 5rem;
    justify-content: flex-start;
    padding-left: 3.9rem;
  }
}
.how__btn::after {
  content: "";
  position: absolute;
  background: url(../img/start02.png) no-repeat center center/cover;
  width: 17.1rem;
  height: 15.7rem;
  bottom: 0;
  right: -11.1rem;
}
@media (max-width: 767px) {
  .how__btn::after {
    width: 11.2rem;
    height: 10.2rem;
    right: -6.1rem;
  }
}

.plan {
  padding-top: 6.1rem;
  padding-bottom: 9.4rem;
  background-color: #EBF5F6;
}
@media (max-width: 767px) {
  .plan {
    padding-top: 3.1rem;
    padding-bottom: 3.8rem;
  }
}

.page-plan {
  padding-bottom: 8.6rem;
}
.page-plan .plan__lead {
  margin-top: 1.2rem;
}
.page-plan .plan__list {
  margin-top: 6.1rem;
}
.page-plan .plan__item-popular {
  right: 3.2rem;
}

.plan__inner {
  max-width: 104.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .plan__inner {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}

.plan__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%; /* 4.2rem */
}
@media (max-width: 767px) {
  .plan__title {
    font-size: 2rem;
  }
}

.plan__lead {
  margin-top: 2.4rem;
  color: #000;
  text-align: center;
  font-size: 2.1992rem;
  font-weight: 500;
  line-height: 160%; /* 2.859rem */
  letter-spacing: 0.11rem;
  position: relative;
  left: -0.8rem;
}
@media (max-width: 767px) {
  .plan__lead {
    left: 0;
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

.plan__lead-accent {
  color: #D3B312;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1.58rem;
  padding-right: 2.11rem;
}
@media (max-width: 767px) {
  .plan__lead-accent {
    padding-left: 1rem;
    padding-right: 1.3rem;
  }
}
.plan__lead-accent::after {
  content: "";
  position: absolute;
  width: 18.5rem;
  height: 2.8275rem;
  flex-shrink: 0;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: .2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .plan__lead-accent::after {
    width: 11.9rem;
    height: 1.8rem;
	  bottom:0px;
  }
}

.plan__lead-num {
  font-size: 4.6427rem;
}
@media (max-width: 767px) {
  .plan__lead-num {
    font-size: 2.956rem;
  }
}

.plan__lead-text {
  color: #01AED5;
  font-weight: 700;
  display: inline-block;
  padding-right: 0.81rem;
  font-size: 2.5134rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .plan__lead-text {
    font-size: 1.6rem;
    padding-right: 0.5rem;
    margin-top: 0rem;
  }
}

.plan__list {
  margin-top: 7.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.06rem;
}
@media (max-width: 767px) {
  .plan__list {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}

.plan__item {
  height: 41.158rem;
  border-radius: 1.1124rem;
  border: 2.781px solid #D3B312;
  background-color: #fff;
}

.plan__item01 {
  position: relative;
}
.plan__item01 .plan__item-popular {
  position: absolute;
  top: -2.7rem;
  background: #D3B312;
  right: 1.8rem;
  top: -2.6rem;
  width: 8.0648rem;
}
@media (max-width: 767px) {
  .plan__item01 .plan__item-popular {
    width: 5.8rem;
    height: 2rem;
    padding-left: 2rem;
    top: -2rem;
    right: 1.4rem;
    border-radius: 0.3rem 0.3rem 0 0;
  }
}
@media (max-width: 767px) {
  .plan__item01 {
    height: 29.6rem;
  }
}

.page-plan__item01 {
  border: none;
}

.plan__item02 {
  border: none;
  position: relative;
}
@media (max-width: 767px) {
  .plan__item02 {
    height: 24.5rem;
  }
}
.plan__item02 .plan__item-head {
  background: #49C0B8;
}
.plan__item02 .plan__item-company {
  background-color: #D1F1EB;
}
.plan__item02 .plan__item-company-count {
  font-size: 2.2684rem;
  margin-top: 0.1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .plan__item02 .plan__item-company-count {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
}
.plan__item02 .plan__item-list-item::after {
  background: url(../img/check-green.png) no-repeat center center/cover;
}
.plan__item02 .plan__item-price {
  color: #49C0B8;
}
.plan__item02 .plan__item-price span {
  font-family: "Roboto", sans-serif;
  font-size: 7.42rem;
}
@media (max-width: 767px) {
  .plan__item02 .plan__item-price span {
    font-size: 5.3rem;
  }
}
.plan__item02 .plan__item-price-wrap {
  padding-left: 2.9rem;
}
@media (max-width: 767px) {
  .plan__item02 .plan__item-price-wrap {
    padding-left: 2.1rem;
  }
}
.plan__item02 .plan__item-recommend {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .plan__item02 .plan__item-recommend {
    margin-top: 0.7rem;
  }
}
.plan__item02 .plan__item-list {
  padding-left: 10.2rem;
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .plan__item02 .plan__item-list {
    padding-left: 7.5rem;
    padding-top: 0;
  }
}

.page-plan__item02 {
  border: 0.28rem solid #D3B312;
}
@media (max-width: 767px) {
  .page-plan__item02 {
    height: 29.6rem;
    margin-top: 1.6rem;
  }
}
.page-plan__item02 .plan__item-recommend {
  margin-top: 0.6rem;
}
.page-plan__item02 .plan__item-list {
  padding-left: 8.5rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-plan__item02 .plan__item-list {
    padding-left: 5.8rem;
  }
}

.page-plan .plan__item-popular {
  width: 8.0648rem;
  height: 2.7809rem;
  flex-shrink: 0;
  border-radius: 0.2781rem 0.2781rem 0 0;
  background: #D3B312;
  position: absolute;
  top: -2.8rem;
  right: 3.1rem;
}
@media (max-width: 767px) {
  .page-plan .plan__item-popular {
    right: 1.1rem;
    top: -2.1rem;
    right: 0.9rem;
    width: 5.8rem;
    height: 2rem;
    padding-left: 2rem;
  }
}
.page-plan .plan__item-popular::after {
  content: "";
  position: absolute;
  background: url(../img/icon-popular.png) no-repeat center center/cover;
  width: 1.8076rem;
  height: 1.8076rem;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0.56rem;
}
@media (max-width: 767px) {
  .page-plan .plan__item-popular::after {
    width: 1.3rem;
    height: 1.3rem;
    left: 0.4rem;
  }
}

.page-plan__item-popular {
  width: 5.8rem;
  height: 2.1rem;
  background: var(--, #D3B312);
  border-radius: 1rem;
}
.page-plan__item-popular .plan__item-popular-text {
  border-radius: 2.7px 2.7px 0 0;
}
@media (max-width: 767px) {
  .page-plan__item-popular .plan__item-popular-text {
    position: relative;
    top: 0.1rem;
  }
}

.page-plan__item-company-count {
  position: relative;
  z-index: 2;
}
.page-plan__item-company-count::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #FFEF86;
  height: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-plan__item-company-count::after {
    height: 1rem;
  }
}

.plan__item-popular-text {
  color: #FFF;
  font-size: 1.6686rem;
  font-weight: 900;
  line-height: 150%; /* 2.5029rem */
  padding-left: 2.78rem;
  background-color: #D3B312;
  position: relative;
  border-radius: 2.7px 2.7px 0 0;
}
.plan__item-popular-text::after {
  position: absolute;
  content: "";
  background: url(../img/icon-popular.png) no-repeat center center/cover;
  width: 1.8076rem;
  height: 1.8076rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.56rem;
}
@media (max-width: 767px) {
  .plan__item-popular-text::after {
    width: 1.3rem;
    height: 1.3rem;
    left: -1.5rem;
  }
}
@media (max-width: 767px) {
  .plan__item-popular-text {
    font-size: 1.2rem;
    padding-left: 0;
  }
}

.plan__item-head {
  height: 9.3162rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #01AED5;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 767px) {
  .plan__item-head {
    height: 6.7rem;
  }
}

.plan__item-name {
  color: #FFF;
  text-align: center;
  font-size: 2.5029rem;
  font-weight: 900;
  line-height: 150%; /* 3.7543rem */
}
@media (max-width: 767px) {
  .plan__item-name {
    font-size: 1.8rem;
  }
}

.plan__item-desc {
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%; /* 2.7rem */
  margin-top: 0.23rem;
}
@media (max-width: 767px) {
  .plan__item-desc {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.plan__item-price-wrap {
  display: flex;
  gap: 0.97rem;
  align-items: center;
  margin-top: 1.25rem;
  padding-left: 3.9rem;
}
@media (max-width: 767px) {
  .plan__item-price-wrap {
    padding-left: 2.8rem;
    margin-top: 0.7rem;
  }
}

.plan__item-company {
  width: 9.3162rem;
  height: 9.3162rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #D3F2F5;
}
@media (max-width: 767px) {
  .plan__item-company {
    width: 6.7rem;
    height: 6.7rem;
  }
}

.plan__item-company-title {
  color: #027F9B;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 110%; /* 1.54rem */
  letter-spacing: 0.07rem;
  text-align: center;
  display: block;
  padding-top: 1.67rem;
}
@media (max-width: 767px) {
  .plan__item-company-title {
    font-size: 1rem;
    padding-top: 1.2rem;
  }
}

.plan__item-company-num {
  color: #027F9B;
  text-align: center;
  font-size: 1.5295rem;
  font-weight: 700;
  line-height: 150%; /* 2.2943rem */
  display: block;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .plan__item-company-num {
    font-size: 1.1rem;
  }
}

.plan__item-company-count {
  font-size: 3.6109rem;
}
@media (max-width: 767px) {
  .plan__item-company-count {
    font-size: 2.6rem;
  }
}

.plan__item-price {
  color: #01AED5;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%; /* 3.6rem */
  position: relative;
  top: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .plan__item-price {
    font-size: 1.8rem;
  }
}
.plan__item-price span {
  font-size: 8.3428rem;
}
@media (max-width: 767px) {
  .plan__item-price span {
    font-size: 6rem;
  }
}

.plan__item-recommend {
  color: #027F9B;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  margin-top: 0.83rem;
  position: relative;
  left: -1.1rem;
}
@media (max-width: 767px) {
  .plan__item-recommend {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
}

.plan__item-list {
  margin-top: 0.86rem;
  padding-left: 11.12rem;
}
@media (max-width: 767px) {
  .plan__item-list {
    padding-left: 7.9rem;
    margin-top: 0.4rem;
  }
}

.plan__item-list-item {
  color: #000;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 180%; /* 3.42rem */
  position: relative;
}
@media (max-width: 767px) {
  .plan__item-list-item {
    font-size: 1.4rem;
  }
}
.plan__item-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/check.png) no-repeat center center/cover;
  width: 2.6419rem;
  height: 2.6419rem;
  left: -3.2rem;
}
@media (max-width: 767px) {
  .plan__item-list-item::after {
    width: 1.9rem;
    height: 1.9rem;
    left: -2.2rem;
  }
}

.plan__bottom {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .plan__bottom {
    margin-top: 3.4rem;
  }
}

.page-plan__bottom {
  margin-top: 5.1rem;
}
@media (max-width: 767px) {
  .page-plan__bottom {
    position: relative;
    left: -1rem;
    margin-top: 2rem;
  }
}

.plan__bottom-text {
  color: #027F9B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%; /* 3.24rem */
  letter-spacing: 0.09rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan__bottom-text {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    position: relative;
    left: 1.2rem;
  }
}

.plan__bottom-desc {
  border-radius: 3.4848rem;
  background: #4EA8BC;
  width: 68.7rem;
  height: 6.9rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%; /* 2.4rem */
  position: relative;
}
@media (max-width: 767px) {
  .plan__bottom-desc {
    width: 27.5rem;
    height: 4.9rem;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative;
    left: 1.2rem;
  }
}
.plan__bottom-desc::after {
  content: "";
  position: absolute;
  background: url(../img/triangle_plan.png) no-repeat center center/cover;
  width: 1.9913rem;
  height: 1.7382rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
}
@media (max-width: 767px) {
  .plan__bottom-desc::after {
    width: 1.4rem;
    height: 1.222rem;
    left: 48%;
    bottom: -0.8rem;
    margin-top: 0.4rem;
  }
}

.plan__bottom-list {
  margin-top: 4rem;
  grid-template-columns: 1fr 1fr;
  gap: 1.24rem 3.5rem;
  max-width: 60.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .plan__bottom-list {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  .plan__bottom-list {
    margin-top: 1.8rem;
    grid-template-columns: 1fr;
    padding-left: 8.3rem;
    gap: 0.6rem;
  }
}

.plan__bottom-list02 {
  margin-top: 4rem;
  grid-template-columns: 1fr 1fr;
  gap: 1.24rem 3.5rem;
  max-width: 60.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .plan__bottom-list02 {
    margin-top: 1.8rem;
    grid-template-columns: 1fr;
    padding-left: 8.3rem;
    gap: 0.6rem;
  }
}

@media (max-width: 767px) {
  .page-plan__bottom-list02 {
    margin-top: 2.9rem;
  }
}

.plan__bottom-list-item {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%; /* 2.7rem */
  position: relative;
}
@media (max-width: 767px) {
  .plan__bottom-list-item {
    font-size: 1.4rem;
  }
  .plan__bottom-list-item:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }
}
.plan__bottom-list-item:nth-of-type(1) {
  left: 5.6rem;
}
@media (max-width: 767px) {
  .plan__bottom-list-item:nth-of-type(1) {
    left: 0;
  }
}
.plan__bottom-list-item:nth-of-type(3) {
  left: 5.6rem;
}
@media (max-width: 767px) {
  .plan__bottom-list-item:nth-of-type(3) {
    left: 0;
  }
}
.plan__bottom-list-item:nth-of-type(5) {
  left: 5.6rem;
}
@media (max-width: 767px) {
  .plan__bottom-list-item:nth-of-type(5) {
    left: 0;
  }
}
.plan__bottom-list-item::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  background-color: #4EA8BC;
  border-radius: 50%;
  left: -4.3rem;
}
@media (max-width: 767px) {
  .plan__bottom-list-item::after {
    width: 2.1rem;
    height: 2.1rem;
    left: -3rem;
  }
}

.plan__btn {
  margin-top: 10.16rem;
  position: relative;
  left: -8.3rem;
}
@media (max-width: 767px) {
  .plan__btn {
    left: -3.4rem;
    margin-top: 4.16rem;
  }
}
.plan__btn::after {
  content: "";
  position: absolute;
  background: url(../img/start03.png) no-repeat center center/cover;
  width: 21.4rem;
  height: 18.7rem;
  bottom: -0.3rem;
  right: -15.2rem;
}
@media (max-width: 767px) {
  .plan__btn::after {
    width: 11.8rem;
    height: 10.3rem;
    right: -7.2rem;
  }
}

.page-plan__btn {
  position: relative;
  left: -7.5rem;
}
@media (max-width: 767px) {
  .page-plan__btn .btn_text {
    position: relative;
    left: -1.3rem;
  }
}
@media (max-width: 767px) {
  .page-plan__btn {
    left: -3.2rem;
    margin-top: 3.9rem;
  }
}
.page-plan__btn::after {
  background: url(../img/page-start03.png) no-repeat center center/cover;
  width: 15.8rem;
  height: 16.2rem;
  right: -10.2rem;
}
@media (max-width: 767px) {
  .page-plan__btn::after {
    width: 9.9rem;
    height: 10.1rem;
    right: -6rem;
    top: -2.4rem;
  }
}

.plan__btn-link {
  padding-left: 9.1rem;
}
@media (max-width: 767px) {
  .plan__btn-link {
    padding-left: 5.2rem;
  }
}

@media (max-width: 767px) {
  .page-plan {
    padding-bottom: 3.1rem;
  }
}
.page-plan .page-plan__list {
  margin-top: 6.1rem;
}
@media (max-width: 767px) {
  .page-plan .page-plan__list {
    margin-top: 2.1rem;
  }
}

.message {
  margin-top: 12.5rem;
  margin-bottom: 13.4rem;
}
@media (max-width: 767px) {
  .message {
    margin-top: 3.6rem;
    margin-bottom: 5.6rem;
  }
}

.page-message {
  margin-top: 10.7rem;
  margin-bottom: 14.1rem;
}
@media (max-width: 767px) {
  .page-message {
    margin-top: 2.7rem;
    margin-bottom: 8.4rem;
  }
}

.message__inner {
  max-width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .message__inner {
    padding-left: 1.6rem;
    padding-right: 1.7rem;
  }
}

.message__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .message__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1.9rem;
    margin-left: 0.8rem;
    margin-right: 0.3rem;
  }
}

.message__list-item {
  position: relative;
  width: 22.8465rem;
  height: 22.8465rem;
  border-radius: 0.7323rem;
  border: 2.929px solid #01AED5;
  background: #FAFFFF;
}
@media (max-width: 767px) {
  .message__list-item {
    width: 100%;
    height: 15.6rem;
  }
}
.message__list-item::after {
  content: "";
  position: absolute;
}
.message__list-item::before {
  position: absolute;
  content: "";
  background: url(../img/check-01.png) no-repeat center center/cover;
  width: 2.8rem;
  height: 2.8rem;
  top: 2.1rem;
  left: 1.6rem;
}
@media (max-width: 767px) {
  .message__list-item::before {
    width: 1.9rem;
    height: 1.9rem;
    top: 1.5rem;
    left: 1.1rem;
  }
}
.message__list-item:nth-of-type(1)::after {
  background: url(../img/icon1.png) no-repeat center center/cover;
  width: 8.3477rem;
  height: 5.5652rem;
  top: 4.83rem;
  left: 6.74rem;
}
@media (max-width: 767px) {
  .message__list-item:nth-of-type(1)::after {
    width: 5.7rem;
    height: 3.8rem;
    top: 3.3rem;
    left: 4.6rem;
  }
}
.message__list-item:nth-of-type(2)::after {
  background: url(../img/icon2.png) no-repeat center center/cover;
  width: 8.4942rem;
  height: 7.9084rem;
  top: 3.51rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .message__list-item:nth-of-type(2)::after {
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.8rem;
    height: 5.4rem;
  }
}
.message__list-item:nth-of-type(3)::after {
  background: url(../img/icon3.png) no-repeat center center/cover;
  width: 6.8832rem;
  height: 9.5194rem;
  top: 1.9rem;
  left: 7.03rem;
}
@media (max-width: 767px) {
  .message__list-item:nth-of-type(3)::after {
    top: 1.3rem;
    left: 4.8rem;
    width: 4.7rem;
    height: 6.5rem;
  }
}
.message__list-item:nth-of-type(4)::after {
  background: url(../img/icon4.png) no-repeat center center/cover;
  width: 8.6406rem;
  height: 6.7368rem;
  top: 4.25rem;
  left: 7.18rem;
}
@media (max-width: 767px) {
  .message__list-item:nth-of-type(4)::after {
    top: 2.9rem;
    left: 4.9rem;
    width: 5.9rem;
    height: 4.6rem;
  }
}

.message__list-text {
  color: #027F9B;
  text-align: center;
  font-size: 2.4897rem;
  font-weight: 900;
  line-height: 140%; /* 3.4855rem */
  margin-top: 12.74rem;
}
@media (max-width: 767px) {
  .message__list-text {
    font-size: 1.7rem;
    margin-top: 8.7rem;
  }
}

.message__img {
  margin-top: 11.6rem;
  max-width: 73rem;
  height: 35.9rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .message__img {
    height: 16.8rem;
    margin-top: 4.5rem;
  }
}
.message__img img {
  height: 100%;
}

.message__text {
  color: #027F9B;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  margin-top: 8.4rem;
  width: 70.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 4.4rem;
  }
}

.page-message__text {
  width: 75.4rem;
  position: relative;
  left: 4.4rem;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .page-message__text {
    width: auto;
    left: auto;
    margin-top: 3.6rem;
    padding-left: 0;
    position: relative;
    left: 0.7rem;
  }
}

.message__text-emphasis {
  display: inline-block;
  position: relative;
}
.message__text-emphasis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.3rem;
  bottom: 0;
  flex-shrink: 0;
  background: #FFEF86;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .message__text-emphasis::after {
    height: 0.8rem;
  }
}

.message__btn {
  margin-top: 7.8rem;
  position: relative;
  left: -4.6rem;
}
@media (max-width: 767px) {
  .message__btn {
    margin-top: 4.2rem;
    left: -3.4rem;
    right: -6.7rem;
    bottom: -0.3rem;
  }
}
.message__btn::after {
  content: "";
  position: absolute;
  background: url(../img/start04.png) no-repeat center center/cover;
  width: 17.1rem;
  height: 15.7rem;
  bottom: 0;
  right: -10.7rem;
}
@media (max-width: 767px) {
  .message__btn::after {
    width: 11.2rem;
    height: 10.2rem;
    right: -6.7rem;
  }
}

.message__btn-link {
  padding-left: 9.7rem;
}
@media (max-width: 767px) {
  .message__btn-link {
    padding-left: 5rem;
  }
}

.message__btn-text {
  position: relative;
  left: -0.9rem;
}
@media (max-width: 767px) {
  .message__btn-text {
    left: -0.4rem;
  }
}

.page-message__img {
  max-width: 60rem;
  height: 24.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.6rem;
}
@media (max-width: 767px) {
  .page-message__img {
    height: 14.1rem;
    margin-top: 2.4rem;
  }
}
.page-message__img img {
  height: 100%;
}

.page-message__btn {
  margin-top: 6rem;
  left: -2.7rem;
}
@media (max-width: 767px) {
  .page-message__btn {
    margin-top: 4.2rem;
  }
}
.page-message__btn::after {
  width: 17.7rem;
  height: 15.3rem;
  background: url(../img/page-start04.png) no-repeat center center/cover;
  right: -8.7rem;
}
@media (max-width: 767px) {
  .page-message__btn::after {
    width: 11.7rem;
    height: 10.1rem;
    right: -6.7rem;
  }
}

.footer {
  margin-bottom: 4.9rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 1.5rem;
  }
}

.footer__logo {
  width: 16.1rem;
  height: 5.4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0.2rem;
  left: -1.1rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 11.9rem;
    top: 0.2rem;
  }
}

.footer__nav {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .footer__nav {
    width: 21.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.2rem;
  }
}

.footer__list {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__list {
    flex-wrap: wrap;
    gap: 0.3rem 2rem;
  }
}

@media (max-width: 767px) {
  .page-footer__list {
    margin-top: 1rem;
  }
}

.footer__link {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%; /* 1.8rem */
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 1rem;
  }
}

.footer__copyright {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.05rem;
  text-align: center;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 2.6rem;
  }
}

.page-text {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .page-text {
    padding-top: 4.2rem;
  }
}

.page-text__content {
  color: #027F9B;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%; /* 3.3rem */
}
@media (max-width: 767px) {
  .page-text__content {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page-text__content span {
  position: relative;
  z-index: 2;
}
.page-text__content span::after {
  content: "";
  position: absolute;
  width: 50.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  background: #FFEF86;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-text__content span::after {
    width: 31.7rem;
    height: 0.8rem;
  }
}

.page-text__btn {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .page-text__btn {
    margin-top: 4.1rem;
    width: 33rem;
  }
}

.page-text__btn-link {
  justify-content: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .page-text__btn-link {
    width: 33rem;
  }
}

.tool {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .tool {
    margin-top: 3.7rem;
  }
}

.tool__inner {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.tool__title {
  color: #027F9B;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%; /* 4.2rem */
}
@media (max-width: 767px) {
  .tool__title {
    font-size: 1.8rem;
  }
}

.tool__content {
  margin-top: 3.8rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .tool__content {
    margin-top: 1.2rem;
    display: block;
  }
}
.tool__content::after {
  content: "";
  position: absolute;
  background: url(../img/triangle01.png) no-repeat center center/cover;
  width: 10rem;
  height: 1.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 767px) {
  .tool__content::after {
    transform: translate(-50%, -50%);
  }
}

.tool__before {
  width: 47.1rem;
  height: 28.6rem;
  background-color: #C9D6D8;
  border-radius: 0.5274rem;
}
@media (max-width: 767px) {
  .tool__before {
    width: 34rem;
    height: 21.7rem;
    border-radius: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
  }
}

.tool__before-title {
  width: 18.4574rem;
  height: 6.8556rem;
  flex-shrink: 0;
  border-radius: 3.4278rem;
  background: #F6FCFD;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.08rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.58rem;
}
@media (max-width: 767px) {
  .tool__before-title {
    width: 14rem;
    height: 5.2rem;
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.tool__before-title span {
  color: #629EAC;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
  margin-top: -0.3rem;
  display: inline-block;
  position: relative;
  top: 0.7rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .tool__before-title span {
    font-size: 1.8rem;
    top: 0.5rem;
    margin-bottom: 0.3rem;
  }
}

.tool__list {
  margin-top: 2.11rem;
}
@media (max-width: 767px) {
  .tool__list {
    margin-top: 1.3rem;
  }
}

.tool__item {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%; /* 2.34rem */
  padding-left: 5.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .tool__item {
    font-size: 1.4rem;
    padding-left: 3.2rem;
  }
}
.tool__item::after {
  content: "×";
  position: absolute;
  font-size: 1.8rem;
  color: #4F7179;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  -webkit-text-stroke-width: 1.32px;
  -webkit-text-stroke-color: #4F7179;
  left: 2.8rem;
}
@media (max-width: 767px) {
  .tool__item::after {
    font-size: 1.4rem;
    left: 1.5rem;
  }
}
.tool__item:nth-of-type(n+2) {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .tool__item:nth-of-type(n+2) {
    margin-top: 1.2rem;
  }
}

.tool__after {
  width: 47.3rem;
  height: 28.6rem;
  border-radius: 0.5274rem;
  background: #C5EEF7;
}
@media (max-width: 767px) {
  .tool__after {
    width: 34rem;
    height: 21.7rem;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
    margin-top: 4.2rem;
  }
}
.tool__after .tool__item {
  color: #00718B;
  position: relative;
}
.tool__after .tool__item::after {
  content: "○";
  position: absolute;
  font-size: 1.8rem;
  color: #01AED5;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  -webkit-text-stroke-width: 1.32px;
  -webkit-text-stroke-color: #01AED5;
  left: 2.8rem;
}
@media (max-width: 767px) {
  .tool__after .tool__item::after {
    left: 1.3rem;
    font-size: 1.4rem;
  }
}

.tool__after-title {
  width: 18.4574rem;
  height: 6.8556rem;
  flex-shrink: 0;
  border-radius: 3.4278rem;
  background: #EAFCFD;
  margin-top: 1.58rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0.4rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tool__after-title {
    width: 14rem;
    height: 5.2rem;
    flex-shrink: 0;
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.tool__after-title span {
  color: #01AED5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .tool__after-title span {
    font-size: 1.8rem;
  }
}

.tool__text {
  color: #027F9B;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%; /* 3.96rem */
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .tool__text {
    font-size: 1.6rem;
    margin-top: 3.3rem;
    line-height: 1.5;
  }
}
.tool__text span {
  position: relative;
}
.tool__text span::after {
  content: "";
  position: absolute;
  width: 27.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  background: #FFEF86;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 767px) {
  .tool__text span::after {
    height: 0.8rem;
    width: 100%;
  }
}

.tool__btn-link {
  justify-content: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .tool__btn-link {
    width: 33rem;
  }
}

.tool__btn {
  margin-top: 3.8rem;
  position: relative;
  left: -1.1rem;
}
@media (max-width: 767px) {
  .tool__btn {
    left: 0;
    width: 33rem;
    margin-top: 2.3rem;
  }
}

.page-tool__img01 {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-tool__img01 {
    margin-top: 4rem;
    margin-left: 1.7rem;
    margin-right: 1.6rem;
  }
}

.page-comic03__text {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .page-comic03__text {
    margin-top: 5.6rem;
    line-height: 1.2;
  }
}
.page-comic03__text .comic03__text-brand::after {
  left: 50%;
  bottom: 0.1rem;
}

@media (max-width: 767px) {
  .page-comic03__triangle {
    margin-top: 1.8rem;
  }
}

@media (max-width: 767px) {
  .page-can__btn {
    margin-left: 3rem;
    width: 25.8rem;
  }
}
.page-can__btn::after {
  width: 20.4rem;
  background: url(../img/page-start01.png) no-repeat center center/cover;
  height: 15.4rem;
  right: -12.7rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .page-can__btn::after {
    width: 12.6rem;
    height: 9.3rem;
    right: -7.7rem;
  }
}

.page-can__bottom-text-inner .can__bottom-text-inner-span::after {
  width: 100%;
}

.page-can__btn-wrap {
  margin-top: 3.6rem;
  position: relative;
  left: -2.8rem;
}
@media (max-width: 767px) {
  .page-can__btn-wrap {
    margin-top: 3rem;
    margin-left: 0;
  }
}
.page-can__btn-wrap::after {
  bottom: 0.2rem;
}

@media (max-width: 767px) {
  .page-can__bottom-text {
    font-size: 1.4rem;
    margin-top: 3.5rem;
  }
}

.point {
  padding-top: 5.2rem;
  padding-bottom: 8.9rem;
}
@media (max-width: 767px) {
  .point {
    padding-top: 4.5rem;
    padding-bottom: 4.4rem;
  }
}

.point__inner {
  max-width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.point__title {
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%; /* 4.2rem */
}
@media (max-width: 767px) {
  .point__title {
    font-size: 1.8rem;
  }
}
.point__title span {
  color: #01AED5;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .point__title span {
    font-size: 2.4rem;
  }
}

.point__list {
  margin-top: 4.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .point__list {
    margin-top: 2.6rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.point__item {
  height: 64rem;
  border-radius: 0.4106rem;
  background: #EBF5F6;
  padding-left: 2.1rem;
  padding-right: 2rem;
  padding-bottom: 3.1rem;
  padding-top: 2.9rem;
}
@media (max-width: 767px) {
  .point__item {
    height: 50.2rem;
    padding-left: 1rem;
    padding-right: 1.1rem;
    padding-bottom: 2.7rem;
    padding-top: 2.1rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(1) {
  height: 23rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(1) {
    height: 17.6rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(1) .point__item-box-img {
  width: 7.9386rem;
  height: 5.2012rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(1) .point__item-box-img {
    width: 5.8rem;
    height: 3.8rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(1) .point__item-box {
  gap: 1.92rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(1) .point__item-box {
    gap: 1.4rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(2) {
  height: 23rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(2) {
    height: 19.8rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(2) .point__item-box-img {
  width: 6.433rem;
  height: 5.4749rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(2) .point__item-box-img {
    width: 4.7rem;
    height: 4rem;
  }
}
.point__item:nth-of-type(1) .point__item-content:nth-of-type(2) .point__item-box {
  gap: 2.65rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(1) .point__item-content:nth-of-type(2) .point__item-box {
    gap: 2rem;
  }
}
.point__item:nth-of-type(2) .point__item-title {
  position: relative;
  top: 0.5rem;
  left: 5rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-title {
    left: 3rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 23rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) {
    padding-left: 1.2rem;
    padding-right: 0.3rem;
    padding-top: 1.7rem;
    height: 19.6rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box-text {
  padding-left: 2rem;
  padding-right: 2.3rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box-text {
    padding-right: 2.2rem;
    padding-left: 0.4rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box-img {
  width: 9.1rem;
  height: 5.3rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box-img {
    width: 5.6rem;
    height: 3.3rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box {
  gap: 0.7rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(1) .point__item-box {
    gap: 0.5rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) {
  height: 23rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) {
    height: 17.9rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) .point__item-box-img {
  width: 7rem;
  height: 4.3rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) .point__item-box-img {
    width: 5.8rem;
    height: 3.5rem;
  }
}
.point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) .point__item-box {
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .point__item:nth-of-type(2) .point__item-body .point__item-content:nth-of-type(2) .point__item-box {
    gap: 1.3rem;
  }
}

.point__item-head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .point__item-head {
    gap: 0.9rem;
  }
}

.point__item-number {
  color: #01AED5;
  text-align: center;
  font-size: 1.6425rem;
  font-weight: 700;
  line-height: 100%; /* 1.6425rem */
  letter-spacing: 0.1971rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .point__item-number {
    font-size: 1.2rem;
  }
}
.point__item-number span {
  font-size: 5.46rem;
  display: inline-block;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .point__item-number span {
    font-size: 4rem;
    margin-top: 1rem;
  }
}

.point__item-title {
  text-align: center;
  font-weight: 700;
  line-height: 180%; /* 4.32rem */
  letter-spacing: 0.072rem;
  font-size: 1.6rem;
  color: #027F9B;
}
@media (max-width: 767px) {
  .point__item-title {
    font-size: 1.2rem;
  }
}
.point__item-title span {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.128rem;
}
@media (max-width: 767px) {
  .point__item-title span {
    font-size: 1.8rem;
  }
}

.point__item-body {
  margin-top: 2.3rem;
}

.point__item-content {
  background-color: #fff;
  padding-top: 2.3rem;
  padding-left: 2.5rem;
  padding-right: 3rem;
  border-radius: 0.5475rem;
}
@media (max-width: 767px) {
  .point__item-content {
    padding-top: 1.2rem;
    padding-left: 1.6rem;
    padding-right: 2.1rem;
  }
}
.point__item-content:nth-of-type(2) {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .point__item-content:nth-of-type(2) {
    margin-top: 1.4rem;
  }
}

.point__item-box {
  display: flex;
  align-items: center;
}

.point__item-box-title {
  color: #027F9B;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 150%; /* 3.6rem */
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .point__item-box-title {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .point__item-box-title {
    font-size: 2.1rem;
  }
}
.point__item-box-text {
  color: #000;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%; /* 2.4rem */
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .point__item-box-text {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .point__item-box-text {
    font-size: 1.5rem;
  }
}
.how__btn-wrap01 {
  position: relative;
  left: -4.7rem;
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .how__btn-wrap01 {
    margin-top: 2rem;
    left: -2.7rem;
    position: relative;
  }
}
.how__btn-wrap01 .how__btn {
  position: relative;
}
.how__btn-wrap01 .how__btn::after {
  background: url(../img/page-start02.png) no-repeat center center/cover;
  width: 17.7rem;
  height: 15.3rem;
  right: -10.1rem;
  bottom: 0;
}
@media (max-width: 767px) {
  .how__btn-wrap01 .how__btn::after {
    width: 11.7rem;
    height: 10.1rem;
    right: -6.1rem;
  }
}

.page-how {
  padding-top: 6.7rem;
  padding-bottom: 9.11rem;
}
@media (max-width: 767px) {
  .page-how {
    padding-top: 4.7rem;
    padding-bottom: 5.8rem;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
.page-wrapper__main {
  flex: 1 1 auto;
  background-color: #EBF5F6;
}
.page-wrapper__footer {
  flex: 0 0 auto;
}

.demo__inner {
  max-width: 88.7rem;
  width: 90%;
  margin-inline: auto;
  position: relative;
  padding: 6rem 0 2.7rem;
}
@media (max-width: 767px) {
  .demo__inner {
    padding: 7.2rem 0 2.9rem;
  }
}
.demo__logo {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 16rem;
}
@media (max-width: 767px) {
  .demo__logo {
    width: 11.4rem;
    left: -0.5rem;
  }
}
.demo__title {
  width: 36.5rem;
  max-width: 80%;
  margin: 0 auto 3.2rem;
}
.demo__contents {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 48%);
}
@media (max-width: 767px) {
  .demo__contents {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.demo__item-title {
  color: #007F9B;
  font-size: 2.4rem;
  padding: 1rem 1.6rem;
  border-left: 1.6rem solid #00A0C2;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .demo__item-title {
    border-left-width: 1.2rem;
    padding-left: 0.4rem;
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
.demo__item-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 3.2rem;
  margin-bottom: 0.9rem;
  height: 4.9rem;
  font-weight: 500;
  color: #465152;
}
@media (max-width: 767px) {
  .demo__item-text {
    padding-inline: 1.2rem;
    line-height: 1.3;
    font-size: 1.3rem;
    height: auto;
    margin-bottom: 1.6rem;
  }
}
.demo__item-text-hightlight {
  background: linear-gradient(transparent 60%, #FFEA62 0%);
}
.demo__item-thumb {
  margin-inline: auto;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
}
.demo__item-thumb.--report {
  width: 28.7rem;
}
@media (max-width: 767px) {
  .demo__item-thumb.--report {
    width: 100%;
  }
}
.demo__item-thumb.--movie {
  width: 38.6rem;
}
@media (max-width: 767px) {
  .demo__item-thumb.--movie {
    width: 100%;
  }
}
.demo__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.1rem;
}

.fixed-cta {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8;
  bottom: 1.6rem;
  transition: ease 0.322s;
  opacity: 0;
  visibility: hidden;
}
.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .fixed-cta {
    display: block;
  }
}
.fixed-cta__button {
  width: 25.8rem;
  margin-inline: auto;
  max-width: 90%;
  display: block;
}
.fixed-cta__button img {
  border-radius: 9rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}

.demo-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.32s;
}
.demo-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.demo-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(30, 30, 30, 0.8);
}
.demo-modal__body {
  width: 72rem;
  max-width: 100%;
  position: relative;
  z-index: 12;
}
.demo-modal__close {
  position: absolute;
  appearance: none;
  border: none;
  background: none;
  width: 2.2rem;
  aspect-ratio: 1/1;
  top: 0.1rem;
  right: 0;
  cursor: pointer;
  z-index: 15;
}
@media (max-width: 767px) {
  .demo-modal__close {
    right: 1.2rem;
    top: -0.4rem;
  }
}
.demo-modal--movie .demo-modal__close {
  top: -3rem;
}

.demo-slider__item.--last .demo-slider__title {
  visibility: hidden;
}
.demo-slider__title {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .demo-slider__title {
    margin-bottom: 1.1rem;
  }
}
.demo-slider .slick-arrow {
  appearance: none;
  position: absolute;
  font-size: 0;
  width: 5.1rem;
  aspect-ratio: 1/1;
  background: no-repeat 50% 50%;
  background-size: 100% auto;
  cursor: pointer;
  top: 40%;
}
.demo-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.demo-slider .slick-arrow.slick-prev {
  background-image: url(../img/demo/slide_prev.svg);
  left: -8.1rem;
}
.demo-slider .slick-arrow.slick-next {
  background-image: url(../img/demo/slide_next.svg);
  right: -8.1rem;
}
.demo-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.788rem;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .demo-slider .slick-dots {
    margin-top: 1.9rem;
  }
}
.demo-slider .slick-dots li {
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.demo-slider .slick-dots li.slick-active {
  background-color: #00AFD5;
}
.demo-slider .slick-dots li button {
  font-size: 0;
  appearance: none;
}
.demo-slider__content {
  position: relative;
}
.demo-slider__content-inner {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.demo-slider__catch {
  color: #007F9B;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.demo-slider__lead {
  color: #007F9B;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .demo-slider__lead {
    margin-bottom: 1.9rem;
  }
}
.demo-slider__cta {
  position: relative;
}
.demo-slider__cta-balloon {
  width: 7.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .demo-slider__cta-balloon {
    width: 6.9rem;
    top: -0.8rem;
  }
}
.demo-slider__cta-button {
  width: 25.8rem;
  margin-inline: auto;
  display: block;
}
.demo-slider__cta-button img {
  border-radius: 9rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}

.demo-movie__video {
  width: 100%;
}

.demo-footer {
  background-color: #00AFD5;
  color: #fff;
  text-align: center;
  padding: 1.4rem 0 0.7rem;
}
@media (max-width: 767px) {
  .demo-footer {
    padding-block: 3.6rem 0.7rem;
  }
}
.demo-footer__lead {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .demo-footer__lead {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.demo-footer__cta {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .demo-footer__cta {
    margin-bottom: 5.6rem;
  }
}
.demo-footer__balloon {
  width: 7.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .demo-footer__balloon {
    width: 6.9rem;
    top: -0.8rem;
  }
}
.demo-footer__button {
  width: 45rem;
  max-width: 90%;
}
.demo-footer__button img {
  border-radius: 9rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
.demo-footer__copy {
  line-height: 1.4;
  font-weight: 100;
}/*# sourceMappingURL=style.css.map */