@charset "UTF-8";

/* over write to fix */
html {
    width: 100%;
    margin: 0 auto;
    }
body {
    padding: 0 0 0 0;
    margin: 0 auto;
}

main {
}

/* 共通パーツ */

.inner {
    width: 1024px;
    padding: 0 36px;
    margin: 0 auto;
}

.inner.inner--header {
    padding: 0 10px;
}

.inner.inner--breadcrumb {
    display: flex;
    align-items: center;
}

.display-sp {
    display: none;
}

.display-pc {
    display: block;
}


/* ヘッダー */
header {
    filter: drop-shadow(0px 3px 3px #cccccc);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    height: 100%;
}

.header__sub {
    position: fixed;
    top: -41px;
    left: 0;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 12px;
    transition: .3s;
    filter: drop-shadow(0px 3px 3px #cccccc);
}

.header__sub.active {
    top: 0px;
    transition: .3s;
}

/* 見出し */
.heading02 {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.heading02-txt {
    margin-top: 8px;
    font-size: 24px;
    color: #ff6666;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.header__top {
    background: #ef9192;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
}

.header__main {
    padding-bottom: 13px;
}

.header__main-top {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header__main-inner {
    height: auto;
    width: 1024px;
    padding-right: 8px;
    margin: 15px auto 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header__nav-sub {
    display: flex;
    margin-bottom: 4px;
}

.header__nav-sub-lists01 {
    display: flex;
}

.header__nav-sub-lists01-list {

}

.header__nav-sub-list-icon {
    flex-shrink: 0;
    -ms-flex-negative:0;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    position: relative;
    background-size: contain;
}

.header__nav-sub-list-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header__nav-sub-lists01-list-link {
    padding: 0 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing:0.1em;
    display: flex;
    align-items:center;
    color: #333333;
}

.header__nav-sub-lists01-list-link-inner {
    padding-right: 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing:0.1em;
    display: flex;
    align-items:center;
    color: #333333;
}

.header__nav-sub-lists01-list + .header__nav-sub-lists01-list {
    border-left: 1px dotted #a07e8d;
}

.header__nav-sub-lists01-list-link-language {
    padding-left: 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing:0.1em;
    display: flex;
    align-items:center;
    color: #333333;
}

.header__nav-sub-lists02 {
    display: flex;
    gap: 15px;
    padding: 0 15px;
    border-left: 1px dotted #a07e8d;
}

.header__nav-outer {
    width: 1024px;
    margin: 0 auto;
}

.header__nav {

}

.header__nav-lists {
    display: flex;
    width: 100%;
    height: 17px;
}

.header__nav-list {
    width: 25%;
    border-left: 1px dotted #a07e8d;
    position: relative;
}

.header__nav-list--last {
    border-right: 1px dotted #a07e8d;
}

.header__nav-list-link {
    display: flex;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0.01em;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.breadcrumb__home {
    color: #ff6666;
}

.hide{
	transform: translateY(-100%); 上に消えるようにする
}

#scrollArea{
    transition: .3s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
}


.top__slide-main {
    display: flex;
    height: 400px;
}

.top__slide-main-left {
    width: calc((100% - 1024px)/2);
    background: url("../img/slide01-left.jpg") no-repeat center center / cover;
    aspect-ratio: 288/400;
}

.top__slide-main-center {
    width: 1024px;
    height: auto;
    overflow: hidden;
}

.top__slide-main-center img {
    width: 1024px;
    height: auto;
}

.top__slide-main-right {
    width: calc((100% - 1024px)/2);
    background: url("../img/slide01-right.jpg") no-repeat center center / cover;
    aspect-ratio: 288/400;
}

.top__event {
    margin-top: 110px;
}

.top__content-slider {
    margin-top: 15px;
    position: relative;
}

.swiper-slide-img {
    overflow: hidden;
}

.top__content-slider img {
    overflow: hidden;
}

.top__content-slider img:hover{
    transform: scale(1.1);
    transition: .3s;
}

.top__content-slider .swiper-button-prev {
    left: -32px !important;
    display: none !important;
}
.top__content-slider .swiper-button-next {
    right: -32px !important;
    display: none !important;
}

.swiper-button-prev,.swiper-button-next {
    transform: scale(.6);
}

.swiper-button-prev-a,.swiper-button-prev-b {
    position: absolute;
    top: 50%;
    right: auto;
    left: -32px !important;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) scale(.6);
}

.swiper-button-prev-a:after, .swiper-rtl .swiper-button-next-a:after,
.swiper-button-prev-b:after, .swiper-rtl .swiper-button-next-b:after {
    content: 'prev';
}

.swiper-button-next-a:after, .swiper-rtl .swiper-button-prev-a:after,
.swiper-button-next-b:after, .swiper-rtl .swiper-button-prev-b:after {
    content: 'next';
}

.swiper-button-next-a:after, .swiper-button-prev-a:after,
.swiper-button-next-b:after, .swiper-button-prev-b:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next-a,
.swiper-button-next-b {
  position: absolute;
  top: 50%;
  left: auto;
  right: -32px !important;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) scale(.6);
}

.swiper-button-prev-a,
.swiper-button-next-a,
.swiper-button-prev-b,
.swiper-button-next-b{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.top__content-slider-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
}

.top__report {
    margin-top: 68px;
    padding-top: 24px;
    padding-bottom: 28px;
    background: #fddddd;
}

.top__banner {
    padding: 76px 0;
}

.top__banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 74px;
}

.top__banner-content-img {
    overflow: hidden;
}

.top__banner-content-img img:hover {
    transform: scale(1.1);
    transition: .3s;
}

/* フッター */

.footer__top {
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #333333;
}

.footer__top-content {
    display: grid;
    grid-template-columns:1fr 3fr;
    gap: 23px;
}

.footer__top-content-address {
    margin-top: 4px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
}

.footer__sns-lists {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 12px;
}

.footer__sns-list {

}

.footer__nav-lists {
    display: flex;
    flex-direction: column;
}

.footer__nav-list {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    min-width: 193px;
}

.footer__nav-list.footer__nav-list--single {
    padding: 4px 0 4px 20px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.footer__nav-list.footer__nav-list--top {
    margin-top: 6px;
}

.footer__nav-list.footer__nav-list--top::before {
    content: none;
}

.footer__nav-list::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.footer__nav-list:hover {
    background: #fff;
    transition: .3s;
}

.footer__nav-list--top:hover {
    background: none;
}

.footer__nav {
    display: flex;
    gap: 23px;
}


.footer__nav-list + .footer__nav-list {
    border-top: 1px dotted #a07e8d;
}

.footer__nav-list--single + .footer__nav-list--single {
    border-top: none;
}

.footer__banner {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
}

.footer__bottom {
    background: #ef9192;
    color: #fff;
    font-size: 14px;
    margin-top: 44px;
}

.footer__bottom-inner {
    width: 1024px;
    padding: 0 36px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.footer__bottom-nav {
    padding: 8px 0;
    width: fit-content;
    display: inline-block;
}

.footer__bottom-nav-lists {
    display: flex;
}

.footer__bottom-nav-list {
padding: 0 24px;
}

.footer__bottom-nav-list:first-child {
    padding-left: 0;
}

.footer__bottom-nav-list +.footer__bottom-nav-list {
    border-left: 1px solid #fff;
}

.footer__bottom small {
    margin-right: 36px;
}


.breadcrumb {
    background: #f0f0f0;
    height: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
}

.heading-post {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.heading-post__bg {
    background: url(../img/heading-bg.png) repeat-x left top;
    height: 100px;
    display: flex;
    align-items: center;
}

.heading-post.heading-post--dec {
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 5px solid #ef9192;
}


.event__content {
    margin-top: 50px;
}

.event__content-body p {
    margin-top: 24px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
}

.event__content-body figure {
    margin-top: 50px;
}

.event__content-table {
    margin-top: 60px;
}

.event__content-table table {
    margin-top: 28px;
    border: 1px solid #cccccc;
    width: 100%;
}

.event__content-table table th{
    font-size: 30px;
    line-height: 32px;
    padding: 16px;
    width: 144px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.event__content-table table th span{
    color: #FF0000;
}

.event__content-table table td{
    font-size: 24px;
    padding: 16px;
    line-height: 36px;
    border-bottom: 1px solid #cccccc;
}

.event__content-table-right {
    float: right;
}

.event__content-table-list {
    position: relative;
    font-size: 24px;
    color: #ff6666;
    line-height: 36px;
    padding-left: 20px;
}

.event__content-table-list::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.event__content-table table strong {
    display: inline-block;
    margin-top: 20px;
    color: #ff0000;
    font-weight: normal;
}

.event__content-table-pink {
    color: #ff6666;
}

.event__content-table-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6666;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    max-width: 430px;
    width: 100%;
    padding: 12px;
    margin-top: 16px;
    border-radius: 8px;
}

.event__content-table-link:hover {
    opacity: .8;
    transition: .3s;

}

.event__content-list-pay {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}

.event__content-list-pay li:nth-child(2n-1) {
    width: 35%;
}

.event__content-list-pay li:nth-child(2n) {
    width: 65%;
}

.event__content-list-pay {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}

.event__content-table-bank {
    width: 600px !important;
    border: none !important;
}

.event__content-table-bank th{
    width: 35%;
    border: none !important;
}

.event__content-table-bank td{
    width: 65%;
    border: none !important;
}

.event__content-lists {
    position: relative;
    font-size: 24px;
    color: #ff6666;
    line-height: 36px;
    margin-top: 28px;
}

.event__content-list {
    position: relative;
    padding-left: 20px;
}

.event__content-list::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.event__content-explain {
    padding: 12px 0;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #707070;
}

.event__content-explain--first {
    margin-top: 24px;
    color: #ff6666;
    border-top: 1px solid #707070;
}

.event__content-explain li {
    list-style-type: disc;
    margin-left: 24px;
}

.event__content-access {
    margin-top: 64px;
    margin-bottom: 88px;
}

.event__content-access-img {
    margin-top: 10px;
}

.event__content-access-txt {
    margin-top: 18px;
}

.event__content-access-link {
    margin: 56px auto 0;
}

.event__content-message {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 74px;
    font-size: 18px;
    line-height: 30px;
}

.event__content-posts-outer {
    margin-top: 68px;
}

.event__content-posts {
    display: grid;
    margin-top: 46px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
}

.event__content-post {
    border: 1px solid #FDDDDD;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.event__content-post-ttl {
    margin-top: 12px;
}

.event__content-post-link {
    position: relative;
    padding-left: 20px;
    color: #ff6666;
}

.event__content-post-link::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.event__content-nav {
    margin-top: 72px;
    margin-bottom: 37px;
}

.nav-links {
    display:flex;
    justify-content: center;
}

.page-numbers {
    height: 34px;
    width: 34px;
    font-size: 18px;
    margin: 0 7px;
    background: #fff;
    border: 1px solid #CCCCCC;
    color: #ff6666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.current {
    color: #333;
}

.header__nav-sub-lists01-list-link-language-choice {
    text-align: left;
    font-size: 14px;
}

#lang_choice_1 {
    color: #FF0000;
}

.header__nav-sub-list-icon-text {
    display: flex;
}


li.header__nav-list {
    position: relative;
}

.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li {
    height: 30px;
    display: flex;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0.01em;
    font-weight: bold;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 4px;
    font-size: 14px;
}

.menu__second-level li a {
    display: block;
    width: 100%;
}

.menu__second-level li + li  {
    border-top: 1px dashed #a07e8d;
}

li.header__nav-list ul.menu__second-level {
    border-top: 3px solid #ff0000;
    position: absolute;
    top: 30px;
    width: 235px;
    background: #fddddd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px 4px;
}

li.header__nav-list:hover ul.menu__second-level {
    top:  30px;
    visibility: visible;
    opacity: 1;
}

li.header__nav-list:hover ul.menu__second-level--sub {
    top: 27px;
    visibility: visible;
    opacity: 1;
}

.page-about__heading {
    font-size: 42px !important;
    line-height: 56px !important;
}

.page__content {
    margin-top: 50px;
}

.page__content-body p {
    margin-top: 24px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.page__content-body .wp-block-columns {
    margin-top: 60px;
    padding: 16px 40px;
    border: 1px solid #ccc;
}
.page__content-body .wp-block-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.page__content-body table {
    font-size: 18px;
    line-height: 24px;
}

.page__content-body table td:first-child {
    background: #ebebeb;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.page-top__pc {
    background: #EF9192;
    color: #fff;
    filter: drop-shadow(0px 3px 5px #BCBCBC);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 56px;
    opacity: 0;
    cursor: pointer;
}

.page-top__txt {
    text-align: center;
    font-size: 14px;
}

.page-top__arrow {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}

.page-fair .heading{
    font-size: 32px;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 5px solid #ef9192;
    margin-top: 90px;
    font-weight: bold;
}

.page-fair .heading:first-child{
    margin-top: 0;
}


.page-fair .page__content-body .wp-block-columns {
    margin-top: 60px;
    padding: 0;
    border: none;
}

.page-fair .page__content-body .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
    gap: 72px;
}

/* 進学フェア・体験授業の様子 ページ下部ナビ */
.page-fair__lists {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.page-fair__list {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #FF6666;
}

.page-fair__list::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.page-fair__list--this {
    color: #333;
}

.page-fair__list--this.page-fair__list::before {
    content: none;
}

.custom__guidebook-lists {
    margin-bottom: 20px;
}

.custom__guidebook-list {
    padding: 24px 0;
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #CCCCCC;
}

.custom__guidebook-list-img {
    width: 245px;
}

.custom__guidebook-list-content {
    width: calc(100% - 50px - 245px);
}

.custom__guidebook-list-content-click {
    color: #FF6666;
    font-size: 14px;
}

.custom__guidebook-list-content-front {
    margin-top: 8px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.custom__guidebook-list-content-txt01 {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

.custom__guidebook-list-content-txt02 {
    color: #FF0000 !important;
}

.custom__guidebook-list-content-txt03 {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

.page__content--praivacy .page__content-body {
    margin-bottom: 60px;
}

.page__content--praivacy .page__content-body p {
    margin: 0 !important;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.page__content--praivacy .page__content-body ul li {
    font-size: 18px;
    line-height: 36px;
}

.page__content--praivacy .wp-block-heading {
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: bold;
}

.wp-block-mt0 {
    margin-top: 0 !important;
}

.page {
    margin-bottom: 60px;
}

/* お問い合わせ */

.wpcf7 {
    max-width: 800px;
    margin: 0 auto;
}

.page__content-body .wpcf7 p {
    font-size: 14px !important;
    line-height: 24px;
    margin-top: initial;
}

.wpcf7 .form__inner{
    max-width: 800px;
    margin: 32px auto 0;
    background: #fbfaf5;
    padding: 20px 40px 40px;
}

.wpcf7 p.form__explain {
    margin-top: 8px;
}

.wpcf7 .form__attention {
    color: #660000;
    margin: 16px 0;
}

.wpcf7 input, .wpcf7 textarea{
    border: 1px solid #000;
    background: #fff;
    width: 100%;
}

.wpcf7 .form__lists {

}

.wpcf7 .form__list {
    position: relative;
    padding-left: 20px;
}

.wpcf7 .form__list::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(../img/list-icon.png) no-repeat center center / cover;
}

.form .form__list p{
    margin-top: 0;
}

.form__require {
    width: 40px!important;
    height: 24px!important;
    background: #d1211a!important;
    color: #fff !important;
    padding: 4px!important;
    margin-right: 4px!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 12px!important;
    letter-spacing: 0.1em;
}

.form__require--fix {
    position: absolute;
    left: 10px;
    top: 10px;
}

.wpcf7 .form-item {
    display: flex;
    margin-top: 4px;
    gap: 4px;
}

.wpcf7 .form-item--top {
    margin-top: 0;
}

.wpcf7 .form-item__head {
    width: 300px;
    display: flex;
    background: #eaeaea;
    padding: 16px 24px;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    border-left: #ef9192 3px solid;
    position: relative;
}

.wpcf7 .form-item__head span {
    display: block;
    font-size: 11px;
    color: #999999;
}

.wpcf7 .form-item__head p{
    font-size: 14px !important;
}

.wpcf7 .form-item__content {
    background: #eaeaea;
    width: 100%;
    padding: 16px 24px;
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpcf7 .form-item__content p{
    font-size: 14px !important;
}

.wpcf7 input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
.wpcf7 input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
  }

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-right: 4px;
  }
  
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
  }

  .wpcf7 input[type="submit"] {
    width: 180px;
    height: 60px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 16px;
    background: #ef9192;
    border:none;
  }

.form__submit {
    text-align: center;
    margin-top: 40px;
}
header {
    display: none;
}

#header__sub {
    display: none;
}

footer {
    display: none;
}