@charset "UTF-8";
@media (max-width: 99999px) {
  .pc {
    display: block;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 99999px) {
  .pc-tab {
    display: block;
  }
}
@media (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

@media (max-width: 99999px) {
  .tab-sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

@media (max-width: 99999px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* ルートのフォントサイズを10pxに設定しておく */
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  box-sizing: border-box;
  color: #000000;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color:#333333;
}

a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

li {
  list-style: none;
}

button:hover {
  opacity: 0.5;
  transition: 0.3s;
}



.entry {
  padding-top: 35px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #d8f5fe, #f6fff0);
}
@media (max-width: 767px) {
  .entry {
    padding-bottom: 40px;
  }
}

.entry__title {
  font-family: "Viga", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .entry__title {
    font-size: 3.2rem;
    text-align: center;
  }
}

.entry__sub-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #1297bd;
  text-align: center;
  color: black;
}
@media (max-width: 767px) {
  .entry__sub-title {
    font-size: 1.6rem;
    text-align: center;
  }
}

.entry__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.entry__form {
  margin-top: 80px;
  padding: 80px 90px 80px 50px;
  width: 100%;
  background-color: white;
}
@media (max-width: 767px) {
  .entry__form {
    margin-top: 40px;
    padding: 40px 16px 80px;
  }
}

.entry__table {
  width: 100%;
}

.entry__form-item {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .entry__form-item {
    gap: 10px;
    flex-direction: column;
  }
}

.entry__form-item:nth-last-child(n+2) {
  border-bottom: 0.25px solid #707070;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .entry__form-item:nth-last-child(n+2) {
    padding-bottom: 20px;
  }
}

.entry__form-item:nth-child(n+2) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .entry__form-item:nth-child(n+2) {
    padding-top: 20px;
  }
}

.entry__form-th {
  width: 26.3%;
  text-align: left;
  font-weight: bold;
  align-self: center;
}
@media (max-width: 767px) {
  .entry__form-th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.entry__form-td--age {
  max-width: 108px;
}

.entry__form-th--red {
  font-size: 1.2rem;
  color: white;
  background-color: #ff4d4d;
  padding: 3px 6px;
  margin-right: 8px;
}

.entry__form-td {
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  background-color: #f6f7f8;
  flex: 1 1 auto;
  height: 50px;
}

.entry__form-td--text-area {
  height: 140px;
}

input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}

textarea {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}

input::placeholder {
  position: absolute;
  left: 1em;
  top: 0.7em;
}

textarea::placeholder {
  position: absolute;
  left: 1em;
  top: 0.7em;
}

.entry__check-box {
  text-align: center;
}

.entry__check {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .entry__check {
    margin-top: 40px;
  }
}

.entry__check-box-box {
  width: 30px;
  height: 30px;
  border: 1px #cdd6dd solid;
}

#check {
  cursor: pointer;
}

.entry__check-text {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}

.entry__button {
  background-color: #c1c1c1;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 35px auto 0px;
  padding: 20px 60px;
  max-width: 400px;
}

.entry__button:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.privacy-agreement {
  border: 0.1rem solid #d9d9d9;
  padding: 25px 15px;
  margin-top: 80px;
  border-radius: 0.4rem;
}

.privacy-agreement .pre-scrollable {
  max-height: 320px;
}

.pre-scrollable {
  overflow-y: scroll;
}

.privacy-agreement__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.privacy-agreement__text {
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.sub {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #eceff4;
}

.sub__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3;
}

.sub__text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sub__form {
  padding: 50px 50px 40px;
  background-color: white;
}
@media (max-width: 767px) {
  .sub__form {
    padding: 20px 16px 80px;
  }
}

.sub__table {
  width: 100%;
  margin-top: 70px;
}

.sub__form-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .sub__form-item {
    gap: 10px;
    flex-direction: column;
  }
}

.sub__form-item:nth-child(n+2) {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .sub__form-item:nth-child(n+2) {
    padding-top: 20px;
  }
}

.sub__form-th {
  width: 26.3%;
  text-align: left;
  font-weight: bold;
  align-items: center;
}
@media (max-width: 767px) {
  .sub__form-th {
    width: 100%;
    height: 30px;
  }
}

.sub__form-th--red {
  font-size: 1.2rem;
  color: white;
  background-color: #ff4d4d;
  padding: 3px 6px;
  margin-right: 8px;
}

.sub__form-td {
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  background-color: #f6f7f8;
  flex: 1 1 auto;
  height: 50px;
}
@media (max-width: 767px) {
  .sub__form-td {
    width: 100%;
  }
}

.sub__form-td--text-area {
  height: 165px;
}
@media (max-width: 767px) {
  .sub__form-td--text-area {
    height: 140px;
  }
}

input {
  position: relative;
  width: 100%;
  height: 100%;
}

textarea {
  position: relative;
  width: 100%;
  height: 100%;
}

input::placeholder {
  position: absolute;
  left: 1em;
  top: 0.7em;
}

textarea::placeholder {
  position: absolute;
  left: 1em;
  top: 0.7em;
}

.input__button {
  background-color: #1297bd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 35px auto 0px;
  padding: 20px 60px;
  max-width: 400px;
}

.input__button:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.thanks {
  padding-top: 100px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #d8f5fe, #f6fff0);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .thanks {
    padding-top: 60px;
  }
}

.thanks__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 430px;
}

.thanks__text {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.thanks__text:first-of-type {
  padding-top: 30px;
}

.thanks__logo-box {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 20px;
}

.thanks__link {
  display: inline-block;
  color: black;
  text-decoration: underline;
  font-weight: 500;
}

.thanks__img-box {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 40px;
}
