@charset "utf-8";

body {
  background: #ededed;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", "Yu Gothic", "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-feature-settings: "palt";
}

h1,
h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  margin: 0;
}
a:-webkit-any-link {
  text-decoration: none;
}
a:hover,
.btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.read-text {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.container-item {
  padding-bottom: 2em;
}
.schedule {
  margin: 4em -2.5% 0 -2.5%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  border-bottom: 2px solid #f77a6f;
  border-top: 2px solid #f77a6f;
  background-color: #f0ecec;
}
.schedule::before {
  position: absolute;
  top: 180px;
  margin-right: 20.1em;
  padding: 0em 0 0;
  width: 3px;
  height: 65%;
  background-color: #f77a6f;
  content: "";
}
@media (max-width: 465px) {
  .schedule::before {
    left: 2.12em;
  }
}
@media (max-width: 469px) {
  .schedule::before {
    height: 68%;
  }
}
.schedule_box {
  padding: 0em 0em 3em 0em;
  border-radius: 10px;
  margin: 0px 1em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule_box ul {
  padding-left: 0;
}
.schedule_box h2 {
  font-size: 2em;
  line-height: 1.35;
  color: #1e0151;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0.7em;
}
.schedule li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
}
.schedule li + li {
  margin-top: 1.5em;
}
.schedule_time {
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  color: #f77a6f;
  text-align: center;
  font-weight: 700;
}
.schedule_time::before {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  z-index: -1;
  background-color: #f77a6f;
  content: "";
}
.schedule_time::after {
  position: absolute;
  top: 50%;
  left: -1.98em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #f77a6f;
  border-radius: 20%;
  background-color: #f77a6f;
  content: "";
}
.schedule_content_title {
  font-weight: bold;
  font-size: 1.4em;
}
.schedule_content {
  margin: 0px 0px 0px 3em;
}
.schedule_content_title p {
  margin: 0;
  padding-top: 0.25em;
  color: #1e0151;
}

.attention-text {
  font-size: 15px;
}

.list {
  margin: 0;
  padding: 0em 1em 0em 0.5em;
  border-radius: 10px;
  position: relative;
}

.list .list-item {
  line-height: 1.25;
  padding: 0.5em 0.5em 0.5em 1em;
  list-style-type: none !important;
  position: relative;
}

.list .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  border: 6px solid #f77a6f;
  border-radius: 3px;
  left: -0.25em;
}

.cta {
  margin: 2.5em auto 2.5em;
}
.cta a:hover {
  cursor: pointer;
}
.cta .btn img {
  filter: drop-shadow(5px 5px 8px #bbbbbb);
}
.cta .btn {
  position: relative;
}
.cta .btn:hover {
  opacity: 0.9;
  transition: 0.25s;
  top: 0.2rem;
}

.contact {
  max-width: 600px;
  margin: 2em auto;
  text-align: center;
}
.contact h3 {
  color: #1e0151;
  line-height: 1.2;
  margin: 1rem;
}
.contact p {
  line-height: 1.2;
  margin: 1rem;
}
.contact .btn {
  max-width: 80%;
  margin: 0 auto;
}
.contact .btn a {
  background: #efe8c1;
  margin: 1em auto;
  padding: 1em;
  border-radius: 0.5rem;
  display: block;
  text-decoration: none;
  color: #1e0151;
}

.entry-container {
  text-align: center;
}
.entry-button-outer {
  display: inline-block;
  text-align: center;
}
.entry-button {
  margin: 1em auto;
  align-items: center;
  background-image: linear-gradient(135deg, #8a8ddc 30%, #f77a6f);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 100%;
  padding: 2em 3em;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.entry-button:active {
  outline: 0;
}
.entry-button:hover {
  outline: 0;
}
.entry-button span {
  transition: all 200ms;
  font-size: 3em;
}
.entry-button:hover span {
  transform: scale(0.9);
  opacity: 0.75;
}

img {
  max-width: 100%;
}

#container {
  max-width: 750px; /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.container {
  padding: 0 2.5%;
}
.ttl {
  text-align: center;
}
.ttl h2 {
  font-size: 2em;
  line-height: 1.35;
  padding: 2em 0 1.7em;
  color: #1e0151;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0.7em;
}
h2:first-letter {
  font-size: 1.5em;
  color: #f77a6f;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #f77a6f, #efe8c1);
}

.text_box {
  letter-spacing: 0.04rem;
  text-align: justify;
  margin-bottom: 1em;
  background: #f0ecec;
  padding: 2rem 2.25rem 2rem 2.4rem;
  border-radius: 0.5rem;
}
.text_box h3 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  border-bottom: solid 2px #f9a49e;
  font-weight: bold;
  font-size: 1.65rem;
  border-image-slice: 1;
  padding-bottom: 0.5rem;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
th {
  font-size: 1.25rem;
  width: 25%;
  background: #f0ecec;
  font-weight: bold;
  border: 1px solid #bbb;
  padding: 1rem;
}
td {
  border: 1px solid #bbb;
  padding: 10px 20px 7px;
  line-height: 1.8;
  background: #fff;
}
td ul {
  padding: 0 0 0 20px;
}

.criteria-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 625px) {
  .criteria-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
  }
  .criteria-card {
    padding: 13px;
  }
}
.criteria-card {
  padding: 20px;
  text-align: center;
  border: 1px solid #f77a6f;
  border-radius: 10px;
  font-size: 1.25em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.criteria-card img.icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer {
  background: #f9a49e;
  text-align: center;
  padding: 0 0 0.5rem;
}
footer a {
  color: #333333;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
footer a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer li {
  border-bottom: solid 1px #ffffff3d;
  padding: 0.3em 0 0.25em 0;
}
.copy {
  font-size: 12px;
}
