@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=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #242422;
    --color-primary: #D60404;
    --color-primary-shade: #A51919;
    --color-secondary: #242422;
    --color-secondary-shade: #858585;
    --color-secondary-tint: #F5F5F5;
    --color-border: #aaa;
    --color-table-border: #aaa;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Noto Serif JP', serif;
    --font-familyen: 'Inter', serif;

    --content-max-width: 1240px;

    --header-background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(52,51,51,1) 100%);
    --header-color-font: #fff;
    --header-color-primary: #D60404;

    --footer-background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(52,51,51,1) 100%);
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

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(--rem16);
}
.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) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
.en {
    font-family: var(--font-familyen) !important;
}
#front_top_content, #front_bottom_content {
    background: #fff;
}
.post h2::after {
    content: none;
}
.post h3 {
    padding: 0;
    border: none;
}
#front-sectionPost {
    width: 94%;
}
/*------------------------------------------------------
幅フル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);
}

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

.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: 2%;
	}
	.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;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
h1.title.bottom-loop,
h1.title.top-loop {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 600;
    color: var(--color-font);
    letter-spacing: .1em;
}
h1.title.bottom-loop span.sub_ttl,
h1.title.top-loop span.sub_ttl {
    display: block;
    color: var(--color-primary);
    font-size: var(--rem16);
    font-weight: 700;
}

/* 下層 */
h1.title.first span span {
    display: none;
}
h1.title.first {
    background: var(--color-secondary);
    color: #fff;
    font-family: var(--font-family02);
    font-size: var(--rem36);
    text-align: left;
    padding: 8px var(--px30) 13px;
    margin: 0 auto var(--px40);
}

.post h2.sub_ttl, h2.sub_ttl {
    font-family: var(--font-family02);
    border-left: 14px solid var(--color-primary);
    padding: 0 20px;
    text-align: left;
    margin: 0 auto  var(--px24);
    font-size: var(--rem30);
}


/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    font-size: var(--rem24);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    font-weight: 600;
    padding: 12px 30px 12px 20px;
    margin: 0 auto;
    border: solid 2px var(--color-primary);
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-primary);
    background: #fff;
    border-color: var(--color-primary);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header .logo img {
    max-width: min(calc(30rem + (1vw - 1.92rem) * 5.5804) ,300px);
}
#header a.head_btn.tel_btn::before {
    display: none;
}
.sticky-header #header-layout {
    background: var(--header-background);
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.4464) ,1.6rem);
}
nav#mainNav ul li a span {
    font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.3348) ,1.3rem);
}
nav#mainNav ul li.current-menu-item a {
    background: transparent;
}
nav#mainNav ul li.current-menu-item a span {
    color: #fff;
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}
#header a.head_btn {
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.4464) ,1.6rem);
}
#header a.head_btn:hover {
    background: var(--color-primary-shade);
}
#header a.head_btn::before {
    font-size: 1.3rem;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
}
/* SP */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
    nav#mainNav ul li.current-menu-item a {
        background: var(--color-secondary);
    }
    nav#mainNav ul li a {
        background: var(--color-secondary);
    }
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer ul li a {
    color: var(--footer-color-font);
    margin-left: .5em;
}
#footer ul li a b {
    display: none;
}
#footer .footnav ul > li {
    margin-right: 20px;
}
#footer .footnav ul > li:last-child {
    margin-right: 0;
}
#footer .footnav ul > li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: var(--rem14);
    font-weight: 600;
    color: var(--footer-color-font);
    background: none;
}
#footer .footnav ul > li::after {
    content: none;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--footer-color-font);
}
#copyright {
    background: transparent;
    color: var(--footer-color-font);
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 ul#sitemap_list li b {
    display: none;
}
#breadcrumb ul li b {
    display: none;
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
    line-height: 1.85;
}
.wpcf7-form .must {
	background: var(--color-primary)
}
.wpcf7-form .must_fn {
    padding: .6em;
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
}
.contact_inner {
    margin: 0 auto var(--px60);
}
.contact_inner p {
    font-size: var(--rem16);
    margin-bottom: 1.8em;
    line-height: 1.85;
}
.image_auth_jp_description {
    margin: 12px 0;
}
span.wpcf7-list-item {
    margin: 0 20px 0 0;
}
.contact_inner a.contact_tel {
    color: var(--color-primary);
    font-weight: 700;
}

/* 完了 */
.post .thanks {
    text-align: left;
    font-family: var(--font-family02);
}
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}

/* テーブルレイアウト */
#content .post table {
	border: none;
}
#content .post table th,
#content .post table td {
	padding: 20px 16px;
	border: none;
	border-top: 1px solid var(--color-table-border);
	border-bottom: 1px solid var(--color-table-border);
}
#content .post table th {
	width: 30%;
	background: #fff;
}

@media print, screen and (max-width: 768px) {
	#content .post 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;
	}
	#content .post table td {
		border-top: none;
		padding-top: 5px;
	}
	#content .post table tr:first-child {
		border-top: 1px solid var(--color-table-border);
	}
}

/*------------------------------------------------------
新着情報
------------------------------------------------------*/
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-secondary);
}
.postlist .post_text {
    padding: 20px 0;
}
body.home #front-sectionPost {
    max-width: 1600px;
}


/*------------------------------------------------------
ＴＯＰ
------------------------------------------------------*/
.front_contents.profile {
    padding: 0 0 var(--px100);
}
.profile_wrap {
	position: relative;
    max-width: 1240px;
    width: 90%;
    margin: 0 auto 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 20;
}
.profile_wrap + .profile_wrap {
	margin-top: calc(100px + 70px);
}
.profile_wrap .imgarea {
	position: relative;
	overflow: hidden;
	width: 60%;
}
.profile_wrap .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.profile_wrap .txtarea {
	position: relative;
	width: 52%;
	background: #fff;
    padding: var(--px60);
    margin: 20px auto -20% -12%;
	z-index: 10;
}
.post .profile_wrap h2.profile_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    font-weight: 700;
    margin: 0 0 var(--px30);
    text-align: left;
}
.post .profile_wrap .profile_text p {
    font-size: var(--rem16);
    line-height: 1.85;
    margin-bottom: 1em;
}
.post .profile_wrap .profile_text p:last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .profile_wrap .imgarea {
        width: 100%;
        margin: 0 auto;
    }
    .profile_wrap .txtarea {
        width: 100%;
        margin: 0 auto;
        padding: var(--px50) 20px;
    }
    .front_contents.profile {
        padding-bottom: 0;
    }
    .post .profile_wrap .mt4.txt_l {
        text-align: center !important;
    }
}

.card01_inner {
    max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	padding: 0;
	line-height: 1.6;
	text-align: center;
	background: var(--color-primary);
}
.card01_list .txtarea h3.content_ttl {
    font-size: var(--rem24);
    color: #fff;
    padding: 18px 20px;
}


.fullwide02 {
	position: relative;
	background: var(--color-secondary-tint);
	padding: var(--px80) 0;
}
.fullwide02_wrap {
	background: #fff;
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
	padding: var(--px80);
}
.post .fullwide02_wrap h2.main_ttl {
    font-size: var(--rem36);
    font-family: var(--font-family02);
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    letter-spacing: .1em;
}
.post .fullwide02_wrap h2.main_ttl span {
    display: block;
    color: var(--color-primary);
    font-size: var(--rem16);
    font-weight: 800;
}


/*------------------------------------------------------
橋本ルシア
------------------------------------------------------*/
.plofile_inner .plofile_text p {
    font-size: var(--rem16);
    line-height: 2.2;
}
.career_list li {
    font-size: var(--rem16);
    margin-bottom: 0.3em;
}

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-shrink: 0;
	border-bottom: dotted 1px var(--color-table-border);
}
.post .list_style01.en li {
    font-family: var(--font-familyen);
}
.post .list_style01 li:first-child {
	border-top: dotted 1px var(--color-table-border);
}
.post .list_style01 li span.head {
	width: 25%;
	padding: 12px 12px 12px 0;
    color: var(--color-primary);
}
.post .list_style01 li span.body {
    width: 75%;
	padding: 12px;
}
.post .list_style01 li span.body.flexbox {
    gap: 50px;
}
.post .list_style01 li span.body img.aligncenter {
    margin: 0;
}
@media only screen and (max-width: 768px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}
.rushia_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    padding: 24px 0;
}
.team_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    gap: var(--px30);
}
.post .list_style01 li span.body .team_inner img.aligncenter {
    display: block;
}
p.rushia_text {
    margin-bottom: 14px;
    line-height: 1.2;
}
.team_wrap {
    margin: 0;
}
.team_wrap p.rushia_text {
    text-align: center;
}
#plofile img.plofile_img {
    margin: 0 auto;
    display: block;
}

.post ul.sup {
    margin: var(--px80) auto;
    padding: 30px var(--px20);
    border-top: 1px solid var(--color-font);
    border-bottom: 1px solid var(--color-font);
}
.post ul.sup li {
    font-size: 1.3rem;
    margin-bottom: var(--px40);
    text-indent: -1em;
    padding-left: 1em;
}
.post ul.sup li:last-child {
    margin-bottom: 0;
}

.cast {
    width: 100%;
    padding: var(--px80) 0;
    background: var(--color-secondary-tint);
}
.cast_inner {
    width: 90%;
    margin: 0 auto var(--px60);
}
.cast_inner:last-child {
    margin-bottom: 0;
}
.post h3.cast_ttl, h3.cast_ttl {
    font-size: var(--rem24);
    border: 2px solid var(--color-secondary);
    padding: 10px 20px;
    margin: 0 auto var(--px40);
    background: #fff;
}
.post h3.cast_ttl::after, h3.cast_ttl::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: var(--color-primary);
}
.post p.cast_text {
    padding-bottom: var(--px40);
    border-bottom: 1px solid var(--color-secondary-shade);
}
.post dl.cast_row dt {
    margin-bottom: 0.4em;
}
.cast_inner .cast_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: var(--px30);
}
.cast_inner .cast_column:last-child {
    margin-bottom: 0;
}
.cast_inner .cast_column dt {
    width: 30%;
    line-height: 2;
}
.cast_inner .cast_column dd {
    width: 70%;
    line-height: 2;
}
@media print, screen and (max-width: 768px) {
    .cast_inner .cast_column {
        display: block;
    }
    .post .list_style01 li span.head,
    .post .list_style01 li span.body {
        text-align: left;
        width: 100%;
    }
    .post .list_style01 li span.head {
        padding: 12px 12px 0 12px;
    }
    .post .list_style01 li span.body {
        padding-top: 5px;
    }
    .rushia_inner {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .rushia_text {
        margin: 0;
    }
    .team_inner {
        width: 100%;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        gap: 4%;
    }
    .post .list_style01 li span.body .team_inner img.aligncenter {
        width: 48%;
        display: block;
    }
    .post .list_style01 li span.body .team_inner img.aligncenter.rushia_img {
        width: 100%;
        display: block;
    }
}


@media print, screen and (max-width: 768px) {
    #plofile img.plofile_img {
        width: 50%;
    }
}
@media print, screen and (max-width: 560px) {
    #plofile img.plofile_img {
        width: 100%;
    }
}