@charset "UTF-8";

/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
a {
  text-decoration: none;
  transition-duration: 0.2s;
}
p {
  line-height: 1.5em;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  max-width: 750px;
  height: auto;
}
/* ------------------------------------------------------------
  body-wrapper
------------------------------------------------------------ */
.body-wrapper {
  background: #fff;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------
  fv
------------------------------------------------------------ */
.fv {
  background-color: #E6E6E6;
  text-align: center;
}
.fv .inner {
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
}
.school_link {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.school_link a {
  display: block;
  width: 200px;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.school_link a:nth-child(1) {
  background-color: #43BD40;
}
.school_link a:nth-child(2) {
  background-color: #3954BE;
}
.school_link a:nth-child(3) {
  background-color: #e50012;
}
.school_link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
}
/* ------------------------------------------------------------
  TOP
------------------------------------------------------------ */
.section01 {
  position: relative;
}
.cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section02 a img {
  margin-top: -1.5px;
}

.section03 {
  position: relative;
  margin-top: -2px;
}
.slider {
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.slider-wrapper {
  overflow: hidden;
}
.slider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease-in-out;
}
.slider-list li {
  flex-shrink: 0;
  width: 100%;
}
.slider-list img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px #000;
  background: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-btn {
  left: 5px;
}
.next-btn {
  right: 5px;
}
.pagination {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.pagination-dot {
  width: 15px;
  height: 15px;
  border: white 1px solid;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination-dot.active {
  background-color: white;
}

.section04 {
  position: relative;
  margin-top: -2px;
}

.section05 {
  margin-top: -1px;
}

.section06 {
  position: relative;
}

.section07 {
  margin-top: -1px;
}

.section08 {
  margin-top: -1px;
}

.section09 {
  position: relative;
  margin-top: -2px;
}

.section10 {
  background-image:
    linear-gradient(to right, #e4e4e4 .5px, transparent .1px),
    linear-gradient(to bottom, #e4e4e4 .5px, transparent .1px);
  background-size: 15px 15px;
  background-color: white;
  padding-bottom: 20px;
}
.section10 .inner {
  width: 90%;
  margin: auto;
}
.area {
  background-color: #F2F2F2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 15px 0;
  padding-bottom: 10px;
}
.area h3 {
  background-color: #000000;
  color: white;
  font-size: 20px;
  padding: 5px;
}
.area h3 small {
  margin-left: 5px;
  font-size: 12px;
}
.area ul {
  width: 90%;
  margin: 15px auto;
}
.area ul li {
  background-color: white;
  border: #000000 solid 1px;
  color: #000000;
  font-size: 20px;
  padding: 5px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.area ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #000000;
}

.section11 {
  background-image: linear-gradient(90deg, #e50113, #8b2736);
  padding: 15px 0;
}
.section11 h2 {
  text-align: center;
  font-size: 35px;
  color: white;
}
.section11 .inner {
  width: 90%;
  margin: 10px auto 0;
}
.accordion-item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-button {
  width: 100%;
  padding: 15px 40px 15px 15px;
  text-align: left;
  color: #000000;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s;
  position: relative;
}
.accordion-button::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E40011;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s, content 0.3s;
}
.accordion-button.active::after {
  content: "－";
  background-color: #000000;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 15px;
  background-color: #fff;
  text-align: center;
}
.accordion-content p {
  margin: 15px 0;
  text-align: left;
  font-size: 12px;
}
.accordion-content p a {
  color: #000000;
  text-decoration: underline;
}

.section12 {
  background-image: linear-gradient(90deg, #9FD4E6, #38B1D0);
  margin-top: -1px;
}
/* ------------------------------------------------------------
  申込フォーム
------------------------------------------------------------ */
.form_content {
  background-image: linear-gradient(90deg, #9FD4E6, #38B1D0);
  padding-bottom: 15px;
  margin-top: -1px;
}
.form_box {
  width: 89.35%;
  margin: 0 auto 15px;
  background-color: white;
}
form {
  padding: 10px;
}
.row {
  margin-top: 10px;
}
.form_label {
  background-color: #666666;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.require {
  color: white;
  background-color: #D40000;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 100;
}
.form_label small {
  font-size: 12px;
  font-weight: 100;
}
.input_box {
  width: 100%;
  margin: 15px 0;
}
.radio_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.input_box label {
  font-size: 14px;
}
.input_box select {
  border: #666666 solid 1px;
  background-color: #F2F2F2;
  border-radius: 3px;
  width: 100%;
  padding: 5px;
  text-align: center;
}
.input_text {
  border: #666666 solid 1px;
  background-color: #F2F2F2 !important;
  border-radius: 3px;
  width: 100%;
  padding: 5px 10px;
}
textarea {
  border: #666666 solid 1px;
  background-color: #F2F2F2;
  border-radius: 3px;
  width: 100% !important;
  min-height: 150px;
  padding: 10px;
}
.form_content button {
  display: block;
  border: none;
  width: 70%;
  margin: 30px auto 10px;
  cursor: pointer;
  background-color: #000000;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 5px;
  border-radius: 10px;
  position: relative;
}
.form_content button::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent white;
}
/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  padding: 5px;
  font-size: 12px;
  color: white;
  background-color: #000000;
  text-align: center;
}
/* ------------------------------------------------------------
  サンクスページ
------------------------------------------------------------ */
.thanks {
  padding: 30px 10px;
  min-height: 90vh;
}

.thanks h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5rem;
  color: #E40011;
}
.thanks p {
  text-align: center;
  margin-top: 15px;
}