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

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
	--color-background02: #FCF9ED;
    --color-font: #4D4D4D;
    --color-primary: #EA7E34;
    --color-primary-shade: #C05A16;
    --color-primary-tint: #FAE39C;
    --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: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #4D4D4D;
    --header-color-primary: #EA7E34;
    --header-color-primary-shade: #C05A16;
    --header-color-primary-tint: #FAE39C;

    --footer-background: #fff;
    --footer-color-font: #4D4D4D;
    --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(--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;
}
.post h2::after {
    content: none;
}
[data-header-size=medium].sbi-header-type-text,
#sb_instagram #sbi_load {
    display: none;
}
/*------------------------------------------------------
幅フル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: 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: 414px) {
	.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: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

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

/*------------------------------------------------------
共通
------------------------------------------------------*/
.post h2, h2 {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-weight: bold;
    margin: 0 auto var(--px30);
}
.post p.read_text, p.read_text {
    font-size: var(--px16);
    line-height: 1.65;
    color: var(--color-font);
    margin: 0 auto;
    text-align: center;
}

.post h2.top_ttl, h2.top_ttl {
    color: var(--color-primary);
    font-family: var(--font-family02);
    font-size: var(--rem40);
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    margin: 0 0 var(--px60);
}
.post h2.top_ttl span.top_ttl_sub, h2.top_ttl span.top_ttl_sub {
    display: block;
    font-size: var(--rem20);
    color: var(--color-font);
    margin: 0 0 var(--px30);
}
.post p.top_text, p.top_text {
    font-size: var(--px16);
    line-height: 2.2;
    color: var(--color-font);
    text-align: left;
}
.post h2.top_ttl.ttl_icon, h2.top_ttl.ttl_icon {
    text-align: center;
    font-weight: bold;
    margin: 0 auto var(--px60);
}
.post h2.top_ttl.ttl_icon::before,
h2.top_ttl.ttl_icon::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_ttl.svg) no-repeat center top;
    width: 92px;
    height: 86px;
    text-align: center;
    margin: 0 auto var(--px20);
}
.post h2.top_ttl.ttl_icon span.top_ttl_sub,
h2.top_ttl.ttl_icon span.top_ttl_sub {
    font-size: var(--rem20);
    margin: 0 auto var(--px20);
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    border-radius: 100px; 
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    right: 20%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.linkBtn, .post .linkBtn {
    padding: 16px 30px 16px 10px;
}


/* インスタボタン */
.instaBtn, .post .instaBtn, a.instaBtn, .post .subimitarea .instaBtn input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 320px;
	font-size: var(--rem16);
    color: var(--color-font);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border-bottom: solid 2px;
    border-radius: 0;
    transition: all .3s;
}
.post .instaBtn .fa-instagram, .instaBtn .fa-instagram, a.instaBtn .fa-instagram {
    padding-right: 12px;
    font-size: var(--px24);
}
.post .instaBtn::after, .instaBtn::after, a.instaBtn::after {
    content: '\f138';
    position: absolute;
    font-size: var(--rem16);
	color: var(--color-primary);
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height: 1;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    transition: 0.3s all;
}
.post .instaBtn:hover, .instaBtn:hover, a.instaBtn:hover, .post .subimitarea .instaBtn input[type="submit"]:hover {
    border-bottom: solid 2px transparent;
	background: var(--color-primary-tint);
	color: #fff;
}
.post .instaBtn:hover::after, .instaBtn:hover::after, a.instaBtn:hover::after {
    color: #fff;
}
.subimitarea > .instaBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .instaBtn input[type="submit"] {
    margin-top: 0;
}
/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
nav#mainNav ul ul.sub-menu {
        background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
        color: var(--color-primary);
}

/* ナビゲーション */
nav#mainNav {
    margin-right: var(--px20);
}
nav#mainNav ul li a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.1205), 35px);
}

/* ボタン共通 */
#header .header__contact {
    align-items: center;
}
#header a.head_btn span {
    display: block;
}
.header__inner,
#header a.head_btn.mail_btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    color: #fff;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 2.2rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: 1;
    background: var(--color-primary-tint);
    color: #fff;
}

/* メールボタン */
#header ul.header__contact li.header__btn {
    height: 70%;
    margin-right: 12px;
}
#header a.head_btn.mail_btn {
    font-size: 1.6rem;
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    padding: var(--px20) var(--px30);
}
#header a.head_btn.mail_btn::before {
    font-size: 1.8rem;
    margin-bottom: -.1em;
}
#header a.head_btn.mail_btn:hover {
    opacity: .7;
    background: #fff;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

/* ハンバーガー */
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    width: 35px;
    transform: translate(-50%, 0) rotate(0);
    left: 50%;
    }
    .spmenu #menu.menuOpen span {
    height: 3px;/*線の太さを変更した場合はこちらも同様に変更*/
    -webkit-transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
    -ms-transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
    transform: translate(-50%, calc(50% + 5px)) rotate(-45deg);
    }
    .spmenu #menu.menuOpen span::before {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    bottom: auto;
    }
    .spmenu #menu.menuOpen span::after {
    opacity: 0;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    bottom: auto;
}
nav#mainNav a.menuOpen {
    border: none;
}

/* SP */
@media print, screen and (max-width: 768px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
    color: var(--footer-color-font);
    font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem); /* 1.4-1.1rem (1920-375) */
    padding: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) 0 30px; /* 50-35px(1920-375) */
    background: #fff;
}
#footer a {
    -webkit-transition: .2s;
    transition: .2s;
}
#footer .inner {
    width: 94%;
    max-width: var(--content-max-width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer ul {
    font-size: 100%;
    padding: 0;
}
#footer ul li {
    display: block;
    padding: 0;
    margin: 0;
}
#footer ul li::before {
    content: none;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
}
#footer ul li a {
    padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--color-font);
}
#footer img {
    width: auto;
    max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin: 0 auto;
    width: 94%;
    max-width: var(--content-max-width);
}
#footer .footer__logo img {
    max-width: 320px;
    max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
    -o-object-fit: contain;
    object-fit: contain;
}
/*------SNS
--------------------------------------------*/
#footer .socialicon ul, .socialicon ul {
    justify-content: flex-start;
    width: 94%;
    max-width: var(--content-max-width);
    margin: var(--px20) auto var(--px80);
}
#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 {
    color: var(--color-font);
}
@media print, screen and (max-width: 768px) {
    #footer .socialicon ul, .socialicon ul {
        justify-content: center;
    }
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
    float: none;
}
#footer .footnav ul {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .footnav ul > li {
    position: relative;
    padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    margin-bottom: 0;
    line-height: 1;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-font);
    top: 0;
}
#footer .footnav ul > li::before {
    left: 0;
}
#footer .footnav ul > li::after {
    right: -1px;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
    #footer .footer__logo:not(:last-child) {
            text-align: center;
    }
    #footer .inner {
            display: block;
    }
    #footer .footnav ul > li {
            margin-bottom: 2em;
    }
}

/*------コピーライト
--------------------------------------------*/
#copyright {
    color: var(--color-font);
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
    letter-spacing: .1rem;
    padding: 0;
    background: transparent;
    margin: 0;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 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;
}
.wpcf7-form .must {
	background: var(--color-primary)
}
.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);
    padding: 0;
}

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

/*------------------------------------------------------
TOP
------------------------------------------------------*/
/* 私たちの想い */
.aboutTop {
	position: relative;
    padding: var(--px60) 0;
    background: var(--color-background02);
    max-width: 100vw;
}
.aboutTop_wrap {
	position: relative;
	max-width: 1400px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.aboutTop .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
    border-radius: 50px;
}
.aboutTop .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutTop .txtarea {
    padding: 0 var(--px60);
    margin: 0;
    position: relative;
}
.aboutTop .txtinner {
    position: relative;
    z-index: 10;
}
.bg_illust01 {
    position: absolute;
    top: -15%;
    right: -10%;
    z-index: 1;
}
.bg_illust02 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    z-index: 1;
}
@media print, screen and (max-width: 768px) {
    .aboutTop .txtarea {
        padding: var(--px60) var(--px20);
    }
}

/* 事業内容 */
.serviceTop_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.serviceTop_list > li {
	position: relative;
	background: transparent;
}
.serviceTop_list .number {
    position: absolute;
    top: -13%;
    left: 0;
    z-index: 99;
    width: 20%;
}
.serviceTop_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.serviceTop_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 50px;
}
.serviceTop_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}
.serviceTop_list .txtarea .serviceTop_ttl {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem24);
    font-weight: bold;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
@media print, screen and (max-width: 768px) {
    .post .col3_list.serviceTop_list > li {
        margin-bottom: 12%;
    }
    .serviceTop_list .number {
        position: absolute;
        top: -6%;
        left: 0;
        z-index: 99;
        width: 14%;
    }
}

/* 利用案内・採用情報 */
.smile {
	position: relative;
    padding: var(--px100) 0;
    background: var(--color-background02);
    max-width: 100vw;
}
.smile_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.smile .txtarea {
    background: #fff;
    border-radius: 50px;
    padding: var(--px60) var(--px50);
    margin: 0;
    position: relative;
}
.smile .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.smile .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.smile .txtinner {
    position: relative;
    z-index: 10;
}
.bg_illust03 {
    position: absolute;
    width: 50%;
    top: -30%;
    left: -10%;
    z-index: 1;
}
.bg_illust04 {
    position: absolute;
    width: 50%;
    top: -20%;
    right: -5%;
    z-index: 1;
}


/* アクセス */
.post table.table_style01, .post table.table_style01 th, .post table.table_style01 td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table.table_style01 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style01 th, .post table.table_style01 td {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
.post table.table_style01 th {
	width: 25%;
	color: var(--color-background);
	font-weight: 600;
	background: var(--color-primary);
}
.post table.table_style01 td {
	color: var(--color-font);
	background: none;
}
.post table.table_style01:first-child {
	margin-top: 0;
}
.post table.table_style01:last-child {
	margin-bottom: 0;
}

/* お問い合わせ */
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/bg_cta.png) no-repeat center / cover;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt05 .wrapper_content {
    background: rgba(238, 238, 238, .9);
    border-radius: 50px;
    padding: var(--px100) var(--px40);
}
#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%;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 700;
	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);
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
	color: #FFF;
	background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50px 0 0 50px;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: var(--color-primary);
	background: #fff;
    border: 1px solid #fff;
    border-radius: 0 50px 50px 0;
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
	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::after {
	content: none;
}
#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.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#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.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: 1.3rem;
	font-weight: 500;
}
#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: center;
	max-width: 960px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) 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 (max-width: 640px) {
    #foot-contact_pt05 a.f-contact_btn.telBtn {
        border-radius: 30px 30px 0 0;
        height: 114px;
    }
    #foot-contact_pt05 a.f-contact_btn.mailBtn {
        border-radius: 0 0 30px 30px;
        height: 114px;
    }
}

/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}

.companyTop iframe {
    width: 100%;
}


/* お知らせ */
h1.title:first-child, #front-sectionPost h1:first-child {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-weight: bold;
}
.postlist .time {
    background: var(--color-primary-tint);
}
.postlist .time a {
    color: var(--color-font);
}
#front_top_content, #front_bottom_content {
    background: var(--color-background02) !important;
    max-width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}




/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

#thumbImg::before, header#h1Header::before {
    background: none;
}
h1.title, .post h1, header#h1Header h1.title {
    font-family: var(--font-family02);
    color: #333;
}

/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
	margin: 2rem 0;
    text-align: center;
}
	
.txtarea {
    padding: 0 2rem;
}
/*------------------------------------------------------------
 ナンバリング02
------------------------------------------------------------*/

.num_list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.num_list02 > li {
	position: relative;
	width: 100%;
	margin-top: var(--px40w);
	padding: var(--px80) var(--px40) var(--px60);
	border: 2px solid;
	border-radius: 15px;
}
.num_list02 > li::before {
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	position: absolute;
	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;
	width: var(--px80);
	height: var(--px80);
	color: var(--color-font);
	background: #fff;
	font-size: var(--px30);
    font-family: var(--font-family02);
	border-radius: 50%;
	border: 2px solid;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.num_list02 .num_listttl {
	background: none;
	font-size: var(--rem20w);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: 0;
	margin: 0 auto var(--rem12);
	border: none;
}
.num_list02 .num_listttl::before {
	display: block;
	position: static;
	color: var(--color-font);
	font-size: var(--px80);
	font-weight: normal;
	font-family: 'FontAwesome';
	line-height: 1;
	margin: 0 auto var(--px20);
	width: auto;
	height: auto;
}
/* .num_list02 .num01::before {
	content: '\f0e6';
}
.num_list02 .num02::before {
	content: '\f1ec';
}
.num_list02 .num03::before {
	content: '\f0d1';
}
.num_list02 .num04::before {
	content: '\f0e7';
}
	 */
/*---------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: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンデザイン---*/

.link_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: 14px var(--px40) 12px;
    border-radius: 50vw;
    -webkit-transition: .3s;
    transition: .3s;
	border: solid 2px var(--color-font);
}
.link_btn::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn:hover {
    color: var(--color-font);
	background: #fff;
	border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
    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;
    justify-content: center;
    margin: var(--px40) auto;
    gap: 1%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
    width: auto;
    min-width: 240px;
    height: 100%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 48%;
	}
	.post ul.linkbtn_list > li a.link_btn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}

/*================================================
				採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}