@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
    --color-font: #333;
    --color-primary: #008DB7;
    --color-primary-shade: #EDF7FA;
    --color-primary-tint: #EDF7FA;
    --color-secondary: #E80E0E;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(14px, .94vw, 16px); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #008DB7;
    --header-color-primary-shade: #ECF2F8;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
    --footer-color-font: #777;
    --footer-color-primary: #777;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Shippori Mincho', serif;
	/*------▼フォントサイズ設定▼------*/
	--font-size12: clamp(10px, .8vw, 12px);
	--font-size14: clamp(12px, .8vw, 14px);
	--font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(16px, 1.1vw, 18px);
	--font-size20: clamp(18px, 1.1vw, 20px);
	--font-size22: clamp(18px, 1.4vw, 22px);
	--font-size25: clamp(18px, 1.6vw, 25px);/* 20px, 1.6vw, 25px */
	--font-size28: clamp(18px, 1.6vw, 28px);/* 22px, 1.6vw, 28px */
	--font-size30: clamp(24px, 1.7vw, 30px);/* 24px, 1.7vw, 30px */
	--font-size32: clamp(24px, 1.7vw, 32px);/* 24px, 1.7vw, 32px */
	--font-size35: clamp(21px, 2vw, 35px);/* 26px, 2vw, 35px */
	--font-size50: clamp(26px, 2.61vw, 50px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
  background-color: var(--color-primary);
	color: #FFF;
}
/* == 非表示 =================================================== */
.post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
		background: transparent;
    }
	#header .logo {
		height: 295px;
		position: relative;
		z-index: 1;
		width: 15.3%;
		background: #FFF;
		border-radius: 0 0 10px 10px;
	}
	#header .logo img {
		max-height: 100%;
		max-width: 100%;
		width: 100%;
		height: 100%;
	}
	#header-layout {		
		align-items: normal;
	}
	#header .panel.nav-effect {
		background: #FFF;
	}
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* 	.sticky-header #header > .inner {
		background: transparent;
		box-shadow: unset;
	} */
	.sticky-header #header .logo {
		height: 100px;
		width: auto;
	}
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: bold;
		font-family: var(--font-family02);
		color: var(--header-color-font);
	}
	nav#mainNav ul li a b {
		font-size: var(--font-size18);
	}
	nav#mainNav ul li a span {
		font-size: var(--font-size12);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);
	}
	
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
		font-weight: bold;
        font-size: var(--font-size18);
		font-family: var(--font-family02);
    }
	#header a.head_btn:hover {
		opacity: .6;
		background: var(--header-color-primary);
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
	}
	#header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary-shade); 
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn span.num {
		font-size: calc(var(--font-size35) - 2px);
	}
	#header a.head_btn.tel_btn span.num::before {
		font-family: 'FontAwesome';
		content: '\f3cd';
		margin-right: .2em;
		display: inline-block;
        position: relative;
        bottom: .05em;
	}
	#header a.head_btn.tel_btn span.note {
		font-size: var(--font-size14);
	}
	nav#mainNav ul li li:first-child {
		border-top: 1px solid #707070;
	}
	nav#mainNav ul li li {
		border-left: 1px solid #707070!important;
		border-right: 1px solid #707070!important;
		border-bottom: 1px solid #707070!important;
	}
	nav#mainNav ul li ul.sub-menu li a {
		font-size: var(--font-size18);
		font-family: var(--font-family02);
		font-weight: bold;
		color: var(--color-font);
	}
	nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: var(--color-primary);
	}
	nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: #FFF;
	}
/* 	'FontAwesome' */
}
/* == トップ記事投稿（archive） =================================================== */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == リスト表示 =================================================== */
/* == フッター調整/footer =================================================== */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
	background: #FFF;
}
#footer a {
	transition: .5s;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
.footer-content {
    background: var(--color-primary-tint);
    padding: var(--clamp-60) 0 var(--clamp-40);
    text-align: center;
}
.footer-content h2 {
    font-size: var(--font-size32);
    font-family: var(--font-family02);
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 1em;
    font-weight: bold;
}
.footer-content p {
    color: var(--color-font);
}
.footer-content .btn-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.footer-content a.tel_btn {
    font-weight: bold;
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 400px;
    justify-content: center;
    color: var(--color-primary);
}
.footer-content a.tel_btn span.num {
    font-size: calc(var(--font-size35) - 2px);
}
.footer-content a.tel_btn span.num::before {
    font-family: 'FontAwesome';
    content: '\f3cd';
    margin-right: .2em;
    display: inline-block;
    position: relative;
    bottom: .05em;
}
.footer-content a.tel_btn:hover {
    opacity: .7;
}

@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size50);
	font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: .3;
	background: #333;
}
/* == postlist =================================================== */
.postlist li:first-child {
	border-top: 0;
}
.postlist li {
	border-bottom: 1px dashed #CCCCCC;
}
/* == inner/outer =================================================== */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
/* == テキスト調整/text =================================================== */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p  {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, h1.title {
    font-size: var(--font-size32);
    font-family: var(--font-family02);
    color: var(--color-primary);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3 {
    font-size: var(--font-size22);
    font-family: var(--font-family02);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
span.bold {
	font-weight: bold;
}
span.px12 {
    font-size: var(--font-size12);
}
span.px14 {
    font-size: var(--font-size14);
}
span.px16 {
    font-size: var(--font-size16);
}
span.px18 {
    font-size: var(--font-size18);
}
span.px20 {
    font-size: var(--font-size20);
}
span.px22 {
    font-size: var(--font-size22);
}
span.px28 {
    font-size: var(--font-size28);
}
span.px30 {
    font-size: var(--font-size30);
}
span.px32 {
    font-size: var(--font-size32);
}
span.px35 {
    font-size: var(--font-size35);
}
span.px50 {
    font-size: var(--font-size50);
}
span.bg-white {
    background: #FFF!important;
    display: inline-block;
    padding: .2em .5em!important;
    margin-bottom: .3em;
}
.note {
    font-size: var(--font-size14);
}
p.lead {
    font-size: var(--font-size25);
    font-weight: bold;
    font-family: var(--font-family02);
    color: var(--color-primary);
    line-height: 1.5;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.w25 {
    width: 25%;
}
.w35 {
    width: 35%;
}
.w45 {
    width: 45%;
}
.w65 {
	width: 65%;
}
.w75 {
    width: 75%;
}
.jc_between {
    justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.jc_evenly {
    justify-content: space-evenly;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-80);
}
.txt-inner {
    max-width: 645px;
	width: 94%;
}
.txt-box {
    background: #FFF;
    padding: 6% 8%;
    border-radius: 10px 0 0 10px;
}
.img-area img {
    width: 100%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}

}
@media print, screen and (max-width: 1023px) {
	.txt-box {
		border-radius: 10px;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
	}
}
/* == grid_container =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 1.82vw;
}
.grid-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.grid-item-01 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.grid-item-02 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.grid-item-03 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.grid-item-04 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.grid-item-05 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.grid-item-06 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}
.grid-item-07 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.grid-item-08 {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}
.grid-item-09 {
    grid-column: 2 / 4;
    grid-row: 4 / 6;
}
.grid-item-10 {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
}
.grid-item-11 {
    grid-column: 2 / 3;
    grid-row: 6 / 7;
}
.grid-item-12 {
    grid-column: 3 / 3;
    grid-row: 6 / 7;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2, .col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3, .col-3 {
    width: calc((100% / 3) - 20px);
}
.flex-container__col-4, .col-4 {
    width: calc((100% / 4) - 10px);
}
.flex-container__col-5, .col-5 {
    width: calc((100% / 5) - 28px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
.col-3 p:last-child {
    margin: 0;
}
.col-3 h3 {
    margin-bottom: 0;
    padding-bottom: .5em;
}
.col-5 .img-area {
    width: 82%;
    margin: 0 auto 10px;
}
.col-5 p {
    line-height: 1.5;
}
/* @media print, screen and (max-width: 1023px) {
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 4) - 15px);
	}
} */
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3, .flex-container__col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
		margin-bottom: 20px;
	}
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    vertical-align: middle;
	border: 1px solid #CBCBCB;
	font-size: var(--font-size16);
}
.post table th {
	background: var(--color-primary);
	color: #FFF;
	font-weight: bold;
}
.post table td {
	background: #FFF;
	font-weight: 500;
}
/* .page-content table th {
	text-align: center;
} */
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
}
/* == ボタン調整/btn =================================================== */
.btn_container {
    display: flex;
}
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: var(--color-primary);
    background: #FFF;
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.5;
    padding: 1.3em 3em;
    width: 90%;
    max-width: 400px;
    text-align: center;
    border-radius: 5px;
    outline: 2px solid;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: var(--color-primary);
	color: #FFF;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 2em;
	width: 12px;
	height: 12px;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	margin-top: 0;
    transition: .3s;
}
a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #FFF;
}
.post .subimitarea .linkBtn input[type="submit"] {
    color: var(--color-priamry);
    font-weight: bold;
    padding: 1.3em 3em;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: #FFF;
}
.wpcf7-form .must {
    background: #FFF;
    color: var(--color-primary);
    border-radius: 5px;
	border: 1px solid;
}
@media print, screen and (max-width: 768px) {}
/* == マスク / mask =================================================== */
.mask-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
    background: #FFF;
	margin-bottom: -1px;
}
.mask-content img {
    width: 100%;
}
/* == トップ、下層調整/ .top-content, .page-content =================================================== */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
.top-content h2 {
    text-align: left;
    line-height: 1;
}
.top-content h2 span.px20 {
    padding-left: 1.5em;
    position: relative;
}
.top-content h2 span.px20::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    top: .7em;
}
/* .top-content_about-us */
.top-content_about-us {
    padding-top: var(--clamp-100);
}
.top-content_about-us::before {
    content: '';
    background: linear-gradient(20deg, #efeed991 0%, #DCEFF5 25%);
    height: 80%;
    top: 0;
    left: 0;
}
.top-content_about-us h2 {
    padding: 0 10%;
}
.top-content_about-us h2 span.px20 {
    padding: 0;
}
.top-content_about-us h2 span.px20::before {
    display: none;
}
.top-content_about-us .txt-area {
    width: calc(50% + 50px);
}
.top-content_about-us .txt-inner {
    margin-left: auto;
}
.top-content_about-us .img-area {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.img-area .img-01 {
    width: 40%;
    margin-top: 65px;
}
.img-area .img-02 {
    width: 60%;
}
.img-01 img {
    aspect-ratio: 13/19;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.img-02 img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 1023px) {
    .top-content_about-us .flexbox {
        flex-direction: column;
    }
    .top-content_about-us .txt-area {
        width: 100%;
    }
    .top-content_about-us .txt-inner {
        margin: auto;
    }
    .top-content_about-us .img-area {
        width: 100%;
        margin-top: var(--clamp-60);
    }
    .top-content_about-us h2 {
        padding: 0;
    }
    
}
@media print, screen and (max-width: 768px) {}

/* .top-content_feature */
.top-content_feature {
    padding: var(--clamp-100) 0;
}
.top-content_feature::before {
    content: '';
    position: absolute;
    width: max(22vw, 316px);
    height: max(17vw, 244px);
    background-image: url(/wp-content/uploads/top-feature_bg01.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -5%;
    bottom: 10%;
    z-index: -1;
}
.top-content_feature::after {
    content: '';
    position: absolute;
    width: max(17vw, 244px);
    height: max(16vw, 230px);
    background-image: url(/wp-content/uploads/top-feature_bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -5%;
    top: 10%;
	z-index: -1;
}

.top-content_feature .flexbox {
    position: relative;
    padding: var(--clamp-60) 0;
}
.top-content_feature .flexbox::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background: var(--color-primary-tint);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    border-radius: 10px;
}
.top-content_feature .col-3 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 6px #0000001A;
    background: #FFF;
}
.top-content_feature .txt-area {
    padding: 5% 3%;
}
.top-content_feature h3 {
    text-align: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 1023px) {
    .top-content_feature .flexbox {
        flex-direction: column;
    }
    .top-content_feature .flexbox::before {
        max-width: 515px;
    }
    .top-content_feature .col-3 {
        width: 90%;
        margin: 0 auto 20px;
        max-width: 645px;
    }
}
@media print, screen and (max-width: 768px) {}

/* .top-content_school-photo */
.top-content_school-photo {
	padding-top: 30px;
    padding-bottom: var(--clamp-100);
    background-color: var(--color-primary-tint);
}
.top-content_school-photo .col-2 {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 6px #0000001A;
    overflow: hidden;
    display: inline-block;
}
.top-content_school-photo .img-area {
    transition: .5s;
}
.top-content_school-photo .col-2:hover .img-area {
    transform: scale(1.05);
}
.top-content_school-photo .col-2:hover img {
	opacity: 1;
}
.top-content_school-photo .txt-area {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 0 20px 0 0;
    padding: 5px 5% 15px;
    margin: 0;
}
.top-content_school-photo .txt-area::before {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #FFF;
    outline: 1px solid var(--color-primary);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 0;
    border-radius: 50vw;
    transition: .5s;
}
.top-content_school-photo .col-2:hover .txt-area::before {
    background: var(--color-primary);
} 
.top-content_school-photo .txt-area::after {
    content: '';
    position: absolute;
    right: 36px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    -webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
    transition: .3s;
}
.top-content_school-photo .col-2:hover .txt-area::after {
    border-color: #FFF;
} 
.top-content_school-photo p.ttl {
    font-family: var(--font-family02);
    font-weight: bold;
    color: var(--color-primary);
    font-size: var(--font-size28);
    line-height: 1.5;
    margin: 0;
}
.top-content_school-photo p.ttl span {
    font-size: var(--font-size16);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .top-content_school-photo .col-2 {
        margin-bottom: 20px;
    }
}

/* .top-content_menu */
.top-content_menu .col-2 {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block   ;
}
.top-content_menu .col-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .5s;
}
.top-content_menu .col-2:hover::before {
    opacity: .2;
} 
.top-content_menu .img-area {
    overflow: hidden;
}
.top-content_menu .img-area img {
    transition: .5s;
}
.top-content_menu .col-2:hover .img-area img {
    transform: scale(1.05);
	opacity: 1;
}
.top-content_menu .txt-area {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5%;
}
.top-content_menu p, .top-content_menu h2 {
    color: #FFF;
}
.top-content_menu h2 span.px20::before {
    background: #FFF;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content_menu .flexbox {
		display: flex;		
		flex-direction: column;
	}
	.top-content_menu .col-2 {
		width: 100%;
		margin-bottom: 0;
	}
	.top-content_menu .txt-area {
		padding: 5% 3%;
	}
}

/* .top-content_information */
.top-content_information {
    padding: var(--clamp-100) 0;
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
下層調整 / .page-content
======================== */
body:not(.home) #content.wide {
    padding-bottom: var(--clamp-40);
}
/* .page-content_profile */
.page-content_profile {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-60);
}
.page-content_profile table, .page-content_profile table th, .page-content_profile table td {
    border: 0;
}
.page-content_profile table th, .page-content_profile table td {
    border-bottom: 1px solid var(--color-primary);
	vertical-align: baseline;
	line-height: 2;
}
.page-content_profile table th {
    background: #FFF;
    color: var(--color-font);
    width: 20%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_profile table th {
		width: 100%;
		background: var(--color-primary-tint);
	}
	.page-content_profile table th, .page-content_profile table td {
		border-bottom: 0;
	}
}

/* .page-content_school-photo */
.page-content_school-photo {
    padding-bottom: var(--clamp-100);
}
.page-content_school-photo .txt-inner {
    max-width: 595px;
    margin-left: auto;
}
.feature-content {
    margin-top: var(--clamp-80);
}
.feature-content h3 {
    text-align: center;
    margin-bottom: 2em;
}
.feature-content h4 {
    font-size: var(--font-size22);
    font-family: var(--font-family02);
    text-align: center;
    margin: 0;
    padding: 1em 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_school-photo .txt-inner {
		max-width: 100%;
	}
	.feature-content .col-3 {
		max-width: 390px;
		margin: 0 auto 20px;
	}
}

/* .page-content_annual-event */
.page-content_annual-event {
    background: #F9F9F9;
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
.page-content .gallery {
    margin: var(--clamp-40) 0 var(--clamp-20)!important;
}
.flow-content {
    margin-top: var(--clamp-60);
	text-align: center;
}
.flow-content h3 {
    text-align: center;
}
.flow-content .flexbox {
    gap: 35px;
    flex-wrap: wrap;
    margin-top: var(--clamp-60);
    margin-bottom: var(--clamp-40);
    position: relative;
}
.flow-content .flexbox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--color-primary);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.flow-content .col-5 {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 3px 6px #0000001A;
    padding: min(2%, 25px) min(1%, 25px);
    position: relative;
    z-index: 0;
}
.flow-content .col-5 p {
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.flow-content .img-area {
    width: 47%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.flow-content .col-5 {
		margin: 0 auto 20px;
		width: 90%;
		max-width: 390px;
	}
	.flow-content .img-area {
		max-width: 90px;
	    width: 25%;
	}
	.flow-content .flexbox::before {
		width: 5px;
		height: calc(100% - 30px);
	}
}

/* .page-content_graduation-album */
.page-content_graduation-album {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-60);
}
.page-content_graduation-album .flow-content .flexbox::before {
    width: calc(((100% / 5) - 28px) * 3);
    left: 50%;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_graduation-album .flow-content .flexbox::before {
		width: 5px;
	}
}

/* .page-content_recruit  */
.page-content_recruit {
    padding-bottom: var(--clamp-100);
}
.page-content_recruit .txt-inner {
    max-width: 595px;
    margin-left: auto;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.page-content_recruit .txt-inner {
		max-width: 100%;
	}
}

/* .page-content_form */
.page-content_form {
    background: #F9F9F9;
    padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
}
body.page-recruit #content.wide {
    padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

/* ========================
その他の調整 / other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
