@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=Zen+Maru+Gothic&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #D8AA4E;
	--color-primary-shade: #ECE6DC;
	--color-primary-tint: #E2C16F;
	--color-secondary: #4A81A3;
	--color-secondary-tint: #80a7bf;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: "Zen Maru Gothic", serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F2EEEA;
	--header-color-font: #444;
	--header-color-primary: #D8AA4E;
	--header-color-primary-shade: #ECE6DC;
	--header-color-primary-tint: #E2C16F;
	/*------▼フッター設定▼------*/
	--footer-background: #F2EEEA;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Zen Maru Gothic", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            &:is(.ttl--primary--mod_01) {
                margin-bottom: var(--rem20);
                .ttl--primary__ja {
                    margin-left: 0;
                    margin-right: 0;
                    &::before, &::after {
                        display: none;
                    }
                }
            }
            .ttl--primary__en {
                color: var(--color-primary);
				font-family: var(--font-family03);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
                letter-spacing: .1em;
                margin-bottom: -2px;
            }
            .ttl--primary__ja {
                font-family: var(--font-family03);
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                &::before, &::after {
                    display: block;
                    content: "";
                    width: 1.4em;
                    height: 4px;
                    background-color: var(--color-primary);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }
                &::before {
                    left: calc((var(--px24) + 1.4em)* -1);
                    
                }
                &::after {
                    right: calc((var(--px24) + 1.4em)* -1);
                    
                }
            }
        }
    }
    p {
        line-height:2;
    }
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .cards {
        display: flex;
        justify-content: center;
        gap: 4%;
        width: 94%;
        @media screen and (max-width: 768px) {
            flex-wrap: wrap;
        }
        .cards__link {
            display: flex;
            background: var(--color-primary-tint);
            border-radius: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
            border: 6px solid var(--color-primary);
            @media screen and (max-width: 768px) {
                width: 50% !important;
            }
            @media screen and (max-width: 414px) {
                width: 100% !important;
            }
            &:is(.cards__link--blue) {
                background: var(--color-secondary);
                border-color: var(--color-secondary);
                @media screen and (max-width: 768px) {
                    margin-bottom: 0;
                }
            }
            & > img {
                width: 30%;
                background: #fff;
                border-radius: calc(min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem) - 6px) 0 0 calc(min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem) - 6px);
            }
            .cards__copy {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: var(--px30);
                width: 70%;
                align-self: center;
                color: #fff;
                font-size: var(--rem40);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
                text-align: center;
                padding: var(--rem16);
                @media screen and (max-width: 1080px) {
                    font-size: var(--rem28);
                }
                &::after {
                    display: block;
                    content: "\f061";
                    width: auto;
                    height: auto;
                    font-size: var(--rem40);
                    font-family: 'FontAwesome';
                    font-weight: 400;
                    line-height: 1;
                }
                @media screen and (max-width: 1080px) {
                    &::after {
                        font-size: var(--rem20);
                    }
                }
            }
        }
    }
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
    &.max-w--1700 {
		max-width: 1700px;
	}
}

/**/

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

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: var(--rem80);
    margin-top: calc(var(--rem80) * -1);
}

/*-----------------------------
card
------------------------------*/
  .toptxtarea {
    max-width: 960px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .card01_wrap {
    position: relative;
    margin: var(--px60) 0 0;
  }
  .card01_inner {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    overflow: hidden;
    line-height: 0;
  }
  .card01_list .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card01_list .txtarea {
    padding: var(--rem40) 0 0 0;
    line-height: 1.6;
    text-align: left;
    background: transparent;
    p:not(txtstyle02) {
        font-weight: 700;
        line-height: 2.2;
        letter-spacing: .1em;
    }
  }
    
  /*---------txtstyle02 -----------*/
    
  .post .txtstyle02, .txtstyle02 {
    font-family: var(--font-family03);
    font-size: var(--rem36);
    font-weight: 600;
    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-family: var(--font-family03);
    font-size: var(--rem30);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2em;
    margin: 0 0 var(--rem30);
    @media screen and (max-width: 1080px) {
        font-size: var(--rem20);
    }
    @media screen and (max-width: 768px) {
        margin: 0 0 var(--rem20);
    }
  }

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

/*---------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: 46.5%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
        margin-bottom: 15%;
	}
	.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;
    &:is(.col3_list_mod-01) {
        .txtarea {
            .txtstyle02 {
                color: var(--color-primary);
                font-size: var(--rem20);
                font-weight: 700;
                letter-spacing: 0;
            }
        }
    }
}
.post .col3_list > li {
    width: 31.5%;
	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%;
        margin-bottom: 15%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
column_05
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column05 {
	position: relative;
	margin: 0;
}
.column05_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}
.column05_wrap + .column05_wrap {
	margin-top: calc(100px + 70px);
}
.column05 .imgarea {
	position: relative;
	aspect-ratio: 1336 / 760;
    border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
	overflow: hidden;
	width: 70%;
    min-height: 580px;
    @media screen and (max-width: 768px) {
        min-height: unset;
    }
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 45%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
    border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
	padding: var(--px80) var(--px40);
	margin: 0 auto 0 -15%;
	z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 540px;
}
@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + 70px);
	}
	.column05_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column05_wrap.rev .txtarea {
		margin: 0 -15% 0 auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
	}
	.column05_wrap.rev {
		flex-direction: row;
	}
	.column05 .imgarea, .column05 .txtarea {
		width: 90%;
	}
	.column05 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	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 .column05 .txtstyle02, .column05 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column05 .txtstyle04, .column05 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column05 .txtstyle04:after, .column05 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
.linkBtn:is(.linkBtn--round) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--px16);
    max-width: 240px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 50vh;
    padding: 23px 20px;
    text-align: center;
    &::after {
        content: "\f061";
        width: auto;
        height: auto;
        font-size: var(--rem16);
        font-family: 'FontAwesome';
        font-weight: 400;
        line-height: 1;
        border: none;
        margin-top: 0;
        position: static;
        transform: unset;
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header ul.header__contact {
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 40px);
                background: #444;
                position: absolute;
                top: 20px;
                left: 0;
            }
        }
    }
    #header .logo {
        padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px) min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) var(--px40);
    }
	#header .logo img {
		width: 100%;
		max-width: 193px;
		max-height: 20px;
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: var(--color-primary);
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        &:hover {
            background-color: var(--color-primary-tint);
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary);
        }
        &::before {
            color: var(--color-primary);
        }
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        color: var(--color-primary);
        font-size: var(--rem16);
        font-family: 'FontAwesome';
        font-size: .75em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem20);
        font-weight: 700;
        letter-spacing: .1em;
        background: transparent;
        margin-bottom: 3px;
    }
	#header a.head_btn .tel_btn__faxnum {
		font-size: 80%;
	}
    #header a.head_btn.mail_btn {
        font-size: var(--rem18);
        flex-direction: row;
        align-items: center;
        letter-spacing: .1em;
        background: transparent;
        padding-left: var(--rem30);
        padding-right: var(--rem30);
        &:hover {
            color: var(--color-primary);
        }
    }
    #header a.head_btn.mail_btn::before {
        color: var(--color-primary);
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
	nav#mainNav ul li:has(> .sub-menu) {
		&:hover {
			background: var(--color-primary);
			a b {
				color: #000;
			}
		}
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a {
        font-size: var(--rem18);
        letter-spacing: .1em;
        padding: var(--px20) var(--px24);
    }
    nav#mainNav ul li a:hover {
        background: var(--color-primary);
        b {
            color: #000;
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: #000;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
        &:hover {
            background: var(--color-primary);
        }
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
		nav#mainNav ul li.current-menu-item:hover a b, nav#mainNav ul li.current-menu-parent a:hover b {
			color: #000;
        }
    }
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 15px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 15px;
	}
}

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.2rem;
	}

    #header .head_btn .tel_btn__num {
        font-size: 1.2;
    }

	#header .head_btn.mail_btn {
		font-size: 1.2rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
        max-width: 276px;
        height: 28px;
    }
    .footer__logo:not(:last-child) {
        margin-bottom: 40px;
    }
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
    background: var(--color-primary-shade);
	position: relative;
	padding: var(--px120) 0;
	z-index: 0;
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            &:is(.ttl--primary--mod_01) {
                margin-bottom: var(--rem20);
                .ttl--primary__ja {
                    margin-left: 0;
                    margin-right: 0;
                    &::before, &::after {
                        display: none;
                    }
                }
            }
            .ttl--primary__en {
                color: var(--color-primary);
				font-family: var(--font-family03);
                font-size: var(--rem24);
                font-weight: 700;
                line-height: 1;
                letter-spacing: .1em;
                margin-bottom: -2px;
            }
            .ttl--primary__ja {
                font-family: var(--font-family03);
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                &::before, &::after {
                    display: block;
                    content: "";
                    width: 1.4em;
                    height: 4px;
                    background-color: var(--color-primary);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }
                &::before {
                    left: calc((var(--px24) + 1.4em)* -1);
                    
                }
                &::after {
                    right: calc((var(--px24) + 1.4em)* -1);
                    
                }
            }
        }
    }
}
.cta02:before {
    content: "";
    background: #F2EEEA;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cta02 .cta02_wrap {
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
	padding: var(--rem120) var(--px40);
	background: #fff;
    border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
	position: relative;
	z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
    gap: var(--px30);
    max-width: 960px;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    background: #fff;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 50vh;
    transition: all ease .15s;
}
.cta02 .item:hover{
	opacity: 0.8;
}
	
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta02 .infotxt {
	font-size: var(--rem18);	
	font-weight: 700;
}
	
/*電話ボタン*/
	
.cta02 .telnum {
    font-family: var(--font-family01);
	font-size: var(--rem36);
    font-weight: 500;
	margin-bottom: 1rem;
}
.cta02 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta02 a.telbtn {
    background: var(--color-primary);
	color: #fff;
    .infotxt {
        .note, b {
            font-size: var(--rem16);
            font-weight: 700;
        }
    }
}
	
/*メールボタン*/
	
.cta02 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta02 a.mailbtn {
    background: var(--color-secondary);
	color: #fff;
}
	
/*ボタンアイコン*/
	
.cta02 .mailbtn .btnttl::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta02 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
}
/* CONTENT01 */
#top_service {
    padding: 0 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    @media screen and (max-width: 768px) {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    }
    &.bg_wide::before {
        background: #F2EEEA url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    }
    .linkBtn.linkBtn--round {
        @media screen and (max-width: 768px) {
            margin-top: var(--rem80);
        }
    }
}
/* CONTENT02 */
#top_strengths {
    padding: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    &.bg_wide::before {
        background: var(--color-primary-shade);
    }
    .linkBtn.linkBtn--round {
        @media screen and (max-width: 768px) {
            margin-top: var(--rem80);
        }
    }
}
/* CONTENT03 */
#top_links {
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    background: #fff;
}
/* CONTENT04 */
#top_company {
    background: #F2EEEA;
    .front_contents {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0;
    }
    .linkBtn.linkBtn--round {
        margin-left: 0;
    }
}
/* CONTENT05 */
#top_recruit {
    background: #F2EEEA;
    .front_contents {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0;
    }
    .imgarea {
        border-radius: 0 min(calc(10rem + (1vw - 1.92rem)* 3.2362), 10rem) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    }
    .txtarea {
        border-radius: min(calc(10rem + (1vw - 1.92rem)* 3.2362), 10rem) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    }
    .linkBtn.linkBtn--round {
        margin-left: 0;
    }
}
/* POST */
.top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.postlist {
    .post_text {
        color: #CCC;
        padding: 26px 0;
    }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.postlist .ttls, .postlist .date {
    color: var(--color-font);
    font-size: 100%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary);

}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	line-height: 1.2 !important;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #content.wide {
        padding: var(--px100w) 0 var(--px80);
    }
    background: #F2EEEA;
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        font-size: var(--rem36);
        font-family: var(--font-family03);
        font-weight: 700;
    }
    &.post, .post {
        .heading_mod-01 {
            color: var(--color-secondary);
            font-size: var(--rem30);
            font-weight: 700;
            letter-spacing: 0;
            padding: .3em 0 .4em var(--rem30);
            border-left: .4em solid var(--color-primary);
            border-bottom: none;
            &::before, &::after {
                display: none;
            }
        }
        h2, h3, h4, h5, h6 {
            font-family: var(--font-family03);
            letter-spacing: 0;
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
		/* table {
            border-collapse: separate;
            border-spacing: 0 2px;
            border: none;
        } */
        table {
            border: none;
			&:is(.table_mod-01) {
				@media screen and (max-width: 640px) {
					border-bottom: 1px solid var(--color-primary);
					th {
						border-bottom: none;
						padding-bottom: 0;
					}
					td {
						padding-top: 5px;
					}
				}
			}
        }
        table th, table td {
            font-size: var(--rem16);
            background: transparent;
            padding: var(--rem30) var(--rem24);
            line-height: 1.4;
            border-color: var(--color-primary);
            border-left: none;
            border-right: none;
        }
        table th {
            font-weight: 700;
            vertical-align: middle;
            min-width: 7em;
        }
        .table_mod_01 {
            th, td {
                border: 1px solid var(--color-primary-shade);
            }
            th {
                color: #fff;
                background: var(--color-primary);
            }
        }
        .lh_mod-01 {
            line-height: 2.5;
        }
        .lh_mod-02 {
            line-height: 3;
        }
        .border_mod-01 {
            border: 2px solid var(--color-primary);
            border-radius: 10px;
        }
		.w-100pct {
			width: 100%;
		}
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .mlr_0 {
            margin-left: 0;
            margin-right: 0;
        }
        .marker.primay {
            background: linear-gradient(transparent 60%, rgba(226, 193, 111, .9) 60%);
        }
        .anchorLinks {
            display: flex;
        }
    }
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
    @media screen and (max-width: 768px) {
        aspect-ratio: 400 / 380;
    }
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: none;
    object-fit: contain;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	padding: var(--rem80) var(--rem28);
    h3 {
        width: 100%;
        color: var(--color-primary);
        font-family: var(--font-family03);
        font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
        font-weight: 700;
        padding-left: 0;
        border-color: var(--color-secondary);
    }
}
@media print, screen and (min-width: 769px) {
	/* .teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	} */
	.teleco_v1 .w50.image_box img {
		width: 65%;
		height: auto;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	/* .teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	} */
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid var(--color-primary-shade);
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: var(--color-font);
	background: #fff;
	line-height: 1.0;
	padding: 3rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid var(--color-primary-shade);
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary);
	line-height: 1.0;
	padding: 3rem 1rem;
    color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family01);
	border-right: 1px solid var(--color-primary-shade);
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
    align-self: center;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid var(--color-primary-shade);
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

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

.post .lead {
    color: var(--color-secondary);
	font-size: var(--rem30);
	font-weight: 700;
    letter-spacing: .1em;
    span {
        padding: 0 .9em;
        @media screen and (max-width: 768px) {
            padding: 0;
        }
    }
}

.post .lead_en {
    font-family: var(--font-family01);
	font-size: var(--rem28);
	color: var(--color-secondary);
	letter-spacing: 0.3rem;
}

/*--幅フル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: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.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;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}
/*================================================
					ダウンロード資料
================================================*/
ul.pagedldoc_btnlist {
    justify-content: center;
}
ul.pagedldoc_btnlist a.linkBtn {
    max-width: 100%;
    margin-top: 20px;
    padding-inline: 30px;
}
ul.pagedldoc_btnlist a.linkBtn.cc_blue {
    background: var(--color-secondary);
	&:hover{
		opacity: 0.8;
	}
}
@media print, screen and (max-width: 768px) {
	ul.pagedldoc_btnlist li + li {
    margin-top: 30px;
}
}
/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
                th, td {
                    border: 1px solid var(--color-primary-shade);
                }
                th {width: 30%;
                    color: #fff;
                    background: var(--color-primary);
                }
			}
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
			}
		}
	}
}