@charset "UTF-8";
html {
  font-size: 62.5%;
  /*scroll-padding-top: 140px;//固定ヘッダーの高さ設定 */
  height: 100%;
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
}

#container {
  height: 100%;
}

a {
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:focus-visible {
  color: #222;
}
@media (any-hover: hover) {
  a:hover, a:active {
    color: #222;
    opacity: 0.75;
  }
}

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

header {
  width: 100%;
}
header .header__container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 20px 30px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header__container {
    padding: 20px;
  }
}

footer {
  width: 100%;
  background-color: #2242b5;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 120px;
  }
}
footer .footer__toplink {
  background-color: #ff8732;
  text-align: center;
  padding: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer__toplink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer .footer__toplink a {
  color: #fff;
}
footer .footer__container {
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  footer .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__container .copyright {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}
footer .footer__container a {
  color: #fff;
}
footer .footer__container .footer__navlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .footer__container .footer__navlink li::after {
  display: inline-block;
  content: "|";
  padding-left: 20px;
}
footer .footer__container .footer__navlink li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer__container .footer__navlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  footer .footer__container .footer__navlink li::after {
    display: none;
  }
}

.sp_bnr {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_bnr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    padding-top: 3px;
  }
  .sp_bnr a {
    display: inline-block;
  }
  .sp_bnr .bnr_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    line-height: 1;
  }
  .sp_bnr .bnr_item img {
    vertical-align: bottom;
  }
}
.pc_bnr {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  z-index: 99999;
  background-color: #fff;
  border: #ff8732 2px solid;
  border-radius: 0.75em;
  padding: 15px;
}
.pc_bnr .bnr_item {
  text-align: center;
  line-height: 1;
  padding: 10px;
  border-radius: 0.75em;
}
.pc_bnr .bnr_item:first-child {
  margin-bottom: 15px;
}
.pc_bnr .bnr_item.bnr_a {
  background-color: #ff536a;
}
.pc_bnr .bnr_item.bnr_b {
  background-color: #8cc11f;
}
@media screen and (max-width: 768px) {
  .pc_bnr {
    display: none;
  }
}

.reason {
  width: 100%;
  background-color: #fffae2;
}
.reason .tit_reason {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 30px;
}
.reason .section_container {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
.reason .section_1 {
  margin-top: -80px;
  background-image: url(../img/pc_bg_reason.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .reason .section_1 {
    background-image: none;
    margin-top: -30px;
  }
  .reason .section_1 img {
    line-height: 1;
    vertical-align: bottom;
  }
}
.reason .section_2 {
  background-image: url(../img/pc_bg_reason_3.png);
  background-position: center -30px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .reason .section_2 {
    margin-top: -3px;
    background-position: center -50px;
  }
}
.reason .section_2 .section_2__bgcover {
  max-width: 900px;
  margin-inline: auto;
  background-image: url(../img/pc_bg_reason_2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 30px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .reason .section_2 .section_2__bgcover {
    background-image: url(../img/sp_bg_reason.png);
    padding: 40px 30px;
    margin-left: 20px;
    margin-right: 20px;
    gap: 0;
  }
}
.reason .section_2 .img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .reason .section_2 .img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.reason .section_2 .txt {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reason .section_2 .txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.reason .section_3 {
  background-color: #fff697;
  padding-bottom: 50px;
}
.reason .section_3 .conts_1 {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 50px 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_1 {
    border-radius: 15px;
    margin: 0 20px 30px;
    padding: 20px;
  }
}
.reason .section_3 .conts_2 {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 50px 50px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_2 {
    border-radius: 15px;
    margin: 0 20px 50px;
    padding: 20px;
  }
}
.reason .section_3 .conts_2 .conts_2__box {
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/pc_bg_reason_5.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 200px;
}
@media screen and (max-width: 1000px) {
  .reason .section_3 .conts_2 .conts_2__box {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_2 .conts_2__box {
    margin-bottom: 20px;
    padding-top: 0;
    background-image: none;
  }
}
.reason .section_3 .conts_2 .conts_2__box .pc_mode {
  display: block;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_2 .conts_2__box .pc_mode {
    display: none;
  }
}
.reason .section_3 .conts_2 .conts_2__box .sp_mode {
  display: none;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_2 .conts_2__box .sp_mode {
    display: block;
  }
}
.reason .section_3 .conts_2 .conts_2__box .more_btn {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_2 .conts_2__box .more_btn {
    margin-top: 0;
  }
}
.reason .section_3 .conts_2 .conts_2__box .more_btn a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1;
}
.reason .section_3 .conts_3 {
  max-width: 1010px;
  min-height: 300px;
  margin-inline: auto;
  background-image: url(../img/pc_bg_reason_4.png);
  background-size: 100% 100%;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_3 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
    background-image: url(../img/sp_bg_reason_2.png);
  }
}
.reason .section_3 .conts_3 .conts_3__box {
  background-image: url(../img/pc_img_reason_6.png);
  background-size: 256px 194px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 30px 30px 270px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reason .section_3 .conts_3 .conts_3__box {
    background-image: none;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.reason .section_3 .conts_3 .conts_3__box h2 {
  margin-bottom: 20px;
}

.feature {
  background-color: #ff7900;
}
.feature .section_container {
  max-width: 1200px;
  margin-inline: auto;
}
.feature .section_1 {
  padding: 30px;
}
.feature .section_1 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.feature .section_1 .iframe_box {
  margin-inline: auto;
  aspect-ratio: 16/9;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .feature .section_1 .iframe_box {
    width: 100%;
    padding: 0 20px;
  }
}
.feature .section_1 .slick01 {
  max-width: 650px;
  margin-inline: auto;
}
.feature .section_1 .slick01 .slick_item {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .feature .section_1 .slick01 .slick_item {
    padding: 0;
  }
}
.feature .section_1 .slick01 .slick-slide {
  /*opacity: 0.5;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature .section_1 .slick01 .slick-center {
  opacity: 1;
}

.interesting {
  padding-top: 30px;
  margin-bottom: 50px;
}
.interesting .section_container {
  max-width: 1200px;
  margin-inline: auto;
}
.interesting .section_1 {
  text-align: center;
}
.interesting .section_1 h2 {
  margin-bottom: 20px;
  padding: 0 20px;
}
.interesting .section_1 .int_point_cover.point1 {
  background-color: #e95469;
}
@media screen and (max-width: 768px) {
  .interesting .section_1 .int_point_cover.point1 {
    background-color: #ff536a;
  }
}
.interesting .section_1 .int_point_cover.point2 {
  background-color: #189669;
}
.interesting .section_1 .int_point_cover.point3 {
  background-color: #973b9d;
}
@media screen and (max-width: 768px) {
  .interesting .section_1 .int_point_cover.point3 {
    background-color: #ae38a1;
  }
}

.understand {
  margin-bottom: 50px;
}
.understand .section_container {
  max-width: 1000px;
  margin-inline: auto;
}
.understand .section_1 {
  text-align: center;
}
.understand .section_1 h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.understand .section_1 .lead {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.understand .section_1 .btn_more {
  display: block;
  background-color: #189669;
  border: 2px solid #189669;
  color: #fff;
  padding: 5px 10px;
  font-size: 30px;
  font-size: 3rem;
}
@media (any-hover: hover) {
  .understand .section_1 .btn_more:hover {
    background-color: #fff;
    color: #189669;
    border: 2px solid #189669;
  }
}
.understand .section_1 .btn_more::after {
  content: "  +";
}
@media screen and (max-width: 768px) {
  .understand .section_1 .btn_more {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.understand .section_1 summary {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  background-color: #e2f0f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .understand .section_1 summary:hover {
    background-color: #ccebfb;
  }
}
.understand .section_1 summary::-webkit-details-marker {
  display: none;
}
.understand .section_1 details[open] summary {
  background-color: #ccebfb;
}
.understand .section_1 details[open] summary::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 4px;
  top: 5px;
}
.understand .section_1 .und_course_cover.course1 {
  background-color: #ffecee;
  padding-bottom: 20px;
}
.understand .section_1 .und_course_cover.course1 .tit_cover {
  background-color: #ff4357;
  color: #fff;
}
.understand .section_1 .und_course_cover.course1 h4 {
  color: #ff4357;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover.course1 .course_txt {
    background-image: url(../img/img_understand1.png);
  }
}
.understand .section_1 .und_course_cover.course1 .course_list {
  background-image: url(../img/img_understand1.png);
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover.course1 .course_list {
    background-image: none;
  }
}
.understand .section_1 .und_course_cover.course2 {
  background-color: #e5effc;
  padding-bottom: 20px;
}
.understand .section_1 .und_course_cover.course2 .tit_cover {
  background-color: #0066dd;
  color: #fff;
}
.understand .section_1 .und_course_cover.course2 h4 {
  color: #0066dd;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover.course2 .course_txt {
    background-image: url(../img/img_understand2.png);
  }
}
.understand .section_1 .und_course_cover.course2 .course_list {
  background-image: url(../img/img_understand2.png);
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover.course2 .course_list {
    background-image: none;
  }
}
.understand .section_1 .und_course_cover.course3 {
  background-color: #fbf2ec;
  padding-bottom: 20px;
}
.understand .section_1 .und_course_cover.course3 .tit_cover {
  background-color: #ef7f3a;
  color: #fff;
}
.understand .section_1 .und_course_cover.course3 h4 {
  color: #ef7f3a;
}
.understand .section_1 .und_course_cover.course4 {
  background-color: #eaf6f7;
  padding-bottom: 20px;
}
.understand .section_1 .und_course_cover.course4 .tit_cover {
  background-color: #30a5af;
  color: #fff;
}
.understand .section_1 .und_course_cover.course4 h4 {
  color: #30a5af;
}
.understand .section_1 .und_course_cover.course5 {
  background-color: #f3edf3;
  padding-bottom: 20px;
}
.understand .section_1 .und_course_cover.course5 .tit_cover {
  background-color: #8b4787;
  color: #fff;
}
.understand .section_1 .und_course_cover.course5 h4 {
  color: #8b4787;
}
.understand .section_1 .und_course_cover h3 {
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.understand .section_1 .und_course_cover h3 img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.understand .section_1 .und_course_cover h3 span {
  display: block;
}
.understand .section_1 .und_course_cover h3 span.left {
  font-size: 34px;
  font-size: 3.4rem;
}
.understand .section_1 .und_course_cover h3 span.left2 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover h3 span.left2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.understand .section_1 .und_course_cover h3 span.right {
  font-size: 24px;
  font-size: 2.4rem;
}
.understand .section_1 .und_course_cover h3 span.right2 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover h3 span.right2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.understand .section_1 .und_course_cover h3 span.center {
  font-size: 18px;
  font-size: 1.8rem;
}
.understand .section_1 .und_course_cover h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.understand .section_1 .und_course_cover h4 span {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover h4 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.understand .section_1 .und_course_cover .center {
  padding: 0 20px;
}
.understand .section_1 .und_course_cover .note {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.understand .section_1 .und_course_cover .course_txt {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover .course_txt {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50%;
    margin: 20px;
  }
}
.understand .section_1 .und_course_cover .course_txt2 {
  text-align: left;
  margin-bottom: 20px;
  margin: 20px;
}
.understand .section_1 .und_course_cover .course_list {
  min-height: 400px;
  text-align: left;
  padding-left: 50%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 48%;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover .course_list {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100px;
  }
}
.understand .section_1 .und_course_cover .course_list li {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.understand .section_1 .und_course_cover .pc_txt {
  display: inline;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover .pc_txt {
    display: none;
  }
}
.understand .section_1 .und_course_cover .sp_txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .understand .section_1 .und_course_cover .sp_txt {
    display: block;
  }
}

.springcp {
  background-color: #fbd5e4;
}
.springcp .section_container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 0 50px;
}
.springcp .section_1 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.springcp .section_1 .lead span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .lead {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .springcp .section_1 .lead span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.springcp .section_1 .tokuten {
  padding-bottom: 30px;
}
.springcp .section_1 .btn_area {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .btn_area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.springcp .section_1 .springcp_fes {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  position: relative;
}
.springcp .section_1 .springcp_fes h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes h3 {
    margin-top: -40px;
  }
}
.springcp .section_1 .springcp_fes h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  color: #8c6239;
}
.springcp .section_1 .springcp_fes h4 span {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes h4 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 31%;
    background-image: url(../img/img_springfes.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
    min-height: 250px;
  }
}
@media screen and (max-width: 608px) {
  .springcp .section_1 .springcp_fes h4 {
    min-height: 200px;
  }
}
@media screen and (max-width: 470px) {
  .springcp .section_1 .springcp_fes h4 {
    min-height: 130px;
  }
}
.springcp .section_1 .springcp_fes .tit_op {
  position: absolute;
  right: -20px;
  top: -20px;
}
.springcp .section_1 .springcp_fes .springfes_cover {
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.springcp .section_1 .springcp_fes .springfes_box {
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.springcp .section_1 .springcp_fes .springfes_info {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.springcp .section_1 .springcp_fes .springfes_info .name {
  width: 70px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  background-color: #8c6239;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes .springfes_info .name {
    min-width: 100px;
    width: auto;
    height: auto;
    border-radius: 9999px;
    padding: 10px;
    line-height: 1;
  }
}
.springcp .section_1 .springcp_fes .springfes_info .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.springcp .section_1 .springcp_fes .springfes_info .txt span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes .springfes_info .txt {
    text-align: center;
  }
}
.springcp .section_1 .springcp_fes .pc_mode {
  display: block;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes .pc_mode {
    display: none;
  }
}
.springcp .section_1 .springcp_fes .sp_mode {
  display: none;
}
@media screen and (max-width: 768px) {
  .springcp .section_1 .springcp_fes .sp_mode {
    display: block;
  }
}

.faq {
  background-color: #fffae2;
  padding-bottom: 20px;
}
.faq .section_container {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq .section_1 h2 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.faq .section_1 h2 img {
  vertical-align: bottom;
}
.faq .section_1 .faq_box {
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.faq .section_1 .faq_box p {
  margin-bottom: 1rem;
}
.faq .section_1 .Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  border: 2px solid #ff7900;
  text-align: left;
  padding: 20px;
  gap: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .faq .section_1 .Q {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq .section_1 .A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #ff7900;
  border: 2px solid #ff7900;
  text-align: left;
  padding: 20px;
  gap: 30px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .faq .section_1 .A {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq .section_1 .Q .pre {
  font-size: 40px;
  font-size: 4rem;
  color: #ff7900;
}
.faq .section_1 .A .pre {
  font-size: 40px;
  font-size: 4rem;
}
.faq .section_1 .note {
  font-size: 16px;
  font-size: 1.6rem;
}

.reserve {
  /* 校舎案内 */
}
.reserve .section_container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 30px 30px 0;
}
.reserve .section_1 h2, .reserve .section_1 h3, .reserve .section_1 .lead {
  text-align: center;
}
.reserve .section_1 h2, .reserve .section_1 h3 {
  margin-bottom: 20px;
}
.reserve .section_1 h3 {
  color: #2242b5;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .reserve .section_1 h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.reserve .section_1 .lead {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .reserve .section_1 .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.reserve .kousha-list {
  max-width: 1200px;
  margin-inline: auto;
  padding: 20px;
}
.reserve .kousha-list .kousha-list_container {
  padding-top: 15px;
}
.reserve .kousha-list h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.reserve .kousha-list .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
}
.reserve .kousha-list .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  color: #ff9933;
  border: 2px solid #ff9933;
  border-radius: 0.5em;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .reserve .kousha-list .tab {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 25%;
  }
}
.reserve .kousha-list .tab.active {
  background-color: #f15a24;
  color: white;
}
.reserve .kousha-list .content {
  display: none;
}
.reserve .kousha-list .content.show {
  display: block;
}
.reserve .kousha-list h3 {
  background-color: #f15a24;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  margin-bottom: 1em;
}
.reserve .kousha-list .card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.reserve .kousha-list .card-container {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  background-color: #fff0e1;
  color: #f15a24;
}
.reserve .kousha-list .card-container .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.reserve .kousha-list .card-container .conts > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reserve .kousha-list .card-container .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.reserve .kousha-list .card-container .pre {
  display: inline-block;
  text-align: center;
  border: 1px solid #f15a24;
  border-radius: 100vh;
  background-color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.reserve .kousha-list .card-container .add {
  font-size: 14px;
  font-size: 1.4rem;
}
.reserve .kousha-list .card-container .aside {
  background-color: white;
  border-radius: 0 0 0.4em 0.4em;
  padding: 10px;
}
.reserve .kousha-list .card-container .aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve .kousha-list .card-container .aside ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reserve .kousha-list .card-container .aside ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  color: #f15a24;
  text-align: center;
  border: 1px solid #f15a24;
  border-radius: 100vh;
  padding: 5px 10px;
}
.reserve .kousha-list .card-container .aside ul li a.orange {
  color: white;
  background-color: #f15a24;
}
.reserve .btn_area {
  text-align: center;
  padding: 0 20px 30px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .u_sp_pb0 {
    padding-bottom: 0 !important;
  }
}

/* slick-slider */
.slick-slider {
  z-index: 1;
}

.slick-slide img {
  margin-inline: auto;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 14px;
  line-height: 1;
  opacity: 1;
  color: #ff7900;
  background-color: white;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev:before {
  content: "<";
}

.slick-next:before {
  content: ">";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "●";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}/*# sourceMappingURL=style.css.map */