@charset "UTF-8";
body {
  width: 100%;
  min-height: 100%;
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  font-size: 1.125rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
ol,
ul,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul > li,
ul > li {
  list-style: none;
}

ol > li {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .inner {
    padding-left: 1.7543859649vw;
    padding-right: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.footer {
  position: relative;
}

.footer__info {
  background: #E6F5FD;
}

.footer__info .inner {
  padding: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__info .inner {
    padding: 15px 56px;
  }
}
.footer__infoText {
  color: #2EA7E0;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer__infoText {
    font-size: 0.75rem;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 5.3333333333vw;
  }
}
.footer__text {
  margin-bottom: 16px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .footer__text {
    margin-bottom: 15px;
    font-size: 0.625rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
  transition: opacity 0.4s;
}

.footer__logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer__logo:hover {
    opacity: 1;
  }
}
.footer__copyright {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}
.footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 105px;
  height: 99px;
  background: url(../img/icon_pagetop.svg) no-repeat;
  font-size: 0;
  text-decoration: none;
  transition: opacity 0.4s;
  z-index: 11;
}

@media screen and (max-width: 1140px) and (min-width: 768px) {
  .footer__pagetop {
    width: 9.2105263158vw;
    height: 8.6842105263vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    position: absolute;
    top: -17.3333333333vw;
    right: 4vw;
    width: 14.4vw;
    height: 13.3333333333vw;
    background-size: 100% auto;
  }
}
.footer__pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer__pagetop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.fw {
  font-weight: bold;
}

.kv {
  background: #177BC0;
}
.kv .inner {
  position: relative;
  height: 448px;
  background: url(../img/kv.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv .inner {
    height: 39.298245614vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .inner {
    height: 99.8696219035vw;
    background: url(../img/kv_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.kv__title {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  width: 772px;
  height: 140px;
  background: url(../img/kv_title.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__title {
    top: 10.0877192982vw;
    width: 67.7192982456vw;
    height: 12.2807017544vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__title {
    top: 18.9333333333vw;
    width: 95.4666666667vw;
    height: 18.1333333333vw;
    background: none;
  }
}
.kv__balloon {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 296px;
  height: 65px;
  background: url(../img/kv_balloon.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .kv__balloon {
    top: -7.0175438596vw;
    width: 25.8771929825vw;
    height: 5.701754386vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__balloon {
    top: -14.9333333333vw;
    width: 29.0666666667vw;
    height: 14.6666666667vw;
    background: none;
  }
}

.select {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select {
    padding-top: 5.2631578947vw;
    padding-bottom: 5.2631578947vw;
  }
}
@media screen and (max-width: 767px) {
  .select {
    padding-top: 7.8226857888vw;
    padding-bottom: 7.8226857888vw;
  }
}
.select h2 {
  margin-bottom: 40px;
  color: #017BC7;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select h2 {
    margin-bottom: 3.5087719298vw;
    font-size: 2.8070175439vw;
  }
}
@media screen and (max-width: 767px) {
  .select h2 {
    margin-bottom: 5.4758800522vw;
    font-size: 6.258148631vw;
  }
}
.select_area {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select_area {
    gap: 1.7543859649vw;
  }
}
@media screen and (max-width: 767px) {
  .select_area {
    gap: 2.6075619296vw;
  }
}
.select__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 410px;
  height: 150px;
  padding: 0 70px 0 200px;
  border-radius: 16px;
  text-decoration: none;
  transition: opacity 0.4s;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-width: 5px;
  border-style: solid;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select__button {
    width: 35.9649122807vw;
    height: 13.1578947368vw;
    padding: 0 6.1403508772vw 0 17.5438596491vw;
  }
}
@media screen and (max-width: 767px) {
  .select__button {
    width: 44.5893089961vw;
    height: 34.0286831812vw;
    padding: 21.1212516297vw 0 5.7366362451vw;
    background-size: 100% auto;
    border-width: 3px;
  }
}
.select__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .select__button:hover {
    opacity: 1;
  }
}
.select__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 16px;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select__button::after {
    right: 1.7543859649vw;
    width: 3.5087719298vw;
    height: 3.5087719298vw;
    background-position: center 1.4035087719vw;
    background-size: 1.7543859649vw 1.1403508772vw;
  }
}
@media screen and (max-width: 767px) {
  .select__button::after {
    right: 2.6075619296vw;
    top: 24.7718383312vw;
    width: 8.6049543677vw;
    height: 8.6049543677vw;
    background-position: center 2.0860495437vw;
    background-size: 5.2151238592vw 5.2151238592vw;
  }
}
.select__button--ele {
  background-color: #8FC323;
  background-image: url(../img/btn_bg_ele.png);
  border-color: #22AC38;
}
@media screen and (max-width: 767px) {
  .select__button--ele {
    background-image: url(../img/btn_bg_ele_sp.png);
  }
}
.select__button--ele::after {
  background-image: url(../img/icon_arrow_green.svg);
}
.select__button--jr {
  background-color: #22AEE6;
  background-image: url(../img/btn_bg_jr.png);
  border-color: #007BC7;
}
@media screen and (max-width: 767px) {
  .select__button--jr {
    background-image: url(../img/btn_bg_jr_sp.png);
  }
}
.select__button--jr::after {
  background-image: url(../img/icon_arrow_blue.svg);
}
.select__button__text {
  display: block;
  width: 118px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
  .select__button__text {
    width: 10.350877193vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .select__button__text {
    position: absolute;
    left: 10.1694915254vw;
    bottom: 5.7366362451vw;
    width: 19.295958279vw;
    height: 6.258148631vw;
  }
}
.select__button__text--ele {
  background-image: url(../img/btn_text_ele.png);
}
.select__button__text--jr {
  background-image: url(../img/btn_text_jr.png);
}/*# sourceMappingURL=style.css.map */