@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1100px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 15px;
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 0 auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
    top: 0px;
  }
  .menu-content ul {
    width: auto;
  }
  header .header__inner {
    width: auto;
  }
  header .header__inner .header_logo {
    z-index: 1;
    width: 230px;
  }
  .sp {
    display: block;
  }
  .sp .header_logo__wrap {
    width: 240px;
  }
  .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .sp .header_logo__wrap .header_logo {
    display: block;
    margin-left: 15px;
  }
  .show .sp {
    display: block;
  }
  .show .sp .header_logo__wrap {
    width: 125px;
    margin-left: 0;
  }
  .show .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .show .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .mainvisual img {
    width: 100%;
    height: auto;
  }
  .mainvisual .mainvisual__link {
    z-index: 10;
    position: initial;
    width: auto;
    padding: 0 10px;
  }
  .mainvisual .mainvisual__link a {
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFAF09;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 16px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
    gap: 20px;
  }
  .mainvisual .mainvisual__link a img {
    width: 40px;
    height: auto;
  }
  .mainvisual .mainvisual__link a p {
    font-size: 24px;
    background-color: transparent;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__wrap .section__title {
    width: auto;
    background-position: top left -20px, top right -20px;
  }
  .apply__link {
    margin-top: 15px;
  }
  .apply__link a {
    width: auto;
    font-size: 24px;
    padding: 10px 0;
    line-height: 30px;
    width: auto;
    position: relative;
  }
  .apply__link a::after {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    top: 50%;
    right: 10px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          スライダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .slider_wrap {
    width: auto;
  }
  .slider_wrap li {
    width: auto;
  }
  .slider__section {
    width: auto;
  }
  /*キャラクタースライダー
  ----------------------------------------------------------------*/
  .top-slider .top-slider__slide {
    width: 150px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ1
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_01__wrap {
    border-radius: 30px 30px 0 0;
    margin-top: 0px;
    padding-bottom: 100px;
  }
  .content_01__wrap .application {
    border-radius: 100px;
    width: 280px;
    margin: 0 auto;
    padding: 16px;
    top: -30px;
  }
  .content_01__wrap .application dl {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .content_01__wrap .application dl dt {
    width: 13%;
    line-height: 16px;
    font-size: 16px;
  }
  .content_01__wrap .application dl dd {
    margin-top: -4px;
    align-items: center;
  }
  .content_01__wrap .application dl dd:last-of-type::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-right: 5;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #000;
    align-self: center;
  }
  .content_01__wrap .application dl dd p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
  }
  .content_01__wrap .application dl dd p strong {
    font-size: 24px;
    font-weight: bold;
  }
  .content_01__wrap .application dl dd .day_week {
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20;
  }
  .content_01__wrap .application dl dd .day_week p {
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
  }
  .content_01__wrap .kaki_icon {
    width: auto;
    padding-top: 30px;
    gap: 5px;
  }
  .content_01__wrap .kaki_icon .kaki_icon__img {
    width: 30px;
    margin-top: 10px;
  }
  .content_01__wrap .kaki_icon h2 {
    font-size: 24px;
    line-height: 50px;
    color: #FFAF09;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .content_01__wrap .content_01--text {
    margin-top: 15px;
  }
  .content_01__wrap .content_01--text p {
    font-size: 20px;
    line-height: 40px;
    text-align: left;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ2
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_02__wrap {
    background-color: #fff;
    background-image: url("../img/concentration.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    margin-top: -50px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
  }
  .content_02__wrap h2 {
    height: 80px; /*リボンの高さ*/
    line-height: 30px; /*リボンの高さ*/
    font-size: 23px;
    width: 100%;
    padding-top: 23px;
  }
  .content_02__wrap h2 strong {
    font-size: 32px;
  }
  .content_02__wrap h2:before {
    border-width: 40px 0px 40px 15px;
  }
  .content_02__wrap h2:after {
    border-width: 40px 15px 40px 0px;
  }
  .content_02__wrap h2.h2_purple {
    background: #3D0B85; /*塗りつぶし色*/
    padding-top: 8px;
  }
  .content_02__wrap .present__01--wrap {
    border-radius: 30px;
    border: 5px solid #000;
    overflow: hidden;
    margin-top: 15px;
    background-color: #fff;
  }
  .content_02__wrap .present__01--wrap .present__01 {
    display: block;
    width: auto;
    padding-top: 15px;
    position: relative;
  }
  .content_02__wrap .present__01--wrap .present__01 .present__01--img {
    width: auto;
  }
  .content_02__wrap .present__01--wrap .present__01 .present__01--text {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #c00000;
    height: 98px;
    width: 98px;
  }
  .content_02__wrap .present__01--wrap .present__01 .present__01--text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .content_02__wrap .present__01--wrap .present__01 .present__01--text p strong {
    font-size: 40px;
  }
  .content_02__wrap .present__01--wrap h3 {
    font-size: 20px;
    line-height: 100px;
  }
  .content_02__wrap .content_02__arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .content_02__wrap .content_02__arrows .arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #000;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ3
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_03__wrap {
    padding-bottom: 60px;
  }
  .content_03__wrap ul {
    display: block;
    margin-top: 30px;
  }
  .content_03__wrap ul li {
    width: auto;
    padding-top: 15px;
    position: relative;
    margin-bottom: 15px;
  }
  .content_03__wrap ul li .content_03__item {
    display: block;
    padding: 0 15px;
    height: auto;
  }
  .content_03__wrap ul li .content_03__item .content_03__item--img {
    width: auto;
    margin-top: 50px;
  }
  .content_03__wrap ul li .content_03__item .content_03__item--text {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 98px;
    height: 98px;
    background-color: #c00000;
  }
  .content_03__wrap ul li .content_03__item .content_03__item--text p {
    margin-top: 19px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
  }
  .content_03__wrap ul li .content_03__item .content_03__item--text p strong {
    font-size: 30px;
    font-weight: bold;
  }
  .content_03__wrap ul li dl {
    padding: 10px;
  }
  .content_03__wrap ul li dl dt {
    width: 46px;
    height: 46px;
    color: #3D0B85;
    font-size: 32px;
    line-height: 46px;
  }
  .content_03__wrap ul li dl dd {
    font-size: 20px;
    line-height: 30px;
  }
  .content_03__wrap ul li:nth-child(2) dl {
    background-color: #FFC650;
  }
  .content_03__wrap .content_03__text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .content_03__wrap .content_03__text label {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    border-bottom: none;
    padding: 0;
  }
  .content_03__wrap .content_03__text label:hover {
    color: #c00000;
  }
  .content_03__wrap .content_03__text label span {
    font-size: 16px;
    font-weight: normal;
  }
  .accordion .accordion__trigger {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: left;
    border-bottom: 3px solid #000;
  }
  .accordion .accordion__trigger::after {
    right: 0px;
    width: 10px;
    height: 10px;
    background: linear-gradient(#000, #000) center/9px 3px no-repeat, linear-gradient(#000, #000) center/3px 9px no-repeat;
    transition: background-size 0.3s ease;
  }
  .accordion .accordion__trigger:hover {
    color: #c00000;
  }
  .accordion .accordion__inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
  }
  .accordion .accordion__inner ul li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    position: relative;
    padding-left: 1em;
  }
  .accordion .accordion__inner ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .accordion input:checked + .accordion__trigger + .accordion__inner {
    max-height: 10000px;
    padding: 10px 0;
  }
  .accordion input:checked + .accordion__trigger::after {
    background-size: 9px 3px, 0 0;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ4
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_04__wrap {
    padding-bottom: 400px;
  }
  .content_04__wrap h2 {
    font-size: 36px;
    line-height: 100px;
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .content_04__wrap dl {
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
  }
  .content_04__wrap dl dt {
    width: 200px;
    height: 40px;
    background-color: #3D0B85;
    font-size: 20px;
    line-height: 40px;
  }
  .content_04__wrap dl dd {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 10px;
  }
  .content_04__wrap dl dd h4 {
    font-size: 16px;
    color: #000;
  }
  .content_04__wrap dl dd ul {
    margin-bottom: 15px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ5
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_05__wrap .content_05__inner {
    margin-top: 0px;
    z-index: 3;
    padding-bottom: 30px;
  }
  .content_05__wrap .content_05__inner h2 {
    font-size: 36px;
  }
  .content_05__wrap .content_05__inner .content_05__item {
    margin-top: 40px;
    padding: 15px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner {
    display: block;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner .content_05__item--img {
    width: auto;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner .content_05__item--text {
    width: auto;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner .content_05__item--text p {
    font-size: 16px;
    line-height: 30px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner .content_05__item--text p strong {
    font-size: 20px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__item--inner .content_05__item--text .apply__link a {
    font-size: 20px;
    width: auto;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri {
    margin-top: 15px;
    padding: 0;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    background-color: #FFAF09;
    border-radius: 15px;
    padding: 10px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri .content_05__ogiri--content {
    margin-top: 15px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri .content_05__ogiri--content .content_05__ogiri--text {
    padding: 15px;
    width: auto;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri .content_05__ogiri--content .content_05__ogiri--text p {
    padding-top: 15px;
    font-size: 16px;
  }
  .content_05__wrap .content_05__inner .content_05__item .content_05__ogiri .content_05__ogiri--content .content_05__ogiri--img {
    width: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コンテンツ6
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .content_06__wrap {
    padding: 30px 0;
  }
  .content_06__wrap h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .content_06__wrap .banner a {
    width: auto;
    margin: 0 auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          youtube
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap .youtube__wrap {
    margin-top: 30px;
    display: block;
  }
  .section__wrap:has(.youtube) {
    padding-bottom: 30px;
  }
  .section__wrap .youtube {
    padding: 30px 10px;
    width: auto;
    aspect-ratio: 16/9;
    height: auto;
    margin-bottom: 15px;
  }
  .section__wrap .youtube p {
    height: 230px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #333;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  .section__wrap .youtube p span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    white-space: pre-wrap;
    word-break: break-word;
    font-weight: bold;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer ul {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer ul li {
    border-right: 1px solid #000;
    padding-right: 20px;
  }
  .footer ul li:last-child {
    border-right: none;
  }
  .footer ul li a {
    color: #000;
    font-size: 11px;
    line-height: 11px;
  }
  .footer p {
    font-size: 14px;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=sp.css.map */