@charset "utf-8";
/*Theme Name:generatepress-child
Template:generatepress*/

body{
	font-family: "Noto Sans JP";
	    letter-spacing: 0.05em;
}
/*トップページ============================*/
#post-13 .entry-header{
	display:none;
}
#post-13 .entry-content:not(:first-child){
margin-top:0;
}


/*スライダー*/
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 54px;
	font-weight: bold;
	/*text-shadow: 2px 2px 8px #000;*/
	color: #fff;
	transform: translate(-50%,-50%);
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}
.swiper-pagination{
	display:none;
}
.concept{
	margin: 60px 0;
}
.concept figure{
	width:150px;
	margin:0 auto 30px;
}
.messagettl{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 30px;
}

.message{
writing-mode: vertical-rl;
    line-height: 3em;
    margin: 0 auto;
}

@media (max-width: 768px) {
	.slide-text{
		width:88%;
		font-size:40px;
		text-align:center;
	}
	.concept figure{
	width:84px;
	margin:30px auto 10px;
}
	.messagettl {
    font-size: 24px;
		line-height: 1.3;
	margin-bottom: 20px;
}
.message{
writing-mode:horizontal-tb;
text-align: center;
line-height: 2.3;
}
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:150px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	top: -20px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1rem;
	font-weight:bold;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 2px;
	height: 100px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


/*コンテンツへのリンク*/
.linkinfo-container{
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
	padding: 80px 0 100px;
    background: #ccc;
	margin-top:50px;
	 background: url(http://findyschool.jp/wp-content/images/bg_linkinfo.jpg);
    background-size: cover;
	    background-attachment: fixed;
}
.linkinfo-container .linkinfo {
	   list-style: none;
    display: flex;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
	max-width: 1000px;
    margin: 0 auto;
} 
.linkinfo-container .linkinfo li {
width: calc(33.3% - 30px);
    margin: 15px;
	    background: #ffdf29;
	box-shadow:0px 4px 10px 0px rgb(156 173 185 / 50%);
}
@media (max-width: 768px){
	.linkinfo-container{
	padding: 40px 0 50px;
	}
.linkinfo-container .linkinfo li {
width: 84%;
margin: 20px auto 0;
}
}

.linkinfo-container .linkinfo li a{
	text-decoration:none;
}
.linkinfo-container .linkinfo li a:hover{
	color:#222 !important;
}
.linkinfo-container .linkinfo li a div{
    padding: 15px 28px;
}
.linkinfo-container .linkinfo li a div h3{
	border:none;
	padding-left:0;
	 font-size: 26px;
  margin: 0 0 10px;
	text-align:center;
}
.linkinfo-container .linkinfo li p {
margin-bottom: 6px;
line-height: 1.5;
font-size: 15px;
}
.zoom-in-img {
  max-width: 303px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
	background: none !important;
}

@media (max-width: 768px){
	.zoom-in-img {
  max-width: 100%;
	}
	}
/*ホバーエフェクト*/
.zoom-in-img img {
  transform: scale(1);
  transition: .4s ease-in-out;
}
.zoom-in-img:hover img {
  transform: scale(1.2);
}
.linkinfo-container h2{
	color:#fff;
	font-size:36px;
	font-weight:bold;
}
@media (max-width: 768px){
.linkinfo-container h2 {
  font-size: 24px;
	}
	.linkinfo-container .linkinfo li a div h3{
		font-size:20px;
	}
}

/*お知らせページネーション非表示*/
.rt-tpg-container .rt-pagination-wrap{
	display:none;
}

/*ヘッダー・モバイルナビ周り============================*/
.site-header {
    position:sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
@media (max-width: 768px) {
.inside-header{
	padding: 0 0 0 20px;
}
	.inside-header	.site-logo{
	    width: 160px;
}
.main-navigation .main-nav ul li a{
	line-height:3em;
}
	.has-inline-mobile-toggle #site-navigation.toggled{
		margin-top:0;
		padding-bottom:30px;
	}
}

/*固定ページ下層ヘッダー*/
.page .entry-header {
	margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
width: auto;
background:#ccc;
height:300px;
}
.page .entry-header .entry-title{
	text-align:center;padding-top:120px;
	color:#fff;
	position: relative;
	z-index:10;
}
.entry-header{
position:relative;
}
.page .entry-header::after {
  content: "";
	height:300px;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page .entry-header{
/*background-size: cover;*/
background-repeat: no-repeat !important;
/*background-position:center;*/
background-attachment: fixed  !important;
}
#post-44 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_about.jpg);
}
#post-46 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_admissionguide.jpg);
}
#post-50 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_curriculum.jpg);
}
#post-48 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_staff.jpg);
}
#post-52 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_faq.jpg);
}
#post-54 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_access.jpg);
}
#post-513 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_news.jpg);
}
#post-62 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_contact.jpg);
}

@media (max-width: 768px) {
.page .entry-header {
height:200px;
}
.page .entry-header::after {
height:200px;
}
.page .entry-header .entry-title{
	font-size:22px;
	font-weight:bold;
	padding-top:80px;
}	
	.main-navigation .inside-navigation{
	padding:0;
	}
#post-44 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_about_sp.jpg);
}
#post-46 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_admissionguide_sp.jpg);
}
#post-50 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_curriculum_sp.jpg);
}
#post-48 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_staff_sp.jpg);
}
#post-52 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_faq_sp.jpg);
}
#post-54 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_access_sp.jpg);
}
#post-513 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_news_sp.jpg);
}
#post-62 .entry-header{
		background:url(http://findyschool.jp/wp-content/images/head_contact_sp.jpg);
}
}

/*footer==================================*/
.site-footer{
	margin:100px 0 0;
}
.footer-widgets-container {
padding:50px 0;
}
@media (max-width: 768px) {
.site-footer{
	margin:40px 0 0;
}
.footer-widgets-container {
padding: 20px 30px 30px !important;
}
	.site-info{
		padding-bottom:2em;
	}
	.footer-widget-1{
	text-align:center;
	}
#block-16	.wp-block-button{
	margin:0 auto;
}
	#block-14 a{
font-size:12px;
color:#ccc;
	}
}
/*メインコンテンツ==================================*/

/*wrapper*/
.grid-container {
    max-width: 1000px;
}
@media (max-width: 768px) {
.grid-container{
  width: 100%;
  padding: 0 15px;
}
}
.entry-meta{
	text-align:center;
}
.separate-containers .inside-article{padding:0}
.separate-containers .site-main {margin:0;}

/*パンくず*/
.breadcrumbs ul{
	margin-left:0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs ul li:not(:last-of-type)::after { content: "/";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumbs ul li{
font-size:13px;	
}


/*テキスト*/
h2{
font-size:32px;
	margin:40px 0 20px;
}
h3{
	font-size:22px;
	border-left:6px solid #ffdc18;
	padding-left:0.5em;
	margin-bottom:0.6rem;
}
p{
	 line-height: 1.7;
}
ol, ul {
    margin: 0 0 1.5em 1em;
}
@media (max-width: 768px){
	h2{
		font-size:20px;
		margin:20px 0 15px;
}
	h3{
		font-size:18px;
}
		p{
		font-size:14px;
}
}
/*スタッフ紹介*/
.staff {
	    list-style: none;
    display: flex;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}
.staff  li {
    width: calc(25% - 30px);
    margin: 15px;
}
.staff li h2{
    font-size: 30px;
    margin: 20px 0 10px;
    text-align: center;
}
.staff li p {
margin-bottom: 6px;
line-height: 1.2;
}
@media (max-width: 768px){
.staff li {
    width: 80%;
    margin: 15px auto;
    text-align: center;
}
}

/* time-schedule */
.time-schedule {
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 4px solid #ffdc18;
  box-sizing: border-box;
}
.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}
.time-schedule span.time {
  width: 7em;
  display: inline-block;
  margin-left: -9.8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}
.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  background: #ffdc18;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}
.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

/* スタッフ*/
.entry-content .staff{
	margin-left:0;
}


/*access*/
.map iframe{
	  width: 100%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
}

/*FAQ*/
.btn {
  cursor: pointer;
}
.childmenu {
  display: none;
}
#toggle:checked + .childmenu {
  display: block;
}
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}
.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #eee; /* ラベルの背景色 */
  position: relative;
  display: block;
  border-radius: 4px; 
  cursor: pointer;
  color: #222;
  padding:20px;
	 margin:0 0 20px;
}
.acbox label:hover{
  background: #ffdf29; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox input{
  display: none;
}
.acbox label:after{
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.acbox input:checked ~ label::after {
  content:""; ラベルをクリックした後のアイコン 
  	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(-45deg);
}
.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div{
  height: auto;
  padding: 0 20px 20px;
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
}
.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
}

/*テキスト*/
.center{
text-align:center;
}
.sp_only{
display: none;
}
@media screen and (max-width:768px) {
.sp_only{
display: block;
}
}

/*お知らせ詳細*/
.post .byline{
	display:none !important;/*投稿者非表示*/
}
.post .cat-links{/*投稿カテゴリ非表示*/
	display:none;
}
.post .entry-meta{
	text-align:left;
}
/*投稿内アイキャッチ・タイトル順番差し替え*/
.post .inside-article{
display: flex;
flex-wrap: wrap;
flex-direction:column;
}
.post .inside-article .entry-header{
	order:1;
	margin: 3em 0 2em;
}
.post .inside-article .featured-image{
	order:2;
}
.post .inside-article .entry-content{
	order:3;
	margin-top: 0;
}
.post .inside-article .entry-meta{
	order:4;
}
@media screen and (max-width:768px){
	.post .inside-article .entry-header{
padding-top: 0;
height: auto;
margin: 2em 0 1em;
}
.post .inside-article .entry-header .entry-title{
padding:0;
font-size:24px
	}
	.post .inside-article .featured-image{
padding:0;
margin-bottom: 0;
}
}

/*前後記事ナビゲーション位置調整*/
.entry-meta #nav-below{
display: flex;
 justify-content: center;
border-top: 1px solid #ccc;
padding-top: 1.5em;
}
.entry-meta #nav-below .nav-next{
display: flex;
margin-left:20px;
width:500px;
}
.entry-meta #nav-below .nav-next .gp-icon{
    order: 2;
}
.entry-meta #nav-below .nav-next .next{
    order: 1;
}
.entry-meta #nav-below .nav-previous{
	width:500px;
}
@media screen and (max-width:768px){
.entry-meta #nav-below .nav-next,
.entry-meta #nav-below .nav-previous{
	width:100%;
	display:block;
	font-size: 12px;
}
}

/*お問い合わせ==============================*/

/*　フォーム全体　*/
#cf7-area {
width:100%;
margin: 50px auto 0;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}
.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}
.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}
.cf7-a {
width: 60%;
}
#cf7-area label{
font-weight:bold;
}

#cf7-area .wpcf7-text,#cf7-area .wpcf7-textarea{
	width:100%;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}
#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}
#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}
#cf7-area .wpcf7-list-item {
display: block;
}
#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}
.cf7-accept-check{
text-align: center;
margin: 50px auto 0;
}
.cf7-submit {
/*padding:20px;
margin: 0 auto;*/
text-align: center;
}
.wpcf7-submit{
	width:50%;
	padding:20px !important;
	border-radius:999px;
}
@media screen and (max-width:768px){
.wpcf7-submit{
	width:100%;
}	
}
.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}
.wpcf7 .wpcf7-spinner {
    display: none;
}

/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 1px 6px;
border-radius: 2px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}
@media screen and (max-width:768px){
.cf7-item {
display: block;
}
.cf7-q {
width: 100%;
margin: 0;
}
.cf7-q p{
	margin:0;
}
.cf7-a {
width: 100%;
}	
}
#cf7-area label{
display: block;
margin-bottom: 10px;
}

@media screen and (max-width:768px){
.cf7-a .choice{
display:block;
margin-top: 8px;
font-size: 13px;
}
}
#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
border-color: #ff2900;
background: #fff0f0;
padding: 1rem;
}
	
/*リキャプチャ表示*/
.grecaptcha-badge{
	bottom:90px !important;
}
