	@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=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

	:root {
	    /*------▼基本設定▼------*/
	    --color-background: #fff;
	    --color-font: #524646;
	    --color-primary: #E8C59C;
	    --color-primary-shade: #CEEBD2;
	    --color-secondary: #E80303;
	    --color-secondary-tint: #F9F0E7;
	    --color-table-border: #524646;
	    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	    /* 1.6-1.4rem (1920-375) */
	    --body-font-family: "Noto Sans JP", sans-serif;
	    --content-max-width: 1600px;
	    --max-wide: calc(((100vw - 100%) / 2) * -1);
	    --max-wide-inner: calc((100vw - var(--content-max-width)) / 2);
	    /*------▼ヘッダー設定▼------*/
	    --header-background: white;
	    --header-color-font: #524646;
	    --header-color-primary: #CEEBD2;
	    --header-color-primary-shade: linear-gradient(70deg, rgba(230, 203, 114, 1) 0%, rgba(208, 164, 37, 1) 50%, rgba(190, 132, 9, 1) 100%);
	    --header-color-primary-tint: #707070;
	    /*------▼フッター設定▼------*/
	    --footer-background: #ffffff;
	    --footer-color-font: #524646;
	    --footer-color-primary: #524646;
	    /*------▼フォント設定▼------*/
	    --font-family01: "Barlow", sans-serif;
	    --font-family02: "Oswald", sans-serif;
	}

	.mt15 {
	    margin-top: 150px !important;
	}

	.mt20 {
	    margin-top: 200px !important;
	}

	.post p {
	    line-height: 2.0;
	}

	@media print,
	screen and (max-width: 768px) {
	    body {
	        font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
	    }

	    .post p {
	        line-height: 1.75;
	    }
	}

	.bg_re {
	    position: relative;
	}

	.bg_max {
	    margin-left: var(--max-wide);
	    margin-right: var(--max-wide);
	}

	.gap1 {
	    gap: 1%;
	}

	.gap3 {
	    gap: 3%;
	}

	.post .txt_bold,
	.txt_bold {
	    font-weight: 600;
	}

	.w_fit {
	    max-width: fit-content
	}

	.flex_wrap {
	    flex-wrap: wrap;
	}

	.gap_col_row {
	    row-gap: 3em;
	}

	.txt_red {
	    color: red;
	}

	.txt_white {
	    color: white;
	}

	.ap_1 img {
	    width: 100%;
	    aspect-ratio: 1;
	    object-fit: cover;
	}

	.ap_3_2 img {
	    width: 100%;
	    aspect-ratio: 3/2;
	    object-fit: cover;
	}

	.ap_8_5 img {
	    width: 100%;
	    aspect-ratio: 8/5;
	    object-fit: cover;
	}

	.ra_15 img {
	    border-radius: 15px;
	}

	.ra_25 img {
	    border-radius: 25px;
	}

	.ra_30 img {
	    border-radius: 30px;
	}

	.em_txt,
	.post .em_txt {
	    font-size: var(--rem48w);
	    line-height: 1.2;
	    font-family: var(--font-family02);
	}

	.mid_txt,
	.post .mid_txt {
	    font-size: var(--rem24);
	    font-weight: 500;
	}

	.min_txt,
	.post .min_txt {
	    font-size: var(--rem16);
	    font-weight: 500;
	    line-height: 1.3;
	}

	.em_txt,
	.post .em_txt {
	    font-family: var(--font-family01);
	}

	/*blog*/
	#front_top_content,
	#front_bottom_content {
	    background: transparent;
	}

	.post .time,
	.postlist .time,
	.post2b .time,
	.post4b .time {
	    background: var(--color-primary);
	}

	/*metaslider*/
	#mainImg img {
	    height: auto;
	}

	/*GM*/
	@media print,
	screen and (min-width: 1024px) {

	    nav#mainNav ul li a:hover span,
	    nav#mainNav ul li a:active span,
	    nav#mainNav ul li.current-menu-item a span,
	    nav#mainNav ul li.current-menu-item a b,
	    nav#mainNav ul li a:hover b,
	    nav#mainNav ul li a:active b,
	    nav#mainNav ul li.current-menu-parent a b,
	    nav#mainNav ul li.current-menu-parent a span {
	        color: var(--header-color-font);
	    }

	    nav#mainNav ul li.current-menu-parent a span,
	    nav#mainNav ul li a span,
	    nav#mainNav ul li a:hover span,
	    nav#mainNav ul li.current-menu-item a span {
	        font-weight: 400;
	        font-family: var(--body-font-family);
	        color: var(--header-color-font);
	        font-size: var(--rem12);
	    }

	    #header a.head_btn {
	        flex-direction: column;
	        background: var(--header-color-primary);
	        color: var(--color-font);
	        font-family: var(--body-font-family);
	        font-weight: 600;
	        font-size: var(--rem14);
	    }

	    #header a.head_btn.tel_btn span {
	        font-size: var(--rem24);
	        line-height: 1.0;
	    }

	    #header a.head_btn.tel_btn {
	        color: var(--header-color-font);
	    }

	    #header a.head_btn.saiyou_tel_btn {
	        background: var(--header-color-primary-shade);
	        color: var(--header-color-font);
	    }

	    #header a.head_btn b {
	        font-weight: 600;
	        font-size: 10px;
	        font-family: var(--body-font-family);
	    }

	    #header a.head_btn b .note b {
	        margin-right: 0.5rem;
	    }

	    #header a.head_btn:hover {
	        opacity: 0.7;
	    }

	    #header a.head_btn.mail_btn:hover {
	        background: var(--header-color-primary);
	        opacity: 0.7;
	    }

	    #header a.head_btn i,
	    #header a.head_btn img {
	        margin-right: 0.5em;
	    }

	    #header a.head_btn img {
	        vertical-align: bottom;
	    }

	    nav#mainNav ul li a:hover,
	    .sticky-header #header>.inner,
	    nav#mainNav ul li.current-menu-item a,
	    nav#mainNav ul li.current-menu-item a:hover,
	    nav#mainNav ul li a {
	        background: var(--header-background);
	        font-size: var(--rem16);
	    }

	    nav#mainNav ul li a:hover {
	        opacity: 0.75;
	    }

	    nav#mainNav ul li ul.sub-menu li.current-menu-item a::before,
	    nav#mainNav ul.sub-menu li a:hover::before {
	        border-bottom: none;
	    }

	    nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	    nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	    nav#mainNav ul li ul.sub-menu li a {
	        margin-left: 0;
	        width: 300px;
	        color: var(--header-color-font);
	    }

	    nav#mainNav ul li ul.sub-menu li a:hover {
	        background: var(--header-color-primary);
	        width: 300px;
	        margin-left: 0;
	        color: white;
	    }

	    nav#mainNav ul.sub-menu li.current-menu-item a::before,
	    nav#mainNav ul.sub-menu li a:hover::before,
	    nav#mainNav ul li:hover ul.sub-menu a:before {
	        content: none;
	    }

	    nav#mainNav ul li a b {
	        font-weight: 600;
	        font-family: var(--body-font-family);
	        color: var(--header-color-font);
	    }

	    nav#mainNav ul li a::after {
	        content: '';
	        position: absolute;
	        width: 0;
	        height: 1px;
	        background: var(--header-color-font);
	        left: 50%;
	        bottom: 15px;
	        -webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	        -webkit-transition: .4s;
	        transition: .4s;
	    }

	    nav#mainNav ul li.menu-item-type-custom a::after {
	        content: none;
	    }

	    .sticky-header #header-layout {
	        background: white;
	    }

	    header#h1Header {
	        background: white;
	    }
	}

	/*table*/
	.post table th {
	    background: var(--color-secondary-tint);
	}

	.post table.responsive th {
	    background: var(--color-secondary-tint);
	}

	.googlemap {
	    padding-bottom: 20%;
	    margin: var(--px50) auto;
	}

	@media print,
	screen and (max-width: 768px) {
	    .googlemap {
	        padding-bottom: 70%;
	    }
	}

	/*ul*/
	ul.dotto {
	    list-style: none;
	    margin-top: 1rem;
	    margin-bottom: 1rem;
	}

	ul.dotto li {
	    position: relative;
	    line-height: 1.3;
	    margin-bottom: 0.5rem !important;
	    margin-left: 2rem;
	}

	ul.dotto li::before {
	    content: '';
	    display: inline-block;
	    position: absolute;
	    top: 13px;
	    left: -20px;
	    width: 5px;
	    height: 5px;
	    background-color: var(--color-font);
	    border-radius: 100px;
	}

	/* .numlist の li の先頭に自動連番を表示するCSS */
	ul.numlist {
	    counter-reset: numlist;
	    list-style: none;
	    padding-left: 0;
	    margin-top: 1rem;
	    margin-bottom: 1rem;
	}

	ul.numlist li {
	    position: relative;
	    counter-increment: numlist;
	    padding-left: 1.5em;
	}

	ul.numlist li::before {
	    content: counter(numlist) ".";
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: var(--color-primary-shade);
	    /* お好みで色を調整 */
	    font-size: 1em;
	}

	#thumbImg::before,
	header#h1Header::before {
	    opacity: 0;
	}

	.linkBtn,
	.post .linkBtn {
	    background: none;
	    color: var(--color-font);
	    max-width: 300px;
	    font-weight: 600;
	    font-size: var(--rem16);
	    border-radius: 0;
	    padding: 20px 30px 20px 10px;
	}

	.linkBtn::after,
	.post .linkBtn::after {
	    content: "";
	    width: 40px;
	    height: 40px;
	    background: url(/wp-content/uploads/btn-icon-right.png) no-repeat center center / contain;
	    transform: translate(50%, 13px);
	    margin: 0;
	    border: none;
	    top: 0;
	    bottom: 0;
	}

	.linkBtn:hover,
	.post .linkBtn:hover {
	    background: none;
	    color: var(--color-font);
	    opacity: 0.75;
	}

	/*top*/
	@media print,
	screen and (max-width: 1650px) {

	    .top .inner,
	    .cta .inner {
	        width: 90%;
	        margin-left: auto;
	        margin-right: auto;
	    }
	}

	.post h2 {
	    color: #B07736;
	    font-weight: 400;
	    font-size: var(--rem40);
	}

	.top h2,
	.cta h2 {
	    text-align: center;
	    font-family: var(--font-family01);
	    font-size: min(calc(6.4rem + (1vw - 1.92rem) * 1.5534), 6.4rem);
	    color: var(--color-primary);
	    line-height: 1.4;
	    font-weight: 400;
	    position: relative;
	    margin-bottom: 5rem;
	    letter-spacing: 1;
	}

	.cta h2 {
	    color: var(--color-font);
	}

	.post h2 .sub_ttl,
	.cta h2 .sub_ttl {
	    display: block;
	    color: var(--color-font);
	    font-family: var(--body-font-family);
	    font-weight: 500;
	    font-size: var(--rem24);
	    line-height: 2.0;
	}

	.post h2::after,
	.cta h2::after {
	    position: absolute;
	    content: '';
	    height: 0px;
	    width: 10rem;
	    z-index: 100;
	    display: inline-block;
	    bottom: -30px;
	    left: 50%;
	    transform: translateY(-50%) translateX(-50%);
	    border-bottom: solid 4px;
	    border-image: linear-gradient(to right, #FFF261 0%, #FFF261 50%, var(--color-primary-shade) 50%, var(--color-primary-shade) 100%) 1;
	}

	.top h3 {
	    padding: var(--rem20) var(--rem36);
	    border: none;
	    color: var(--color-font);
	}

	.top .flexbox {
	    flex-wrap: nowrap;
	}

	.top.sec01 .inner {
	    background: white;
	    padding: 15rem 3.5rem 8rem;
	}

	.top.sec01::after {
	    position: absolute;
	    content: '';
	    background: url(/wp-content/uploads/top01-bg.png) no-repeat;
	    width: 100%;
	    height: 50%;
	    bottom: 0;
	    z-index: -1;
	}

	.top.sec01 p {
	    font-size: var(--rem20);
	}

	@media print,
	screen and (max-width: 768px) {
	    .top.sec01 .inner {
	        padding: 7rem 3.5rem 5rem;
	    }
	}

	.top.sec02 {
	    padding-top: var(--rem120);
	    padding-bottom: var(--rem120);
	}

	.top.sec02::after {
	    position: absolute;
	    content: '';
	    background: #F4E8DA;
	    width: 100%;
	    height: 50%;
	    bottom: 0;
	    z-index: -1;
	}

	.top.sec02 .flexbox {
	    counter-reset: number;
	    /*数字をリセット*/
	    list-style-type: none !important;
	    /*数字を一旦消す*/
	}

	.top.sec02 .card {
	    background: white;
	}

	.top.sec02 .card figure {
	    position: relative;
	    margin-bottom: 0;
	}

	.top.sec02 .card figure:before {
	    position: absolute;
	    counter-increment: number;
	    content: "0" counter(number);
	    display: inline-block;
	    background: #ffffff;
	    color: var(--color-font);
	    font-weight: bold;
	    font-size: 2rem;
	    border-radius: 50%;
	    left: 50%;
	    width: 5rem;
	    height: 5rem;
	    line-height: 5rem;
	    text-align: center;
	    bottom: -20px;
	    transform: translateX(-50%);
	    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	    z-index: 99;
	    font-size: var(--px20);
	    font-family: var(--font-family01);
	    font-weight: 400;
	}

	.top.sec02 .flexbox .w30 figure::after {
	    content: '';
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.top.sec02 .flexbox .w30 figcaption {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translateY(-50%) translateX(-50%);
	    color: #fff;
	    font-size: min(calc(2.0rem + (1vw - 1.92rem) * 0.0647), 2.0rem);
	    font-weight: 700;
	    z-index: 2;
	}

	.top.sec02 .flexbox img {
	    width: 100%;
	    aspect-ratio: 3/2;
	    object-fit: cover;
	}

	.top.sec02 .linkBtn {
	    padding-right: 12rem;
	}

	.top.sec02 .card h3 {
	    font-size: var(--rem20w);
	    padding: 0;
	    margin-top: var(--rem40);
	}

	.top.sec02 .card p {
	    padding: 0 var(--rem36) var(--rem24);
	}

	@media print,
	screen and (max-width: 1150px) {
	    .top h3 {
	        padding: var(--rem36) var(--rem20) var(--rem20);
	        font-size: var(--rem20w);
	    }
	}

	@media print,
	screen and (max-width: 768px) {
	    .top.sec02 .flexbox img {
	        width: 100%;
	        aspect-ratio: 2/1;
	        object-fit: cover;
	    }

	    .top.sec02 .card {
	        width: 350px;
	        margin: auto;
	        margin-bottom: 20px;
	    }

	    .top.sec02 .card h3 {
	        font-size: var(--rem24);
	    }

	    .top.sec02 .flexbox .w30 figure::before {
	        font-size: var(--rem24);
	    }
	}

	.top.sec03 h2 {
	    margin-bottom: 3rem;
	}

	.top.sec03 h3 {
	    text-align: center;
	}

	.top.sec03 {
	    padding-top: var(--rem120);
	    align-items: center;
	}

	.top.sec03 .img_area {
	    margin-left: 40vw;
	}

	.top.sec03 .w50 {
	    background: white;
	    padding: 3%;
	    z-index: 99;
	    position: absolute;
	    display: block;
	}

	@media print,
	screen and (max-width: 1440px) {
	    .top.sec03 .w50 {
	        padding: 2.5%;
	    }
	}

	@media print,
	screen and (max-width: 1024px) {
	    .top.sec03 {
	        display: block;
	        flex-wrap: nowrap;
	    }

	    .top.sec03 {
	        position: relative;
	    }

	    .top.sec03 .w60 img {
	        height: 20rem;
	        width: 100%;
	        object-fit: cover;
	    }

	    .top.sec03 .w50 {
	        margin-left: 0;
	        position: static;
	        width: 100%;
	        padding: 5%;
	    }

	    .top.sec03 .w60 {
	        width: 100%;
	        margin-left: 0;
	    }

	    .top.sec03 .img-area {
	        height: 50px;
	    }
	}

	.top.sec04 h2 {
	    margin-bottom: 3rem;
	}

	.top.sec04 h3 {
	    text-align: center;
	}

	.top.sec04 {
	    margin-top: var(--rem120);
	    align-items: center;
	    margin-bottom: var(--rem120);
	}

	.top.sec04 .w50 {
	    background: white;
	    margin-left: 50vw;
	    padding: 3%;
	    z-index: 99;
	    position: absolute;
	    display: block;
	}

	@media print,
	screen and (max-width: 1440px) {
	    .top.sec04 .w50 {
	        padding: 2.5%;
	    }
	}

	@media print,
	screen and (max-width: 1024px) {
	    .top.sec04 {
	        display: block;
	        flex-wrap: nowrap;
	    }

	    .top.sec04 {
	        position: relative;
	    }

	    .top.sec04 .w60 img {
	        height: 20rem;
	        width: 100%;
	        object-fit: cover;
	    }

	    .top.sec04 .w50 {
	        margin-left: 0;
	        position: static;
	        width: 100%;
	        padding: 5%;
	    }

	    .top.sec04 .w60 {
	        width: 100%;
	    }

	    .top.sec04 .img-area {
	        height: 50px;
	    }
	}

	/*CTA*/
	.cta {
	    position: relative;
	}

	.cta::before {
	    content: "";
	    position: absolute;
	    background: var(--color-primary);
	    background-size: cover;
	    background-position: center;
	    padding-top: min(calc(40rem + (1vw - 1.92rem) * 3.8835), 40rem);
	    top: 0;
	    width: 100%;
	    z-index: -1;
	}

	.cta .inner {
	    padding: 5rem;
	}

	.cta .linkBtn {
	    background: var(--color-primary);
	    border-radius: 0;
	    margin-top: 3rem;
	    padding: 4rem 2rem;
	    max-width: 800px;
	    background: var(--color-primary-shade);
	}

	.cta .linkBtn:hover {
	    background: var(--color-primary-shade);
	    opacity: 0.7;
	}

	.cta .linkBtn i {
	    margin-right: 1rem;
	}

	.cta .linkBtn .mid_txt {
	    font-size: var(--rem24);
	    font-weight: 600;
	}

	.cta .linkBtn .min_txt {
	    font-size: var(--rem18);
	    font-weight: 600;
	}

	.cta .linkBtn::after {
	    content: none;
	}

	.company {
	    max-width: 1240px;
	    margin-right: auto;
	    margin-left: auto;

	}

	.company:not(:last-child) {
	    padding-bottom: var(--rem120);
	}

	.company h2,
	.service h2 {
	    margin-bottom: 10rem;
	}

	.company table a {
	    text-decoration: underline;
	    color: var(--color-font);
	}

	.service {
	    max-width: 1240px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.service:not(:last-child) {
	    margin-bottom: var(--rem120);
	}

	.service.sec01 h3 {
	    border: none;
	    color: var(--color-font);
	}

	.service.sec02 flexbox:not(:last-child) {
	    margin-bottom: 10px;
	}

	.service.sec02 h3 {
	    display: flex;
	    align-items: center;
	    gap: 12px;
	    font-size: var(--rem24w);
	    font-weight: 600;
	    border-bottom: 1px solid var(--color-primary-tint);
	    padding-bottom: 8px;
	    margin: 40px 0 20px;
	    color: var(--color-font);
	}

	.service.sec02 h3 .num {
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    width: 40px;
	    height: 40px;
	    background: var(--color-font);
	    /* 添付画像のダークブラウン */
	    color: #fff;
	    font-size: 30px;
	    border-radius: 0;
	    font-family: var(--font-family01);
	    font-weight: 300;
	}

	@media print,
	screen and (max-width: 768px) {
	    .service.sec02 .flexbox img {
	        width: 100%;
	        aspect-ratio: 3/1.5;
	        object-fit: cover;
	    }
	}

	.service.sec03 .value-list {
	    width: 100%;
	}

	.service.sec03 .value-item {
	    display: flex;
	    align-items: stretch;
	    padding: 18px 0;
	    border-bottom: 1px dotted #b9a89a;
	}

	.service.sec03 .value-label {
	    background: var(--color-secondary-tint);
	    /* 左のベージュ */
	    padding: 18px 32px;
	    min-width: 400px;
	    box-sizing: border-box;
	}

	.service.sec03 .value-ja {
	    display: block;
	    font-size: 13px;
	    color: var(--color-font);
	    margin-bottom: 6px;
	}

	.service.sec03 .value-en {
	    display: block;
	    font-size: 22px;
	    font-weight: 700;
	    color: var(--color-font);
	}

	.service.sec03 .value-text {
	    flex: 1;
	    padding: 8px 0 8px 40px;
	    font-size: 14px;
	    line-height: 1.9;
	    color: var(--color-font);
	}

	/* スマホ用（任意） */
	@media (max-width: 768px) {
	    .service.sec03 .value-item {
	        flex-direction: column;
	    }

	    .service.sec03 .value-label {
	        max-width: 100%;
	        min-width: 0;
	    }

	    .service.sec03 .value-text {
	        padding-left: 0;
	        margin-top: 12px;
	    }
	}

	.flow-list {
	    display: flex;
	    flex-direction: column;
	    gap: 16px;
	}

	/* 各ステップの箱 */
	.flow-item {
	    background: var(--color-secondary-tint);
	    /* 薄いグレー寄りベージュ */
	    padding: 24px 36px;
	}

	/* 中身2カラム */
	.flow-inner {
	    display: flex;
	    align-items: center;
	    gap: 32px;
	}

	/* 左テキストエリア */
	.flow-text {
	    flex: 1;
	}

	/* STEP見出し */
	.flow-step-header {
	    display: flex;
	    align-items: center;
	    gap: 12px;
	    padding-bottom: 8px;
	    border-bottom: 1px solid var(--color-font);
	    margin-bottom: 12px;
	}

	/* 番号バッジ */
	.flow-step-num {
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    width: 35px;
	    height: 35px;
	    font-size: 25px;
	    font-weight: 400;
	    background: var(--color-font);
	    /* 濃いブラウン */
	    color: #fff;
	    border-radius: 0;
	    font-family: var(--font-family01);
	}

	/* タイトル */
	.flow-step-title {
	    font-size: var(--rem20w);
	    font-weight: 600;
	    color: var(--color-font);
	}


	/* 右画像エリア */
	.flow-img {
	    width: 40%;
	    max-width: 320px;
	}

	.flow-img img {
	    width: 100%;
	    height: auto;
	    display: block;
	}

	/* ▼ の部分 */
	.flow-arrow {
	    text-align: center;
	    font-size: var(--rem40);
	    color: var(--color-font);
	}

	/* スマホ対応 */
	@media (max-width: 768px) {
	    .flow-item {
	        padding: 20px 16px;
	    }

	    .flow-text {
	        width: 100%;
	    }

	    .flow-inner {
	        flex-direction: column;
	        align-items: flex-start;
	    }

	    .flow-img {
	        width: 100%;
	        max-width: none;
	    }

	    .flow-img img {
	        margin-top: 12px;
	        width: 100%;
	        aspect-ratio: 3/1;
	        object-fit: cover;
	    }
	}

	.products {
	    max-width: 1240px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.products:not(:last-child) {
	    margin-bottom: var(--rem120);
	}

	.index.products {
	    max-width: 1240px;
	    margin-inline: auto;
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 30px 20px;
	    /* 縦×横の余白 */
	    justify-items: start;
	    /* 左揃えで均等 */
	}

	.products .linkBtn {
	    text-align: left;
	    max-width: 350px;
	    border-bottom: dotted 1px var(--color-font);
	    padding: 20px 30px 10px 20px !important;
	}

	.products .linkBtn::after {
	    background: url(/wp-content/uploads/btn-icon-down.png) no-repeat center center / contain;
	}

	.products h2 {
	    margin-bottom: 10rem;
	}

	.products h3 {
	    color: var(--color-font);
	    font-size: var(--rem24w);
	    font-weight: 600;
	    border-bottom: 1px dotted var(--color-primary-tint);
	}

	.products h3.feature-heading {
	    border: none;
	    margin-bottom: 2rem;
	}

	@media (max-width: 1024px) {
	    .index.products {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 10px 20px;
	        /* 縦×横の余白 */
	    }
	}

	@media (max-width: 768px) {
	    .index.products {
	        grid-template-columns: repeat(1, 1fr);
	        gap: 10px 20px;
	        /* 縦×横の余白 */
	    }
	}

	/* セクション全体 */
	.sec-feature {
	    /* max-width: 960px; */
	    margin: 60px auto;
	}

	/* 上部見出し「― 特徴 ―」 */
	.feature-heading {
	    text-align: center;
	    font-size: 18px;
	    font-weight: 600;
	    margin-bottom: 28px;
	}

	/* 3カラムレイアウト */
	.feature-list {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 40px;
	}

	/* 各ボックス */
	.feature-item {
	    position: relative;
	    background: var(--color-secondary-tint);
	    /* ベージュ系 */
	    border: 1px solid var(--color-font);
	    padding: 40px 24px 24px;
	    text-align: center;
	    box-sizing: border-box;
	}

	/* 上の番号ラベル */
	.feature-num {
	    position: absolute;
	    top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 50px;
	    height: 50px;
	    background: var(--color-font);
	    /* 濃いブラウン */
	    color: #fff;
	    font-size: 40px;
	    font-weight: 400;
	    font-family: var(--font-family01);
	}

	/* h4 タイトル */
	.feature-item h4 {
	    font-size: var(--rem24w);
	    font-weight: 600;
	    margin-bottom: 10px;
	    color: var(--color-font);
	    padding-left: 0;
	}

	.feature-item h4::before {
	    content: none;
	}

	/* タイトル下の点線 */
	.feature-divider {
	    border-top: 1px dotted var(--color-font);
	    width: 100%;
	    margin: 0 auto 16px;
	}

	.feature-item p {
	    text-align: left;
	}

	/* スマホ対応 */
	@media (max-width: 768px) {
	    .feature-list {
	        grid-template-columns: 1fr;
	        gap: 16px;
	    }
	}

	@media print,
	screen and (max-width: 768px) {
	    .products.sec01 .flexbox img {
	        width: 100%;
	        /* 	        aspect-ratio: 3/1; */
	        object-fit: cover;
	    }
	}

	.post .subimitarea .linkBtn input[type="submit"] {
	    padding: 0;
	    color: var(--color-font);
	}

	/* 投稿記事専用のCSS */
	.single-post header h1.title span,
	.single-post header h1.title {
	    font-size: var(--rem24w);
	    padding: 0;
	}

	.single-post .post h1.title span::before,
	.single-post .post header h1.title span::after,
	.single-post .post h1.title::before,
	.single-post .post h1.title::after {
	    content: none;
	}

	.single-post .post h2 {
	    font-size: var(--rem40);
	}

	.single-post .post h2::after {
	    content: none;
	}

	.single-post .post h3 {
	    font-size: var(--rem30);
	}

	.single-post .post h4 {
	    font-size: var(--rem24);
	}

.company-list__group,
.company-list__child-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.company-list__parent {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 14px;
  line-height: 1.2;
}

.company-list__parent::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

ul.company-list__parent-text {
  display: inline-block;
  font-weight: 400;
}

ul.company-list__child-list {
  margin-top: 6px;
  margin-left: 0;
  line-height: 1;
}
li.company-list__child {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

li.company-list__child::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

li a.company-list__link {
  text-decoration: underline;
}

.company-list__link:hover {
  opacity: 0.85;
}