@CHARSET "UTF-8";
/*
Theme Name: 浄土宗宗立宗門校教育振興会様
date: 2025.09.01
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --blue: #004986; 
  --bk: #000;
	--bg: #c6def1;
	--header_height: 5rem;
}
@media screen and (min-width: 1024px){
  :root {
		--header_height: 100px;
	}
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	color: var(--bk);
	line-height: 1.7;
	letter-spacing: 1px;
}

.font_en{
	font-family: "Lora", serif;
	font-weight: 400;
}


/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

#page{
	padding-top: var(--header_height);
}
table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 500;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 500;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 500;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.short_wrap{
	max-width: 800px;
}

.section{
	padding: 3rem 0;
}
.block{
	margin-bottom: 5rem;
}
.bg{
	background: var(--bg);
}

.page_conrtainer{
	padding-bottom: 5rem;
}

.side_container{
	margin-bottom: 5rem;
}

#message_404 p{
	margin-bottom: 5rem;
}
#message_404 .btn_link{
	margin: 0;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 150%;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}



/* =link
-------------------------------------------------------------- */


a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}
input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
label{
	cursor: pointer;
}

.btn_link{
	background: var(--blue);
	border: var(--blue) solid 1px;
	color: #fff;
	display: block;
	padding: 1.5rem 1rem;
	width: 100%;
	max-width: 35rem;
	margin: 0 auto;
	text-align: center;
  position: relative;
	font-size: 1.6rem;
}
.btn_link::after{
	content: '';
	background: #fff;
	position: absolute;
	bottom: 1rem;
	right: 0;
	width: 5rem;
	height: 1px;
	transition: .3s;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

.fa-external-link-alt{
	font-size: 70%;
	margin-left: .3rem;
}


/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .3s;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
	overflow: hidden;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


video{
	width: 100%;
}






/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slick base
-------------------------------------------------------------- */

.slick-arrow{
	width: 1rem;
  height: 1rem;
  z-index: 10;
}
.slick-prev{
  left: -5px;
}
.slick-next{
  right: -5px;
}
.slick-arrow::before{
	content: '' !important;
  width: 100%;
  height: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.slick-dots > li:first-child:last-child {
   display: none;
}
.slick-dots{
	bottom: 1rem;
	z-index: 10;
}
.slick-dots li{
	width: 3rem;
	height: 1rem;
}
.slick-dots li button{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
}
.slick-dots li.slick-active button{
	background: #ccc;
}
.slick-dots li button:before{
	content: none;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}


.swiper img{
	width: 100%;
}





/* =header
-------------------------------------------------------------- */

#site_header{
  position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	height: var(--header_height);
	display: flex;
	align-items: center;
}
.site_logo{
  display: inline-flex;
	align-items: center;
  margin: 0 auto 0 0;
}
.site_logo img{
	width: 4.5rem;
	margin-right: 1rem;
}
.site_logo span{
	line-height: 1.4;
}

#header_logo{
	margin-left: 1rem;
}
#header_nav__btn{
	width: var(--header_height);
	height: var(--header_height);
	text-align: center;
	z-index: 9999;
  cursor: pointer;
	background: var(--blue);
	position: relative;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border{
  background: #fff;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


#header_nav__inner{
	width: 80%;
	max-width: 400px;
	background: var(--blue);
	z-index: 999;
	position: absolute;
	top: var(--header_height);
	right: -400px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-bottom-left-radius: 2rem;
	padding: 2rem;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
	right: 0;
}
.main_navigation{
	position: relative;
}
.nav_link{
	padding: 1.5rem 0;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
}
.nav_link::after{
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	rotate: 45deg;
	top: 50%;
	right: 1rem;
	z-index: 5;
	translate: 0 -50%;
}
.nav_icon{
	filter: brightness(0) invert(1);
	width: 4rem;
	height: 4rem;
	object-fit: contain;
	margin-right: 1.5rem;
}





/* =footer
-------------------------------------------------------------- */

#site_footer{
	padding-top: 3rem;
	border-top: var(--blue) solid 1px;
}
#footer_logo img{
	width: 8rem;
}
#footer_address{
	margin: 2rem 0;
	font-size: 1.2rem;
}
#footer_address a{
	color: var(--blue);
	text-decoration: underline;
}
#site_footer__bnr{
	margin: 3rem 0;
	display: flex;
	flex-wrap: wrap;
}
#site_footer__bnr li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
	text-align: center;
}
#site_footer__bnr li span{
	font-size: 1rem;
	display: block;
	margin: .5rem 0 0;
}
#footer_links{
	display: flex;
	flex-wrap: wrap;
}
#footer_links li{
	width: 50%;
}
#footer_links li a{
	display: block;
	padding: 1rem .5rem;
	font-size: 1.2rem;
}
#footer_links li a::before{
	content: '▶';
	color: var(--blue);
	margin-right: .5rem;
}
#footer_copy{
	background: var(--blue);
	padding: 2rem 0;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	margin-top: 3rem;
	font-size: 1rem;
}





/* =TOP
-------------------------------------------------------------- */

.section_title__wrap{
	position: relative;
	z-index: 5;
	padding-top: 1rem;
	margin-bottom: 2rem;
}
.section_title{
	font-size: 2.4rem;
}
.section_title__en{
	position: absolute;
	top: 0;
	left: -1rem;
	opacity: .2;
	color: var(--blue);
	font-size: 5rem;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}

#main_visual{
	position: relative;
	padding: 1rem 0;
}
#main_visual::before{
	content: '';
	background: var(--blue);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: .35;
}
#main_visual__logo{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 10;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
}
#main_visual__logo img{
	width: 10rem;
	display: block;
	margin: 0 auto 1rem;
}
#main_visual__logo h1{
	color: #fff;
	font-size: 2rem;
	white-space: nowrap;
}

#main_visual .swiper-wrapper{
	transition-timing-function:linear; 
}
#main_visual .swiper-slide{
	padding: .3rem;
}
#main_visual .swiper-slide .img_clip::before{
	padding-top: 80%;
}

#top_news{
	background: var(--blue);
}
#top_news .wrapper{
	background: #fff;
	padding: 3rem 5%;
}
#top_news__header{
	padding-bottom: .5rem;
	border-bottom: var(--blue) solid 2px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
#top_news__header h2{
	font-size: 2rem;
	margin: 0 auto 0 0;
}
#top_news__header a{
	font-size: 1rem;
}
#top_news__header a:hover{
	color: var(--blue);
}

#top_about{
	position: relative;
	border-bottom: var(--blue) solid .5rem;
}
#top_about__txt p{
	margin-bottom: 3rem;
}
#top_about__txt ul li{
	margin-bottom: 2rem;
}
#top_about__img{
	margin-top: 5rem;
}

#top_activities .section_title{
	text-align: center;
}
#top_activities .section_title__en{
	left: 50%;
	translate: -50% 0;
	margin: 0;
}



/* =page
-------------------------------------------------------------- */


.page_header{
	height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.page_title{
	font-size: 2.2rem;
}
.page_title__en{
	text-transform: uppercase;
	display: block;
	color: var(--blue);
}

.breadcrumb{
	padding: .5rem 1rem;
	font-size: 1rem;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 3rem;
}
.breadcrumb li::after{
	content: '/';
	margin: 0 .3rem;
}
.breadcrumb li:last-child::after{
	content: none;
}

.page_nav{
	margin-bottom: 5rem;
}
.page_nav ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
.page_nav ul li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
.page_nav ul li a{
	position: relative;
	width: 100%;
	display: block;
	padding: 1.5rem 0 3rem;
	background: #fff;
	border: var(--blue) solid 1px;
	border-radius: .5rem;
	color: var(--blue);
	text-align: center;
}
.page_nav ul li a::after{
	content: '';
	border-top: var(--blue) solid 1px;
	border-right: var(--blue) solid 1px;
	width: 1rem;
	height: 1rem;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	translate: -50% 0;
	rotate: 135deg;
}

.block_title{
	font-size: 2rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--blue) solid .5rem;
}

.block_txt{
	margin-bottom: 3rem;
}
.block_txt p{
	margin-bottom: 2rem;
}
.block_img{
	text-align: center;
}
.block_img figcaption{
	font-size: 1rem;
	margin-top: .5rem;
}



/* =About
-------------------------------------------------------------- */

#history .block_img{
	width: 80%;
	margin: 0 auto;
}
#message_name{
	margin-top: 3rem;
	text-align: right;
}
#message_name span{
	display: block;
	font-size: 120%;
}





/* =act
-------------------------------------------------------------- */

.act_bnrs{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5rem;
}
.act_bnrs li{
	width: 50%;
	padding: .5rem;
}
.act_bnr__link{
	position: relative;
	overflow: hidden;
	display: block;
}
.act_bnr__link::after{
	content: '';
	background: #fff;
	position: absolute;
	bottom: 1rem;
	right: 0;
	width: 6rem;
	z-index: 10;
	height: 1px;
	transition: .3s;
}
.act_bnr__link .img_clip::before{
	background: var(--blue);
	padding-top: 80%;
}
.act_bnr__link .img_clip img{
	opacity: .5;
}
.act_bnr__txt{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	white-space: nowrap;
	color: #fff;
	z-index: 20;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

#top_activities .act_bnrs li{
	width: 100%;
}
#top_activities .act_bnr__txt{
	font-size: 2rem;
}
#top_activities .act_bnr__link .img_clip::before{
	padding-top: 40%;
}

.title_bg{
	background: var(--blue);
	padding: 1rem 1.5rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 3rem;
}

.text_box{
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: var(--bg) solid 1px;
	display: flex;
}
.text_box__img{
	width: 30%;
	margin-right: 1rem;
}
.text_box__img img{
	object-fit: contain;
}
.text_box__inner{
	flex: 1;
	font-size: 1.2rem;
}
.text_box__inner h2{
	border-bottom: var(--blue) solid 2px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.text_box__inner .btn_link{
	font-size: 1.2rem;
	padding: .5rem;
	border-radius: 50px;
	margin: 2rem auto 0;
	max-width: 300px;
}
.text_box__inner .btn_link::after{
	content: none;
}





/* =Contact
-------------------------------------------------------------- */

.require{
	background: #960014;
	color: #fff;
	font-size: 1.2rem;
	padding: .2rem 1rem;
	border-radius: 50px;
	margin-right: 1rem;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
  border: #ccc solid 1px;
	min-height: 4rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 150px;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
}
.form_wrap .wpcf7-list-item{
	margin: .5rem 3rem .5rem 0;
}
input[type="date"]{
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

.form_wrap label{
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	padding: 1rem;
}

.form_wrap input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
	box-shadow: none;
	transform: none;
}

.form_wrap th{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
	font-size: 1.4rem;
}
.form_wrap td{
	display: block;
	padding: 0 0 3rem;
	border-bottom: #ccc solid 1px;
	margin-bottom: 2rem;
}
.form_wrap .attention{
	background: #efefef;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
}
.form_wrap .attention p{
	margin: 1rem 0;
}
.policy_check{
	text-align: center;
	margin: 3rem 0;
}
.policy_check p{
	margin: 1rem 0;
}

.form_wrap .wpcf7-not-valid-tip{
	font-weight: 700;
	color: #960014;
}

.form_recaptcha{
	border: #999 solid 1px;
	padding: 20px 5%;
	margin: 0 auto;
	max-width: 500px;
	font-size: 12px;
}
.form_recaptcha p{
	margin: 0;
	text-align: left;
}
.form_recaptcha p a{
	text-decoration: underline;
	margin: 0 5px;
}
.grecaptcha-badge{
	visibility: hidden;
}

.wpcf7-turnstile{
	text-align: center;
	margin: 3rem 0;
}

#form_attention{
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: var(--blue) solid 1px;
	font-size: 1.2rem;
}
#form_attention p{
	margin-bottom: .5rem;
	padding-left: 1em;
	text-indent: -1em;
}




/* =entry base
-------------------------------------------------------------- */

.no_posts{
	padding: 2rem 0;
	text-align: center;
	margin: 2rem 0;
	background: var(--bg);
}
.posted_date{
	font-size: 1.2rem;
}
.news_author{
	font-size: 1.2rem;
	padding: 0 1rem;
	background: var(--blue);
	color: #fff;
	display: inline-block;
}
.news_box{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 0;
	border-bottom: var(--blue) dotted 1px;
}
.news_box__inner{
	display: contents;
}
.news_box .posted_date{
	margin: 0 auto 0 0;
}
.posted_title{
	width: 100%;
	margin-top: .5rem;
}
.news_box:hover .posted_title{
	color: var(--blue);
}

.news_header{
	border-bottom: var(--blue) solid .2rem;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
.news_header .news_author{
	margin-left: 1rem;
}
.news_header h1{
	font-size: 2rem;
	line-height: 1.5;
	margin: 1rem 0 0;
}
.entry_content{
	padding-bottom: 5rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--blue) solid .4rem;
}
.entry_content h3{
	background: var(--blue);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--blue);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
}
.entry_content a{
	text-decoration: underline;
	color: var(--blue);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.has-text-align-right{
	text-align: right;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: var(--bg);
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	overflow: hidden;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

div#toc_container{
  width: 100%;
  border: 0;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  margin: 3rem 0;
  padding: 3rem 0;
}
div#toc_container a{
  color: #000;
}
div#toc_container a:hover{
  color: var(--blue);
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.8rem;
}
.toc_list > li{
  margin-bottom: 1rem !important;
}

.side_link{
	display: block;
	padding: .5rem 0;
}
.side_link::before{
	content: '▶';
	color: var(--blue);
	margin-right: .5rem;
}
.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1.4rem;
	padding: 0 .5rem;
}
.page_links span.current{
	color: var(--orange);
}
.page_links a:hover{
	text-decoration: underline;
}
.page_links a.next{
  margin-left: 1rem;
}
.page_links a.prev{
  margin-right: 1rem;
}

.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
	font-size: 1.2rem;
}
.nav_single li{
	width: 33.33%;
}
.nav_single li a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: .5rem;
	height: 100%;
	font-size: 1.2rem;
}
.nav_single li a:hover{
	background: #efefef;
}
.nav_archive{
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	text-align: center;
}
.nav_next{
	text-align: right;
}

.side_cat{
	border: var(--blue) solid 1px;
	border-radius: 1rem;
	padding: 2rem 5%;
	display: flex;
	flex-wrap: wrap;
}
.side_cat li{
	width: 50%;
}



/* =School
-------------------------------------------------------------- */

#school_map{
	position: relative;
	/*padding: 20rem 0 30rem;*/
}
/*
#school_map::before{
	content: '';
	background: url('images/top/map_line__sp.png') no-repeat center center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -52%;
	z-index: 5;
	width: 100%;
	height: 100%;
}*/
.school_map__box{
	border: var(--blue) solid 2px;
	border-radius: 1rem;
	overflow: hidden;
	font-size: 1rem;
	width: 30%;
	position: absolute;
	z-index: 50;
	background: #fff;
}
#school_map17{
	bottom: 8%;
	right: 32%;
}
#school_map37{
	top: 8%;
	right: 0;
}
#school_map38{
	right: 0;
	bottom: 35%;
}
#school_map39{
	right: 0;
	bottom: 11rem;
}
#school_map40{
	right: 0;
	bottom: 0;
}
#school_map41{
	bottom: 25%;
	right: 34%;
}
#school_map42{
	top: 15%;
	right: 34%;
}
#school_map43{
	top: 0;
	right: 34%;
}
#school_map44{
	left: 0;
	top: 0;
}
#school_map45{
	left: 0;
	top: 25%;
}
#school_map46{
	left: 5%;
	bottom: 18%;
}
#school_map47{
	left: 0;
	bottom: 0;
}
.school_map__name{
	background: var(--blue);
	color: #fff;
	text-align: center;
	padding: .3rem;
	font-size: 1.2rem;
	line-height: 1.4;
}
.school_map__name span{
	font-size: 90%;
	display: block;
}
.school_map__list{
	padding: 1rem .5rem;
}
.school_map__list li{
	margin-bottom: .3rem;
	line-height: 1.4;
	letter-spacing: 0;
}
.link_school{
	font-size: 1.2rem;
	padding: .5rem;
	max-width: 100%;
	background: #fff;
	color: var(--blue);
	border: 0;
	border-top: var(--blue) solid 1px;
	font-weight: bold;
}
.link_school::after{
	content: none;
}
.link_school::before{
	content: '';
	width: .5rem;
	height: .5rem;
	border-top: var(--blue) solid 1px;
	border-right: var(--blue) solid 1px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	right: 1rem;
	rotate: 45deg;
}

#page_school #school_map{
	margin-top: 8rem;
}

.school_title{
	text-align: center;
	font-size: 2.4rem;
}
.school_box{
	margin-bottom: 5rem;
}
.school_box__img{
	margin-bottom: 1rem;
}
.school_box__img .img_clip::before{
	padding-top: 65%;
}
.school_box__inner{
	position: relative;
}
.school_box__inner h3{
	border-bottom: var(--blue) solid 2px;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: var(--blue);
	font-weight: 700;
}
.school_box__inner a{
	text-decoration: underline;
	color: var(--blue);
}
.school_box__inner a:hover{
	text-decoration: none;
}
.school_txt{
	margin-bottom: 2rem;
	padding: 2rem 0;
	border-bottom: #999 solid 1px;
}
.school_box__details{
	display: flex;
	align-items: center;
}
.school_box__address{
	flex: 1;
}
.school_box__address p{
	margin: .5rem 0;
}
.school_youtube{
	width: 8rem;
	height: 8rem;
	color: #fff !important;
	background: var(--blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1.3;
	flex-direction: column;
}
.school_youtube i{
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.school_youtube__modal{
	display: none;
	background: none;
	padding: 0;
	width: 100%;
	max-width: 800px;
}
.school_youtube__modal iframe{
	width: 100%;
}

.school_mov__child{
	display: none;
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
	background: none;
}
.school_mov__wrap{
	width: 100%;
}




/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1rem;
	}
	table td{
		padding: 1rem;
	}
	.section{
		padding: 5rem 0;
	}
	.section_title__wrap{
		padding-top: 3rem;
		margin-bottom: 3rem;
	}
	.section_title{
		font-size: 3rem;
	}
	.section_title__en{
		font-size: 7rem;
		margin-left: -3rem;
	}
	.block{
		margin-bottom: 8rem;
	}
	.page_title{
		font-size: 3rem;
	}
	#site_footer__inner{
		display: flex;
	}
	#site_footer__left{
		width: 50%;
	}
	#site_footer__right{
		margin: 0 0 0 auto;
	}
	#footer_address{
		margin: 1rem 0;
	}
	#site_footer__bnr{
		margin: 3rem 0 0;
	}
	#footer_links{
		display: block;
	}
	#footer_links li{
		width: 100%;
		margin-bottom: .5rem;
	}
	#footer_links li a{
		display: inline;
		padding: 0;
	}
	#main_visual__logo img{
		width: 15rem;
	}
	#main_visual__logo h1{
		font-size: 3rem;
	}
	#main_visual .swiper-slide .img_clip::before{
		padding-top: 70%;
	}
	.news_box .posted_date{
		margin: 0 1rem 0 0;
		width: 10rem;
	}
	.news_box__inner{
		display: block;
		flex: 1;
	}
	#top_news__header a{
		font-size: 1.2rem;
	}
	#top_about{
		position: relative;
	}
	#top_about__txt{
		width: 55%;
	}
	#top_about__txt ul li .btn_link{
		margin: 0;
	}
	#top_about{
		display: flex;
		align-items: center;
	}
	#top_about__img{
		width: 45%;
		align-self: stretch;
		margin: 0;
	}
	#top_about__img .img_clip{
		height: 100%;
	}
	.act_bnrs{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -2rem;
	}
	.act_bnrs li{
		width: 50%;
		padding: 0 2rem;
		margin-bottom: 3rem;
	}
	.act_bnr__link .img_clip::before{
		padding-top: 40%;
	}
	#top_activities .act_bnrs li{
		width: 50%;
	}
	.block_inner{
		display: flex;
		justify-content: space-between;
	}
	.block_txt{
		flex: 1;
	}
	.block_img{
		width: 40%;
		padding-left: 3rem;
		margin: 0;
	}
	#history .block_img{
		width: 30%;
		margin: 0;
	}
	.form_wrap th{
		display: table-cell;
		width: 30%;
		padding: 2.5rem 0;
	}
	.form_wrap td{
		display: table-cell;
		padding: 2rem;
		border: 0;
	}
	.text_box__img{
		margin-right: 3rem;
	}
	.text_box__inner .btn_link{
		margin: 3rem 0 0 auto;
	}
	.school_map__box{
		width: auto;
		min-width: 15rem;
	}
	.school_map__list{
		padding: 1rem;
	}
	#school_map47{
		left: 0;
		bottom: -3rem;
	}
	#school_map46{
		left: 25%;
		bottom: 5%;
	}
	#school_map37{
		top: -5rem;
	}
	#school_map39{
		bottom: 20%;
	}
	#school_map43{
		top: 0;
		right: 28%;
	}
	#school_map17{
		right: 27%;
		bottom: 12%;
	}
	#school_map41{
		top: 25%;
	}
	#school_map42{
		top: 5%;
		right: 52%;
	}
	#school_map38{
		bottom: 40%;
	}
	#school_map40{
		right: 5%;
	}
	#school_map41{
		bottom: auto;
		top: 25%;
		right: 50%;
	}
	#school_map45{
		top: 30%;
	}
	.school_title{
		font-size: 3rem;
	}
	.school_box{
		display: flex;
		align-items: flex-start;
	}
	.school_box__img{
		flex: 0 0 35%;
		margin: 0 3rem 0 0;
	}
	.school_box__inner{
		flex: 1;
	}
	.container_wrap{
		display: flex;
		justify-content: space-between;
	}
	.main_container{
		width: 71%;
	}
	.side_container{
		width: 25%;
	}
	.side_container__sticly{
		position: sticky;
		top: 110px;
	}
	.side_container .act_bnrs{
		display: block;
		margin: 0;
	}
	.side_container .act_bnrs li{
		width: 100%;
		margin-bottom: 1rem;
		padding: 0;
	}
	.side_cat{
		border: 0;
		padding: 0;
		display: block;
	}
	.side_cat li{
		width: 100%;
	}
}






@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
		scroll-padding-top: var(--header_height);
  }
	.breadcrumb{
		padding: .5rem 3rem;
	}
	.site_logo img{
		width: 7rem;
	}
	.site_logo span{
		font-size: 2rem;
	}
	#header_nav__btn{
		display: none;
	}
	#header_nav__inner{
		opacity: 1;
		visibility: visible;
		overflow: visible;
		position: static;
		background: none;
		max-width: 100%;
		width: auto;
		padding: 0;
	}
	.main_navigation{
		display: flex;
		align-items: center;
	}
	.nav_link{
		color: var(--blue);
		display: block;
		padding: .5rem 1rem;
	}
	.nav_link::after{
		content: none;
	}
	.nav_icon{
		filter: none;
		margin: 0 auto .5rem;
		display: block;
	}
	.nav_link span{
		display: block;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	#site_footer__inner{
		align-items: center;
	}
	#main_visual .swiper-slide .img_clip::before{
		padding-top: 65%;
	}
	#top_about__txt .wrapper{
		max-width: 570px;
		margin: 0 3rem 0 auto;
	}
	#top_about__txt p{
		line-height: 2;
	}
	#school_map{
		margin-top: -5rem;
	}
	.school_map__name{
		font-size: 1.4rem;
	}
	.school_map__name span{
		display: inline-block;
		margin-left: 1rem;
	}
	#school_map17{
		right: 32%;
    bottom: 18%;
	}
	#school_map46{
		bottom: 10%;
	}
	#school_map39{
		bottom: 25%;
		right: 5%;
	}
	#school_map40{
		right: 15%;
		bottom: 5%;
	}
	#school_map47{
		bottom: 0;
	}
	#school_map45{
		top: 35%;
	}
	#school_map44{
		top: 10%;
		left: 3%;
	}
	#school_map41{
		top: 30%;
	}
	#school_map42{
		top: 10%;
	}
	#school_map43{
		top: 5%;
	}
}

@media screen and (min-width: 1200px){
	.school_map__box{
		font-size: 1.2rem;
		min-width: 18rem;
	}
}




@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.btn_link:hover{
		background: #fff;
		color: var(--blue);
	}
	.btn_link:hover::after{
		width: 10rem;
		right: -5rem;
		background: var(--blue);
	}
	a:hover .img_clip img{
		scale: 1.1;
	}
	.act_bnr__link:hover .img_clip img{
		opacity: .7;
	}
	.act_bnr__link:hover::after{
		width: 0;
	}
	.nav_link:hover .nav_icon{
		translate: 0 -3px;
	}
}



.animation{
	transition-duration: .8s;
}

.fadein{
	opacity: 0;
	visibility: hidden;
	transition-duration: 2s;
}
.fadeinUp{
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition-duration: 2s;
}
.slideinleft{
	visibility: hidden;
	transform: translateX(-100%);
}
.slideinright{
	visibility: hidden;
	transform: translateX(100%);
}
.slideintxt.effect span,
.effect{
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}
.slideintxt.effect span{
	opacity: .2 !important;
}
.slideintxt span{
	transform: translateY(30px);
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition-duration: .7s;
}
.slideintxt span:nth-child(2){
	transition-delay: .1s;
}
.slideintxt span:nth-child(3){
	transition-delay: .2s;
}
.slideintxt span:nth-child(4){
	transition-delay: .3s;
}
.slideintxt span:nth-child(5){
	transition-delay: .4s;
}
.slideintxt span:nth-child(6){
	transition-delay: .5s;
}
.slideintxt span:nth-child(7){
	transition-delay: .6s;
}
.slideintxt span:nth-child(8){
	transition-delay: .7s;
}
.slideintxt span:nth-child(9){
	transition-delay: .8s;
}
.slideintxt span:nth-child(10){
	transition-delay: .8s;
}
.slideintxt span:nth-child(11){
	transition-delay: 1s;
}
.slideintxt span:nth-child(12){
	transition-delay: 1.1s;
}
.slideintxt span:nth-child(13){
	transition-delay: 1.2s;
}
.slideintxt span:nth-child(14){
	transition-delay: 1.3s;
}
.slideintxt span:nth-child(15){
	transition-delay: 1.5s;
}