@charset "UTF-8";


section .box_2{
	width: min(90%,1280px);
	margin: auto;
}

.container{
	width: min(100%, 1280px);
	margin: 0 auto ;
}

.entry-content{
	width: min(98%, 1280px);
	margin: 0 auto;
}


h1.entry-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(6vw,2rem);
    font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	color: #333;
	line-height: 1.5;
	margin: 70px auto 0;
	padding: 8px ;
}

h1.entry-title {
	position: relative;
	border-bottom: 5px solid #dddddd;
}

h1.entry-title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
	background-color: var(--menu_color--);
}



h1.entry-title a{
	text-decoration: none;
	color: #333;
}




.entry-content p{
	font-size: min(5vw,1.1rem);
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 0 auto 18px;
	
}

/*個別相談会に使用*/
.entry-content .guide{
	width: min(90%,1280px);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	margin: auto;
}

.entry-content .guide p{
	font-family: var(--font_style_1);
	font-weight: 400;
	line-height: 2;
	margin: 0 auto ;
}

.entry-content strong{
	font-weight: 600;
}


.entry-content h1,
.entry-content h2 {
	text-align: center;
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	font-size: min(8vw, 2.5rem);
	color: #8b0000;
	line-height: 1.5;
	margin: 50px auto 16px;
	padding: 8px;
}

.entry-content h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2em;
	text-indent: .3em;
	font-weight: 400;
	margin: 1em auto 1.2em;
	}
	
.entry-content h4{
	font-size: 1rem;
	font-weight: 500;
	margin: 0 auto 1.5em;
	}
	

	
	
.entry-content li{
	line-height: 1.6;
	margin: 0 auto 3px;
}

/*個別相談会に使用*/
.entry-content ul.li_deco{
	width: fit-content;
	list-style-type: none;
	margin: 21px auto;
}

.entry-content ul.li_left{
	margin: 21px 0;
}

.entry-content ul.li_deco li{
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-family: var(--font_style_1);
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1.8;
	border-bottom: 2px solid var(--main-color);
	margin-bottom: .75rem;
	padding: 0 21px 12px;
}

.entry-content ul.li_deco li::before {
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    content: '';
}



.entry-content .wp-caption-text{
	width: 98%;
	font-size: 0.8em;
	color: #666;
	line-height: 1.3;
	margin: 0 auto;
}

.entry-content a{
	font-weight: 500;
}

/*ヘッド画像*/
.top_img_box {
	position: relative;
}

.top_img{
	position: relative;
	margin-bottom: 21px;
	overflow: hidden;
}

.top_img img {
	display: block;
	width: 100%;
	height: auto;
	animation: animationZoom 5s ease-in-out forwards;
}

@keyframes animationZoom {
	100% {
		transform: scale(1.1)
	}
}

.top_img .pr_text{
	display: block;
	position: absolute;
	z-index: 10;
	width: fit-content;
	top: 30%;
	left: 0;/*中央*/
	right: 0;
	background: rgba(39,24,1,0.5);
	text-align: center;
	padding: 18px;
	margin: auto;
}



.top_img .pr_text h3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: min(8vw,45px);	
	letter-spacing: .2rem;
	color: #f5f5f5;

}

.top_img .pr_text p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	font-size: 1rem;	
	letter-spacing: .2rem;
	color: #f5f5f5;
}

@media only screen and (max-width: 736px) {/*スマホ*/

	h1.entry-title {
	margin: 45px auto 0;
}

section .box2{
	width: 96%;
	margin: 0 auto;
}

.entry-content .wp-caption{
	max-width: 100%;
}


/*個別相談会に使用*/
.entry-content .guide{
	display: block;
	margin: auto;
}



/*画像をスクエア*/


.top_img {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: initial;
}

.top_img::before {
	content: "";
	display: block;
    padding-top: 100%;
}



.top_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;	
}

   /*ポジション*/
	.posi_l img {
	object-position: 20% 50%;
	}

	


}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px){



}













