@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=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #333333;
    --color-primary: #333333;
    --color-primary-tint: #F5F5F5;
    --color-secondary: #C7CB00;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --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: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: 'Noto Serif JP', serif;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333333;
    --header-color-primary: #C7CB00;
    --header-color-primary-tint: #C7CB00;

    --footer-background: #F5F5F5;
    --footer-color-font: #333333;
    --footer-color-primary: #333333;
}

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;
}
.googlemap {
    margin: var(--px30) auto;
}
/*------------------------------------------------------
幅フル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;
	}
}

/*------------------------------------------------------
MV
------------------------------------------------------*/
/*#metaslider-id-98 {
	display: block;
}
#metaslider-id-242 {
	display: none;
}
@media print, screen and (max-width: 768px) {
	#metaslider-id-98 {
		display: none;
	}
	#metaslider-id-242 {
		display: block;
	}
}*/

/*------------------------------------------------------
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;
}

/* 配列 */
.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

/* フォント */
.f_serif {
    font-family: var(--font-family03) !important;
    font-weight: 600 !important;
}

/* テキスト */
.post p, p {
    font-size: var(--rem16);
    line-height: 1.85;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}
.mb_border {
    border-bottom: 1px solid var(--color-table-border);
    padding-bottom: var(--px50);
}

/* H1 */
h1.title, .post h1, header#h1Header h1.title {
    font-family: var(--font-family03);
}

/* H2 */
.post h2.main_ttl, h2.main_ttl {
    margin: 0 auto var(--px60);
    &::after {
        content: none;
    }
    .en {
        font-family: var(--font-family02);
        font-weight: 800;
        font-size: var(--rem72);
        line-height: 1;
        display: block;
    }
    .jp {
        font-size: var(--rem20);
        font-family: var(--font-family03);
        font-weight: 500;
        line-height: 1;
        margin-top: -5px;
    }
}

.post h2.policy_ttl02, h2.policy_ttl02 {
    font-size: var(--rem24w);
    font-weight: 700;
    text-align: center;
    font-family: var(--font-family03);
    margin: 0 auto var(--px60);
    padding: 0;
    &::after {
        content: none;
    }
}

h1.title.top-loop,
h1.title.bottom-loop,
.post h2.top_ttl, h2.top_ttl {
    margin: 0 auto var(--px60);
    padding: 0 0 3rem;
    background: linear-gradient(90deg, #333 0% 50%, #C7CB00 50%);
    background-repeat: no-repeat;
    background-size: 10rem 0.8rem;
    background-position: bottom;
    .en {
        font-family: var(--font-family02);
        font-weight: 800;
        font-size: var(--rem72);
        line-height: 1;
    }
    .jp {
        font-family: var(--font-family03);
        font-size: var(--rem20);
        font-weight: 500;
        display: block;
    }
    &::after {
        content: none;
    }

}
.post h2.top_ttl.txt_l, h2.top_ttl.txt_l {
    margin: 0 0 var(--px60);
    background-position: left bottom;
}

/* H3 */
.post h3.name_ttl, h3.name_ttl {
    margin: var(--px60) auto var(--px30);
    font-family: var(--font-family03);
    text-align: center;
    padding: 0;
    border: none;
    .sub {
        font-size: var(--rem20);
        display: block;
    }
    .name {
        font-size: var(--rem40);
        font-weight: 700;
        display: block;
    }
}

.post h3.sub_ttl, h3.sub_ttl {
    display: table;
    text-align: center;
    font-family: var(--font-family03);
    font-size: var(--rem20w);
    font-weight: 700;
    padding: 0 0 3px 0;
    margin: 0 auto var(--px40);
    border-bottom: 2px solid var(--color-primary);
}

.post h3.policy_ttl03, h3.policy_ttl03 {
    font-size: var(--rem20w);
    font-family: var(--font-family03);
    border: none;
    border-left: 3px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    padding: 0 0 10px var(--px20);
    margin: 0 0 var(--px40);
    .en {
        font-size: var(--rem24);
        font-weight: 800;
        line-height: 1;
    }
    .jp {
        font-size: var(--rem18);
        font-weight: 500;
        display: block;
    }
}

.post h3.top_sub, h3.top_sub {
    font-family: var(--font-family03);
    line-height: 1.76;
    font-size: var(--rem24);
    border: none;
    padding: 0;
    margin: 0 auto var(--px40);
}


/* H4 */
.post h4.policy_ttl04 {
    padding: 0;
    margin: 0 0 var(--px14);
    &::before {
        content: none;
    }
}

/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    list-style: none; /* デフォルトのマーカーを消す */
    padding-left: 0;
}
.post ul.list li {
    position: relative;
    padding-left: 1.5em; /* マーカー分のスペース */
    line-height: 1.45;
    margin-bottom: .7em;
}
.post ul.list li::before {
    content: "•"; /* 任意のマーカー */
    position: absolute;
    left: 0;
    color: var(--color-font);
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

/* olリスト */
.post ol {
    list-style-type: none;
    counter-reset: item;
}
.post ol li {
    counter-increment: item;
    line-height: 1.75;
    margin-bottom: 0.7em;
    position: relative;
    list-style: none;
}
.post ol li::before {
    content: "(" counter(item) ")";
    position: absolute;
    left: -1.5em;
}

.post ol.num  {
    margin: 0;
    padding: 0
}
.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}
.post ol.num li:last-child {
    margin-bottom: 0;
}

/* dlリスト */
.post dl.partner_list {
    dt {
        font-size: var(--rem18);
        margin-bottom: 0.2em;
    }
    dd {
        font-size: var(--rem18);
        line-height: 1.85;
        margin-bottom: 2.5em;
        &:last-child {
            margin-bottom: 0;
        }
    }
}
.post dl.phi_list {
    dt {
        font-family: var(--font-family03);
        font-size: var(--rem18);
        line-height: 1.85;
        font-weight: 800;
    }
    dd {
        font-family: var(--font-family03);
        font-weight: 500;
        margin-bottom: 0.2em;
    }
}


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


/*------------------------------------------------------
画像
------------------------------------------------------*/
.post .img_60 img {
	max-width: 319px;
    aspect-ratio: 319 / 356;
    width: min(319px, 60%);
    object-fit: cover;
	display: block;
    margin-inline: auto;
}

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th,.post table td {
    padding: var(--px16);
}
.post table th {
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-family03);
}

/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner650 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}
#header a.head_btn {
    background: var(--color-primary);
}



nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
    background: var(--color-secondary);
    color: #fff;
}

/* 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);
	}
}

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

/*------------------------------------------------------
CTA
------------------------------------------------------*/
body.home .cta01.foot_bottom {
	display: none;
}
.cta01 {
	background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    padding: var(--px120) 0;
	position: relative;
	z-index: 0;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: var(--px80);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 420px;
  margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
  width: 100%;
  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(--px30) 0;
    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 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
    background: #111;
	color: #fff;
}
/*メールボタン*/
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-secondary);
	color: var(--color-font);
}
/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}
.cta01 h2.top_ttl {
    margin: 0 auto var(--px60);
    padding: 0 0 3rem;
    background: linear-gradient(90deg, #fff 0% 50%, #C7CB00 50%);
    background-repeat: no-repeat;
    background-size: 10rem 0.8rem;
    background-position: bottom;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.wpcf7-form .must, .wpcf7-form .option {
    padding: 0 0.6em;
}
/* 完了 */
.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;
}

/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.l-pagecompany_owner .read p.c-messagetxt {
    text-align: left;
    display: flex;
    justify-content: center;
}
@media print, screen and (max-width: 768px) {
	.l-pagecompany_owner .img_60 img {
		width: 45%;
	}
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
.sec01 {
    background: url(/wp-content/uploads/bg_about.png) no-repeat center / cover;
    .inner {
        background: #fff;
        padding: var(--px80) var(--px40);
        max-width: var(--content-max-width);
        width: 90%;
        margin: 0 auto;
    }
}

.column01 {
	position: relative;
}
.column01_wrap {
	position: relative;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 600px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}

.column02 {
	position: relative;
	padding: var(--px120) 0;
    background: var(--color-primary-tint);
}
.column02:before {
    content: "";
    background: var(--color-primary);
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.column02_wrap {
	position: relative;
	max-width: var(--content-max-width);
	width: 90%;
    margin: 0 auto;
	z-index: 1;
}
.column02 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px60);
    margin: 0;
}
.column02 .txtarea .txtinner {
    max-width: 600px;
}
.column02 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .sec03 h2.top_ttl {
    text-align: center;
    background-position: center bottom !important;
	}
}