@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .container {
    min-height: calc(100vh - 400px);
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    min-height: calc(100vh - 326px);
    padding: 50px 0;
  }
}

.wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    width: 93%;
    max-width: 1100px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.index {
  position: relative;
}
.index .hero {
  margin-inline: calc(50% - 50vi);
  background: linear-gradient(#52463e, #fff);
}
.index .hero__content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .index .hero__content {
    width: calc(100% - 30px);
    padding: 90px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .hero__content {
    width: 93%;
    max-width: 1100px;
    padding: 50px 35px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .index .intro {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .index .intro__pic {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .index .intro__pic {
    margin-bottom: 50px;
  }
}
.index .intro__genre {
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .index .intro__genre {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .index .intro__genre {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}
.index .intro__genre span {
  display: inline-block;
  border: 2px solid #05294b;
  color: #05294b;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .index .intro__genre span {
    margin: 0 3px 5px;
    padding: 3px 10px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .intro__genre span {
    margin: 0 3px 5px;
    padding: 5px 10px;
  }
}
.index .intro__text {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .index .intro__text {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .index .intro__text {
    margin: 0 0 50px;
    font-size: 1.8rem;
  }
}
.index .list {
  margin-inline: calc(50% - 50vi);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .index .list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list {
    margin-bottom: 80px;
  }
}
.index .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-list.jpg) repeat center/cover;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .index .list {
    margin-top: 30px;
    padding: 30px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list {
    margin-top: 60px;
    padding: 60px 0 80px;
  }
}
.index .list__ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .list__ttl {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.index .list__item {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .index .list__item {
    width: 250px !important;
    flex: 0 0 250px !important;
    margin: 0 10px !important;
    padding: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__item {
    width: 350px !important;
    flex: 0 0 350px !important;
    margin: 0 10px !important;
    padding: 0 0 5px;
  }
}
.index .list__pic {
  background: linear-gradient(#ccc, #f1f1f1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .index .list__pic {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__pic {
    width: 350px;
    height: 350px;
  }
}
.index .list__pic img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 88%;
  max-height: 88%;
}
.index .list__data {
  background: repeating-linear-gradient(49deg, rgba(230, 236, 241, 0.6), #fff 20%, #fff 53%, rgba(230, 236, 241, 0.6) 65%, rgba(224, 231, 237, 0.6) 70%, rgba(230, 236, 241, 0.6) 75%, #fff, rgba(230, 236, 241, 0.6));
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .index .list__data {
    width: 210px;
    height: 140px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__data {
    width: 280px;
    height: 150px;
    padding: 0 20px;
  }
}
.index .list__name {
  width: 100%;
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .index .list__name {
    font-size: 0.85rem;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__name {
    font-size: 0.9rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
.index .list__price {
  margin: 10px 0 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .index .list__price {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .list__price {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .index .list .splide__arrow {
    width: 3.5em;
    height: 3.5em;
  }
}
@media only screen and (min-width: 768px) {
  .index .list .splide__arrow {
    width: 5em;
    height: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .index .list .splide__arrow svg {
    width: 1.3em;
    height: 1.3em;
  }
}
@media only screen and (min-width: 768px) {
  .index .list .splide__arrow svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.index .step {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .step {
    margin: 0 0 40px;
    padding: 30px 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step {
    margin-inline: calc(50% - 50vi);
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__container {
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;
  }
}
.index .step__ttl {
  font-weight: bold;
  text-align: center;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .index .step__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__ttl {
    font-size: 2rem;
  }
}
.index .step__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .index .step__content {
    flex-direction: column;
    gap: 30px 0;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__content {
    gap: 0 60px;
    padding: 75px 0 0;
  }
}
.index .step__item {
  position: relative;
  background-color: #fff;
  color: #333;
  border: #c3c3b2 solid 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .index .step__item {
    height: 80px;
    padding: 0 20px;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item {
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 60px 0 40px;
  }
}
.index .step__item::after {
  content: "";
  background-color: #d2d2c2;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .index .step__item::after {
    width: 20px;
    height: 10px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: -21px;
    left: 50%;
    translate: -50% 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item::after {
    width: 20px;
    height: 30px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    top: 50%;
    right: -40px;
    translate: 0 -50%;
  }
}
@media only screen and (max-width: 767px) {
  .index .step__item:first-child .step__item-ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item:first-child .step__item-ttl {
    font-size: 1.5rem;
  }
}
.index .step__item:last-child::after {
  content: none;
}
.index .step__num {
  color: #fff;
  background-color: #b19a66;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .index .step__num {
    font-size: 1rem;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__num {
    font-size: 1.6rem;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -40px;
  }
}
.index .step__num span {
  display: block;
  margin: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .index .step__num span {
    font-size: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__num span {
    font-size: 0.9rem;
  }
}
.index .step__item-ttl {
  line-height: 1;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .index .step__item-ttl {
    font-size: 1.2rem;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item-ttl {
    font-size: 1.7rem;
    writing-mode: vertical-rl;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .index .step__item-pic {
    width: calc(100% - 215px);
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item-pic {
    margin-top: 30px;
    height: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .index .step__item-pic img {
    max-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step__item-pic img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .index .step .step-container-horizontal {
    max-width: 900px;
  }
}
.index .step .step-content-horizontal {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .index .step .step-content-horizontal {
    gap: 50px 60px;
    justify-content: center;
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .step .step-item-horizontal {
    width: calc(33.3333333333% - 60px);
    padding: 40px 25px;
    gap: 15px 0;
  }
}
.index .step .step-item-horizontal .step__num {
  position: static;
}
@media only screen and (min-width: 768px) {
  .index .step .step-item-horizontal .step__item-ttl {
    writing-mode: horizontal-tb;
    text-align: center;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .index .step .step-item-horizontal .step__item-pic {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index .desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc {
    margin-bottom: 40px;
  }
}
.index .desc__lead {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .desc__lead {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc__lead {
    margin-bottom: 20px;
  }
}
.index .desc__content {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .index .desc__content {
    grid-template-columns: 34% 62%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .index .desc__img {
    margin: 20px auto;
    display: none;
  }
}
.index .desc__text p {
  text-align: center;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .index .desc__text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc__text p {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.index .desc__kantei {
  background-color: #05294b;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .index .desc__kantei {
    min-height: 65px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc__kantei {
    min-height: 90px;
    font-size: 1.8rem;
    word-break: break-all;
    transition: 0.3s;
  }
  .index .desc__kantei:hover {
    background-color: #133f69;
  }
}
.index .desc__shop {
  background-color: #05294b;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .index .desc__shop {
    min-height: 65px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc__shop {
    width: 80%;
    min-height: 90px;
    font-size: 1.8rem;
    transition: 0.3s;
  }
  .index .desc__shop:hover {
    background-color: #133f69;
  }
  .index .desc__shop::after {
    content: "";
    background: url(../img/icon_shio-list.png) no-repeat top left/contain;
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-left: 12px;
  }
}
.index .desc__shop::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .index .desc__shop::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .index .desc__shop::before {
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    width: 18px;
    height: 18px;
    right: 50px;
  }
}
.index .flow {
  -o-border-image: linear-gradient(#f8f7f3 0 0) 0//0 100lvi;
     border-image: linear-gradient(#f8f7f3 0 0) fill 0//0 100lvi;
}
@media only screen and (max-width: 767px) {
  .index .flow {
    padding: 20px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow {
    padding: 50px 0 70px;
  }
}
.index .flow h2 {
  color: #d71518;
  padding: 18px 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .flow h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow h2 {
    margin: 0 0 25px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.index .flow h3 {
  color: #d71518;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .index .flow h3 {
    font-size: 1.5rem;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow h3 {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
}
.index .flow h3 span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .index .flow h3 span {
    margin-right: 2px;
    font-size: 1.7rem;
    top: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow h3 span {
    font-size: 3rem;
    top: 0;
  }
}
.index .flow__item {
  position: relative;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .index .flow__item {
    margin: 0 0 25px;
    padding: 0 20px 0 0;
    grid-template-columns: 50px 1fr;
    gap: 30px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__item {
    margin: 0 0 45px;
    padding: 0 25px 0 10px;
    grid-template-columns: 90px 1fr;
    gap: 50px;
  }
}
.index .flow__item::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index .flow__item:nth-of-type(1) .flow__line::before {
  background: linear-gradient(rgba(215, 21, 24, 0.5), rgba(215, 21, 24, 0.7));
}
.index .flow__item:nth-of-type(1) .flow__line::after {
  background: rgba(215, 21, 24, 0.7);
}
.index .flow__item:nth-of-type(2) .flow__line::before {
  background: linear-gradient(rgba(215, 21, 24, 0.7), rgba(215, 21, 24, 0.9));
}
.index .flow__item:nth-of-type(2) .flow__line::after {
  background-color: rgba(215, 21, 24, 0.9);
}
.index .flow__item:nth-of-type(3) {
  text-align: center;
}
.index .flow__item:nth-of-type(3) .flow__line::before {
  height: 100%;
  background: linear-gradient(rgba(215, 21, 24, 0.9), #d71518);
}
.index .flow__item:nth-of-type(3) .flow__line::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .index .flow__item:nth-of-type(3) .flow__inner {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__item:nth-of-type(3) .flow__inner {
    padding: 35px 0 30px;
  }
}
.index .flow__item:nth-of-type(3) .flow__inner h3 {
  margin: 0;
}
.index .flow__line {
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: "Anton";
}
@media only screen and (max-width: 767px) {
  .index .flow__line {
    padding: 15px 0 0;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__line {
    padding: 25px 0 0;
    font-size: 3rem;
  }
}
.index .flow__line p {
  margin: 0;
  position: relative;
  z-index: 1;
}
.index .flow__line span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .index .flow__line span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__line span {
    font-size: 1.3rem;
  }
}
.index .flow__line::before, .index .flow__line::after {
  content: "";
  position: absolute;
  background-color: #d71518;
}
.index .flow__line::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .flow__line::after {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index .flow__line::after {
    height: 20px;
    bottom: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__line::after {
    height: 30px;
    bottom: -30px;
  }
}
.index .flow__inner {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .index .flow__inner {
    padding: 20px 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__inner {
    padding: 30px 0 35px;
  }
}
.index .flow__text {
  margin: 0;
  font-weight: 600;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index .flow__text {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.index .flow__list {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .index .flow__list {
    margin-top: 10px;
    gap: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__list {
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
}
.index .flow__list-item {
  border: 4px solid #eee;
}
@media only screen and (max-width: 767px) {
  .index .flow__list-item {
    padding: 15px 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 55px 1fr;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__list-item {
    padding: 25px 20px 20px;
    text-align: center;
  }
}
.index .flow__list-img {
  margin: 0 auto;
}
.index .flow__list-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .index .flow__list-img img {
    max-width: 70%;
    max-height: 70%;
  }
}
.index .flow__list-text {
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .index .flow__list-text {
    margin: 0;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .index .flow__list-text {
    margin: 20px 0 0;
  }
}
.index .banner {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .index .banner {
    grid-auto-rows: 70px;
    gap: 10px 0;
    padding: 30px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index .banner {
    flex-wrap: wrap;
    gap: 0 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
    padding: 70px 0 100px;
  }
}
.index .banner__btn {
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  color: #222;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .index .banner__btn {
    font-size: 1rem;
    line-height: 1.2;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index .banner__btn {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 15%;
    transition: 0.3s;
  }
  .index .banner__btn:hover {
    background-color: #ededed;
  }
}
.index .banner__arrow {
  background-color: #05294b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .index .banner__arrow {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .index .banner__arrow {
    width: 26px;
    height: 26px;
    right: 20px;
  }
}
.index .banner__arrow::after {
  content: "";
  border-top: solid 2.5px #fff;
  border-right: solid 2.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .index .banner__arrow::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .index .banner__arrow::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}
.index .btn-apply {
  background-color: #d71518;
  color: #fff;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .index .btn-apply {
    font-size: 1.3rem;
    min-height: 70px;
    padding: 0 7%;
  }
}
@media only screen and (min-width: 768px) {
  .index .btn-apply {
    justify-content: center;
    font-size: 2.5rem;
    min-height: 120px;
    text-align: center;
  }
}
.index .btn-apply:hover {
  background-color: #f22727;
}
.index .btn-apply::after {
  content: "";
  background: url(../img/img_click.png) no-repeat top left/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .index .btn-apply::after {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .index .btn-apply::after {
    width: 100px;
    height: 100px;
  }
}
.index .lang {
  color: #000;
  position: absolute;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .index .lang {
    margin: 30px 0 0;
    top: 40px;
    left: 50%;
    translate: -50% 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .lang {
    top: 65px;
    right: 20px;
  }
}
.index .lang__wrapper {
  position: relative;
}
.index .lang__ttl {
  position: relative;
  background-color: #fff;
  height: 37px;
  padding: 0 10px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #000;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .index .lang__ttl {
    width: 140px;
    height: 37px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .index .lang__ttl {
    width: 130px;
    font-size: 0.8rem;
    margin-right: 9px;
  }
}
.index .lang__ttl::before, .index .lang__ttl::after {
  content: "";
}
.index .lang__ttl::before {
  background: url(../img/icon-lang.png) no-repeat top left/contain;
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.index .lang__ttl::after {
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  transition: 0.3s;
}
.index .lang__ttl.arrow-open::after {
  transform: translateY(-50%) rotate(315deg);
  margin-top: 2px;
}
.index .lang__content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 45px;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .index .lang__content {
    padding: 10px 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .index .lang__content {
    padding: 10px 0 0;
    right: 0;
  }
}
.index .lang__content::before, .index .lang__content::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.index .lang__content::before {
  background-color: #fff;
  width: 15px;
  height: 10px;
  z-index: 2;
  top: 2px;
}
.index .lang__content::after {
  background-color: #000;
  width: 16px;
  height: 10px;
  z-index: 1;
  top: 1px;
}
.index .lang__content.lang-open {
  opacity: 1;
  pointer-events: auto;
}
.index .lang__content-wrraper {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 7px;
  display: grid;
  gap: 6px 0;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .index .lang__content-wrraper {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .index .lang__content-wrraper {
    padding: 25px 0;
  }
}
.index .lang__item {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
}
.index .lang a {
  color: #000;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .index .lang a:hover::after {
    width: 100%;
  }
}
.index .lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
.index .lang .lang-selected a {
  pointer-events: none;
}
.index .lang .lang-selected a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .moushikomi .wrap {
    border: 3px solid #000;
    max-width: 950px;
    padding: 50px;
  }
}
.moushikomi h2 {
  background: #d71518;
  color: #fff;
  text-align: center;
  padding: 13px 15px;
}
@media only screen and (max-width: 767px) {
  .moushikomi h2 {
    margin: 0 0 25px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi h2 {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
}
.moushikomi ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.moushikomi ul li {
  margin: 0 0 5px;
}
.moushikomi ul li:last-child {
  margin: 0;
}
.moushikomi .form textarea {
  border: 1px solid #ddd;
}
.moushikomi .form input,
.moushikomi .form select,
.moushikomi .form textarea {
  font-size: 1rem;
}
.moushikomi .form select,
.moushikomi .form textarea {
  padding: 5px;
  box-sizing: border-box;
}
.moushikomi .form input[type=email],
.moushikomi .form input[type=text],
.moushikomi .form textarea {
  border: 1px solid #bbb;
  padding: 13px;
  box-sizing: border-box;
  width: 100%;
}
.moushikomi .form textarea {
  height: 150px;
}
.moushikomi .form input[type=button],
.moushikomi .form input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background-color: #eee;
  margin: 20px 0 0;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: 100%;
    height: 55px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form input[type=button],
  .moushikomi .form input[type=submit] {
    width: calc(50% - 20px);
    height: 70px;
    font-size: 1.3rem;
    transition: 0.3s;
  }
  .moushikomi .form input[type=button]:hover,
  .moushikomi .form input[type=submit]:hover {
    background-color: #f1f1f1;
  }
}
.moushikomi .form input[type=button]:first-child,
.moushikomi .form input[type=submit]:first-child {
  background-color: #d71518;
  color: #fff;
  transition: 0.3s;
}
.moushikomi .form input[type=button]:first-child:hover,
.moushikomi .form input[type=submit]:first-child:hover {
  background-color: #f22727;
}
.moushikomi .form em {
  font-style: normal;
  background-color: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
.moushikomi .form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: show;
}
.moushikomi .form tr {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .moushikomi .form tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.moushikomi .form tr:first-child {
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th,
  .moushikomi .form td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th,
  .moushikomi .form td {
    vertical-align: middle;
    padding: 12px 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form th {
    text-align: left;
    margin: 0 0 5px;
    padding: 15px 0 0;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form th {
    width: 30%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .moushikomi .form td {
    text-align: left;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .moushikomi .form td {
    width: 65%;
    text-align: left;
  }
}
.moushikomi .form .clip p {
  margin: 0 0 0 0;
}
.moushikomi .form .clip input {
  display: block;
  margin: 0 0 5px 0;
}
.moushikomi .form .submit {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .moushikomi .form .submit {
    gap: 0 20px;
  }
}
.moushikomi .form .submit.disabled input[type=submit] {
  background-color: #ccc !important;
  cursor: not-allowed;
  pointer-events: none;
}
.moushikomi .form .submit.disabled input[type=submit]:hover {
  background-color: #ccc !important;
}

@media only screen and (max-width: 767px) {
  .check {
    margin: 30px auto 0;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .check {
    margin: 50px auto 0;
  }
}
.check p {
  border: 2px solid #f1f1f1;
  text-align: center;
  margin: 0 0 15px;
  padding: 12px 0;
  position: relative;
}
.check p a {
  color: #486B97;
}
.check p a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.check p a:hover {
  text-decoration: underline;
}
.check__block {
  text-align: center;
}
.check__content {
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .check__content {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .check__content {
    height: 65px;
  }
}
.check__checkbox {
  display: none;
}
.check__checkbox:checked + label::before {
  background: #007bff;
  border-color: #007bff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  font-size: 0.9rem;
}
.check label {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .check label {
    font-size: 1.1rem;
  }
}
.check label::before {
  content: "";
  border: 1.5px solid #999;
  display: inline-block;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .check label::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .check label::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .complete h2 {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h2 {
    margin: 0 0 50px;
  }
}
.complete h3 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    text-align: center;
  }
}
.complete p {
  margin: 0;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .complete p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete p {
    text-align: center;
    font-size: 1rem;
  }
}
.complete__back {
  border: 2px solid #ddd;
  color: #05294b;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .complete__back {
    width: 100%;
    height: 55px;
    font-size: 1rem;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .complete__back {
    max-width: 350px;
    height: 70px;
    font-size: 1.1rem;
    margin: 40px auto 0;
    transition: 0.3s;
  }
  .complete__back:hover {
    background-color: #f1f1f1;
  }
}
.complete__arrow {
  background-color: #05294b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .complete__arrow {
    width: 17px;
    height: 17px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__arrow {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.complete__arrow::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .complete__arrow::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__arrow::after {
    width: 6.5px;
    height: 6.5px;
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .terms {
    font-size: 0.9rem;
  }
}
.terms .wrap {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .terms .wrap {
    border: 3px solid #000;
    max-width: 950px;
    padding: 50px;
  }
}
.terms h2 {
  background: #d71518;
  color: #fff;
  text-align: center;
  padding: 13px 15px;
}
@media only screen and (max-width: 767px) {
  .terms h2 {
    margin: 0 0 20px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .terms h2 {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
}
.terms h3 {
  background: #1f1f1f;
  color: #fff;
  line-height: 1;
  padding: 13px 15px;
}
@media only screen and (max-width: 767px) {
  .terms h3 {
    font-size: 1.05rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .terms h3 {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
}
.terms h4 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .terms h4 {
    font-size: 1rem;
    margin: 0 0 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .terms h4 {
    font-size: 1.15rem;
    margin: 0 0 15px 10px;
  }
}
.terms__container {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .terms__container {
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .terms__container {
    gap: 20px 0;
  }
}
.terms ol {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .terms ol {
    margin: 0 0 20px 35px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .terms ol {
    margin: 0 0 20px 40px;
  }
}
.terms ol li {
  margin: 0 0 5px;
}
.terms ol li:last-child {
  margin: 0;
}
.terms ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}
.terms ul li {
  margin: 0 0 5px;
}
.terms ul li:last-child {
  margin: 0;
}
.terms__btn {
  background-color: #05294b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .terms__btn {
    height: 55px;
    margin-top: 30px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .terms__btn {
    max-width: 500px;
    height: 70px;
    margin: 40px auto 0;
    font-size: 1.3rem;
    transition: 0.3s;
  }
  .terms__btn:hover {
    filter: brightness(1.4);
  }
}/*# sourceMappingURL=style.css.map */