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

.page_tit_wrap .page_tit_inner .page_title .en_tit {
	font-size: min(7.7vw, 7.8rem);
	line-height: 115%;
}

ul.ez-toc-list.ez-toc-list-level-1 li:nth-child(1){
	display: none;
}

/*===================================*/

.wp-block-group.bg-groupe01{
	position: relative;
}
.wp-block-group.bg-groupe01::after{
	content: '';
	display: block;
	width: 1164px;
	height: 100%;
	background: url(../images/english/bg01.png) 0 0 / 100% auto no-repeat;
	position: absolute;
	top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.wp-block-group.bg-groupe01 .wp-block-group__inner-container{
	position: relative;
	z-index: 1;
}

/**/

.wp-block-group.bg-groupe02{
	position: relative;
}
.wp-block-group.bg-groupe02::before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: url(../images/english/bg02.png) top center / contain no-repeat;
	position: absolute;
	top: 5%;
}
.wp-block-group.bg-groupe02::after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: url(../images/english/bg03.png) bottom center / contain no-repeat;
	position: absolute;
	bottom: 25%;
}
.wp-block-group.bg-groupe02 .wp-block-group__inner-container{
	position: relative;
	z-index: 1;
}

/*===================================*/

/*テキスト*/
.txt-normal{
	letter-spacing: 0.045em;
	line-height: 175%;
	text-align: justify;
}
.txt-normal > a{
	color: #0071B7;
	text-decoration: underline;
}

/*===================================*/

/*英語教育*/
.wp-block-heading.txt-subject-top{
	font-size: 3.0rem;
	color: #1791C1;
	letter-spacing: 0.3em;
}
.wp-block-heading.txt-subject-top > span{
	font-size: 4.6rem;
}


p.txt-subjectcontents{
	font-size: 2.0rem;
	color: #1791C1;
	letter-spacing: 0.3em;
	line-height: 175%;
}

p.txt-subject-bottom{
	font-size: 2.6rem;
	color: #1791C1;
	letter-spacing: 0.3em;
}

h4.hd-english{
	width: calc( 100% - 90px );
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	border-bottom: 2px solid #0071B7;
	padding: 55px 45px 30px 45px;
	position: relative;
	counter-reset: listnum;
}
h4.hd-english.hd02, h4.hd-english.hd04{
	padding: 55px 45px 45px 45px;
}
h4.hd-english dl{
	color: #0071B7;
	letter-spacing: 0.05em;
	padding-left: 175px;
}
h4.hd-english dl dt{
	font-size: 3.0rem;
}
h4.hd-english dl dd{
	font-size: 2.3rem;
}
h4.hd-english::before{
	content: '';
	display: block;
	background: url(../images/english/txt_english.svg) 0 0 / contain no-repeat;
	width: 98px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 67px;
}
h4.hd-english::after{
	content:  "";
	display: block;
	width: 140px;
	height: 91px;
	background-color: #B3DDF0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;	
	position: absolute;
	bottom: 19px;
	left: 46px;
	font-family: "Reem Kufi Fun", serif;
	font-size: 4.7rem;
	color: #fff;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}
h4.hd-english.hd01::after{
	content:  "01";
}
h4.hd-english.hd02::after{
	content:  "02";
}
h4.hd-english.hd03::after{
	content:  "03";
}
h4.hd-english.hd04::after{
	content:  "04";
}
h4.hd-english.hd05::after{
	content:  "05";
}

h5.hd-lead{
	font-size: 2.6rem;
	color: #333;
	letter-spacing: 0.1em;
}

h6.hd-number{
	font-size: 2.6rem;
	color: #333;
	letter-spacing: 0.1em;
}

/*===================================*/

/*画像カラム*/
.wp-block-columns{
	gap: 0 28px !important;
}

.wp-block-columns .wp-block-column img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	object-fit: cover;
}


/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/
/*===================================*/

