@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
}


/* #topmain
----------------------------------------- */
#topmain {
    width: 100%;
	height : calc(100vh - 8rem);
    z-index: 2;
}

#topmain .inner {
    width: 100%;
    max-width: none;
	height: 100%;
}

#topmain .topmain_layout {
    width : 100%;
	height: 100%;
}

#topmain .topmain_layout > .logo_wrap {
    width : calc(390 / 1366 * 100%);
    height: calc(100vh - 2.5rem);
}
#topmain .topmain_layout > .logo_wrap .con {
    width: 100%;
    height: 100%;
    
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}
#topmain .topmain_layout > .slider_wrap {
    width: 100%;
	height: 100%;
}

#topmain .swiper-container,
#topmain .swiper-wrapper,
#topmain .swiper-slide {
	width: 100%;
    height: 100%;
}

#topmain .swiper-slide {
    width: 100% !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
#topmain .slide_wrap {
    width: 100%;
    height: 100%;
}

#topmain .slide_wrap img {
	width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}

#topmain .top_slider .swiper-pagination {
    position: absolute;
    left: 7rem;
    /*top: 50%;*/
    top: 50vh;
    bottom: auto;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#topmain .top_slider .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #adaeaf;
    opacity: 1;
}
#topmain .top_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #595757;
}

#topmain .top_main_txt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%,-50%);
    z-index: 2;
    
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    line-height: calc(50/23);
    font-weight: 700;
}
#topmain .top_main_txt span.kakko {
    margin-left: -0.5em;
}

#topmain .top_main_txt_img {
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#topmain .link_btn_wrap {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    z-index: 2;
}
#topmain .link_btn_wrap .txt {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    font-size: 2rem;
    letter-spacing: 0.015em;
    line-height: calc(35/20);
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
}


@media only screen and (max-width: 768px) {
#topmain {
	height : calc(100vh - 6rem);
    height : calc(calc(var(--vh, 1vh) * 100) - 6rem);
}

#topmain .top_main_txt {
    position: absolute;
    top: 20%;
    left: 40%;
    transform: translate(-50%,-50%);
    z-index: 2;
    
    font-size: 1.6rem;
    white-space: nowrap;
}
#topmain .top_main_txt span.kakko {
    margin-left: -0.5em;
}

#topmain .top_main_txt_img {
    width: 100%;
    max-width: 90%;
}

#topmain .link_btn_wrap {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 2;
    
    width: 12rem;
}
#topmain .link_btn_wrap .txt {
    font-size: 1.2rem;
}
}


/* #post_list_wrap.news
----------------------------------------- */
#post_list_wrap.news {
}
#post_list_wrap.news .inner {
    max-width: 89rem;
    padding-top: 7rem;
    padding-bottom: 9rem;
}

#post_list_wrap.news .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_list_wrap.news .ttl_wrap h2.ttl span {
    font-size: 3.8rem;
    letter-spacing: 0.015em;
    line-height: calc(35/20);
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}

#post_list_wrap .news_table {
    margin-top: 4rem;
}

#post_list_wrap.news .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#post_list_wrap.news .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post_list_wrap .news_table {
	width: 100%;
}
#post_list_wrap .news_table td {
	padding: 3rem 0;
    vertical-align: middle;
}
#post_list_wrap .news_table tr {
    border-bottom: 1px solid #ffffff;
}
#post_list_wrap .news_table tr > td:first-child {
    padding-right: 4rem;
}
#post_list_wrap .news_table tr > td:nth-child(2) {
    padding-right: 4rem;
}
#post_list_wrap .news_table tr > td:last-child {
    width: 100%;
}
#post_list_wrap .news_table .date {
	font-size: 1.7rem;
    letter-spacing: 0.17em;
	line-height: 1;
	white-space: nowrap;
    font-weight: 400;
    color: #FFFFFF;
}
#post_list_wrap .news_table .category {
}
#post_list_wrap .news_table .category .cat_list > li {
}
#post_list_wrap .news_table .category .cat_list > li:not(:last-child) {
	margin-right: 1rem;
}
#post_list_wrap .news_table .category .cat_list a {
    min-width: 10.4rem;
    padding: 1.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
    font-weight: 400;
}

#post_list_wrap .news_table .ttl a {
	font-size: 2rem;
    letter-spacing: 0.1em;
	line-height: 1;
	/*white-space: nowrap;*/
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#post_list_wrap .news_table .ttl a br {
	display: none;
}

@media only screen and (max-width: 768px) {
#post_list_wrap.news .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#post_list_wrap.news .ttl_wrap h2.ttl span {
    font-size: 2.8rem;
}

#post_list_wrap .news_table {
    margin-top: 2rem;
}
#post_list_wrap .news_table tr {
    display: flex;
    flex-wrap: wrap;
}
#post_list_wrap .news_table td {
	padding: 2rem 0;
    vertical-align: middle;
}
#post_list_wrap .news_table tr > td:first-child {
    padding-right: 2rem;
}
#post_list_wrap .news_table tr > td:nth-child(2) {
    padding-right: 2rem;
}
#post_list_wrap .news_table tr > td:last-child {
    width: 100%;
    padding-top: 0
}
#post_list_wrap .news_table .date {
	font-size: 1.4rem;
}
#post_list_wrap .news_table .category .cat_list a {
    min-width: 6.4rem;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

#post_list_wrap .news_table .ttl a {
	font-size: 1.6rem;
}
}



/* #message
----------------------------------------- */
#message {
    background-color: #f5f5dc;
}
#message .inner {
    padding-top: 8rem;
    padding-bottom: 9rem;
}
#message .ttl_wrap {
    margin-bottom: 5rem;
}
#message .ttl_wrap .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3rem;
}
#message .ttl_wrap .ttl span {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
	line-height: 1;
    font-weight: 400;
    text-align: center;
}

#message .layout {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#message .layout .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3rem;
}
#message .layout .ttl span {
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
	line-height: calc(66/38);
    font-weight: 400;
    text-align: center;
}
#message .layout .ttl .name {
    font-size: 2rem;
    line-height: 1;
}
#message .layout .txt_wrap {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
	line-height: calc(47/16);
    font-weight: 700;
    text-align: center;
    margin-top: 8rem;
}

#message .layout .img_wrap {
    margin-top: 5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.5rem;
}
#message .layout .img_wrap img {
    width: auto;
    height: 30rem;
}
#message .layout .img_wrap .name {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
	line-height: 1;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 768px) {
#message .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#message .ttl_wrap {
    margin-bottom: 3rem;
}
#message .ttl_wrap .ttl {
    gap: 2rem;
}
#message .ttl_wrap .ttl span {
    font-size: 2rem;
}

#message .layout {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#message .layout .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 2rem;
}
#message .layout .ttl span {
    display: block;
    font-size: 2.4rem;
}
#message .layout .ttl .name {
    font-size: 1.4rem;
    line-height: 1;
}
#message .layout .txt_wrap {
    font-size: 1.4rem;
    margin-top: 4rem;
}

#message .layout .img_wrap {
    margin-top: 3rem;
    gap: 1.0rem;
}
#message .layout .img_wrap img {
    width: auto;
    height: 26rem;
}
#message .layout .img_wrap .name {
    font-size: 1.2rem;
}
}



/* #academics
----------------------------------------- */
#academics {
}
#academics .inner {
    width: 100%;
    max-width: none;
    padding-top: 7rem;
    padding-bottom: 4rem;
}
#academics .layout {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6rem;
}
#academics .layout > .img_wrap {
    width: calc(730 / 1366 *100%);
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#academics .layout > .img_wrap .img_2 {
    width: calc(438 / 730 *100%);
    margin-top: -10rem;
    margin-right: 5rem;
}
#academics .layout > .txt_wrap {
    width: calc(580 / 1366 *100%);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding-right: calc(110 / 1366 *100%);
}

#academics .layout > .txt_wrap .txt {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
	line-height: calc(37/17);
    font-weight: 700;
    text-align: justify;
}
#academics .layout > .txt_wrap .img {
}

#academics .page_link {
    width: 100%;
    background-color: #e1e6e6;
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
}
#academics .page_link .page_link_layout {
    width: 100%;
    max-width: 105rem;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#academics .page_link .page_link_layout .con {
    width: calc(487 / 1050 *100%);
    display: flex;
    flex-flow: column;
    align-items: center;
}
#academics .page_link .page_link_layout .con .img_wrap {
}
#academics .page_link .page_link_layout .con .ttl_wrap {
    margin-top: 3rem;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl .en {
    font-size: 2.1rem;
    /*letter-spacing: -0.07em;*/
	line-height: 1;
    font-weight: 400;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl .jp {
    font-size: 2rem;
    letter-spacing: 0.015em;
	line-height: 1;
    font-weight: 400;
}

#academics .page_link .page_link_layout .con .txt_wrap {
    margin-top: 2rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
	line-height: calc(30/17);
    font-weight: 500;
    text-align: justify;
}
#academics .page_link .page_link_layout .con .btn_wrap {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


@media screen and (max-width: 768px) {
#academics .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#academics .layout {
    flex-flow: column;
    gap: 3rem;
    margin-top: 3rem;
}
#academics .layout > .img_wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#academics .layout > .img_wrap .img_2 {
    width: calc(438 / 730 *100%);
    margin-top: -5rem;
    margin-right: 2.5rem;
}
#academics .layout > .txt_wrap {
    width: 34.5rem;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-right: 0;
}

#academics .layout > .txt_wrap .txt {
    font-size: 1.4rem;
}
#academics .layout > .txt_wrap .img {
    width: 28rem;
    margin: auto;
}

#academics .page_link {
    width: 100%;
    background-color: #e1e6e6;
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
}
#academics .page_link .page_link_layout {
    width: 34.5rem;
    flex-flow: column;
    gap: 3rem;
    margin: auto;
}
#academics .page_link .page_link_layout .con {
    width: 100%;
}
#academics .page_link .page_link_layout .con .ttl_wrap {
    margin-top: 2rem;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl {
    gap: 1rem;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl .en {
    font-size: 1.6rem;
}
#academics .page_link .page_link_layout .con .ttl_wrap .ttl .jp {
    font-size: 1.4rem;
}

#academics .page_link .page_link_layout .con .txt_wrap {
    margin-top: 2rem;
    font-size: 1.3rem;
}
#academics .page_link .page_link_layout .con .btn_wrap {
    margin-top: 2rem;
}

}



/* #about_our_school
----------------------------------------- */
#about_our_school {
}
#about_our_school .inner {
    padding-top: 8rem;
    padding-bottom: 9rem;
}
#about_our_school .layout {
    margin-top: 6rem;
    width: 100%;
    aspect-ratio: 1136 / 975;
    position: relative;
}
#about_our_school .layout .con {
    width: calc(400 / 1136 *100%);
    position: absolute;
}
#about_our_school .layout .con a {
    display: block;
    opacity: 1;
}
#about_our_school .layout .con a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.00);
    transition: all .6s;
}
#about_our_school .layout .con a:hover::after {
    background-color: rgba(255,255,255,0.60);
}
#about_our_school .layout .con_1 {
    top: 0;
    left: 0;
}
#about_our_school .layout .con_2 {
    top: calc(172 / 975 *100%);
    left: calc(346 / 1136 *100%);
}
#about_our_school .layout .con_3 {
    top: calc(45 / 975 *100%);
    right: 0;
}
#about_our_school .layout .con_4 {
    top: calc(500 / 975 *100%);
    left: calc(60 / 1136 *100%);
}
#about_our_school .layout .con_5 {
    top: calc(423 / 975 *100%);
    right: calc(40 / 1136 *100%);
}
#about_our_school .layout .con_6 {
    bottom: 0;
    left: calc(336 / 1136 *100%);
}
#about_our_school .layout .con .ttl {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    padding: 1.5rem;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 2;
}
#about_our_school .layout .con .ttl .en {
    font-size: 1.3rem;
	line-height: 1;
    font-weight: 400;
}
#about_our_school .layout .con .ttl .jp {
    font-size: 1.6rem;
    letter-spacing: 0.015em;
	line-height: 1;
    font-weight: 400;
}
#about_our_school .layout .con_1 .ttl {
    top: 3rem;
    right: -8rem;
}
#about_our_school .layout .con_2 .ttl {
    bottom: 6.5rem;
    left: -12rem;
}
#about_our_school .layout .con_3 .ttl {
    bottom: -3.5rem;
    right: 3.8rem;
}
#about_our_school .layout .con_4 .ttl {
    top: -3rem;
    left: -6rem;
}
#about_our_school .layout .con_5 .ttl {
    top: 8rem;
    left: -12rem;
}
#about_our_school .layout .con_6 .ttl {
    bottom: 8.5rem;
    right: -15.5rem;
}

#about_our_school .layout .con .img_wrap {
    mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {

#about_our_school .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#about_our_school .layout {
    margin-top: 3rem;
    width: 100%;
    aspect-ratio: none;
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 4rem;
}
#about_our_school .layout .con {
    width: 100%;
    position: relative;
}
#about_our_school .layout .con a {
    display: block;
    opacity: 1;
}
#about_our_school .layout .con a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.00);
    transition: all .6s;
}
#about_our_school .layout .con a:hover::after {
    background-color: rgba(255,255,255,0.60);
}
#about_our_school .layout .con_1 {
    top: auto;
    left: auto;
}
#about_our_school .layout .con_2 {
    top: auto;
    left: auto;
}
#about_our_school .layout .con_3 {
    top: calc(45 / 975 *100%);
    right: 0;
}
#about_our_school .layout .con_4 {
    top: auto;
    left: auto;
}
#about_our_school .layout .con_5 {
    top: auto;
    right: auto;
}
#about_our_school .layout .con_6 {
    bottom: auto;
    left: auto;
}
#about_our_school .layout .con .ttl {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    padding: 1.5rem;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 2;
}
#about_our_school .layout .con .ttl .en {
    font-size: 1.0rem;
}
#about_our_school .layout .con .ttl .jp {
    font-size: 1.4rem;
}
#about_our_school .layout .con_1 .ttl {
    top: 3rem;
    right: -1rem;
}
#about_our_school .layout .con_2 .ttl {
    bottom: 2.5rem;
    left: -1rem;
}
#about_our_school .layout .con_3 .ttl {
    bottom: -1.0rem;
    right: 2.8rem;
}
#about_our_school .layout .con_4 .ttl {
    top: -0.5rem;
    left: -1rem;
}
#about_our_school .layout .con_5 .ttl {
    top: 1rem;
    left: -1rem;
}
#about_our_school .layout .con_6 .ttl {
    bottom: 1.5rem;
    right: -1.5rem;
}

#about_our_school .layout .con .img_wrap {
    mix-blend-mode: multiply;
}
}



/* #about_enrollment
----------------------------------------- */
#about_enrollment {
}
#about_enrollment .ttl_wrap {
    width: 100%;
    aspect-ratio: 1366 / 550;
    /*height: 55rem;*/
    padding-top: 4.5rem;
    position: relative;
}
#about_enrollment .ttl_wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#about_enrollment .ttl_wrap .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#about_enrollment .inner {
    padding-top: 4rem;
    padding-bottom: 10rem;
}
#about_enrollment .layout {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#about_enrollment .layout .con {
    width: calc(125 / 1136 *100%);
}
#about_enrollment .layout .con a {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.5rem;
}
#about_enrollment .layout .img_wrap {
}
#about_enrollment .layout .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#about_enrollment .layout .ttl {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: calc(25/17);
    text-align: center;
}

@media screen and (max-width: 768px) {
#about_enrollment {
}
#about_enrollment .ttl_wrap {
    aspect-ratio: none;
    height: 28rem;
    padding-top: 1.0rem;
}

#about_enrollment .inner {
    padding-top: 4rem;
    padding-bottom: 8rem;
}
#about_enrollment .layout {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 3rem;
}
#about_enrollment .layout .con {
    width: 15rem;
}
#about_enrollment .layout .con a {
    gap: 1.0rem;
}
#about_enrollment .layout .ttl {
    font-size: 1.4rem;
}
}
