@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #E60013;
	--color-primary-shade: #B7000F;
	--color-primary-tint: #FF3243;
	--color-secondary: #002D84;
	--color-secondary-tint: #;
	--color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Zen Kaku Gothic Antique', sans-serif;
	--content-max-width: 1400px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #111;
	--header-color-primary: #111;
	--header-color-primary-shade: #010101;
	--header-color-primary-tint: #333;
	/*------▼フッター設定▼------*/
	--footer-background: #eee;
	--footer-color-font: #111;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Kaku Gothic Antique', sans-serif;
	--font-family02: 'M PLUS 1p', 'Zen Kaku Gothic Antique', sans-serif;
}
body {
    font-weight: 600;
    background: var(--color-background);
}
body:before {
    content: "";
    background: url(/wp-content/uploads/dot.gif) repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
}
body:not(.home) #wrapper {
    width: 94%;
}
body:not(.home) #content > section {
    background: #fff;
    padding: var(--px80);
}
@media print, screen and (max-width: 640px) {
	body:not(.home) #content > section {
		padding: 0;
	}
}
b {
    font-weight: 700;
	color: #E60013;
}
.post p {
    line-height: 1.8;
}

/*------FV-------------------*/
@media print, screen and (min-width: 1200px) {
	.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content.n-uc-1c32b679e8c76-inner {
		padding: var(--px40) 0 0 var(--px60) !important;
	}
	div#n2-ss-3 .n2-font-83f1337c66bacac757b4532912b951d0-hover {
		font-size: var(--px60) !important;
	}
	p.n2-font-c5025d745034b971e48ce88dd6e4ff6f-paragraph {
		font-size: var(--px20) !important;
	}
}

/*------スクロール-------------------*/

a#scrollUp {
    background: #111;
}

/*------サイドバナーstart-------------------*/

#floating-menu {
    position: fixed;
    right: 0;
    bottom: 8%;
    z-index: 100;
}
#floating-menu ul {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#floating-menu .logo {
	display: none;
}
ul.side_contact li {
    width: auto;
    transition: 0.3s all;
}
ul.side_contact li a {
    color: #fff;
    text-align: center;
    font-family: var(--font-family03);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
    transition: all .7s;
    position: relative;
}
ul.side_contact li a:hover {
	opacity: 1;
}
ul.side_contact li a .shopname {
    display: block;
}
img.side_img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.mobile #floating-menu {
    display: none;
}
nav#mainNav ul li a {
	font-size: var(--rem20);
	padding: var(--px18) var(--px20);
}
nav#mainNav ul li a b, nav#mainNav ul li a span {
    margin-top: 0;
    font-weight: 600;
    color: var(--color-font);
 }
nav#mainNav ul li a:hover b, nav#mainNav ul li a:hover span {
	color: var(--color-primary);
}
@media print, screen and (min-width: 1024px) {
	#header {
        height: 90px;
    }
    #header a.head_btn {
        min-width: var(--px160);
        font-size: var(--px20);
        line-height: 1.2;
        text-align: center;
		background: #0043C6;
    }
    #header a.head_btn:hover {
        background: #0052F2;
    }
    #header a.head_btn.mail_btn::before {
        display: block;
        font-family: 'FontAwesome';
        line-height: 1;
        margin-bottom: 3px;
    }
}

/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

#footer {
    color: var(--footer-color-font);
    font-size: var(--rem14);
    padding: var(--px80) 0 var(--px30);
    background: var(--footer-background);
}
.footer__inner {
	width: 94%;
    max-width: 1540px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px; /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    left: 0;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
    background: transparent;
}

#footer .footnav ul > li::after {
	content: none;
}
#footer ul li a b {
    display: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .logoare {
    display: flex;
    flex-direction: column;
    gap: var(--px14);
    line-height: 1;
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: var(--rem24);
}

/*----------------------------------------
	spfooter
----------------------------------------*/

li.link_menu .icon i, li.link_menu p.menu_name {
    color: #fff !important;
}
.spmenu_line {
    background: #00B900;
}
.spmenu_mail {
    background: #0043C6;
}


/*----------------------------------------
	btn
----------------------------------------*/

.linkBtn, .post .linkBtn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    color: #fff;
    line-height: 1.8;
    font-size: var(--rem18);
    text-align: left;
    background: #111;
    padding: 16px 40px 16px 30px;
    margin: var(--px40) auto;
    border-radius: 80px;
    border: solid 3px #fff;
    transition: all .3s;
    box-shadow: 7px 7px 25px rgba(0, 0, 0, .4);
}

ul.btn_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--px20);
    justify-content: center;
}
ul.btn_list .squareBtn {
    width: 370px;
}
@media print, screen and (max-width: 768px) {
	ul.btn_list .squareBtn {
		width: auto;
	}
}

/*---------btnバリエーション-----------*/
  
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    border-right: none;
    border-bottom: none;
    height: var(--px16);
    width: var(--px12);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: #fff;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-top: 0;
    transition: all .3s;
}
.lineBtn {
	background: #00B900 !important;
}
.lineBtn:hover {
	background: #00D700 !important;
	color: #fff;
}
.blueBtn {
	background: #0043C6 !important;
}
.blueBtn:hover {
	background: #0052F2 !important;
	color: #fff;
}
.squareBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: var(--px24);
    max-width: 370px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
    background: var(--color-primary);
    padding: 12px 40px 12px 20px;
    margin: 0 auto;
    border-radius: 0px;
    transition: all .3s;
}
.squareBtn::after, .post .squareBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: var(--px20);
    border-right: none;
    border-bottom: none;
    height: var(--px16);
    width: var(--px12);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: #fff;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-top: 0;
    transition: all .3s;
}
.linkBtn.longBtn, .post .linkBtn.longBtn {
	max-width: 500px;
}

/*----------------------------------------
	txtstyle
----------------------------------------*/
.post h2 {
    font-size: var(--rem36);
    font-family: var(--font-family01);
    font-weight: 600;
    text-align: center;
    letter-spacing: .2rem;
    padding: 0;
    margin: var(--px120) auto var(--px50);
}
.post h3 {
    font-family: var(--font-family01);
    font-weight: 600;
    letter-spacing: .1rem;
    margin: var(--px60) auto var(--px20);
    border-bottom: 2px solid var(--color-font);
	background: #FFE9E9;
    padding: var(--px20) var(--px30);
    border-radius: 20px;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-bottom: var(--rem40);
    text-align: left;
}

/*---------txtstyle01-----------*/
  
.post .txtstyle01, .txtstyle01 {
	font-family: var(--font-family01);
	font-size: var(--rem42);
	font-weight: 600;
	text-align: center;
	color: #111;
	line-height: 1.4;
	overflow-wrap: break-word;
	padding: 0;
	margin: var(--rem60) auto;
	border: none;
	background: transparent;
}
.post .txtstyle01:before, .txtstyle01:before, .post .txtstyle01:after, .txtstyle01:after {
	content: none;
}
.post .txtstyle01 .subtxt, .txtstyle01 .subtxt {
	display: block;
	font-size: var(--rem24);
	color: var(--color-primary);
	font-weight: 800;
	letter-spacing: 0.01rem;
	padding: 0;
	margin: var(--rem14) 0 0;
	border: none;
	background: transparent;
}

/*---------txtstyle02-----------*/

/* 左右にグラーデションの横線 */
.post .txtstyle02, .txtstyle02 {
	font-size: var(--rem30);
	align-items: center;
	display: flex;
	justify-content: center;
	color: var(--color-font);
	font-weight: 800;
	letter-spacing: 0.01rem;
	padding: 0;
	margin: 0 0 var(--rem24);
	border: none;
	background: transparent;
}
.post .txtstyle02::before, .txtstyle02::before,
.post .txtstyle02::after, .txtstyle02::after {
	border-radius: 0;
	content: "";
	height: 1px;
	width: var(--rem80);
}
.post .txtstyle02::before {
	background: linear-gradient(to right, black, black);
	margin-right: 15px;
}
.post .txtstyle02::after {
	background: linear-gradient(to right, black, black);
	margin-left: 15px;
}

/*---------txtstyle03-----------*/

.post .txtstyle03 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-top: var(--rem16);
    margin-bottom: var(--rem40);
    text-align: left;
}
.post .txtstyle03:before, .txtstyle03:before, .post .txtstyle03:after, .txtstyle03:after {
	content: none;
}

/*---------txtstyle04-----------*/

.post .txtstyle04 {
    font-size: var(--rem20);
    font-weight: 800;
    border-bottom: solid 2px;
    padding-bottom: var(--rem12);
    margin-bottom: var(--rem20);
}
.post .txtstyle04:before, .txtstyle04:before, .post .txtstyle04:after, .txtstyle04:after {
	content: none;
}

/*---------txtstyle05-----------*/

.post .txtstyle05 {
    background: #FFE9E9;
    padding: var(--px40);
    border-radius: 20px;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-bottom: var(--rem40);
    text-align: center;
}
.post .txtstyle05:before, .txtstyle05:before, .post .txtstyle05:after, .txtstyle05:after {
	content: none;
}

/*---------txtstyle06-----------*/

.post .txtstyle06 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-top: var(--rem16);
    margin-bottom: var(--rem40);
    text-align: left;
    border-bottom: dotted 4px;
    padding-bottom: 1rem;
}
.post .txtstyle06:before, .txtstyle06:before, .post .txtstyle06:after, .txtstyle06:after {
	content: none;
}

/*---------txtstyle07-----------*/

.post .txtstyle07 {
    background: #FFE9E9;
    padding: var(--rem12) var(--rem14);
    border-radius: var(--rem12);
    font-size: var(--rem16);
    line-height: 1.4;
    margin-bottom: var(--rem16);
    text-align: left;
    width: fit-content;
}
.post .txtstyle07:before, .txtstyle07:before, .post .txtstyle07:after, .txtstyle07:after {
	content: none;
}

/*----------------------------------------
	投稿
----------------------------------------*/

.sc_geneleted_list {
    position: relative;
}
.sc_geneleted_list:before {
    content: "TOPICS";
    font-size: 228px;
    font-weight: bolder;
    text-align: right;
    position: absolute;
    right: 0;
    top: calc(-228px + 10%);
    line-height: 1;
    font-family: var(--font-family02);
    color: #B6B6B6;
    opacity: 20%;
}
@media print, screen and (max-width: 640px) {
	.sc_geneleted_list:before {
		font-size: var(--px160);
		top: -15%;
	}
	 #content .post4b_img {
        max-width: none;
    }
}
#front-sectionPost {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
#front_top_content, #front_bottom_content {
    position: relative;
    background: transparent;
    padding: var(--px120) 0;
    z-index: 10;
}
.listTitle h1.title {
	font-family: var(--font-family01);
    text-align: left;
}
div#front-sectionPost h1 > span {
    font-size: var(--rem40);
    font-family: var(--font-family01);
    font-weight: 700;
    text-align: left;
    margin: 0 0 var(--px40);
    line-height: 1.2;
    font-feature-settings: 'palt';
    letter-spacing: .2rem;
    text-shadow: none;
    padding: 0;
}
li.clearfix {
    background: #fff;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    margin-bottom: 0;
    opacity: .5;
    margin-top: 8px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: #111;
}
.post_text70, .post2b_text70, .post4b_text70 {
    padding: 10px 15px 15px;
}
.post2b_link, .post4b_link {
    bottom: 25px;
	color: #111;
}
.post_link a, .post2b_link a, .post4b_link a {
    color: #111;
}

@media print, screen and (max-width: 640px) {
    body:not(.home) #content > section#cat-post {
        padding: var(--px80) 2%;
    }
}

/*---------------------------------------------------
colリスト
----------------------------------------------------*/

/*---------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: 47%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.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%;
	margin-bottom: 2%;
}
.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%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 640px) {
	.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;
}
.post .col4_list .txtarea p {
    line-height: 1.4;
    margin-top: var(--rem16);
    text-align: center;
    font-weight: 700;
}

@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: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}
/*---------------------------------------------------
top
----------------------------------------------------*/

/*--------------------sec01--------------------*/

.front_contents.sec01 {
    padding: 0;
	background: #fff;
}

/*-----------content01-----------*/

.content01 {
    background: #F1F1F1;
    padding: var(--px120) 0;
    position: relative;
    overflow: hidden;
}
.content01:before {
    content: "";
    width: 270vh;
    height: 250%;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, 62%);
}
@media print, screen and (max-width: 768px) {
	.content01:before {
		width: 230vh;
		height: 280%;
	}
}
.content01:after {
    content: "";
    background: url(/wp-content/uploads/bgparts01.png) no-repeat;
    background-size: contain;
    width: 40%;
    height: 70%;
    position: absolute;
    top: 3%;
    left: 1%;
    transform: translate(0%, 0%);
    z-index: 0;
}
.content01 .content_inner {
    position: relative;
    z-index: 1;
}
.layoutarea {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
ul.layoutlist + .layoutlist {
    margin-top: 1%;
}
ul.layoutlist {
    display: flex;
    gap: var(--px40);
    align-items: flex-start;
    justify-content: center;
}
ul.layoutlist.layout01 {
    margin-left: 6%;
}
ul.layoutlist.layout02 {
    gap: 15%;
}
ul.layoutlist.layout04 {
    gap: 5%;
    margin-right: 7%;
}
ul.layoutlist.layout01, ul.layoutlist.layout03 {
    align-items: flex-start;
}
ul.layoutlist.layout02, ul.layoutlist.layout04 {
    align-items: center;
}
ul.layoutlist li {
    border: solid 3px;
    border-radius: var(--px20);
    padding: var(--px30) var(--px40);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.6;
    font-size: var(--rem18);
    font-weight: 600;
    min-height: var(--px120);
    background: #fff;
}
li.layouttxt01, li.layouttxt03 {
    margin-top: 5%;
}

@media print, screen and (max-width: 1240px) {
	ul.layoutlist li {
		min-width: 20%;
	}
	ul.layoutlist.layout01 {
		margin-left: 0;
	}
	/*-----2列目-----*/
	ul.layoutlist.layout02 {
		flex-wrap: wrap;
	}
	li.layouttxt04, li.layouttxt05 {
		min-width: 20%;
	}
	li.layoutimg.layoutimg01 {
		width: 80%;
		order: 1;
	}
	li.layoutimg.layoutimg01 img {
		max-width: 300px;
	}
		
	/*-----４列目-----*/
	ul.layoutlist.layout04 {
		flex-wrap: wrap;
	    margin-right: 0;
	}
	li.layoutimg.layoutimg02, li.layoutimg.layoutimg03 {
		width: 80%;
		max-width: none;
        margin: 10px 0;
	}
	li.layoutimg.layoutimg02 img {
		max-width: 300px;
	}
	li.layoutimg.layoutimg03 img {
		max-width: 160px;
	}
	li.layouttxt09, li.layouttxt10 {
		min-width: 22%;
	}
	li.layoutimg.layoutimg02 {
		order: -1;
	}
	li.layoutimg.layoutimg03 {
		order: 4;
	}
    
}
@media print, screen and (max-width: 640px) {
	ul.layoutlist {
		flex-wrap: wrap;
		gap: 10px;
	}
	li.layouttxt01, li.layouttxt03 {
		margin: 0;
	}
	ul.layoutlist li {
        padding: var(--px30) var(--px30);
    }
	li.layoutimg.layoutimg02 img {
        max-width: 280px;
    }
	li.layoutimg.layoutimg03 img {
        max-width: 130px;
    }
}

/*-----画像設定-----*/

ul.layoutlist li.layoutimg {
    padding: 0;
    background: transparent;
    border: none;
}
.layoutimg01 {
    max-width: 380px;
    margin: 0 auto;
}
.layoutimg02 {
    max-width: 300px;
    margin-right: auto;
    margin-left: 0;
    margin-top: auto;
}
.layoutimg03 {
    max-width: 146px;
    margin-right: 0;
    margin-left: auto;
    margin-top: auto;
}

/*-----------content02-----------*/

.content02 {
    padding: 0 0 var(--px120);
}
img.fukidashi01 {
    max-width: var(--px240);
}

/*---カッコデザイン---*/

.content02 .content_inner {
    position: relative;
    padding: 8%;
	max-width: 1240px;
	width: 94%;
}
.content02 .content_inner::before,
.content02 .content_inner::after {
    position: absolute;
    top: -3px;
    width: var(--px60);
    height: 100%;
    content: '';
    border-top: solid 5px;
    border-bottom: solid 5px;
}
.content02 .content_inner::before {
    border-left: solid 5px;
    left: 0;
}
.content02 .content_inner::after {
    border-right: solid 5px;
    right: 0;
}

/*---背景文字---*/

.bgtxt {
    position: relative;
}
.bgtxt:before {
    content: "SUPPORT!!" !important;
    font-size: var(--px120);
    font-weight: bolder;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    width: max-content;
    top: 0;
    left: 50%;
    transform: translate(-50%, 70%);
    line-height: 1;
    font-family: var(--font-family02);
    color: #B6B6B6;
    opacity: 20%;
    z-index: -1;
}
@media print, screen and (max-width: 640px) {
	.bgtxt:before {
		font-size: var(--px160);
	}
}

/*-----------content03-----------*/

.content03 {
	position: relative;
    padding: var(--px120) 0;
    background: url(/wp-content/uploads/bgfix.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}
.content03:before {
    content: "";
    background: url(/wp-content/uploads/parts03.png) no-repeat;
    background-size: contain;
    display: block;
    width: var(--px50);
    height: var(--px120);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content03:after {
    content: "";
    background: #111;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 40%;
}
.content03 .boxlist {
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
	z-index: 1;
}
.post .boxlist li {
	display: flex;
	justify-content: center;
	align-items: center;
    border: solid 4px;
    background: #fff;
    border-radius: var(--px30);
    padding: var(--px60) var(--px50);
    text-align: center;
    font-weight: 700;
    font-size: var(--rem18);
}
.boxlist .boxttl {
    font-family: var(--font-family01);
    font-size: var(--rem28);
    font-weight: 600;
    text-align: center;
    color: #111;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;
}
.boxlist .boxttl:before,.boxlist .boxttl:after{
	content: none;
}
.color01 b {
	color: #0E4ECA;
}
.color02 b {
	color: #E60013;
}
.color03 b {
	color: #007513;
}


/*--------------------sec02--------------------*/

ul.content_inner.max_w1240 {
    margin: 0 auto;
}
.post .contentbox {
    position: relative;
    background: #fff;
    border-radius: var(--px30);
    border: solid 4px;
    padding: var(--px60);
    margin: 0 auto;
}
.post .contentbox + li {
    margin-top: var(--px80);
}
@media print, screen and (max-width: 414px) {
	.post .contentbox {
		padding: var(--px60) 6%;
	}
}
/*---label設定---*/

.contentbox .boxlabel {
    background: #E60013;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 5px 9%;
    border-radius: 50vh;
    font-size: var(--rem30);
	line-height: 1.4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*---見出し設定---*/

.contentbox .boxttl {
    background: #FFE9E9;
    padding: var(--px40);
    border-radius: 20px;
    font-size: var(--rem24w);
    line-height: 1.4;
    margin-bottom: var(--rem40);
    text-align: center;
}
.contentbox .boxttl b {
	color: #E60013;
}
@media print, screen and (max-width: 640px) {
	.contentbox .boxttl {
		text-align: left;
	}
}

/*---破線設定---*/

.post .contentbox ul.separate_border > li + li {
    background-size: 12px 4px;
    background-image: linear-gradient(to right, #000000 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: var(--px40);
    padding-top: var(--px40);
}

/*---共通flex設定---*/

.post .contentbox ul.separate_border > li .listinner {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

/*rev*/

.post .contentbox ul.revinner li:nth-of-type(even) .listinner {
    flex-direction: row-reverse;
}

@media print, screen and (max-width: 640px) {
	.post .contentbox ul.separate_border > li .listinner, .post .contentbox ul.revinner li:nth-of-type(even) .listinner {
		flex-direction: column;
	}
}

/*---box01---*/

.post .contentbox#box01 .txtarea {
	width: 66%;
    font-size: var(--rem24);
}
.post .contentbox#box01 .flexbox:first-of-type {
    padding-bottom: var(--px50);
    margin-top: var(--px40);
}
.post .contentbox#box01 > ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}
p.proftxt {
    text-align: center;
    margin-top: var(--px18);
    line-height: 1.6;
}
@media print, screen and (max-width: 640px) {
	.post .contentbox#box01 .imgarea img {
		max-width: 120px;
	}
	.post .contentbox#box01 .txtarea {
		width: 100%;
		margin-top: 10px;
	}
}

/*---box02---*/

.post .contentbox#box02 .txtarea {
   font-size: var(--rem24);
}
.post ul.checklist li .txtarea {
    position: relative;
    list-style: none;
    padding-left: calc(var(--rem80) + 1%);
    margin-left: 0;
    flex-grow: 1;
}
.post ul.checklist li .txtarea:before {
    content: "";
    background: url(/wp-content/uploads/check.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: var(--rem60);
    height: var(--rem60);
}

@media print, screen and (max-width: 640px) {
	.post .contentbox#box02 .imgarea {
		width: 100%;
		margin-top: 10px;
	}
	img.fukidashi02 {
		max-width: var(--px240);
	        height: 100%;
	}
}

/*---box03---*/

ul.centerlist {
    margin-top: var(--px40);
}
.centerlist li {
    background: #F1F1F1;
    padding: 20px;
	font-size: var(--rem20);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
    min-height: 300px;
}
.centerlist li .ico {
    max-width: var(--px180);
}
.size20 {
	font-size: var(--rem20)
}
@media print, screen and (max-width: 640px) {
	.post .contentbox#box03 ul.col3_list.centerlist li {
		width: 32% !important;
		padding: 10px;
		font-size: 1.3rem;
		min-height: 180px;
		margin-bottom: 0 !important;
	}
	.post .contentbox#box03 ul.col3_list.centerlist li p {
		line-height: 1.4;
	}
}

/*--------------------sec03--------------------*/

.careerarea .toparea {
    display: flex;
}
.careerarea .leftarea {
    width: 39%;
    background: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	text-align: center;
    padding: var(--px30);
    font-size: var(--rem30);
}
.careerarea .leftarea img {
    margin: 0;
}
.careerarea .leftarea p {
    line-height: 1.4;
}
.careerarea .rightarea {
    width: 61%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: var(--px30);
    gap: var(--px20);
}
.career01, .career02 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    gap: var(--px20);
    font-size: var(--rem20);
}
.careertxt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.post .labeltxt, .labeltxt {
    background: #0043C6;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 9%;
    border-radius: 50vh;
    font-size: var(--rem18);
    line-height: 1.2;
    margin: 0 0 var(--px20);
    text-align: center;
}
.post .careerarea .bottommarea, .careerarea .bottommarea {
    background: #111;
    padding: var(--px20);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: var(--px20);
    color: #fff;
}
@media print, screen and (max-width: 1240px) {
	.careerarea .toparea {
		flex-direction: column;
	}
	.careerarea .leftarea, .careerarea .rightarea {
		width: 100%;
	}
}
@media print, screen and (max-width: 640px) {
	.career01, .career02 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.career01 + .career02 {
		margin-top: var(--px40);
	}
	.careerarea .rightarea {
		padding: var(--px80);
	}
	.careerarea .bottommarea {
		padding: var(--px40) var(--px20);
	}
}

/*--------------------sec03--------------------*/

.post .checkicoarea, .checkicoarea {
    position: relative;
    padding: var(--px20) var(--px20) var(--px20) var(--px80);
    display: flex;
    align-items: center;
    font-size: var(--rem24);
}
.post .checkicoarea:before, .checkicoarea:before {
    content: "";
    background: url(/wp-content/uploads/check.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: var(--rem60);
    height: var(--rem60);
}
@media print, screen and (max-width: 640px) {
	.post .checkicoare, .checkicoarea {
		padding: var(--px80) var(--px20) var(--px20) var(--px80);
	}
}

/*--------------------sec05--------------------*/

.front_contents.sec05 {
    padding-top: 0;
}
.contentbox.bottombtnbox {
    padding: 0;
}
.contentbox .toparea {
    padding: var(--px80) var(--px60);
}
.contentbox .bottomarea {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    background: #111;
    border-radius: 0 0 var(--px20) var(--px20);
    padding: var(--px30);
}
.contentbox .bottomarea .linkBtn {
    margin: 0 auto;
}
ul.servicelist {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 600px;
    margin: var(--px40) auto 0;
}
ul.servicelist li {
    background: var(--color-secondary);
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    line-height: 1.4;
    border-radius: 5px;
}

/*---------------------------------------------------
下層
----------------------------------------------------*/
.fit-content {
    width: fit-content;
    margin: 0 auto;
}
.shrink {
    flex-shrink: 0;
}
.boxtxt li {
    background: #F1F1F1;
    padding: 20px;
    font-size: var(--rem16);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
    line-height: 1.4;
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
.gallery-caption {
    font-size: var(--rem12);
    line-height: 1.4;
    text-align: left;
}
@media print, screen and (max-width: 640px) {
	.read_txt {
		text-align: left;
		line-height: 1.8;
	}
}
header#h1Header h1.title {
    font-size: var(--rem36);
    font-family: var(--font-family01);
    font-weight: 600;
    letter-spacing: .2rem;
    text-align: center;
    text-shadow: none;
    padding: 0;
    z-index: 20;
    color: #111;
}
header#h1Header h1.title b {
    display: block;
    font-weight: 800;
    font-size: 80%;
}
#breadcrumb ul li {
    background: #fff;
}
#breadcrumb ul li b {
    display: none;
}
#thumbImg::before, header#h1Header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    opacity: .2;
    top: 0;
    left: 0;
    z-index: 1;
}

/*---------------------------------------------------
キャリアエリアテンプレートcareerarea
----------------------------------------------------*/

body.page-template-page-nosidebar-fullthumb-h1-careerarea #wrapper {
    width: 100%;
    max-width: none;
}
body.page-template-page-nosidebar-fullthumb-h1-careerarea #content {
    padding: 0 !important;
    margin: 0 auto;
}
body.page-template-page-nosidebar-fullthumb-h1-careerarea section {
    width: 94%;
    max-width: var(--content-max-width);
    margin: var(--px100w) auto var(--px180) !important;
	background: #fff;
    padding: var(--px80);
}

/*---------------------------------------------------
お問い合わせ
----------------------------------------------------*/

.wpcf7-form .must {
	background: #111;
}
.linkBtn.submit_btn {
    margin-left: auto;
    margin-right: auto;
	padding: 0;
}
.linkBtn.submit_btn input[type="submit"], .post .linkBtn.submit_btn input[type="submit"] {
    color: #fff;
    font-family: 'Noto Sans JP';
    padding: 12px 15px 15px 45px;
    width: 100%;
    text-align: left;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    top: inherit !important;
    bottom: -30px !important;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

/*---------------------------------------------------
サイトマップ
----------------------------------------------------*/

.post ul#sitemap_list.sitemap_disp_level_1 > li {
    margin-bottom: 5px;
    padding: var(--rem24) 0 var(--rem24) 5px;
    background: none;
    border-bottom: solid 1px var(--color-table-border);
}
.post ul#sitemap_list.sitemap_disp_level_1 > li a {
    font-weight: 600;
    font-family: var(--font-family01);
}
.post ul#sitemap_list.sitemap_disp_level_1 li a span.sub_ttl, .post ul#sitemap_list.sitemap_disp_level_1 li ul.children a {
    margin-left: 1rem;
    font-size: 80%;
	font-weight: 500;
}
.post ul#sitemap_list.sitemap_disp_level_1 > li a b {
    margin-left: 1rem;
    font-size: 90%;
}

/*----------------------------
privacy
-----------------------------*/

#privacy h3 {
    color: var(--color-font);
    font-size: var(--rem18);
    font-weight: 600;
    text-align: left;
    padding: 8px;
    margin: var(--px40w) auto var(--px20);
    background: #f1f1f1;
    border: none;
}

/*================================================
				　　求職者様へ
================================================*/

/*--プロセス--------------------------------------------*/

.post .flowlist01 img {
    display: block;
    margin: 0 0 0 auto;
    float: none;
    max-width: 200px;
    height: 100%;
    width: auto;
}
@media print, screen and (max-width: 640px) {
	.post .flowlist01 img {
		margin: 0 auto;
	}
}
.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
    margin-bottom: var(--px40);
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	background: #000000;
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
	font-style: italic;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #1A1A1A;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
    margin-bottom: var(--rem18);
    font-weight: 600;
    font-size: var(--rem18);
    background: #eee;
    padding: 0.2rem 0.8rem;
}

@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}
	.flowlist01 {
		padding-left: 10rem;
	}
	.flowlist01 > li .icon {
		left: -11rem;
	}
	.flowlist01::before {
		left: 10rem;
	}
	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}
	.flowlist01 > li dl::after {
		width: 30px;
	}
	.flowlist01 > li dl dt {
		font-size: 1.4rem;
	}
}
@media (max-width: 414px) {
	.flowlist01::before {
        left: 7rem;
		width: 10px;
    }
	.flowlist01 {
        padding-left: 7rem;
    }
	.flowlist01 > li .icon {
		left: -8rem;
        font-size: 1.1rem;
        padding: 0.5rem 0.8rem;
    }
	.flowlist01 > li dl {
        padding-left: 1.5rem;
    }
	.flowlist01 > li dl::before {
		width: 5px;
		height: 5px;
		left: -5px;
		top: 1.5rem;
	}
    .flowlist01 > li dl::after {
        width: 8px;
		top: 1.7rem;
    }
}