@charset "UTF-8";

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1100px) {
  html{
    font-size: calc(100vw / 110.0);
  }
}
@media screen and (max-width: 750px) {
  html{
    /*font-size: calc(100vw / 140.0);*/
    font-size: 2.1vw;
  }
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  /*background: url(../img/bg.jpg) 50% 0 repeat;*/
}
@media screen and (min-width: 751px) {
  body {
    background: url(../img/bg.jpg) 50% 0/100% auto repeat;
  }
}
@media screen and (max-width: 750px) {
  body {
    background: #1a93e6 url(../img/sp_bg.jpg) 50% 0/100% auto no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .vsp { display: none !important; }
}
@media screen and (max-width: 750px) {
  .vpc { display: none !important; }
}

a {
  color: #00b1e4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  #body {
    position: relative;
    max-width: 140.0rem;
    margin: 0 auto;
  }
  header {
    position: relative;
    z-index: 10;
    max-width: 140.0rem;
    margin: 0 auto;
  }
  main {
    background: #fff;
    margin: 0 auto;
    border-radius: 5.0rem;
  }
  footer {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4;
    color: #fff;
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }
}
@media screen and (max-width: 750px) {
  #body {
    width: 100%;
    overflow: hidden;
  }
  header {
  }
  main {
    background: #fff;
    width: calc(100% - 2.6rem);
    margin: 0 auto;
    border-radius: 1.3rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  footer {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.9;
    color: #fff;
    padding-top: 4.6rem;
    padding-bottom: 4.1rem;
  }
  footer .num {
    margin-bottom: 1.5rem;
  }
  footer .copyright {
    margin-bottom: 1.0rem;
    line-height: 1.6;
  }
}

section {
  position: relative;
  position: relative;
  z-index: 1;
}

@keyframes vertical {
  0% { transform:translateY(-5px); }
  100% { transform:translateY( 5px); }
}

section.kv {
  position: relative;
}
@media screen and (min-width: 751px) {
  section.kv .container {
    padding: 6.7rem 0 5.2rem 0;
    position: static;
  }
  section.kv .button {
    position: absolute;
    /*top: 62.2rem;*/
    bottom: -12.4rem;
    right: calc(50% - 90.7rem);
    width: min(18.5vw, 26.2rem);
    z-index: 100;
    animation: vertical 1.0s ease-in-out infinite alternate;
  }
  section.kv .button img {
    width: 100%;
    height: auto;
  }
  section.kv .button a {
    transition: opacity 200ms 0s ease;
  }
  section.kv .button a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1830px) {
  section.kv .button {
    right: calc(50% - 50vw + 1.0rem);
  }
}
@media screen and (max-width: 750px) {
  section.kv .container {
    padding: 2.5rem 0rem 4.2rem 0rem;
  }
  section.kv .image {
    margin-bottom: 1.1rem;
  }
  section.kv .button {
    width: 39.9rem;
    margin: 0 auto;
    position: relative;
    left: 0.1rem;
    animation: vertical 1.0s ease-in-out infinite alternate;
  }
}

section.contact {
}
@media screen and (min-width: 751px) {
  section.contact .container {
    padding: 4.8rem 0 5.9rem 0;
  }
  section.contact.bottom .container {
    padding: 7.9rem 0 11.2rem 0;
  }
  section.contact .text {
    max-width: 31.0rem;
    margin: 0 auto;
    position: relative;
    left: -0.4rem;
    margin-bottom: 1.6rem;
  }
  section.contact .button {
    max-width: 58.4rem;
    margin: 0 auto;
    position: relative;
    left: -0.3rem;
    margin-bottom: 0.1rem;
  }
  section.contact .kochira {
    max-width: 41.9rem;
    margin: 0 auto;
    position: relative;
    left: -0.2rem;
  }
  section.contact a {
    transition: opacity 200ms 0s ease;
  }
  section.contact a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  section.contact .container {
    padding: 4.3rem 0rem 5.0rem 0rem;
  }
  section.contact.bottom .container {
    padding: 4.8rem 0rem 8.5rem 0rem;
  }
  section.contact .text {
    max-width: 29.1rem;
    margin: 0 auto;
    position: relative;
    left: -0.1rem;
    margin-bottom: 2.6rem;
  }
  section.contact .button {
    max-width: 37.1rem;
    margin: 0 auto;
    position: relative;
    left: -0.1rem;
    margin-bottom: 1.9rem;
  }
  section.contact .kochira {
    max-width: 36.2rem;
    margin: 0 auto;
  }
}

section.block01 {
}
@media screen and (min-width: 751px) {
  section.block01 .container {
    padding: 7.2rem 2.0rem 12.3rem 2.0rem;
  }
  section.block01 h2 {
    text-align: center;
    max-width: 57.6rem;
    margin: 0 auto;
    margin-bottom: 4.6rem;
    position: relative;
    left: 1.5rem;
  }
  section.block01 .image01 {
    max-width: 109.9rem;
    margin: 0 auto;
    margin-bottom: 5.7rem;
  }
  section.block01 .image02 {
    max-width: 109.9rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section.block01 .container {
    padding: 3.8rem 1.2rem 3.5rem 1.2rem;
  }
  section.block01 h2 {
    margin-bottom: 2.5rem;
  }
  section.block01 .image01 {
    margin-bottom: 3.1rem;
  }
  section.block01 .image02 {
    /*width: 44.5rem;*/
    margin-right: -1.9rem;
  }
}

section.block02 {
  background: #e8faff;
}
@media screen and (min-width: 751px) {
  section.block02 .container {
    padding: 9.2rem 2.0rem 1.5rem 2.0rem;
  }
  section.block02 h2 {
    text-align: center;
    max-width: 110.0rem;
    margin: 0 auto;
  }
  section.block02 .image01 {
    max-width: 110.0rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  section.block02 .image02 {
    max-width: 67.5rem;
    margin: 0 auto;
    position: relative;
    left: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  section.block02 .container {
    padding: 2.5rem 1.2rem 3.2rem 1.2rem;
  }
  section.block02 .image01 {
    margin-bottom: 1.1rem;
  }
}

section.block03 {
}
@media screen and (min-width: 751px) {
  section.block03 .container {
    padding: 7.7rem 2.0rem 6.9rem 2.0rem;
  }
  section.block03 .image01 {
    max-width: 101.7rem;
    margin: 0 auto;
    margin-bottom: 5.9rem;
    position: relative;
    left: 3.0rem;
  }
  section.block03 .image02 {
    max-width: 59.0rem;
    margin: 0 auto;
    position: relative;
    left: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  section.block03 .container {
    padding: 5.5rem 0rem 4.3rem 0rem;
  }
  section.block03 .image01 {
    /*width: 47.6rem;*/
    margin-right: -2.6rem;
    position: relative;
    left: -1.3rem;
    margin-bottom: 3.0rem;
  }
  section.block03 .image02 {
    max-width: 37.4rem;
    margin: 0 auto;
  }
}

section.block04 {
}
@media screen and (min-width: 751px) {
  section.block04 .container {
    max-width: 110.0rem;
    margin: 0 auto;
    border-radius: 2.0rem;
    padding: 5.7rem 2.0rem 6.4rem 2.0rem;
    background: #e8faff;
  }
  section.block04 h2 {
    max-width: 48.4rem;
    margin: 0 auto;
    position: relative;
    left: -0.3rem;
    margin-bottom: 3.0rem;
  }
  section.block04 .text {
    max-width: 39.1rem;
    margin-left: auto;
    margin-right: 3.1rem;
    margin-bottom: 4.3rem;
  }
  section.block04 .plan {
    max-width: 47.5rem;
    margin: 0 auto;
    margin-bottom: 3.9rem;
  }
  section.block04 .hokenryou {
    max-width: 19.7rem;
    margin: 0 auto;
    position: relative;
    left: 0.2rem;
    margin-bottom: 1.3rem;
  }
  section.block04 .image {
    max-width: 89.8rem;
    margin: 0 auto;
    position: relative;
    left: -0.1rem;
    margin-bottom: 1.2rem;
  }
  section.block04 .kome {
    max-width: 43.1rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section.block04 .container {
    padding: 4.7rem 0rem 3.8rem 0rem;
    background: #cdf3ff;
  }
  section.block04 h2 {
    max-width: 30.8rem;
    margin: 0 auto;
    position: relative;
    left: -0.1rem;
    margin-bottom: 2.8rem;
  }
  section.block04 .text {
    max-width: 31.1rem;
    margin-left: auto;
    margin-right: 1.2rem;
    margin-bottom: 5.2rem;
  }
  section.block04 .plan {
    max-width: 37.8rem;
    margin: 0 auto;
    margin-bottom: 3.1rem;
  }
  section.block04 .hokenryou {
    max-width: 10.4rem;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
  section.block04 .tab {
    max-width: 42.6rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1.8rem;
  }
  section.block04 .tab .image {
  }
  section.block04 .tab-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  section.block04 .tab-button li {
    display: block;
    width: calc(50% - 0.5rem);
    height: 5.0rem;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  section.block04 .tab-content li:nth-child(2) {
    display: none;
  }
  section.block04 .kome {
    max-width: 38.3rem;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
}


section.block05 {
}
@media screen and (min-width: 751px) {
  section.block05 .container {
    max-width: 110.0rem;
    margin: 0 auto;
    border-radius: 2.0rem;
    padding: 5.7rem 2.0rem 5.3rem 2.0rem;
    background: #cdf3ff;
  }
  section.block05 h2 {
    max-width: 24.9rem;
    margin: 0 auto;
    position: relative;
    left: 0.1rem;
    margin-bottom: 1.8rem;
  }
  section.block05 .image {
    max-width: 90.0rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 4.9rem;
  }
  section.block05 .text {
    max-width: 90.9rem;
    margin: 0 auto;
  }
  section.block05 .text.chuui {
    background: #fff;
    border-radius: 1.5rem;
    margin-bottom: 2.8rem;
    padding: 3.6rem 4.0rem 5.1rem 4.0rem;
  }
  section.block05 .text.chuui h3 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2.0rem;
  }
  section.block05 .text ul {
    list-style: disc;
    margin-left: 2.8rem;
  }
  section.block05 .text ul li {
    line-height: 1.7;
    margin-bottom: 1.0rem;
  }
}
@media screen and (max-width: 750px) {
  section.block05 .container {
    padding: 6.0rem 0rem 4.0rem 0rem;
    background: #cdf3ff;
  }
  section.block05 h2 {
    max-width: 13.8rem;
    margin: 0 auto;
    position: relative;
    left: -0.1rem;
    margin-bottom: 1.85rem;
  }
  section.block05 .tab {
    max-width: 42.61rem;
    margin: 0 auto;
    position: relative;
    left: 0.05rem;
    margin-bottom: 5.3rem;
  }
  section.block05 .tab .image {
  }
  section.block05 .tab-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  section.block05 .tab-button li {
    display: block;
    width: calc(50% - 0.5rem);
    height: 5.0rem;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  section.block05 .tab-content li:nth-child(2) {
    display: none;
  }
  section.block05 .text {
    max-width: 42.5rem;
    margin: 0 auto;
  }
  section.block05 .text.chuui {
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 4.2rem;
    padding: 3.6rem 1.0rem 1.0rem 0.5rem;
  }
  section.block05 .text.chuui h3 {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 1.1rem;
  }
  section.block05 .text ul {
    list-style: disc;
    margin-left: 2.8rem;
  }
  section.block05 .text ul li {
    line-height: 1.7;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}

.modal-wrap {
  display: none;
}
.modaal-content-container {
  padding: 0;
}
.modaal-inner-wrapper {
  padding: 4.5rem 2.0rem;
}
.modaal-container {
  position: relative;
  overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
  content: none;
}

@media screen and (min-width: 751px) {
  .modaal-wrapper .modaal-close {
    position: absolute;
    right: 3.6rem;
    top: 3.1rem;
    z-index: 100;
    width: 4.0rem;
    height: 4.0rem;
    padding: 0;
    background: url(../img/modal_close.png) 50% 50%/100% auto no-repeat;
  }
  .modaal-container {
    border-radius: 1.5rem;
  }
  .modal-content {
    padding: 4.5rem 8.5rem 7.1rem 8.5rem;
  }
  .modal-content h3 {
    max-width: 52.3rem;
    margin: 0 auto;
  }
  .modal-content .block01 .text {
    margin-top: 3.5rem;
    margin-bottom: 5.5rem;
  }
  .modal-content .block02 .text {
    margin-top: 3.0rem;
  }
  .modal-content .text p {
    margin-top: 2.9rem;
    line-height: 2.2;
  }
  .modal-content ul {
    list-style: disc;
    margin-left: 1.7rem;
  }
  .modal-content ul li {
    line-height: 1.9;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .modaal-wrapper .modaal-close {
    position: absolute;
    right: 2.3rem;
    top: 2.2rem;
    z-index: 100;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: url(../img/modal_close.png) 50% 50%/100% auto no-repeat;
  }
  .modaal-container {
    border-radius: 1.0rem;
  }
  .modal-content {
    padding: 6.0rem 2.5rem 6.5rem 2.5rem;
  }
  .modal-content h3 {
    max-width: 33.4rem;
    margin: 0 auto;
    position: relative;
    left: 0.7rem;
  }
  .modal-content .block01 .text {
    margin-top: 0.5rem;
    margin-bottom: 4.2rem;
  }
  .modal-content .block02 .text {
    margin-top: 2.5rem;
  }
  .modal-content .text p {
    margin-top: 2.4rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .modal-content ul {
    list-style: disc;
    margin-left: 1.7rem;
  }
  .modal-content ul li {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
