.pc {
  display: inline-block;
}
@media (max-width: 420px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 420px) {
  .sp {
    display: inline-block;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 14px;
  color: #333;
  position: relative;
  position: relative;
  background-color: #FFF;
}

a {
  opacity: 1;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s ease-out;
}

.gnavi {
  position: fixed;
  top: max(50vh - 297px, 0px);
  left: calc(33% - min(28vh, 295px));
  width: 295px;
  z-index: 2;
}
@media (max-width: 1120px) {
  .gnavi {
    display: none;
  }
}
.gnavi__head {
  margin: 0 auto 20px;
  display: block;
  width: 103px;
}
.gnavi__head img {
  width: 100%;
}
.gnavi__title {
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
}
.gnavi__title--big {
  font-size: 27px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.gnavi__container {
  list-style: none;
  margin: 0 auto;
}
.gnavi__link {
  width: 100%;
  margin: 0 auto 15px;
  padding: 15px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/index/arrow_navi_r.svg) center right 5% no-repeat;
}
.gnavi__link:hover {
  background-color: #eaffff;
  opacity: 1;
}
.gnavi__link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  display: inline-block;
  width: 90%;
  height: 4px;
  transform: translateX(-50%);
  background-color: #0038d4;
}
.gnavi__number {
  width: 40px;
}
.gnavi__body {
  width: auto;
}
.gnavi__text {
  font-size: 15px;
  line-height: 15.3px;
  letter-spacing: 0.75px;
  color: #1E1E1E;
  margin: 0 0 10px 0;
}
.gnavi__text--small {
  font-size: 9px;
  line-height: 15.3px;
}
.gnavi__all {
  display: block;
  width: 90%;
  margin: 25px auto 0;
}

.fnavi {
  position: fixed;
  z-index: 99999;
  width: 100%;
  max-width: 53vh;
  min-width: 375px;
  bottom: 0;
  display: none;
}
@media (max-width: 420px) {
  .fnavi {
    display: block;
    max-width: none;
    min-width: none;
  }
}
.fnavi__body {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fnavi__body_link img {
  vertical-align: bottom;
  width: 100%;
}

.link__button {
  width: 100%;
  padding: 15px;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 100vmax;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.link__button--lineup {
  color: #1E1E1E;
  width: auto;
  padding: 10px 25px 10px 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.5px;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #FFF;
}
.link__button--point {
  font-weight: bold;
  font-size: 9px;
  position: relative;
  width: 90%;
  padding: 2px 25px 2px 15px;
  margin: 0 auto 0 0;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #3b6493;
}

.main-contents {
  position: relative;
  max-width: 53vh;
  min-width: 375px;
  width: 100%;
  margin: 0 calc(45% - 389px) 0 auto;
  z-index: 1000;
  border-left: solid 7px #0038d4;
  border-right: solid 7px #0038d4;
}
@media (max-width: 1120px) {
  .main-contents {
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .main-contents {
    max-width: none;
    border: none;
  }
}

header {
  background-color: #FFF;
}

.header {
  background-color: #FFF;
  position: relative;
  margin: 0;
  padding: 0;
}
.header__main {
  width: 100%;
  vertical-align: bottom;
}
.header__title {
  text-align: center;
  margin: -65px auto 0;
  padding: 40% 0 0;
  position: relative;
}
.header__title--01 {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header__title--02 {
  position: absolute;
  display: block;
  top: 103px;
  left: 50%;
  transform: translateX(-50%);
}

.lead {
  background-color: #FFF;
  padding: 40px 0 60px;
  position: relative;
}
.lead__contents p {
  font-size: 15px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  margin: 0 0 20px;
}

.function {
  background-color: #FFF;
  padding: 40px 0 90px;
  position: relative;
}
.function__title {
  position: relative;
}
.function__title--01 {
  padding: 30% 0 0;
}
.function__title--img {
  display: block;
  margin: 0 auto 30px;
}
.function__title--img01 {
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.function__title--img02 {
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.function__catch {
  font-size: 23px;
  line-height: 45.2px;
  letter-spacing: 1.15px;
  color: #231815;
  text-align: center;
  margin: 0 auto 50px;
}
.function__catch--en {
  color: #0038D4;
  font-size: 28px;
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.function__catch--blue {
  color: #0038D4;
}
.function__wave {
  display: inline-block;
  padding: 0 0 4px;
  background: url(../img/index/line.svg) bottom 1px left repeat-x;
  clip-path: inset(0% 100% 0% 0%);
}
.function__body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 80%;
  margin: 0 auto 50px;
  gap: 20px;
  justify-content: center;
}
.function__body--dev {
  flex-direction: row;
}
.function__body--s {
  width: 215px;
  margin: 0 auto 15px;
  justify-content: left;
}
.function__body--b {
  font-size: 24px;
}
.function__body--m {
  width: 250px;
  margin: 0 auto 15px;
}
.function__body--end {
  margin: 0 auto 70px;
}
.function__wraper {
  position: relative;
}
.function__wraper--m {
  width: 60%;
}
.function__deco {
  position: absolute;
  top: -40px;
  right: -10px;
}
.function__head {
  font-size: 21px;
  line-height: 45.2px;
  color: #231815;
  margin: 0 0 10px;
}
.function__head--s {
  font-size: 15px;
}
.function__text {
  font-size: 13px;
  line-height: 21px;
  color: #231815;
}
.function__img {
  width: 30%;
}
.function__img--m {
  width: 40%;
}

.lineup {
  background-color: #e1f0ff;
  padding: 25px 0 40px;
  position: relative;
}
.lineup__title {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
.lineup__wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.lineup__inner {
  display: block;
  width: 100%;
}
.lineup__link {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 15px;
  justify-items: start;
  align-items: center;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.6px;
  color: #1E1E1E;
  text-align: left;
}
.lineup__img {
  display: block;
  width: 100%;
}

.navi {
  background-color: #FFF;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.navi__title {
  margin: 0 auto 15px;
  text-align: center;
}
.navi__wapper {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.navi__container {
  list-style: none;
  margin: 0 auto;
}
.navi__link {
  width: 100%;
  margin: 0 auto 15px;
  padding: 20px 20px 30px;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/index/arrow_navi_r.svg) center right 5% no-repeat;
}
.navi__link:hover {
  background-color: #eaffff;
  opacity: 1;
}
.navi__link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  display: inline-block;
  width: 90%;
  height: 4px;
  transform: translateX(-50%);
  background-color: #0038d4;
}
.navi__number {
  width: 50px;
}
.navi__body {
  width: auto;
}
.navi__text {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.85px;
  color: #1E1E1E;
}
.navi__text--small {
  font-size: 10px;
}

.style01 {
  background-color: #FFF;
  position: relative;
  padding: 50px 0 40px 0;
}
.style01__title {
  position: absolute;
  width: 18.78%;
  top: 20px;
  left: 5.47%;
  z-index: 6;
}
.style01__catch {
  position: absolute;
  font-size: 13px;
  line-height: 19.46px;
  letter-spacing: 0.65px;
  color: #1E1E1E;
  writing-mode: vertical-rl;
  z-index: 6;
  top: 30px;
  left: 83.02%;
}
.style01__img {
  position: relative;
}
.style01__img--01 {
  display: block;
  margin: 0 auto 20px;
  width: 83.46%;
  z-index: 4;
}
.style01__img--02 {
  display: block;
  margin: 0 0 10px auto;
  width: 92.98%;
}
.style01__img--03 {
  display: block;
  margin: 0 auto 0 0;
  width: 84.8%;
  z-index: 5;
}
.style01__img--04 {
  display: block;
  margin: -25px 5% 0 auto;
  width: 49.06%;
  z-index: 6;
}
.style01__img--05 {
  display: block;
  margin: 0 auto 0 5%;
  width: 58.93%;
  z-index: 5;
}
.style01__img--06 {
  display: block;
  margin: -25px 0 0 auto;
  width: 62.13%;
  z-index: 4;
}
.style01__img--07 {
  display: block;
  position: absolute;
  width: 25.4%;
  top: 42%;
  left: 62%;
  z-index: 6;
}
.style01__img--08 {
  display: block;
  position: absolute;
  width: 30.93%;
  top: 60px;
  right: 0;
  z-index: 5;
}
.style01__img--09 {
  display: block;
  position: absolute;
  width: 30.93%;
  top: 210px;
  left: 65%;
  z-index: 6;
}
.style01__img--10 {
  display: block;
  position: absolute;
  width: 30.93%;
  bottom: 90px;
  left: 16.53%;
  z-index: 6;
}
.style01__mark {
  display: block;
  margin: 0 auto 30px 10%;
}
.style01__head {
  margin: 0 auto 0 10%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.85px;
  color: #1E1E1E;
}
.style01__head--en {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.style01__head--s {
  font-size: 8px;
}
.style01__text {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1.3px;
  color: #231815;
}
.style01__text--01 {
  margin: 0 auto 50px 10%;
}
.style01__text--02 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 40px;
  left: 69.49%;
  padding-top: 7em;
  text-indent: -7em;
}
.style01__text--03 {
  position: absolute;
  top: 120px;
  left: 65%;
  z-index: 6;
}
.style01__wrapper {
  position: relative;
  margin: 0 0 20px;
}
.style01__item {
  position: absolute;
  display: block;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #FFF;
  border: solid 1px #231815;
  font-weight: bold;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #000000;
  padding: 15px 25% 15px 25px;
  top: -20px;
  right: 5%;
  z-index: 6;
}
.style01__item:hover {
  color: #FFFFFF;
  background: url(../img/index/arrow_r_w.svg) center right 10px no-repeat #0038d4;
  opacity: 1;
}

.style02 {
  background-color: #FFF;
  position: relative;
  padding: 60px 0 40px;
}
.style02__title {
  position: absolute;
  width: 18.78%;
  top: -10px;
  right: 5.47%;
  z-index: 7;
}
.style02__catch {
  position: absolute;
  font-size: 13px;
  line-height: 19.46px;
  letter-spacing: 0.65px;
  color: #1E1E1E;
  writing-mode: vertical-rl;
  z-index: 6;
  top: 40px;
  right: 83.02%;
}
.style02__img {
  position: relative;
}
.style02__img--01 {
  display: block;
  margin: 0 auto 20px;
  width: 83.46%;
  z-index: 5;
}
.style02__img--02 {
  display: block;
  margin: 0 0 10px auto;
  width: 85.6%;
}
.style02__img--03 {
  display: block;
  margin: 0;
  width: 48%;
}
.style02__img--04 {
  display: block;
  margin: 0;
  width: 48%;
}
.style02__img--05 {
  display: block;
  margin: 0 auto 0 5%;
  width: 39.97%;
  z-index: 5;
}
.style02__img--06 {
  display: block;
  margin: -100px 5% 0 auto;
  width: 51.71%;
  z-index: 4;
}
.style02__img--07 {
  display: block;
  position: absolute;
  width: 14.98%;
  top: 15%;
  left: 72%;
  z-index: 6;
}
.style02__img--08 {
  display: block;
  position: absolute;
  width: 30.93%;
  top: 160px;
  left: 5%;
  z-index: 6;
}
.style02__img--09 {
  display: block;
  position: absolute;
  width: 26.72%;
  top: -40px;
  left: 55.61%;
  z-index: 6;
}
.style02__img--10 {
  display: block;
  position: absolute;
  width: 25.06%;
  top: 15px;
  right: 0;
  z-index: 6;
}
.style02__mark {
  display: block;
  margin: 0 auto 30px 10%;
}
.style02__head {
  margin: 0 auto 20px 10%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.85px;
  color: #1E1E1E;
}
.style02__head--en {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.style02__head--s {
  font-size: 8px;
}
.style02__text {
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.65px;
  color: #231815;
}
.style02__text--01 {
  margin: 0 auto 50px 10%;
}
.style02__text--02 {
  position: absolute;
  top: 70px;
  left: 7.89%;
  z-index: 6;
}
.style02__text--03 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 45%;
  left: 10.57%;
  font-size: 15px;
  line-height: 19.46px;
  letter-spacing: 0.75px;
  color: #1E1E1E;
  z-index: 6;
}
.style02__wrapper {
  position: relative;
  margin: 0 0 20px;
}
.style02__wrapper--01 {
  margin: 0 0 25px;
}
.style02__wrapper--02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.style02__item {
  position: absolute;
  display: block;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #FFF;
  border: solid 1px #231815;
  font-weight: bold;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #000000;
  padding: 15px 25% 15px 25px;
  top: -20px;
  right: 5%;
  z-index: 6;
}
.style02__item:hover {
  color: #FFFFFF;
  background: url(../img/index/arrow_r_w.svg) center right 10px no-repeat #0038d4;
  opacity: 1;
}

.style03 {
  background-color: #FFF;
  position: relative;
  padding: 60px 0 25px;
}
.style03__title {
  position: absolute;
  width: 18.78%;
  top: 10px;
  left: 12.14%;
  z-index: 6;
}
.style03__catch {
  position: absolute;
  font-size: 13px;
  line-height: 19.46px;
  letter-spacing: 0.65px;
  color: #1E1E1E;
  writing-mode: vertical-rl;
  z-index: 6;
  top: 40px;
  left: 81.21%;
}
.style03__img {
  position: relative;
}
.style03__img--01 {
  display: block;
  margin: 0 auto 20px;
  width: 83.46%;
  z-index: 5;
}
.style03__img--02 {
  display: block;
  margin: 0 0 10px auto;
  width: 70.66%;
}
.style03__img--03 {
  display: block;
  margin: 0 0 auto;
  width: 54.74%;
}
.style03__img--04 {
  display: block;
  position: absolute;
  width: 19.62%;
  top: 65%;
  left: 63.92%;
  z-index: 6;
}
.style03__img--05 {
  display: block;
  position: absolute;
  width: 7.21%;
  top: 33%;
  left: 13.45%;
  z-index: 6;
}
.style03__img--06 {
  display: block;
  position: absolute;
  width: 30.93%;
  top: 42%;
  right: 0;
  z-index: 6;
}
.style03__mark {
  display: block;
  margin: 0 auto 30px 10%;
}
.style03__head {
  margin: 0 auto 20px 10%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.85px;
  color: #1E1E1E;
}
.style03__head--en {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.style03__head--s {
  font-size: 8px;
}
.style03__text {
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.65px;
  color: #231815;
}
.style03__text--01 {
  margin: 0 auto 50px 10%;
}
.style03__text--02 {
  position: absolute;
  writing-mode: vertical-rl;
  bottom: 40px;
  left: 10%;
  padding-top: 7em;
  text-indent: -7em;
  z-index: 6;
  color: #1E1E1E;
}
.style03__text--03 {
  position: absolute;
  writing-mode: vertical-rl;
  top: 45%;
  left: 10.57%;
  line-height: 22px;
  color: #1E1E1E;
  z-index: 6;
}
.style03__wrapper {
  position: relative;
  margin: 0 0 20px;
}
.style03__wrapper--01 {
  margin: 0 0 25px;
}
.style03__wrapper--02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.style03__item {
  position: absolute;
  display: block;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #FFF;
  border: solid 1px #231815;
  font-weight: bold;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #000000;
  padding: 15px 25% 15px 25px;
  top: -20px;
  right: 5%;
  z-index: 6;
}
.style03__item:hover {
  color: #FFFFFF;
  background: url(../img/index/arrow_r_w.svg) center right 10px no-repeat #0038d4;
  opacity: 1;
}

.style04 {
  background-color: #FFF;
  position: relative;
  padding: 60px 0 0 0;
}
.style04__title {
  position: absolute;
  width: 18.78%;
  top: 30px;
  left: 14.8%;
  z-index: 7;
}
.style04__catch {
  position: absolute;
  font-size: 13px;
  line-height: 19.46px;
  letter-spacing: 0.65px;
  color: #1E1E1E;
  writing-mode: vertical-rl;
  z-index: 6;
  top: 30px;
  left: 81.21%;
}
.style04__img {
  position: relative;
}
.style04__img--01 {
  display: block;
  margin: 0 auto 20px;
  width: 83.46%;
  z-index: 5;
}
.style04__img--02 {
  display: block;
  margin: 0 auto 10px 0;
  width: 61.33%;
}
.style04__img--03 {
  display: block;
  margin: -50% 0 0 auto;
  width: 48%;
  transform: translateY(30px);
}
.style04__img--04 {
  display: block;
  position: absolute;
  width: 30.93%;
  top: 47%;
  left: 52%;
  z-index: 6;
}
.style04__img--05 {
  display: block;
  position: absolute;
  width: 25.06%;
  top: 65px;
  left: 0;
  z-index: 6;
}
.style04__mark {
  display: block;
  margin: 0 auto 30px 10%;
}
.style04__head {
  margin: 0 auto 20px 10%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.85px;
  color: #1E1E1E;
}
.style04__head--en {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.style04__head--s {
  font-size: 8px;
}
.style04__text {
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.65px;
  color: #231815;
}
.style04__text--01 {
  margin: 0 auto 50px 10%;
}
.style04__text--02 {
  position: absolute;
  top: 25%;
  left: 54.83%;
  z-index: 6;
  color: #1E1E1E;
}
.style04__wrapper {
  position: relative;
  margin: 0 0 20px;
}
.style04__wrapper--01 {
  margin: 0 0 25px;
}
.style04__item {
  position: absolute;
  display: block;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #FFF;
  border: solid 1px #231815;
  font-weight: bold;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #000000;
  padding: 15px 25% 15px 25px;
  top: -20px;
  right: 5%;
  z-index: 6;
}
.style04__item:hover {
  color: #FFFFFF;
  background: url(../img/index/arrow_r_w.svg) center right 10px no-repeat #0038d4;
  opacity: 1;
}

.all {
  background-color: #e1f0ff;
  margin: 70px 0 0;
  padding: 60px 0 50px;
}
.all__title {
  display: block;
  margin: 0 auto 25px;
}
.all__title--img {
  width: 39.86%;
}
.all__head {
  width: 80%;
  margin: 0 auto 40px;
}
.all__head_title {
  border-radius: 100vmax;
  position: relative;
  text-align: center;
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
  padding: 10px 0;
}
.all__body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.all__item {
  width: calc(50% - 13px);
}
.all__img {
  width: 100%;
}
.all__price {
  width: 100%;
  margin: 0 auto 10px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  color: #0038d4;
}

.wave {
  border: none;
  background: url(../img/index/deco03.svg) center center no-repeat #FFF;
  height: 20px;
}

.sitefooter {
  background: url(../img/index/bg_footer.png) top center no-repeat #FFF;
  background-size: contain;
  padding: 150px 0 0;
}
.sitefooter__anchor {
  width: 24.512%;
  display: block;
  text-align: center;
  margin: 20px auto;
}
.sitefooter__anchor--img {
  width: 100%;
  vertical-align: bottom;
}
.sitefooter__text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #000;
}
.sitefooter__buttom {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.sitefooter__sns {
  list-style: none;
  display: flex;
  width: 36.394%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 10px auto 50px;
}
.sitefooter__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8px;
  text-align: center;
  padding: 0 0 100px;
}