@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=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #000;
    --color-primary: #81A1F8;
    --color-primary-shade: #0F2B77;
    --color-secondary: #B5916B;
    --color-secondary-tint: #F8FADD;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Zen Maru Gothic', sans-serif;
    --font-family01: 'Zen Maru Gothic', sans-serif;
    --font-family02: 'Tangerine', cursive;
    --font-family03: 'Zen Old Mincho', serif;

    --content-max-width: 1360px;

    --header-background: transparent;
    --header-color-font: #000;
    --header-color-primary: #0F2B77;
    --header-color-primary-tint: #0F2B77;

    --footer-background: linear-gradient(0deg,rgba(248, 250, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);;
    --footer-color-font: #000;
    --footer-color-primary: #000;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}
#content, body:not(.home) #content.wide {
    padding: var(--px100) 0 var(--px120);
}
#content, body.page-about #content.wide,
#content, body.page-lesson #content.wide,
#content, body.page-profile #content.wide {
    padding: 0;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 600px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
        margin-bottom: 8%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}
.col_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}
.color_b {
    color: var(--color-font) !important;
}
/* 配列 */
.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 600px) {
    .txt_c_l {
        text-align: left;
    }
}

/* テキスト */
.post p, p {
    font-size: var(--rem16);
    font-weight: 500;
    line-height: 1.95;
}

.lh_15 {
    line-height: 1.55 !important;
}
.lh_28 {
    line-height: 2.8 !important;
}

.fz24 {
    font-size: var(--rem24) !important;
}
.fz30 {
    line-height: 1.45 !important;
    font-size: var(--rem30) !important;
}
.fz40 {
    line-height: 1.45 !important;
    font-size: var(--rem40) !important;
}
.f_m {
    font-family: var(--font-family03) !important;
}


.post p.catch_ttl, p.catch_ttl {
    font-size: var(--rem30);
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
    .post p.catch_ttl, p.catch_ttl {
        font-size: var(--rem20w);
    }
}
.post p.catch_ttl::after, p.catch_ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-font);
    margin: 0.3em auto 0;
}

.post .read > *, .read > * {
    margin-bottom: 1.4em;
}
.post .read > *:last-child, .read > *:last-child {
    margin-bottom: 0;
}


/* H1 */
h1.title, .post h1, header#h1Header h1.title {
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0,0,0,1);
    font-family: var(--font-family03);
}

/* H2 */
.h2_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.post h2, h2 {
    display: inline-block;
    font-size: var(--rem30w);
    margin: 0 auto var(--px50);
    padding: .2em 0 0;
    border-bottom: 1px solid var(--color-font);
    font-family: var(--font-family03);
}
@media print, screen and (max-width: 768px) {
    .post h2, h2 {
        font-size: var(--rem20w);
    }
}
.post h2 span.s_txt, h2 span.s_txt {
    display: block;
    font-size: var(--rem20w);
    margin-bottom: var(--px16);
}
.post h2::after, h2::after {
    content: none;
}

.post h2.main_ttl, h2.main_ttl {
    display: block;
    margin: 0 auto var(--px30);
    border: none;
    padding: 0;
}
.post h2.main_ttl span.en, h2.main_ttl span.en {
    font-family: var(--font-family02);
    color: var(--color-secondary);
    font-size: var(--rem80);
    font-weight: 500;
    line-height: 1;
    display: block;
}
.post h2.main_ttl span.jp, h2.main_ttl span.jp {
    font-size: var(--rem24w);
    font-family: var(--font-family03);
    display: block;
}


/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}
.post ul.list li {
    list-style: disc;
    margin-bottom: .7em;
    line-height: 1.75;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

/* olリスト */
.post ol.num  {
    list-style: none !important;
    list-style-type: none;
    counter-reset: custom-counter;
    padding-left: 0;
    display: block;
}
.post ol.num li {
	list-style: none;
    counter-increment: custom-counter;
    line-height: 1.8;
    padding-left: 2.5em;
	list-style-type: none;
	position: relative;
}
.post ol.num li + li {
    margin-top: var(--px24);
}
.post ol.num li::marker {
    display: none;
    content: none;
}

.post ol.num li::before {
    content: counter(custom-counter) " "; /* 数字のあとにドットなし */
    font-weight: bold;
    margin-right: .5em;
    font-weight: bold;
    font-family: var(--font-family02);
    font-size: 40px;
    line-height: 0.5;
	position: absolute;
    left: 0;
}
.post ol.num li:nth-of-type(1)::before,
.post ol.num li:nth-of-type(2)::before {
    font-size: 50px;
}
.post ol.num li::marker {
    content: none;
}
.post ol.num li:nth-of-type(4)::before {
    left: -5px;
}
@media print, screen and (max-width: 768px) {
    .post ol.num li {
        width: 100%;
        margin: 0 auto;
    }
}

/* dlリスト */
.post dl.lesson_list dt {
    font-family: var(--font-family03);
    font-size: var(--rem24w);
    background: var(--color-secondary-tint);
    padding: var(--px20);
    margin: 0 0 var(--px40);
}
.post dl.lesson_list dd {
    font-size: var(--rem16);
    margin-bottom: var(--px80);
}
.post dl.lesson_list dd:last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .post dl.lesson_list dt {
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
        text-align: center;
        padding: 16px;
    }
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: fit-content;
    font-weight: 500;
    font-family: var(--font-family03);
    font-size: var(--rem20);
    color: var(--color-font);
    letter-spacing: .1em;
    line-height: 1.45;
    text-align: left;
    background: transparent;
    padding: 0 50px 0 0;
    margin: 0;
    border-radius: 0;
    transition: all .3s;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    color: var(--color-font);
}
.post .subimitarea.linkBtn input[type="submit"] {
    font-family: var(--font-family02);
    border: none;
    padding: 0 30px 0 10px;
    display: block;
}
.post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
    content: none;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_arrow.svg) no-repeat center / contain;
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    transform: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.post .linkBtn.color_w::after, .linkBtn.color_w::after, a.linkBtn.color_w::after {
    background: url(/wp-content/uploads/icon_arrow02.svg) no-repeat center / contain;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    gap: 24px;
    background: transparent;
    color: var(--color-font);
}
.post .linkBtn:hover:after, .linkBtn:hover::after, a.linkBtn:hover::after {
    right: -10px;
}
.subimitarea {
    margin-top: var(--px60);
}

.btn_r {
    margin-left: auto !important;
    display: block !important;
}
.btn_c {
    margin: 0 auto !important;
    display: block !important;
}

/*------------------------------------------------------
画像
------------------------------------------------------*/
.img_60 {
    max-width: 900px;
    margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
    .img_60 {
        width: 60%;
    }
}

/*------------------------------------------------------
table
------------------------------------------------------*/
/* table01 */
.post table.table01 th {
    background: var(--color-secondary-tint);
    font-family: var(--font-family03);
}
.post table.table01 th,
.post table.table01 td {
    text-align: center;
    vertical-align: middle;
    line-height: 1.35;
}

/* table02 */
.post table.table02 {
    border: none;
}
.post table.table02 th,
.post table.table02 td {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid var(--color-font);
    padding: 0 0 var(--px12) 0;
    line-height: 1.35;
}
.post table.table02 td {
    padding: var(--px12) 3px;
    text-align: center;
}
.post table.table02 td.txt_l {
    text-align: left;
}
.post table.table02 td:last-child {
    text-align: left;
}
.post table.table02 tbody tr:last-child td {
    border: none;
}

@media print, screen and (max-width: 768px) {
    .post table.table01 {
        width: 100%;
    }
    .post table.table02 {
        max-width: 690px;
    }
    .post dl.lesson_list dd.w_sp_table {
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-left: calc(((100vw - 100%) / 2) * -1);
    }
    .post table.table02 td {
        padding: var(--px20) var(--px20);
    }
    .table_scroll table {
        width: auto;
    }
}

/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}

/*------------------------------------------------------
MV
------------------------------------------------------*/
/* div#mainImg {
    position: relative;
} */

/*------------------------------------------------------
Header
------------------------------------------------------*/
nav#mainNav ul li a b, nav#mainNav ul li a span {
	font-family: var(--font-family03);
	font-weight: 600;
}
@media print, screen and (min-width: 1024px) {
    #header {
	    height: 80px;
    }
    #header-layout {
        justify-content: flex-end;
    }
	body:not(.home) nav#mainNav {
        background: transparent;
    }
	body.sticky-header nav#mainNav {
		background: transparent;
	}
	body:not(.home) #header-layout, body.sticky-header #header-layout {
        padding-right: 0;
        padding-top: 0;
		padding-bottom: 0;
        justify-content: flex-end;
    }
	body:not(.home) #header ul.header__contact, body.sticky-header #header ul.header__contact {
		gap: 0;
	}
    nav#mainNav ul li a {
        font-size: var(--rem16);
        padding: var(--px20);
	    font-family: var(--font-family03);
		transition: .3s all;
	}
	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;
    }


	.sticky-header #header > .inner {
        height: auto;
        box-shadow: none;
    }
}

@media print, screen and (max-width: 1023px) {
	#header .logo img {
		max-height: 50px;
	}
}

/*---------sp--------*/
.mobile #header {
    background: #fff;
}
body.mobile #header .logo .mark a {
    display: none !important;
}
@media print, screen and (max-width: 1023px) {
.spmenu #menu span, .spmenu #menu span:after, .spmenu #menu span:before {
    height: 1px;
    border-radius: 0;
}
}


/*---------headercontact--------*/

/* #header ul.header__contact {
	gap: 8px;
}
 #header a.head_btn {
	transition: 0.3s all;
}
#header a.head_btn::before {
	margin: 0;
}
a.head_btn.mail_btn span {
    font-family: var(--font-family03);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 4px 0 0 0;
    background: transparent;
    color: #fff;
    line-height: 1.2;
    padding: 0;
}
#header a.head_btn.mail_btn:hover {
	background: var(--header-color-primary);
}
#header a.head_btn:hover {
	opacity: 0.7;
} */

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#copyright {
    background: transparent;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer__logo img {
    width: 90%;
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
body.home .cta01.foot_btn {
    display: none;
}
.cta01 {
	position: relative;
	padding: var(--px80) 0;
	z-index: 0;
}
.cta01:before {
    content: "";
    background: url(/wp-content/uploads/bg_cta.png) no-repeat center / cover;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cta01 .cta01_wrap {
    position: relative;
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    gap: var(--px20);
    margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 49%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px40) 0;
    font-family: var(--font-family03);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
	width: 100%;
	}
	.cta01 .ctabtnlist li + li {
  margin-top: 1rem;
	}
}
/*ボタン共通パーツ*/
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);
	font-weight: 400;
}
/*メールボタン*/
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-primary-shade);
	color: #fff;
}
/*メールボタン*/
.cta01 .linebtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.linebtn {
    background: var(--color-primary);
	color: #fff;
}
/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .linebtn .btnttl::before {
	content: '\f3c0';
	display: inline-block;
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
	margin-right: 1rem;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .wpcf7 table {
    border: none;
}
.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}
.post .wpcf7 table th {
    width: 30%;
    color: var(--color-font);
    background: #fff;
    line-height: 1.25;
    vertical-align: middle;
}

.post p.contact_message, p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}

@media print, screen and (max-width: 640px) {
    .post .wpcf7 table th {
            border-right: none;
            border-bottom: none;
            border-top: none;
            padding-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
    }
    .post .wpcf7 table td {
            border-top: none;
            padding-top: 5px;
    }
    .post .wpcf7 table tr:first-child {
            border-top: 1px solid var(--color-table-border);
    }
}

/* 完了 */
.post h2.thanks, h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}
.post h2.thanks::after, h2.thanks::after {
    content: none;
}
.post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
}

/*------------------------------------------------------
新着情報
------------------------------------------------------*/


/*------------------------------------------------------
TOP
------------------------------------------------------*/
.sec01 {
	position: relative;
	background: url(/wp-content/uploads/bg_top01.png) no-repeat center / cover;
	padding: var(--px120) 0;
}
.sec01_wrap {
    background: #fff;
    max-width: var(--content-max-width);
	width: 90%;
    margin: 0 auto;
    padding: var(--px80) var(--px40);
	display: flex;
    justify-content: center;
    align-items: center;
}
.sec01_inner {
    max-width: 960px;
}
@media print, screen and (max-width: 768px) {
    .sec01 {
        padding-bottom: var(--px80);
    }
    .sec01_wrap {
        padding: var(--px60) 5%;
    }
}

.sec02 {
    background: url(/wp-content/uploads/bg_top02.jpg) no-repeat bottom / cover;
    padding: var(--px120) 0;
}
.sec02_inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}
.sec02_bg {
    background: #fff;
    padding: var(--px40);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .16);
}

.sec03 {
    background: url(/wp-content/uploads/bg_top04.jpg) no-repeat center / cover;
    padding: var(--px120) 0;
}

.sec04 {
    background: url(/wp-content/uploads/bg_top05.png) no-repeat center / cover;
    padding: var(--px120) 0;
}

.sec05 {
    max-width: var(--content-max-width);
    width: 100%;
    background: url(/wp-content/uploads/bg_top07.jpg) no-repeat center / cover;
    padding: var(--px20);
    margin: 0 auto var(--px120);
}
.sec05 .inner {
    width: 100%;
    border: 1px solid var(--color-secondary);
    padding: var(--px120) var(--px40);
}
.sec04 #voice {
    scroll-margin-top: 80px;
}

.sec06 {
	background: url(/wp-content/uploads/bg_about02.jpg) no-repeat center / cover;
			padding-top:0;
}
@media print, screen and (max-width: 768px) {
	.sec02{
		padding-bottom:var(--px20)
	}
    .sec05 {
        padding: 6px;
    }
    .sec05 .inner {
        padding: var(--px120) var(--px20);
    }
}
/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
.page_contents {
    position: relative;
}
.page_contents .page_contents_inner:first-child {
    content: "";
    display: block;
    margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
    background: url(/wp-content/uploads/bg_about01.jpg) no-repeat center / cover;
    padding: var(--px80) 0 0;
    margin-bottom: 0;
}
.page_contents .page_contents_inner:last-child {
    content: "";
    display: block;
    margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
    background: url(/wp-content/uploads/bg_about02.jpg) no-repeat center / cover;
    padding: var(--px120) 0;
    margin-top: 0;
}

.l-pagelesson .h2_inner .c-subtxt {
    font-size: var(--rem14);
    padding-top: 5px;
}

#breadcrumb ul li br {
    display: none;
}
.post ul#sitemap_list li br {
    display: none;
}

/* スマホ（画面幅768px以下）では非表示にする */
@media screen and (max-width: 768px) {
  .pc_ {
    display: none;
  }
}
.wsn {
    white-space: nowrap;
}

.single-post h1.title{
	text-shadow:none !important;
	color: var(--color-font);
}
