@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* 変数 */
:root {
	/* 基本設定 */
    --color-background: #fff;
	--color-background02: #F0F6F9;
    --color-font: #231815;
    --color-primary: #046FB7;
    --color-primary-shade: #0068B6;
    --color-primary-tint: #7DCCF3;
	--color-primary-tint02: #6C9BD2;
	--color-primary-tint03: #D2ECFA;
	--color-primary-tint04: #9DD1ED;

	--color-primary-grade: linear-gradient(114deg, rgba(0,118,182,1) 0%, rgba(39,162,229,1) 100%);
	--color-primary-grade02: linear-gradient(-114deg, rgba(0,118,182,1) 0%, rgba(39,162,229,1) 100%);
    --color-secondary: #F7B400;
    --color-secondary-tint: #FFF4CC;
	--color-accent: #E80303;
    --color-border: #ccc;
    --color-table-border: #ccc;

	/* 色設定 */
	--color-gray: #BABABA;
	--color-gray02: #898A8A;
	--color-gray03: #5D5D5D;

	--color-yellow: #F7B400;
	--color-pink: #F6C4DA;
	--color-purple: #A2B6DE;
	--color-purple02: #95ACD9;

	--color-green: #BAE380;
	--color-lime: #D6E380;

	/* フォント */
    --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: 'Montserrat', 'Noto Sans JP', sans-serif;


    --content-max-width: 1540px;

    --header-background: #fff;
    --header-color-font: #046FB7;
    --header-color-primary: #046FB7;
    --header-color-primary-tint: linear-gradient(114deg, rgba(0,118,182,1) 0%, rgba(39,162,229,1) 100%);

    --footer-background: linear-gradient(114deg, rgba(0,118,182,1) 0%, rgba(39,162,229,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(--rem24);
}
.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;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}
.front_contents {
	padding: var(--px240) 0 0;
}
a:hover {
    opacity: .7;
    cursor: pointer;
}

#mainImg {
    background: 0 0;
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
	position: relative;
    top: var(--px30);
}
@media print, screen and (max-width: 1023px) {
	#mainImg {
		top: 10px;
	}
}
#content, body:not(.home) #content.wide {
	padding: var(--px60) 0 var(--px120);
}
.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-background02);
}
.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: 8%;
	}
}
@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;
	}
}

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

/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner852 {
	max-width: 852px;
	width: 100%;
	margin: 0 auto;
}
.inner1180 {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

/*------------------------------------------------------
余白
------------------------------------------------------*/
.mt250 {
	margin-top: var(--px240) !important;
}


/*------------------------------------------------------
下層ヘッダー
------------------------------------------------------*/
body.page-recruit header h1.title.first,
body.page-products header h1.title.first,
body.page-charm header h1.title.first,
body.page-voice header h1.title.first,
body.page-factory header h1.title.first,
body.page-info header h1.title.first {
	display: none;
}
body.page-contact #content
body.page-thanks #content
body.page-sitemap #content
body.page-privacy #content {
	padding: var(--px160) 0 var(--px180);
}
body.page-recruit #content
body.page-products #content
body.page-charm #content
body.page-voice #content
body.page-factory #content
body.page-info #content {
	padding: var(--px20) 0 var(--px180);
}


.column01 {
	position: relative;
	z-index: 1;
}
.column01 .txtarea {
	width: 44%;
    display: flex;
    justify-content: center;
	flex-direction: column;
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 740px;
	margin-left: 13%;
}
.column01 .txtarea img {
	width: 100%;
	margin-top: var(--px20);
}
.column01 .imgarea {
	width: 56%;
    margin: 0;
}
.column01 .imgarea img {
	/* width: 100%;
	height: 100%; */
	object-fit: contain;
}
@media print, screen and (max-width: 768px) {
	.column01 .txtarea,
	.column01 .imgarea {
		width: 100%;
	}
	.column01 .txtarea {
		margin-top: var(--px80);
	}
	.column01 .txtarea .txtinner {
		margin: 0 auto;
		width: 90%;
	}
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_pri {
	color: var(--color-primary)!important;
}
.color_font {
	color: var(--color-font) !important;
}
.color_w {
    color: #fff !important;
}
.color_yellow {
	color: var(--color-yellow)!important;
}
.color_purple {
	color: var(--color-purple) !important;
}
.color_purple02 {
	color: var(--color-purple02) !important;
}
.color_green {
	color: var(--color-green) !important;
}
.color_lime {
	color: var(--color-lime) !important;
}
.color_pink {
	color: var(--color-pink) !important;
}


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

/* H1 */
h1.title {
	color: var(--color-primary);
	font-size: var(--rem48);
	font-weight: 900;
	letter-spacing: .3rem;
	margin: 0 auto var(--px80);
}

/* H2 */
.post h2, h2 {
	font-weight: 900;
	letter-spacing: .6rem;
	color: var(--color-primary);
	font-size: min(calc(4.5rem + (1vw - 1.92rem) * 0.6472) ,45px);
	line-height: 1.45;
	margin: var(--px60) auto;
}
.post h2::after, h2::after {
	content: none;
}

.post h2.main_ttl, h2.main_ttl {
	margin: 0 auto var(--px50);
	text-align: left;
}
.post h2.main_ttl span.en, h2.main_ttl span.en {
	font-size: var(--px96);
	font-weight: 900;
	letter-spacing: .2rem;
	display: block;
	line-height: 1;
	margin-bottom: var(--px30w);
}
.post h2.main_ttl span.jp, h2.main_ttl span.jp {
	color: var(--color-font);
	font-size: var(--rem72);
	font-weight: 500;
	letter-spacing: .3rem;
	display: block;
	line-height: 1;
	margin-bottom: var(--px24);
}
.post h2.main_ttl span.sub, h2.main_ttl span.sub {
	font-weight: 400;
	font-size: var(--rem40);
	color: var(--color-gray);
	letter-spacing: .2rem;
	display: block;
	line-height: 1;
}
@media print, screen and (max-width: 768px) {
	.post h2.main_ttl span.en, h2.main_ttl span.en {
		font-size: var(--rem72);
	}
	.post h2.main_ttl span.jp, h2.main_ttl span.jp {
		font-size: var(--rem60);
	}
}
.post h2.main_ttl span.icon, h2.main_ttl span.icon {
	display: flex;
	align-items: center;
}
.post h2.main_ttl span.icon.icon_purple::after, h2.main_ttl span.icon.icon_purple::after {
	content: "";
	background: url(/wp-content/uploads/icon_paint01.png) no-repeat center / contain;
	display: inline-block;
	width: var(--px40w);
	padding-top: 71px;
	margin-left: 8px;
}
.post h2.main_ttl span.icon.icon_pri::after, h2.main_ttl span.icon.icon_pri::after {
	content: "";
	background: url(/wp-content/uploads/icon_paint02.png) no-repeat center / contain;
	display: inline-block;
	width: var(--px40w);
	padding-top: 71px;
	margin-left: 8px;
}

.post h2.lower_ttl, h2.lower_ttl {
	font-size: var(--rem60);
	font-weight: 700;
	color: var(--color-gray02);
	margin: 0 auto var(--px100);
}

.post h2.contact_ttl, h2.contact_ttl {
	font-weight: 900;
	letter-spacing: .2rem;
	font-size: var(--rem36);
	line-height: 1.45;
	margin: 0 auto var(--px50);
	color: var(--color-font);
}
.post h2.contact_ttl::after, h2.contact_ttl::after {
	content: none;
}

/* H3 */
.post h3 {
	font-size: var(--rem30w);
    font-family: var(--font-family01);
	letter-spacing: .2rem;
    font-weight: 800;
	color: var(--color-primary);
    letter-spacing: .1rem;
    padding: 0 0 .4em 0;
    margin: var(--px60) auto var(--px20);
    border-bottom: 1px solid var(--color-primary);
}

.post h3.h3_ttl01, h3.h3_ttl01 {
	font-size: var(--rem40);
	font-weight: 700;
	padding: 0;
	margin: 0 0 var(--px40);
	border: none;
}

.post h3.h3_ttl02, h3.h3_ttl02 {
	color: var(--color-primary-tint);
	margin: 0 auto var(--px50);
	padding: 0;
	border: none;
}
.post h3.h3_ttl02 .en, h3.h3_ttl02 .en {
	font-size: var(--rem60);
	font-weight: 800;
	letter-spacing: .4rem;
	line-height: 1.2;
}
.post h3.h3_ttl02 .jp, h3.h3_ttl02 .jp {
	display: block;
	font-size: var(--rem48);
	font-weight: 400;
	letter-spacing: .2rem;
	margin-top: 10px;
}

.post h3.list_ttl, h3.list_ttl {
	color: var(--rem30w);
	font-weight: 700;
	color: var(--color-primary);
	text-align: center;
	line-height: 1.45;
	letter-spacing: .2rem;
	padding: 0;
	margin: 0 auto;
	border: none;
}
.post h3.list_ttl .note, h3.list_ttl .note {
	font-size: var(--rem20w);
}

/* テキスト */
.post p, p {
    font-size: var(--rem24);
    line-height: 2;
	letter-spacing: .25rem;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}

.post p.ttl_text {
	font-size: var(--rem40);
	font-weight: 800;
	line-height: 1.55;
}
@media print, screen and (max-width: 768px) {
	.post p.ttl_text {
		font-size: var(--rem30);
	}
}
.spmenu #menu{
	width: 42px;
}

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

.post ul.column01_list, ul.column01_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;
	gap: var(--px100) 2%;
}
.post ul.column01_list li, ul.column01_list li {
	width: 32%;
	display: flex;
	flex-direction: column;
}
.post ul.column01_list h3, ul.column01_list h3 {
	flex-grow: 1;
}
@media print, screen and (max-width: 768px) {
	.post ul.column01_list, ul.column01_list {
		gap: var(--px80) 4%;
	}
	.post ul.column01_list li, ul.column01_list li {
		width: 48%;
	}
}

/* 沿革 */
.post ul.list_style01 {
	margin: 0 auto;
}
.post .list_style01 li {
	color: var(--color-gray03);
	font-weight: 400;
	line-height: 1.75;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
}
.post .list_style01 li .head {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 1.2em;
}
.post .list_style01 li .body {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 1.2em;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}

/* 会社情報 */
.post ul.table_list li {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: var(--px40);
	border-radius: var(--px30);
}
.post ul.table_list li h3 {
	border: none;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: min(calc(5.5rem + (1vw - 1.92rem) * 1.6181) ,55px);
	font-weight: 900;
	letter-spacing: .3rem;
	color: var(--color-font);
	text-align: center;
	line-height: 1.35;
}
.post ul.table_list li figure {
	width: 15%;
}
.post ul.table_list li img {
	width: 150px;
	height: 140px;
	object-fit: contain;
}
.post ul.table_list li div {
	width: 55%;
}
.post ul.table_list li p {
	text-align: center;
}
.post ul.table_list li p.txt_num {
	font-size: var(--rem72);
	line-height: 1;
	font-weight: 800;
}
.post ul.table_list li .txt_note {
	font-size: var(--rem40);
}
.post ul.table_list li .s_txt {
	font-size: var(--rem30);
	line-height: 1.35;
	font-weight: 800;
	display: block;
}
.post ul.table_list li .m_txt {
	font-size: var(--rem36);
	line-height: 1.35;
	font-weight: 800;
	display: block;
	letter-spacing: .5rem;
}
.post ul.table_list li .l_txt {
	font-size: var(--rem48);
	line-height: 1.35;
	font-weight: 800;
}
.post ul.table_list li:nth-child(odd) {
	background: #fff;
}
.post ul.table_list li:nth-child(even) {
	background: var(--color-primary-tint03);
}
@media print, screen and (max-width: 768px) {
	.post ul.table_list li {
		flex-direction: column;
		gap: var(--px14) 0;
	}
	.post ul.table_list li h3,
	.post ul.table_list li figure,
	.post ul.table_list li div {
		width: 100%;
	}
	.post ul.table_list li .m_txt {
		font-size: var(--rem30);
	}
	.post ul.table_list li .l_txt {
		font-size: var(--rem40);
	}
	.post ul.table_list li img {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
}

.post ul.icon_flex {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 4%;
	margin: 0 auto;
}
.post ul.icon_flex li {
	width: 48%;
}
.post ul.icon_flex li img {
	display: block;
	text-align: center;
	margin: 0 auto var(--px30);
}
.post ul.icon_flex li p {
	text-align: center;
	line-height: 1.45;
}

/* olリスト */
.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.dl_list dt {
	color: var(--color-primary);
	font-size: var(--rem40w);
	font-weight: 700;
	margin-bottom: var(--px40);
	line-height: 1.45;
}
.post dl.dl_list dd {
	margin-bottom: 3em;
	line-height: 1.95;
}
.post dl.dl_list dd:last-child {
	margin-bottom: 0;
}

.post dl.dl_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--px20);
	width: 100%;
}
.post dl.dl_flex dt {
	width: 198px;
	margin-bottom: 0.7em;
}
.post dl.dl_flex dt p.tag01 {
	width: 198px;
	text-align: center;
	font-weight: 500;
}
.post dl.dl_flex dd {
	width: calc(100% - 198px - var(--px20));
	margin-bottom: 0.7em;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-size: var(--rem30);
    color: #fff;
    line-height: 1.35;
    text-align: center;
    background: var(--color-primary-grade);
    font-weight: 600;
    padding: var(--rem24) 20px;
	box-shadow: 0px 10px 4px 0px rgba(0,81,118,1);
    margin: 0 auto;
    border: none;
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    content: none;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
	position: relative;
    background: var(--color-primary-grade02);
	box-shadow: 0px 5px 2px 0px rgba(0,81,118,1);
	top: 8px;
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/* Sサイズ */
.linkBtn.btn_s, .post .linkBtn.btn_s, a.linkBtn.btn_s {
    max-width: 320px;
	display: block;
	margin: 0 auto;
    font-size: var(--rem20);
    padding: var(--rem16) 20px;
	box-shadow: 0px 6px 3px 0px rgba(0,81,118,1);
}
.post .linkBtn.btn_s:hover, .linkBtn.btn_s:hover, a.linkBtn.btn_s:hover {
	top: 6px;
}

.linkBtn.top_btn, .post .linkBtn.top_btn, a.linkBtn.top_btn {
    max-width: 550px;
    width: 70%;
    margin: 0 auto;
}


/*------------------------------------------------------
tag
------------------------------------------------------*/
.post p.tag01 {
	display: inline-block;
	color: #fff;
	background: var(--color-primary-tint02);
	line-height: 1;
	padding: var(--px12) var(--px24);
}


/*------------------------------------------------------
フレーム
------------------------------------------------------*/
.frame01 {
	background: var(--color-secondary-tint);
	padding: var(--px40);
	border-radius: var(--px50);
}



/*------------------------------------------------------
画像
------------------------------------------------------*/
.post img.grah01 {
	border-radius: var(--px30);
	box-shadow: 2px 9px 4px 0 rgba(0, 0, 0, .3);
}
@media print, screen and (max-width: 768px) {
	.post img.grah02 {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
}


/*------------------------------------------------------
table
------------------------------------------------------*/
.post table {
	border-spacing: 0 2px;
    border-collapse: separate;
    border: none;
}
.post table th, .post table td {
    padding: 20px;
}
.post table th {
	background: var(--color-primary-tint02);
	color: #fff;
	border-right: none;
}


/*------------------------------------------------------
Header
------------------------------------------------------*/
#header::after {
	content: "";
	display: block;
	background: var(--header-color-primary-tint);
	width: 100%;
	height: var(--px30);
	margin-bottom: var(--px30);
}
nav#mainNav ul li a {
	padding: var(--px20);
}
#header .logo img {
	max-width: 300px;
}
#header a.head_btn.mail_btn::before {
	content: none;
}
#header ul.header__contact {
	padding: var(--px14) 0;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: var(--header-color-primary);
	border: 2px solid var(--header-color-primary);
	font-size: calc(1.6rem +(1vw - 19.2px)* 0.2232);
	border-radius: 50vh;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 var(--px20);
	padding: var(--px24) var(--px30);
	-webkit-transition: .3s;
	transition: .3s;
}
#header a.head_btn:hover {
	color: #fff;
}
nav#mainNav ul li a:hover {
	background: #fff !important;
	opacity: 1 !important;
}
/* 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);
	}
	#header::after {
		height: 10px;
		margin-bottom: 0;
		}
}

#breadcrumb {
	padding: var(--px40) 0 0;
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
.foot_wrap {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}
#footer .footer__logo:not(:last-child) {
	text-align: left;
}
#footer .footer__logo img {
    width: 90%;
}
dl.foot_dl {
	text-align: left;
}
dl.foot_dl dt {
	margin-bottom: 0.5em;
}
dl.foot_dl dd {
	margin-bottom: 1em;
	line-height: 1.85;
}
a.foot_btn {
	position: relative;
	color: #fff;
	font-size: var(--rem16);
	padding: 14px var(--px30) 14px var(--px20);
	border: 1px solid #fff;
	border-radius: 50vh;
	max-width: 240px;
	width: 240px;
	display: inline-block;
	text-align: center;
	display: block;
}
a.foot_btn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
	border-color: #fff;
}
#copyright {
	background: transparent;
	margin: 0;
}
#footer .footnav ul > li {
	margin-bottom: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0;
}
.foot_flex {
	max-width: 1600px;
	width: 90%;
	margin: var(--px40) auto;
	display: flex;
	justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.foot_flex {
		flex-direction: column;
		gap: var(--px20);
	}
	dl.foot_dl {
		text-align: center;
	}
	a.foot_btn {
		margin: 0 auto;
	}
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: #fff;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px100) 0 var(--px180);
	z-index: 0;
}
body.home #foot-contact_pt05 {
	padding: var(--px100) 0 var(--px120);
}
body.home #foot-contact_pt05.foot_bottom {
	display: none;
}
#foot-contact_pt05 .wrapper_content {
	position: relative;
	z-index: 5;
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}

#foot-contact_pt05 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
	max-width: var(--content-max-width);
	margin: 0 auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 1025px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc((100% - 30px ) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 1025px) {
			#foot-contact_pt05 ul.contactbtn_list > li {
				width: calc((100% - 30px) / 2);
			}
	}
}

#foot-contact_pt05 a.f-contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #FFF;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-radius: 10px;
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
	color: #fff;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: var(--color-primary);
	background: #fff;
	border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
	color: #fff;
	background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size: var(--rem40);
	line-height: 1.2;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f3cd';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: var(--rem16);
	font-weight: 500;
	letter-spacing: .1rem;
}

@media print, screen and (max-width: 1024px) {
	#foot-contact_pt05 a.f-contact_btn {
			height: 120px;
	}
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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;
	border-spacing: 0;
    border-collapse: collapse;
}
.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%;
    background: #fff;
	color: var(--color-font);
    line-height: 1.25;
	vertical-align: middle;
}
.wpcf7-form .must {
	background: var(--color-accent);
}
.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 {
		padding: 20px 0 5px 0;
		border-right: none;
		border-bottom: none;
		border-top: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
}
    .post .wpcf7 table td {
		padding: 0 0 20px 0;
		border-top: none;
		padding-top: 5px;
}
    .post .wpcf7 table tr:first-child {
		border-top: 1px solid var(--color-table-border);
    }
	.post table.responsive tr:last-child td:last-child {
		border-bottom: 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;
}

/*------------------------------------------------------
新着情報
------------------------------------------------------*/
#front_top_content,
#front_bottom_content {
	background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px200) 0;
	background-attachment: fixed;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: var(--color-primary-tint04);
}
h1.title.top-loop,
h1.title.bottom-loop {
    position: relative;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 600;
	letter-spacing: .2rem;
	text-shadow: none;
	z-index: 20;
    padding: 0;
    line-height: 1.3;
	text-align: center;
}
h1.title.top-loop .en,
h1.title.bottom-loop .en {
    display: block;
    color: rgba(233,240,243,.9);
    font-size: 350%;
    font-family: var(--font-family02);
	font-weight: 800;
	letter-spacing: .3rem;
    text-align: center;
    line-height: 1;
}
h1.title.top-loop .jp,
h1.title.bottom-loop .jp {
    position: absolute;
    top: 90%;
    left: 50%;
    display: block;
    color: var(--color-primary);
    font-size: var(--rem48);
    white-space: nowrap;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media print, screen and (max-width: 768px) {
	#front_top_content,
	#front_bottom_content {
		padding: var(--px100) 0 var(--px160w);
	}
}



/*------------------------------------------------------
エントリーフォーム
------------------------------------------------------*/
.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px) var(--px40);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}