@media screen and (min-width: 769px), print {
  .topPage {
    background-color: #e3f0fa;
  }
  .topPage .b_mainvisual {
    height: 80vh;
    background: url("../img/fv_main.png") no-repeat center bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
  }
  .topPage .b_mainvisual .row {
    position: relative;
    height: 100%;
    z-index: 2;
  }
  .topPage .b_mainvisual .row img {
    position: absolute;
  }
  .topPage .b_mainvisual .row .hat {
    width: 163px;
    top: 120px;
    left: -100px;
  }
  .topPage .b_mainvisual .row .txt_01 {
    width: 189px;
    top: 240px;
    left: -15px;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
  }
  .topPage .b_mainvisual .row .txt_02 {
    width: 189px;
    top: 435px;
    left: -50px;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
    -webkit-animation-duration: 2.2s;
       -moz-animation-duration: 2.2s;
            animation-duration: 2.2s;
    -webkit-animation-delay: 0.4s;
       -moz-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .topPage .b_mainvisual .row .txt_03 {
    width: 189px;
    top: 510px;
    right: 230px;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
    -webkit-animation-duration: 2.6s;
       -moz-animation-duration: 2.6s;
            animation-duration: 2.6s;
    -webkit-animation-delay: 0.7s;
       -moz-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .topPage .b_mainvisual .row .fv_txt_lg {
    width: 527px;
    top: 210px;
    right: -25px;
  }
  .topPage .b_mainvisual .row .fv_txt_sm {
    width: 637px;
    bottom: 60px;
    left: 125px;
  }
  .topPage .b_mainvisual .row .suit {
    width: 223px;
    top: 455px;
    left: -310px;
  }
  .topPage .b_mainvisual .row .star {
    width: 113px;
    top: 633px;
    left: -64px;
  }
  .topPage .b_mainvisual .row .glass {
    width: 188px;
    bottom: -25px;
    left: -78px;
  }
  .topPage .b_mainvisual .row .trunk {
    width: 184px;
    bottom: 166px;
    right: -66px;
  }
  .topPage .b_mainvisual .row .fish {
    width: 208px;
    bottom: 10px;
    right: 0;
  }
  .topPage .b_mainvisual .row .soap {
    width: 151px;
    top: 105px;
    right: -100px;
  }
  .topPage .b_mainvisual .social {
    position: absolute;
    bottom: 260px;
    right: 100px;
    z-index: 88;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
  .topPage .b_mainvisual .social {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .topPage .b_mainvisual .social p {
    font-size: 2.3rem;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .topPage .b_mainvisual .social .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topPage .b_mainvisual .social .img a {
    display: block;
  }
  .topPage .b_mainvisual .social .img a:not(:last-child) {
    margin-bottom: 40px;
  }
  .topPage .b_mainvisual .social .img img {
    width: 50px;
  }
  .topPage .b_slider {
    margin-top: -200px;
  }
  .topPage .b_slider .slick-list {
    padding: 130px 0;
  }
  .topPage .b_slider .slick-slide {
    margin: 0 15px;
  }
  .topPage .txt_red {
    text-align: center;
    margin-top: 30px;
  }
  .topPage .txt_red a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-color: #e60012;
    padding: 10px 30px;
    -moz-border-radius: 50px;
         border-radius: 50px;
  }
  .topPage .b_shortTerm {
    margin-top: -50px;
    position: relative;
    z-index: 4;
    padding-bottom: 30px;
  }
  .topPage .b_shortTerm.--time {
    background-color: #ffffff;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .topPage .b_shortTerm .row picture {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
  .topPage .b_shortTerm .row picture img {
    display: block;
    width: 100%;
  }
  .topPage .b_kids {
    background-color: #ffffff;
    padding: 120px 0 150px;
    clip-path: polygon(50% 2%, 80% 1%, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0 0, 20% 1%);
  }
  .topPage .b_kids h3 {
    margin-bottom: 100px;
  }
  .topPage .b_kids h3 img {
    display: block;
    margin: 0 auto;
    width: 950px;
  }
  .topPage .b_kids__content__item {
    position: relative;
  }
  .topPage .b_kids__content__item:first-child > img {
    position: absolute;
    top: -40px;
    right: 150px;
    width: 113px;
  }
  .topPage .b_kids__content__item:nth-child(2) > img {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 129px;
  }
  .topPage .b_kids__content__item:nth-child(3) {
    margin-bottom: 20px !important;
  }
  .topPage .b_kids__content__item:nth-child(3) > img {
    position: absolute;
    top: -100px;
    left: -60px;
    width: 180px;
  }
  .topPage .b_kids__content__item:nth-child(4) > img {
    position: absolute;
    top: 9px;
    right: 280px;
    width: 199px;
  }
  .topPage .b_kids__content__item:nth-child(5) > img {
    position: absolute;
  }
  .topPage .b_kids__content__item:nth-child(5) > img:first-child {
    top: -50px;
    right: -90px;
    width: 220px;
  }
  .topPage .b_kids__content__item:nth-child(5) > img:last-child {
    bottom: -20px;
    left: 60px;
    width: 152px;
  }
  .topPage .b_kids__content__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .topPage .b_kids__content__item .question {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .topPage .b_kids__content__item .question > div {
    position: relative;
    background-color: #e3f0fa;
    border: 3px solid #2b76bf;
    color: #2b76bf;
    padding: 10px 20px 10px 30px;
    -moz-border-radius: 45px;
         border-radius: 45px;
    font-weight: 600;
    font-size: 3rem;
    line-height: -webkit-calc(55 / 32);
    line-height: -moz-calc(55 / 32);
    line-height: calc(55 / 32);
    margin-left: 10px;
  }
  .topPage .b_kids__content__item .question > div::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 28px solid #2b76bf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -28px;
  }
  .topPage .b_kids__content__item .question > div::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 24px solid #e3f0fa;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -22px;
  }
  .topPage .b_kids__content__item .answer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
  .topPage .b_kids__content__item .answer img {
    width: 220px;
  }
  .topPage .b_kids__content__item .answer > div {
    position: relative;
    background-color: #2b76bf;
    border: 3px solid #2b76bf;
    color: #ffffff;
    padding: 10px 30px;
    -moz-border-radius: 45px;
         border-radius: 45px;
    font-weight: 600;
    font-size: 3rem;
    line-height: -webkit-calc(55 / 32);
    line-height: -moz-calc(55 / 32);
    line-height: calc(55 / 32);
    width: 630px;
    margin-right: -15px;
  }
  .topPage .b_kids__content__item .answer > div::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 28px solid #2b76bf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -28px;
  }
  @-webkit-keyframes float {
    0% {
      -webkit-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
  }
  @-moz-keyframes float {
    0% {
      -moz-transform: translate3d(0, 0px, 0);
           transform: translate3d(0, 0px, 0);
    }
    50% {
      -moz-transform: translate3d(0, -20px, 0);
           transform: translate3d(0, -20px, 0);
    }
    100% {
      -moz-transform: translate3d(0, 0px, 0);
           transform: translate3d(0, 0px, 0);
    }
  }
  @keyframes float {
    0% {
      -webkit-transform: translate3d(0, 0px, 0);
         -moz-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -20px, 0);
         -moz-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0px, 0);
         -moz-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
  }
  .topPage .b_whyChoose {
    padding: 120px 0 250px;
    background-color: #e3f0fa;
  }
  .topPage .b_whyChoose h3 {
    margin-bottom: 250px;
  }
  .topPage .b_whyChoose h3 img {
    display: block;
    margin: 0 auto;
    width: 816px;
  }
  .topPage .b_whyChoose__content {
    counter-reset: item;
  }
  .topPage .b_whyChoose__content__item {
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 80px;
         border-radius: 80px;
    padding: 70px 55px 0;
    color: #2b76bf;
    height: 500px;
    position: relative;
  }
  .topPage .b_whyChoose__content__item .bg-ic {
    position: absolute;
    top: -210px;
    right: 140px;
    width: 200px;
  }
  .topPage .b_whyChoose__content__item .bg-ic img {
    display: block;
  }
  .topPage .b_whyChoose__content__item:not(:last-child) {
    margin-bottom: 280px;
  }
  .topPage .b_whyChoose__content__item:nth-child(2) img {
    width: 730px;
  }
  .topPage .b_whyChoose__content__item:nth-child(2) .number {
    left: 300px;
  }
  .topPage .b_whyChoose__content__item:nth-child(3) img {
    width: 600px;
    top: 20px;
  }
  .topPage .b_whyChoose__content__item:nth-child(3) .number {
    left: 600px;
  }
  .topPage .b_whyChoose__content__item h4 {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 25px;
  }
  .topPage .b_whyChoose__content__item p {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: -webkit-calc(55 / 32);
    line-height: -moz-calc(55 / 32);
    line-height: calc(55 / 32);
  }
  .topPage .b_whyChoose__content__item img {
    position: absolute;
    right: -20px;
    top: -50px;
    width: 640px;
  }
  .topPage .b_whyChoose__content__item .number {
    position: absolute;
    top: -180px;
    left: 0;
    width: 170px;
    height: 170px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #2b76bf;
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_whyChoose__content__item .number::before {
    content: '';
    width: 8px;
    height: 70px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    background: url("../img/dot.svg") no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .topPage .b_whyChoose__content__item .number span {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .topPage .b_whyChoose__content__item .number small {
    font-size: 7.7rem;
    line-height: 1;
  }
  .topPage .b_comment {
    position: relative;
    z-index: 4;
    margin-top: -80px;
    padding: 150px 0 250px;
    background-color: #fffcb2;
    clip-path: polygon(50% 5%, 80% 2%, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0 0, 20% 2%);
  }
  .topPage .b_comment h3 {
    margin-bottom: 50px;
  }
  .topPage .b_comment h3 img {
    display: block;
    margin: 0 auto;
    width: 378px;
  }
  .topPage .b_comment__content {
    position: relative;
    height: 720px;
  }
  .topPage .b_comment__content__img img {
    position: absolute;
  }
  .topPage .b_comment__content__img img:nth-child(1) {
    width: 240px;
    top: -210px;
    right: 210px;
  }
  .topPage .b_comment__content__img img:nth-child(2) {
    width: 200px;
    top: -110px;
    left: -30px;
    z-index: 4;
  }
  .topPage .b_comment__content__img img:nth-child(3) {
    width: 767px;
    bottom: -180px;
    left: 20px;
  }
  .topPage .b_comment__content__img img:nth-child(4) {
    width: 65px;
    top: -160px;
    left: 300px;
  }
  .topPage .b_comment__content__img img:last-child {
    width: 246px;
    top: 288px;
    left: 500px;
  }
  .topPage .b_comment__content__txt p {
    background-color: #ffffff;
    color: #2b76bf;
    font-weight: 600;
    font-size: 3rem;
    line-height: -webkit-calc(53 / 30);
    line-height: -moz-calc(53 / 30);
    line-height: calc(53 / 30);
    border: 2px solid #2b76bf;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
  }
  .topPage .b_comment__content__txt p:first-child {
    width: 380px;
    height: 380px;
    left: 0;
    top: 20px;
    z-index: 2;
  }
  .topPage .b_comment__content__txt p:nth-child(2) {
    width: 280px;
    height: 280px;
    left: 350px;
    top: 0;
    z-index: 3;
  }
  .topPage .b_comment__content__txt p:nth-child(3) {
    width: 320px;
    height: 320px;
    right: 240px;
    top: 10px;
    z-index: 3;
  }
  .topPage .b_comment__content__txt p:nth-child(4) {
    width: 320px;
    height: 320px;
    left: 120px;
    bottom: 20px;
  }
  .topPage .b_comment__content__txt p:nth-child(5) {
    width: 290px;
    height: 290px;
    left: 470px;
    bottom: 0;
  }
  .topPage .b_comment__content__txt p:last-child {
    width: 390px;
    height: 390px;
    right: 0;
    bottom: 80px;
  }
  .topPage .b_process {
    padding: 100px 0 100px;
    background-color: #e3f0fa;
  }
  .topPage .b_process h3 {
    margin-bottom: 100px;
  }
  .topPage .b_process h3 img {
    width: 549px;
    display: block;
    margin: 0 auto;
  }
  .topPage .b_process__content {
    position: relative;
  }
  .topPage .b_process__content .bg_ic {
    position: absolute;
    top: -180px;
    left: 140px;
    width: 160px;
  }
  .topPage .b_process__content__item {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .topPage .b_process__content__item .whiteBox {
    background-color: #ffffff;
    position: relative;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 240px;
    -moz-border-radius: 100px;
         border-radius: 100px;
  }
  .topPage .b_process__content__item .whiteBox img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5px;
    width: 210px;
  }
  .topPage .b_process__content__item .whiteBox p {
    color: #2b76bf;
    font-size: 3.1rem;
    line-height: -webkit-calc(54 / 31);
    line-height: -moz-calc(54 / 31);
    line-height: calc(54 / 31);
    font-weight: 600;
  }
  .topPage .b_process__content__item .txt_red {
    text-align: center;
    margin-top: 20px;
  }
  .topPage .b_process__content__item .txt_red a {
    font-size: 2.3rem;
    padding: 20px 40px;
  }
  .topPage .b_process__content__item:not(:last-child) {
    margin-bottom: 200px;
  }
  .topPage .b_process__content__item:not(:last-child)::before {
    content: '';
    width: 50px;
    height: 58px;
    background: url("../img/ar_down.svg") no-repeat center center;
    -moz-background-size: auto 58px;
         background-size: auto 58px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -128px;
  }
  .topPage .b_contact {
    background-color: #ffffff;
    padding: 200px 0 150px;
    color: #221714;
    clip-path: polygon(50% 5%, 80% 2%, 100% 0, 100% 100%, 68% 100%, 32% 100%, 0 100%, 0 0, 20% 2%);
  }
  .topPage .b_contact h3 {
    margin-bottom: 100px;
  }
  .topPage .b_contact h3 img {
    width: 800px;
    display: block;
    margin: 0 auto;
  }
  .topPage .b_contact__form {
    background-color: #e3f0fa;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 50px 80px 70px;
    position: relative;
  }
  .topPage .b_contact__form .bg-ic {
    position: absolute;
    top: -290px;
    left: 60px;
    width: 150px;
  }
  .topPage .b_contact__form form .agreement .agreement_item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .topPage .b_contact__form form .agreement .agreement_item label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 2.5rem;
    text-align: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-image: url("../img/checkbox.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item input[type='checkbox']:checked + label::before {
    background-image: url("../img/checkbox-active.svg");
  }
  .topPage .b_contact__form form .btn_area {
    text-align: center;
    margin-top: 30px;
  }
  .topPage .b_contact__form form .btn_area button {
    color: #ffffff;
    text-align: center;
    width: 450px;
    height: 80px;
    background-color: #e60012;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  .topPage .b_contact__form form .btn_area button:hover {
    opacity: 0.8;
  }
  .topPage .b_contact__form form .form-group {
    margin-bottom: 50px;
  }
  .topPage .b_contact__form form .form-group.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_contact__form form .form-group .radio_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 60px;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item {
    margin-right: 40px;
    position: relative;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 2.5rem;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-image: url("../img/radio.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item input[type='radio']:checked + label::before {
    background-image: url("../img/radio-active.svg");
  }
  .topPage .b_contact__form form .form-group .postCode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_contact__form form .form-group .postCode input {
    width: 100px;
    height: 44px;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .topPage .b_contact__form form .form-group .postCode span {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 10px;
  }
  .topPage .b_contact__form form .form-group .note {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .topPage .b_contact__form form .form-group textarea {
    min-height: 200px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .topPage .b_contact__form form .form-group select {
    width: 450px !important;
    -moz-border-radius: 0 !important;
         border-radius: 0 !important;
    border: none;
    height: 44px;
    background-color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/select-ic.svg");
    -moz-background-size: 12px auto;
         background-size: 12px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
  }
  .topPage .b_contact__form form .form-group .form-control {
    width: 100%;
    height: 60px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0 20px;
    background-color: #ffffff;
    border: none;
    font-size: 2rem;
  }
  .topPage .b_contact__form form .form-group label {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_contact__form form .form-group label.mb-0 {
    margin-bottom: 0;
  }
  .topPage .b_contact__form form .form-group label .require {
    color: #e60012;
    font-size: 2rem;
    line-height: 1;
    margin-left: 10px;
  }
  .topPage .b_access iframe {
    width: 100%;
    height: 600px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topPage {
    background-color: #e3f0fa;
  }
  .topPage .b_mainvisual {
    height: 130.20833vw;
    background: url("../img/fv_main_sp.png") no-repeat center bottom;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 12.36979vw;
    position: relative;
  }
  .topPage .b_mainvisual .row {
    position: relative;
    height: 100%;
    z-index: 2;
  }
  .topPage .b_mainvisual .row img {
    position: absolute;
  }
  .topPage .b_mainvisual .row .hat {
    width: 16.27604vw;
    top: 13.02083vw;
    left: 3.90625vw;
  }
  .topPage .b_mainvisual .row .txt_01 {
    width: 18.88021vw;
    top: 44.27083vw;
    left: 5.20833vw;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
  }
  .topPage .b_mainvisual .row .txt_02 {
    width: 18.88021vw;
    top: 36.45833vw;
    right: 13.02083vw;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
    -webkit-animation-duration: 2.2s;
       -moz-animation-duration: 2.2s;
            animation-duration: 2.2s;
    -webkit-animation-delay: 0.4s;
       -moz-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .topPage .b_mainvisual .row .txt_03 {
    width: 18.88021vw;
    top: 75.52083vw;
    right: 13.02083vw;
    -webkit-animation: 3s ease-in-out 0s infinite alternate none running float;
       -moz-animation: 3s ease-in-out 0s infinite alternate none running float;
            animation: 3s ease-in-out 0s infinite alternate none running float;
    -webkit-animation-duration: 2.6s;
       -moz-animation-duration: 2.6s;
            animation-duration: 2.6s;
    -webkit-animation-delay: 0.7s;
       -moz-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .topPage .b_mainvisual .row .fv_txt_lg {
    width: 52.60417vw;
    top: 5.20833vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_mainvisual .row .fv_txt_sm {
    width: 64.0625vw;
    bottom: 16.92708vw;
    left: 10.41667vw;
  }
  .topPage .b_mainvisual .row .suit {
    width: 22.26563vw;
    bottom: 39.0625vw;
    left: -3.90625vw;
  }
  .topPage .b_mainvisual .row .star {
    width: 11.19792vw;
    bottom: 24.73958vw;
    left: -2.60417vw;
  }
  .topPage .b_mainvisual .row .glass {
    width: 18.75vw;
    bottom: -1.30208vw;
    left: 29.94792vw;
  }
  .topPage .b_mainvisual .row .trunk {
    width: 18.35938vw;
    top: 15.625vw;
    right: 0;
  }
  .topPage .b_mainvisual .row .fish {
    width: 20.83333vw;
    bottom: 7.8125vw;
    right: 11.71875vw;
  }
  .topPage .b_mainvisual .row .soap {
    width: 15.10417vw;
    top: 0;
    right: 10.41667vw;
  }
  .topPage .b_mainvisual .scroll {
    position: absolute;
    bottom: 14.32292vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.60417vw;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
  }
  .topPage .b_mainvisual .social {
    position: absolute;
    bottom: 26.04167vw;
    right: 2.60417vw;
    z-index: 88;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topPage .b_mainvisual .social p {
    font-size: 2.99479vw;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #ffffff;
    margin-bottom: 3.90625vw;
  }
  .topPage .b_mainvisual .social .img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topPage .b_mainvisual .social .img a {
    display: block;
  }
  .topPage .b_mainvisual .social .img a:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .topPage .b_mainvisual .social .img img {
    width: 6.11979vw;
  }
  .topPage .b_slider {
    margin-top: -13.02083vw;
    position: relative;
    z-index: 9;
  }
  .topPage .b_slider .slick-list {
    padding: 13.02083vw 0;
    overflow-y: visible;
  }
  .topPage .b_slider .slick-slide {
    margin: 0 1.30208vw;
  }
  .topPage .txt_red {
    text-align: center;
    margin-top: 10.41667vw;
    position: relative;
    z-index: 4;
  }
  .topPage .txt_red a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.86458vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-color: #e60012;
    padding: 2.60417vw 5.20833vw;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
  }
  .topPage .b_shortTerm {
    position: relative;
    margin-top: 2.60417vw;
    z-index: 4;
  }
  .topPage .b_shortTerm::after {
    content: '';
    display: block;
    width: 110%;
    height: 15.625vw;
    background-color: #e3f0fa;
    position: absolute;
    bottom: -10.41667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -moz-border-radius: 100%;
         border-radius: 100%;
  }
  .topPage .b_shortTerm.--time {
    background-color: #ffffff;
    margin-top: 0;
    padding-bottom: 10.41667vw;
  }
  .topPage .b_shortTerm.--time::after {
    background-color: #ffffff !important;
  }
  .topPage .b_shortTerm.--time .txt_red {
    margin-top: -19.53125vw;
  }
  .topPage .b_shortTerm .bg-ic {
    position: absolute;
    top: -10.41667vw;
    right: 9.11458vw;
    width: 22.78646vw;
  }
  .topPage .b_shortTerm .row picture {
    display: block;
    width: 85.15625vw;
    margin: 0 auto;
  }
  .topPage .b_shortTerm .row picture img {
    display: block;
    width: 100%;
  }
  .topPage .b_kids {
    background-color: #ffffff;
    padding: 15.625vw 0 16.92708vw;
  }
  .topPage .b_kids h3 {
    margin-bottom: 9.11458vw;
  }
  .topPage .b_kids h3 img {
    display: block;
    margin: 0 auto;
    width: 60.80729vw;
  }
  .topPage .b_kids__content__item {
    position: relative;
  }
  .topPage .b_kids__content__item:first-child > img {
    position: absolute;
    top: -6.51042vw;
    right: 0;
    width: 13.02083vw;
  }
  .topPage .b_kids__content__item:nth-child(2) > img {
    position: absolute;
    top: -15.625vw;
    margin-left: -6.51042vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.02083vw;
  }
  .topPage .b_kids__content__item:nth-child(3) > img {
    position: absolute;
    top: -13.02083vw;
    left: -5.20833vw;
    width: 17.96875vw;
  }
  .topPage .b_kids__content__item:nth-child(4) > img {
    position: absolute;
    top: -10.41667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.79167vw;
  }
  .topPage .b_kids__content__item:nth-child(5) > img {
    position: absolute;
  }
  .topPage .b_kids__content__item:nth-child(5) > img:first-child {
    top: -9.11458vw;
    right: -7.8125vw;
    width: 22.39583vw;
  }
  .topPage .b_kids__content__item:nth-child(5) > img:last-child {
    bottom: -10.41667vw;
    left: 15.625vw;
    width: 15.10417vw;
  }
  .topPage .b_kids__content__item:not(:last-child) {
    margin-bottom: 11.71875vw;
  }
  .topPage .b_kids__content__item .question {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .topPage .b_kids__content__item .question img {
    width: 26.04167vw;
  }
  .topPage .b_kids__content__item .question > div {
    position: relative;
    background-color: #e3f0fa;
    border: 2px solid #2b76bf;
    color: #2b76bf;
    padding: 1.95313vw 3.25521vw 1.95313vw 3.90625vw;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    font-weight: 600;
    font-size: 3.25521vw;
    line-height: -webkit-calc(43 / 25);
    line-height: -moz-calc(43 / 25);
    line-height: calc(43 / 25);
    margin-left: 1.30208vw;
  }
  .topPage .b_kids__content__item .question > div::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 2.08333vw solid transparent;
    border-bottom: 2.08333vw solid transparent;
    border-right: 3.64583vw solid #2b76bf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -3.64583vw;
  }
  .topPage .b_kids__content__item .question > div::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5625vw solid transparent;
    border-bottom: 1.5625vw solid transparent;
    border-right: 3.125vw solid #e3f0fa;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2.73438vw;
  }
  .topPage .b_kids__content__item .answer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.30208vw;
  }
  .topPage .b_kids__content__item .answer img {
    width: 26.04167vw;
  }
  .topPage .b_kids__content__item .answer > div {
    position: relative;
    background-color: #2b76bf;
    color: #ffffff;
    padding: 1.95313vw 3.90625vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    font-weight: 600;
    font-size: 3.25521vw;
    line-height: -webkit-calc(43 / 25);
    line-height: -moz-calc(43 / 25);
    line-height: calc(43 / 25);
    width: 65.10417vw;
    margin-right: -1.30208vw;
  }
  .topPage .b_kids__content__item .answer > div::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5625vw solid transparent;
    border-bottom: 1.5625vw solid transparent;
    border-left: 3.64583vw solid #2b76bf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3.51563vw;
  }
  @-webkit-keyframes float {
    0% {
      -webkit-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
  }
  @-moz-keyframes float {
    0% {
      -moz-transform: translate3d(0, 0px, 0);
           transform: translate3d(0, 0px, 0);
    }
    50% {
      -moz-transform: translate3d(0, -20px, 0);
           transform: translate3d(0, -20px, 0);
    }
    100% {
      -moz-transform: translate3d(0, 0px, 0);
           transform: translate3d(0, 0px, 0);
    }
  }
  @keyframes float {
    0% {
      -webkit-transform: translate3d(0, 0px, 0);
         -moz-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -20px, 0);
         -moz-transform: translate3d(0, -20px, 0);
              transform: translate3d(0, -20px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0px, 0);
         -moz-transform: translate3d(0, 0px, 0);
              transform: translate3d(0, 0px, 0);
    }
  }
  .topPage .b_whyChoose {
    padding: 13.02083vw 0;
    background-color: #e3f0fa;
  }
  .topPage .b_whyChoose h3 {
    margin-bottom: 26.04167vw;
  }
  .topPage .b_whyChoose h3 img {
    display: block;
    margin: 0 auto;
    width: 65.10417vw;
  }
  .topPage .b_whyChoose__content {
    counter-reset: item;
  }
  .topPage .b_whyChoose__content__item {
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    padding: 7.8125vw 5.20833vw 0;
    color: #2b76bf;
    width: 84.63542vw;
    height: 96.09375vw;
    margin: 0 auto;
    position: relative;
  }
  .topPage .b_whyChoose__content__item .bg-ic {
    position: absolute;
    top: -19.53125vw;
    right: 10.41667vw;
    width: 20.83333vw;
  }
  .topPage .b_whyChoose__content__item .bg-ic img {
    display: block;
  }
  .topPage .b_whyChoose__content__item:not(:last-child) {
    margin-bottom: 32.55208vw;
  }
  .topPage .b_whyChoose__content__item:nth-child(2) img {
    width: 86.45833vw;
    right: -2.60417vw;
    left: auto;
  }
  .topPage .b_whyChoose__content__item:nth-child(2) .number {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topPage .b_whyChoose__content__item:nth-child(3) img {
    width: 85.28646vw;
    left: 1.30208vw;
    bottom: 1.30208vw;
  }
  .topPage .b_whyChoose__content__item:nth-child(3) .number {
    right: 3.90625vw;
    left: auto;
  }
  .topPage .b_whyChoose__content__item h4 {
    font-size: 7.55208vw;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 2.60417vw;
  }
  .topPage .b_whyChoose__content__item p {
    font-weight: 600;
    font-size: 3.25521vw;
    line-height: -webkit-calc(43 / 25);
    line-height: -moz-calc(43 / 25);
    line-height: calc(43 / 25);
  }
  .topPage .b_whyChoose__content__item img {
    position: absolute;
    left: -0.65104vw;
    bottom: 2.60417vw;
    width: 84.63542vw;
  }
  .topPage .b_whyChoose__content__item .number {
    position: absolute;
    top: -21.48438vw;
    left: 0;
    width: 20.18229vw;
    height: 20.18229vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #2b76bf;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_whyChoose__content__item .number::before {
    content: '';
    width: 2.60417vw;
    height: 8.46354vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    background: url("../img/dot.svg") no-repeat center center;
    -moz-background-size: auto 8.46354vw;
         background-size: auto 8.46354vw;
  }
  .topPage .b_whyChoose__content__item .number span {
    font-size: 2.73438vw;
    line-height: 1.3;
  }
  .topPage .b_whyChoose__content__item .number small {
    font-size: 7.8125vw;
    line-height: 1;
  }
  .topPage .b_comment {
    position: relative;
    padding: 20.83333vw 0 26.04167vw;
    background-color: #fffcb2;
  }
  .topPage .b_comment h3 {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_comment h3 img {
    display: block;
    margin: 0 auto;
    width: 38.02083vw;
  }
  .topPage .b_comment__content {
    position: relative;
    height: 100.91146vw;
    width: -webkit-calc(100% - 7.8125vw);
    width: -moz-calc(100% - 7.8125vw);
    width: calc(100% - 7.8125vw);
    margin: 0 auto;
  }
  .topPage .b_comment__content__img img {
    position: absolute;
  }
  .topPage .b_comment__content__img img:nth-child(1) {
    width: 26.04167vw;
    top: -1.30208vw;
    right: -2.60417vw;
  }
  .topPage .b_comment__content__img img:nth-child(2) {
    width: 24.73958vw;
    top: -14.32292vw;
    left: -5.20833vw;
    z-index: 4;
  }
  .topPage .b_comment__content__img img:nth-child(3) {
    width: 77.73438vw;
    bottom: -13.02083vw;
    left: 1.30208vw;
  }
  .topPage .b_comment__content__img img:nth-child(4) {
    width: 8.46354vw;
    top: -22.13542vw;
    left: 1.30208vw;
  }
  .topPage .b_comment__content__img img:last-child {
    width: 24.47917vw;
    top: 36.45833vw;
    left: 32.55208vw;
  }
  .topPage .b_comment__content__txt p {
    background-color: #ffffff;
    color: #2b76bf;
    font-weight: 600;
    font-size: 3.25521vw;
    line-height: -webkit-calc(43 / 25);
    line-height: -moz-calc(43 / 25);
    line-height: calc(43 / 25);
    border: 2px solid #2b76bf;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
  }
  .topPage .b_comment__content__txt p:first-child {
    width: 40.23438vw;
    height: 40.23438vw;
    left: 0;
    top: 3.90625vw;
    z-index: 2;
  }
  .topPage .b_comment__content__txt p:nth-child(2) {
    width: 30.20833vw;
    height: 30.20833vw;
    left: 35.15625vw;
    top: 0;
    z-index: 3;
  }
  .topPage .b_comment__content__txt p:nth-child(3) {
    width: 34.11458vw;
    height: 34.11458vw;
    right: 0;
    top: 22.13542vw;
    z-index: 3;
  }
  .topPage .b_comment__content__txt p:nth-child(4) {
    width: 34.11458vw;
    height: 34.11458vw;
    left: 3.90625vw;
    bottom: 26.04167vw;
  }
  .topPage .b_comment__content__txt p:nth-child(5) {
    width: 30.20833vw;
    height: 30.20833vw;
    left: 9.11458vw;
    bottom: 0;
  }
  .topPage .b_comment__content__txt p:last-child {
    width: 40.23438vw;
    height: 40.23438vw;
    right: 6.51042vw;
    bottom: 10.41667vw;
    z-index: 9;
  }
  .topPage .b_process {
    padding: 13.02083vw 0 19.53125vw;
    background-color: #e3f0fa;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    margin-bottom: -13.02083vw;
  }
  .topPage .b_process h3 {
    margin-bottom: 13.02083vw;
  }
  .topPage .b_process h3 img {
    width: 55.07813vw;
    display: block;
    margin: 0 auto;
  }
  .topPage .b_process__content {
    position: relative;
  }
  .topPage .b_process__content .bg_ic {
    position: absolute;
    top: -15.625vw;
    left: 5.20833vw;
    width: 18.88021vw;
  }
  .topPage .b_process__content__item {
    max-width: 84.63542vw;
    margin: 0 auto;
    position: relative;
  }
  .topPage .b_process__content__item .whiteBox {
    background-color: #ffffff;
    position: relative;
    height: 22.13542vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 24.73958vw;
    -moz-border-radius: 13.02083vw;
         border-radius: 13.02083vw;
  }
  .topPage .b_process__content__item .whiteBox img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.30208vw;
    width: 22.13542vw;
  }
  .topPage .b_process__content__item .whiteBox p {
    color: #2b76bf;
    font-size: 3.25521vw;
    line-height: -webkit-calc(43 / 25);
    line-height: -moz-calc(43 / 25);
    line-height: calc(43 / 25);
    font-weight: 600;
  }
  .topPage .b_process__content__item .txt_red {
    text-align: center;
    margin-top: 2.60417vw;
  }
  .topPage .b_process__content__item .txt_red a {
    font-size: 2.86458vw;
    padding: 3.25521vw 10.41667vw;
  }
  .topPage .b_process__content__item:not(:last-child) {
    margin-bottom: 19.53125vw;
  }
  .topPage .b_process__content__item:not(:last-child)::before {
    content: '';
    width: 6.51042vw;
    height: 5.72917vw;
    background: url("../img/ar_down.svg") no-repeat center center;
    -moz-background-size: auto 5.72917vw;
         background-size: auto 5.72917vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -12.36979vw;
  }
  .topPage .b_contact {
    background-color: #ffffff;
    padding: 22.13542vw 0 13.02083vw;
    color: #221714;
  }
  .topPage .b_contact h3 {
    margin-bottom: 13.02083vw;
  }
  .topPage .b_contact h3 img {
    width: 81.51042vw;
    display: block;
    margin: 0 auto;
  }
  .topPage .b_contact__form {
    background-color: #e3f0fa;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    padding: 6.51042vw 5.20833vw 9.11458vw;
    position: relative;
  }
  .topPage .b_contact__form .bg-ic {
    position: absolute;
    top: -37.76042vw;
    left: 3.90625vw;
    width: 15.10417vw;
  }
  .topPage .b_contact__form form .agreement {
    margin-top: 10.41667vw;
  }
  .topPage .b_contact__form form .agreement .agreement_item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .topPage .b_contact__form form .agreement .agreement_item label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 3.25521vw;
    text-align: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item label::before {
    content: '';
    display: inline-block;
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.30208vw;
    background-image: url("../img/checkbox.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topPage .b_contact__form form .agreement .agreement_item input[type='checkbox']:checked + label::before {
    background-image: url("../img/checkbox-active.svg");
  }
  .topPage .b_contact__form form .btn_area {
    text-align: center;
    margin-top: 13.02083vw;
  }
  .topPage .b_contact__form form .btn_area button {
    color: #ffffff;
    text-align: center;
    width: 58.59375vw;
    height: 10.41667vw;
    background-color: #e60012;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 13.02083vw;
         border-radius: 13.02083vw;
    font-size: 3.25521vw;
    line-height: 1;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
  .topPage .b_contact__form form .btn_area button:hover {
    opacity: 0.8;
  }
  .topPage .b_contact__form form .form-group {
    margin-bottom: 6.51042vw;
  }
  .topPage .b_contact__form form .form-group.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_contact__form form .form-group .radio_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5.20833vw;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item {
    margin-right: 2.60417vw;
    position: relative;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 3.125vw;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item label::before {
    content: '';
    display: inline-block;
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.30208vw;
    background-image: url("../img/radio.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topPage .b_contact__form form .form-group .radio_group .radio_item input[type='radio']:checked + label::before {
    background-image: url("../img/radio-active.svg");
  }
  .topPage .b_contact__form form .form-group .postCode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topPage .b_contact__form form .form-group .postCode input {
    width: 19.53125vw;
    height: 7.8125vw;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .topPage .b_contact__form form .form-group .postCode span {
    font-size: 3.64583vw;
    line-height: 1;
    margin: 0 2.60417vw;
  }
  .topPage .b_contact__form form .form-group .note {
    font-size: 2.86458vw;
    margin-top: 1.30208vw;
  }
  .topPage .b_contact__form form .form-group textarea {
    min-height: 26.04167vw;
    padding-top: 1.95313vw !important;
    padding-bottom: 1.95313vw !important;
  }
  .topPage .b_contact__form form .form-group select {
    padding-right: 6.51042vw;
    width: 58.59375vw !important;
    -moz-border-radius: 0 !important;
         border-radius: 0 !important;
    border: none;
    height: 7.8125vw;
    background-color: #ffffff;
    font-size: 2.86458vw;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/select-ic.svg");
    -moz-background-size: 2.34375vw auto;
         background-size: 2.34375vw auto;
    background-position: right 2.60417vw center;
    background-repeat: no-repeat;
  }
  .topPage .b_contact__form form .form-group .form-control {
    width: 100%;
    height: 10.41667vw;
    -moz-border-radius: 1.95313vw;
         border-radius: 1.95313vw;
    padding: 0 2.60417vw;
    background-color: #ffffff;
    border: none;
    font-size: 2.86458vw;
  }
  .topPage .b_contact__form form .form-group label {
    font-size: 3.125vw;
    line-height: 1;
    margin-bottom: 1.95313vw;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .topPage .b_contact__form form .form-group label.mb-0 {
    margin-bottom: 0;
  }
  .topPage .b_contact__form form .form-group label .require {
    color: #e60012;
    font-size: 2.86458vw;
    line-height: 1;
    margin-left: 10px;
  }
  .topPage .b_access iframe {
    width: 100%;
    height: 84.63542vw;
    display: block;
  }
}

[data-aos="new-animation"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
  -webkit-transform: translate3d(0, 100px, 0) rotate(-10deg);
     -moz-transform: translate3d(0, 100px, 0) rotate(-10deg);
          transform: translate3d(0, 100px, 0) rotate(-10deg);
}

[data-aos="new-animation"].aos-animate {
  opacity: 1;
  -webkit-transform: translate(30px, 0px) rotate(0);
     -moz-transform: translate(30px, 0px) rotate(0);
      -ms-transform: translate(30px, 0px) rotate(0);
          transform: translate(30px, 0px) rotate(0);
}

@media screen and (max-width: 768px) {
  [data-aos="new-animation"].aos-animate {
    -webkit-transform: translate(10px, 0px) rotate(0);
       -moz-transform: translate(10px, 0px) rotate(0);
        -ms-transform: translate(10px, 0px) rotate(0);
            transform: translate(10px, 0px) rotate(0);
  }
}
