@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* 変数 */
:root {
	/*------▼基本設定▼------*/
	--color-background: #F5F6F9;
	--color-font: #373536;
	--color-primary: #01A0E7;
	--color-primary-shade: #37B59A;
	--color-primary-tint: #01A0E7;
	--color-secondary: #10B57D;
	--color-secondary-tint: #10B57D;
	--color-table-border: #CFD5E7;
	--color-table-th: #E0F4FF;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #242422;
	--header-color-primary: #24242280;
	--header-color-primary-shade: #1E70F4;
	--header-color-primary-tint: #20D9DC;
	/*------▼フッター設定▼------*/
	--footer-background: #fff;
	--footer-color-font: #373536;
	--footer-color-primary: #373536;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: "Montserrat", sans-serif;
	--font-family03: "Oswald", sans-serif;
}

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) {}

/*------------------------------------------------------
ヘッダー
------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        background: transparent;
        height: 90px;
    }
}

@media print, screen and (max-width: 768px) {
    body.mobile {
        margin-top: 0;
    }

    .mobile #header {
        background: transparent;
        box-shadow: none;
    }
}

/*------------------------------------------------------
メインイメージ
------------------------------------------------------*/
body.home::before {
    content: '';
    display: inline-block;
    background: url(/wp-content/uploads/topfv-bg.png) no-repeat;
    position: absolute;
    z-index: -1;
    aspect-ratio: 1200 / 1080;
    height: auto;
    width: 70%;
    background-size: contain;
    max-width: 1200px;
}

.l-mainimg {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin-inline: auto;
    box-sizing: border-box;

    .c-copy {
        padding-top: min(calc(11rem + (1vw - 1.92rem) * 6.6964), 11rem);
        /*110-50(1920-1024)*/
        display: inline-block;
        z-index: 1;
        max-width: 490px;
        margin-left: 5%;
        box-sizing: border-box;

        p.c-copy__main {
            position: relative;
            display: inline-block;
            font-size: min(calc(6rem + (1vw - 1.92rem) * 3.3482), 6rem);
            /*60-30(1920-1024)*/
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.2em;
            font-feature-settings: 'palt';

            &::before {
                content: '';
                display: inline-block;
                position: absolute;
                background: url(/wp-content/uploads/mvsakura01.png) no-repeat;
                width: calc(5.8rem + (1vw - 1.92rem) * 3.5714);
                aspect-ratio: 58 / 80;
                height: auto;
                background-size: contain;
                right: calc(-6rem + (1vw - 1.92rem) * -2.7902);
                top: calc(-2rem + (1vw - 1.92rem) * -1.1161);
                animation: sakura 7s 0.4s linear infinite reverse;
            }
			&::after{
				content: '';
    			display: inline-block;
    			position: absolute;
    			background: url(/wp-content/uploads/mvsakura02.png) no-repeat;
    			width: calc(4.3rem + (1vw - 1.92rem) * 2.5670);
    			aspect-ratio: 43 / 51;
    			height: auto;
    			background-size: contain;
    			right: 0;
    			top: calc(-6rem + (1vw - 1.92rem) * -3.3482);
    			animation: sakura 10s 0.4s linear infinite reverse;
			}
			span.sakura {
				display: inline-block;
				position: relative;
				
				&::before {
					content: '';
					display: inline-block;
					position: absolute;
					background: url(/wp-content/uploads/mvsakura03.png) no-repeat;
					width: calc(1.9rem + (1vw - 1.92rem) * 1.0045);
					aspect-ratio: 19 / 35;
					height: auto;
					background-size: contain;
					right: calc(7rem + (1vw - 1.92rem) * 3.3482);
					top: calc(-3rem + (1vw - 1.92rem) * -1.1161);
					animation: sakura 7s 0.4s linear infinite reverse;
					animation-delay: -1s;
				}
			}
        }

        p.c-copy__sub {
            font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.6696), 1.6rem);
            /*16-1(1920-1024)*/
            color: #fff;
            font-feature-settings: 'palt';
            letter-spacing: 0.9em;
            font-weight: 600;
            line-height: 2.5;
            display: inline-block;
            margin-top: min(calc(4rem + (1vw - 1.92rem) * 2.2321), 4rem);
            /*40-20(1920-1024)*/
        }
    }

    .c-illcity {
        position: relative;
        width: calc((1256 / 1920) * 100vw);
        aspect-ratio: 1256 / 852;
        max-width: 1256px;
        flex: 0 0 auto;
        padding: 0;
        margin-right: 2.5%;
        margin-top: min(calc(6rem + (1vw - 1.92rem) * 3.3482), 6rem);
        /*60-30(1920-1024)*/

        .c-illcity__imagebg {
            z-index: 1;
            position: absolute;
            inset: 0;

            img {
                width: 100%;
                height: auto;
                display: block;
            }
        }

        .c-illcity__imagewrap {
            position: absolute;
            inset: 0;
            font-size: 10px;
            z-index: 1;
            width: 100%;
            height: 100%;
            pointer-events: none;

            .c-illcity__imageitem {
                position: absolute;

                img {
                    width: 100%;
                    height: auto;
                }
            }

            .c-illcity__imageitem.c-illcity--item01 {
                width: 6.2em;
                top: 22em;
                left: 20.4em;
            }

            .c-illcity__imageitem.c-illcity--item02 {
                width: 1.8em;
                left: 80.2em;
                top: 16.5em;
            }

            .c-illcity__imageitem.c-illcity--item03 {
                width: 6.1em;
                top: 65em;
                left: 28.8em;
            }

            .c-illcity__imageitem.c-illcity--item04 {
                width: 2.5em;
                left: 53em;
                top: 73em;
            }

            .c-illcity__imageitem.c-illcity--item05 {
                width: 5.4em;
                left: 66em;
                top: 56em;
            }

            .c-illcity__imageitem.c-illcity--item06 {
                width: 3.7em;
                left: 71em;
                top: 69.5em;
            }

            .c-illcity__imageitem.c-illcity--item07 {
                width: 6.8em;
                left: 77.5em;
                top: 38.8em;
            }

            .c-illcity__imageitem.c-illcity--item08 {
                width: 7.1em;
                left: 92em;
                top: 63em;
            }

            .c-illcity__imageitem.c-illcity--item09 {
                width: 18.6em;
                left: 39em;
                top: -3em;
            }

            .c-illcity__imageitem.c-illcity--item10 {
                width: 18.6em;
                right: 2em;
                top: 11.5em;
            }

            .c-illcity__imageitem.c-illcity--item12 {
                width: 10.9em;
                right: 13.8em;
                top: 50em;
            }

            .c-illcity__imageitem.c-illcity--item11 {
                width: 10.9em;
                right: 19.5em;
                top: 54.7em;
            }
        }
    }

    .c-slidetxt-container {
        position: absolute;
        bottom: min(calc(7rem + 70px + (1vw - 1.92rem) * 3.5714), 7rem);
        left: 0;
        width: 100%;
        z-index: 0;
    }

    .c-slidetxt-track {
        display: flex;
        width: max-content;
        animation: scrollLoop 80s linear infinite;
    }

    .c-slidetxt {
        white-space: nowrap;
        font-size: min(calc(25rem + (1vw - 1.92rem) * 11.1607), 25rem);
        font-family: "Montserrat";
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }
}

body:not(.home) .l-mainimg {
    display: none;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.c-Kururi {
    transform-origin: center center;
    animation: kururi 12s steps(1) infinite;
}

@keyframes kururi {
    0% {
        transform: scale(1, 1);
    }

    20% {
        transform: scale(-1, 1);
    }

    40% {
        transform: scale(1, 1);
    }

    60% {
        transform: scale(-1, 1);
    }

    80% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(-1, 1);
    }
}

.c-Dekoboko {
    animation: dekoboko 2s linear infinite;
}

@keyframes dekoboko {
    0% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-1px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-3px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    40% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    60% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-1px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    80% {
        transform: translateY(0);
    }

    90% {
        transform: translateY(-1px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    100% {
        transform: translateY(0);
    }
}

.c-Dekoboko2 {
    animation: dekoboko2 .5s linear infinite;
}

@keyframes dekoboko2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
    }

    100% {
        transform: translateY(0);
    }
}

.c-Rollkata {
    animation: boing-infinite 2.5s .5s infinite;
}

@keyframes boing-infinite {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    10% {
        transform: scale(1.03, 0.98) translate(0%, 5%);
    }

    20% {
        transform: scale(0.98, 1.03) translate(0%, -5%);
    }

    28% {
        transform: scale(1, 0.98) translate(0%, 5%);
    }

    38% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    50% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    100% {
        transform: scale(1, 1) translate(0%, 0%);
    }
}

.c-Rollkata2 {
    animation: boing-infinite2 2s .3s infinite;
}

@keyframes boing-infinite2 {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    10% {
        transform: scale(1.03, 0.98) translate(0%, 5%);
    }

    20% {
        transform: scale(0.98, 1.03) translate(0%, -5%);
    }

    28% {
        transform: scale(1, 0.98) translate(0%, 5%);
    }

    38% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    50% {
        transform: scale(1, 1) translate(0%, 0%);
    }

    100% {
        transform: scale(1, 1) translate(0%, 0%);
    }
}

.c-Kumo {
    animation: kumo 5s linear infinite reverse;
}

@keyframes kumo {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-0.8em, -0.8em);
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(0.8em, 0.8em);
    }

    100% {
        transform: translate(0, 0);
    }
}

.c-Kumo2 {
    animation: kumo2 5s linear infinite reverse;
	animation-delay: 2s;
}

@keyframes kumo2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-8px, -8px);
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(8px, 8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.c-Walk {
    animation: walk 9s steps(1) infinite;
}

@keyframes walk {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(1em);
    }

    40% {
        transform: translateX(0);
    }

    60% {
        transform: translateX(1em);
    }

    80% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(1em);
    }
}

.c-Tekuteku {
    animation: tekuteku 6s steps(1) infinite;
}

@keyframes tekuteku {
    0% {
        transform: translate(-0.4em, 0.4em);
    }

    20% {
        transform: translate(0);
    }

    40% {
        transform: translate(0.4em, -0.4em);
    }

    60% {
        transform: translate(0);
    }

    80% {
        transform: translate(-0.4em, 0.4em);
    }

    100% {
        transform: translate(0);
    }
}

.c-Katakata {
    animation: katakata 6.5s steps(1) infinite;
}

@keyframes katakata {
    0% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.c-Rightleft {
    animation: rightleft 6s steps(1) infinite;
}

@keyframes rightleft {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5px, 1px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.c-Buruburu {
    animation: buruburu 6s steps(1) infinite;
}

@keyframes buruburu {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-3px, -3px);
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(-3px, -3px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes sakura {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    25% {
        transform: translate(-5px, -5px) rotate(15deg);
    }

    50% {
        transform: translate(0, 0) rotate(0);
    }

    75% {
        transform: translate(5px, 5px) rotate(-15deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes sakura2 {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    25% {
        transform: translate(-3px, -3px) rotate(10deg);
    }

    50% {
        transform: translate(0, 0) rotate(0);
    }

    75% {
        transform: translate(3px, 3px) rotate(-10deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@media print, screen and (max-width: 1024px) {
    .l-mainimg .c-slidetxt {
        font-size: min(calc(10rem + (1vw - 1.02rem) * 11.7647), 10rem);
        /*10-7(1920-1024)*/
    }
}

@media print, screen and (max-width: 768px) {
    body.home::before {
        width: 76%;
    }

    .l-mainimg {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 90px;

        .c-illcity {
            margin: 0;
            width: 86%;
        }

        .c-copy {
            margin: 0;
            max-width: 100%;
            padding-top: 2.5em;

            p.c-copy__main {
                color: var(--color-font);
                display: inline-block;
                text-align: center;
                font-size: 3rem;
                font-weight: 800;
                line-height: 1.5;

                &::before {
                    width: 20px;
                    right: -20px;
                    top: -5px;
					animation-name: sakura2;
                }
				&::after {
                    width: 12px;
                    right: 5px;
                    top: -15px;
					animation-name: sakura2;
                }
				span.sakura::before{
					width: 6px;
                    right: 30px;
					animation-name: sakura2;
				}
            }

            p.c-copy__sub {
                text-align: center;
                display: block;
                color: var(--color-font);
                font-size: 1rem;
                font-weight: 700;
                line-height: 2;
                margin-top: 15px;
            }
        }

        .c-slidetxt-container {
            position: static;
            margin-top: -5.5em;
        }

        .c-slidetxt {
            font-size: 7rem;
        }
    }
}





/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	body:not(.home):not(.sticky-header) #header {
		position: fixed !important;
		width:100%;
		top: -125px;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	body:not(.home).admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	body:not(.sticky-header) #header {
		height: 115px;
		padding: 25px 2% 0;
		background: none;
	}
	body:not(.sticky-header) #header > .inner {
		padding-left: 2%;
		padding-right: 1%;
		background: #fff;
		border-radius: 999px;
	}
	#header .logo img {
		max-width: 350px;
	}
	/**/
	#header ul.header__contact {
		padding: 20px;
		column-gap: 10px;
	}
	#header a.head_btn {
		flex-direction: row;
		padding: 10px 30px;
		border-radius: 999px;
		font-size: var(--rem15);
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn i {
		margin-left: 8px;
	}
	#header a.head_btn.login_btn {
		background: none;
		border: 1px solid var(--header-color-font);
		color: var(--header-color-font);
	}
	#header a.head_btn.login_btn:hover {
		background: #01A0E733;
	}
	#header a.head_btn.mail_btn {
		background: linear-gradient(150deg, #20D9DC, #1E70F4, #20D9DC);
		background-size: 200% 100%;
		background-position: 0 0;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: var(--rem15);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
	nav#mainNav ul li#menu-item-366,
	nav#mainNav ul li#menu-item-367 {
		padding: 20px;
	}
	nav#mainNav ul li#menu-item-366 {
		padding-right: 10px;
	}
	nav#mainNav ul li#menu-item-367 {
		padding-left: 0;
	}
	nav#mainNav ul li#menu-item-366 > a,
	nav#mainNav ul li#menu-item-367 > a {
		padding: 10px 25px;
		background: none;
		border: 1px solid var(--header-color-font);
		border-radius: 999px;
		color: var(--header-color-font);
		font-size: var(--rem15);
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li#menu-item-366 a i,
	nav#mainNav ul li#menu-item-367 a i {
		margin-left: 8px;
	}
	nav#mainNav ul li#menu-item-367 > a {
		background: linear-gradient(150deg, #20D9DC, #1E70F4, #20D9DC);
		background-size: 200% 100%;
		background-position: 0 0;
		border: none;
		color: #fff !important;
	}
	nav#mainNav ul li#menu-item-367 > a:hover {
		background-position: 100% 0;
	}
	nav#mainNav ul li#menu-item-367 > a b {
		color: #fff;
	}
	nav#mainNav ul li#menu-item-367 ul.sub-menu {
		width: 180px;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1024px){
	#header .logo {
		width: 26%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header a.head_btn {
		padding: 10px 20px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header a.head_btn,
	nav#mainNav ul li a {
		font-size: var(--rem14);
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile #header {
		background: #fff;
	}
	/*
	body.mobile #header .logo .mark {
		padding: 0;
	}
	body.mobile #header .logo .mark a {
		display: block;
		height: 100%;
		padding: 0 14px;
		background: #fff;
		border-radius: 0 0 8px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	*/
	.spmenu #menu p {
		color: var(--color-primary);
	}
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: var(--color-primary);
	}
	#content, #content.wide {
		width: 90%;
	}
	nav#mainNav ul li#menu-item-366 a i,
	nav#mainNav ul li#menu-item-367 a i {
		margin-left: 8px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding: var(--px100) 0 var(--px120);
}
#footer .footer__logo:not(:last-child) {
	margin-bottom: 10px;
}
#footer .footer_about {
	font-weight: bold;
}
#copyright {
	margin-top: 10px;
}
@media print, screen and (min-width: 1025px){ /* PCのみ */
	#footer .footer__logo img {
		max-height: var(--px40);
	}
	#footer .inner {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#footer .footer__logo:not(:last-child),
	#footer .footer_about,
	#copyright {
		text-align: left;
	}
}
/**/
#footer ul li,
#footer ul li a {
	margin: 0 !important;
	padding: 0 !important;
}
#footer .footnav > ul {
	justify-content: flex-start;
	column-gap: 35px;
	row-gap: 10px;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer ul li a {
	position: relative;
	padding-left: 1.5em !important;
	font-weight: bold;
}
#footer ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#footer .footnav ul.sub-menu {
	display: block;
}
#footer .footnav ul.sub-menu li {
	margin-top: 1em !important;
}
#footer .footnav ul > li.menu-item-181 ul.sub-menu li,
#footer .footnav ul > li.menu-item-176 ul.sub-menu li {
	margin-top: 10px !important;
	padding-left: 2em !important;
}
#footer .footnav ul > li.menu-item-181 ul.sub-menu li a,
#footer .footnav ul > li.menu-item-176 ul.sub-menu li a {
	color: #666;
	font-weight: 500;
}
#footer .footnav ul > li.menu-item-181 ul.sub-menu li a::before ,
#footer .footnav ul > li.menu-item-176 ul.sub-menu li a::before {
	top: 50%;
	display: block;
	width: 10px;
	height: 1px;
	background: #666;
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footnav > ul {
		justify-content: space-between;
		column-gap: 0;
	}
	#footer .footnav > ul > li:first-child,
	#footer .footnav > ul > li:last-child {
		width: 100%;
	}
}
@media print, screen and (max-width: 768px) {
	#footer .inner{
		width: 85% !important;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.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%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post a.linkBtn {
	width: auto;
	max-width: none;
	padding: 20px 60px;
	background: linear-gradient(150deg, #20D9DC, #1E70F4, #20D9DC) !important;
	background-size: 200% 100% !important;
	background-position: 0 0 !important;
	border-radius: 999px;
	line-height: 1.4;
}
.post a.linkBtn::after {
	position: initial;
	top: auto;
	right: auto;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0.8em;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
.post a.linkBtn:hover {
	background-position: 100% 0 !important;
}
.home .post a.linkBtn {
	padding: 30px 80px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.home .post a.linkBtn {
		padding: 20px 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post a.linkBtn,
	.home .post a.linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link_black {
	color: var(--color-font);
	text-decoration: underline;
}
.txt_link:hover,
.txt_link_black:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w400, .w600, .w800, .w900, .w1000, .w1100 {
	width: 400px;
	max-width: 100%;
	margin: auto;
}
.w600 { width: 600px; }
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
.mlft {
	margin-left: 0;
	margin-right: 0;
}
/**/
.fs20 { font-size: var(--rem20); }
.fs24 { font-size: var(--rem24w); }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_blue {
	background: #F0FAFF;
	border-radius: 20px;
}
.box_line {
	padding: 30px;
	border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.box_line {
		padding: 20px;
	}
}
/**/
.photo_maru img {
	border-radius: 60px;
}
.photo_maru_s img {
	border-radius: 30px;
}
.photo_line img {
	border: 1px solid #ddd !important;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.photo_maru img {
		border-radius: 25px;
	}
	.photo_maru_s img {
		border-radius: 20px;
	}
}
/**/
.fs20 {
	font-size: var(--rem20);
}
.fs24 {
	font-size: var(--rem24w);
	font-weight: 500;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top-case .box {
	padding-top: 0;
	background: #fff;
	border-radius: 60px;
	box-shadow: 2px 3px 50px rgba(0,0,0,0.1);
}
#top-case .box h2 {
	position: relative;
	top: -20px;
	margin-bottom: 15px;
}
#top-case .box h2 .jp {
	display: block;
	margin-top: 40px;
	font-size: var(--rem24w);
	font-weight: 900;
	transition: all 0.3s ease-in-out;
}
#top-case .box h2 a.jp:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top-case .box h2 .jp b {
	font-size: var(--rem40w);
}
#top-case .msg {
	font-size: var(--rem24w);
	font-weight: 900;
}
#top-case .btn .linkBtn {
	display: block;
	padding: 18px;
	background: none !important;
	border: 1px solid var(--color-font);
	color: var(--color-font);
	font-weight: bold;
}
#top-case .btn .linkBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top-case .btn .btn_plan .linkBtn {
	background: var(--color-primary) !important;
	border-color: var(--color-primary);
	color: #fff;
}
#top-case .btn .btn_flow .linkBtn {
	background: var(--color-primary-shade) !important;
	border-color: var(--color-primary-shade);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top-case .btn {
		padding-bottom: 20px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 3%;
		row-gap: 20px;
	}
	#top-case .btn li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top-case .box+.box {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-case .box {
		border-radius: 30px;
	}
	#top-case .box h2 .jp {
		margin-top: 30px;
	}
	#top-case .box h2 .jp b {
		font-size: var(--rem30w);
	}
	#top-case .ico img {
		width: 150px;
	}
	#top-case .btn {
		width: 90%;
		margin: auto;
	}
	#top-case .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top-contents::before {
	background: url(/wp-content/uploads/top-contents-bg01.png.webp) no-repeat left top,
		url(/wp-content/uploads/top-contents-bg02.png.webp) no-repeat left bottom;
	background-color: #fff;
	background-size: 100% auto;
}
#top-contents h2 {
	row-gap: 15px;
}
#top-contents h2 .en {
	margin-bottom: 10px;
}
#top-contents h2 .jp {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	font-size: var(--rem48);
	font-weight: 900;
}
#top-contents h3 {
	display: block;
	padding: 0;
	background: none;
	font-size: var(--rem36);
	font-weight: 900;
	line-height: 1.5;
}
#top-contents h3::before {
	display: none;
}
#top-contents h3 span {
	display: block;
	margin-bottom: 10px;
	color: var(--color-primary);
	font-size: var(--rem18);
}
#top-contents h3 span b {
	position: relative;
	padding-left: 20px;
	font-size: var(--rem24w);
	font-weight: bold;
	font-family: var(--font-family03);
}
#top-contents h3 span b::before {
	position: absolute;
	top: 16px;
	left: -5px;
	display: block;
	width: 36px;
	border-bottom: 1px solid var(--color-primary);
	transform: rotate(120deg);
	content: "";
}
#top-contents .other h3 {
	font-size: var(--rem28);
}
#top-contents a.linkBtn {
	display: block;
	width: 400px;
	margin: auto;
}
#top-contents .txt .graph {
	float: right;
	width: 35%;
	margin-left: 15px;
}
@media print, screen and (min-width: 1024px){ /* PCのみ */
	#top-contents .txt {
		position: relative;
	}
/*	#top-contents .txt .graph {
		position: absolute;
		top: 56%;
		right: 0;
		width: 37%;
		transform: translateY(-50%);
	} */
	#top-contents .photo {
		position: relative;
		margin-left: -5%;
		margin-bottom: -20px;
	}
}
@media only screen and (max-width: 1300px) {  /* タブレット以下 */
	#top-contents .txt .graph {
		width: 28%;
	}
}
@media only screen and (max-width: 1023px) {
	#top-contents .txt .graph {
		width: 30%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top-contents .txt .graph {
		position: relative;
		top: -100px;
		margin-bottom: -100px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-contents {
		padding-top: 22vw !important;
	}
	#top-contents h2 {
		row-gap: 0;
	}
	#top-contents .no01,
	#top-contents .no02,
	#top-contents .no03,
	#top-contents .no04 {
		margin-bottom: var(--rem60);
	}
	#top-contents a.linkBtn {
		width: 85%;
	}
	#top-contents h3.smt_sub {
		display: block !important;
	}
}
/**/
#top-news .postlist li {
	border-bottom: 1px solid #ddd;
}
#top-news a.linkBtn {
	display: block;
	width: 400px;
	margin: auto;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-news a.linkBtn {
		width: 85%;
	}
}
/*--------------------------------------------------
	フッタお問い合わせ
--------------------------------------------------*/
#contact_box::before {
	left: auto;
	right: 18vw;
	width: 38vw;
	margin-left: 0;
	background: url(/wp-content/uploads/contact-hana.png.webp) no-repeat left bottom / contain;
	z-index: 3;
}
#contact_box .txt,
#contact_box .photo {
	transition: all 0.3s ease-in-out;
}
#contact_box .txt {
	border-radius: 60px;
	background: #fff;
	font-weight: bold;
}
#contact_box .txt h2 {
	font-size: var(--rem48);
	font-weight: 900;
	text-align: left;
}
#contact_box .txt h2::after {
	margin: var(--px12) 0 0;
	background: linear-gradient(to right, var(--color-primary-shade) 50%, var(--color-primary) 50%);
}
#contact_box .txt .fm {
	font-size: var(--rem20);
	font-weight: 900;
}
#contact_box .txt .fm b {
	font-size: var(--rem30);
}
#contact_box .txt .tel a {
	position: relative;
	display: block;
	padding-left: var(--rem60);
	color: var(--color-font);
	font-weight: 900;
	transition: all 0.3s ease-in-out;
}
#contact_box .txt .tel a b {
	display: block;
	font-size: var(--rem60);
	font-weight: bold;
	font-family: var(--font-family03);
	line-height: 1;
}
#contact_box .txt .tel a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: var(--rem48);
	font-weight: 400;
	font-family: 'FontAwesome';
	line-height: 1.4;
	content: '\f095';
}
#contact_box .txt .tel a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .photo {
	position: relative;
	overflow: hidden;
	border-radius: 60px 0 0 60px;
}
#contact_box .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#contact_box {
		/* フレックス */
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#contact_box .txt {
		position: relative;
		width: 50%;
		margin-top: var(--px180);
		margin-left: 5%;
		margin-right: -20%;
		padding: var(--px100) var(--px80);
		white-space: nowrap;
		z-index: 2;
	}
	#contact_box .photo {
		width: 70%;
		margin-bottom: var(--px180);
	}
	#contact_box .photo img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 1240px) and (min-width: 1001px){
	#contact_box::before {
		right: 10vw;
		width: 35vw;
	}
	#contact_box .txt {
		width: 60%;
		margin-right: -30%;
	}
	#contact_box .photo {
		width: 70%;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 769px){
	#contact_box::before {
		right: 5vw;
		width: 40vw;
	}
	#contact_box .txt {
		width: 70%;
		margin-right: -30%;
	}
	#contact_box .photo {
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#contact_box .photo {
		margin-left: 20%;
		border-radius: 30px 0 0 30px;
	}
	#contact_box .txt {
		position: relative;
		top: -200px;
		margin: 0 5% -200px;
		border-radius: 30px;
		z-index: 2;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box::before {
		top: -20px;
		right: 0;
		width: 40vw;
		background-position: right top;
	}
	#contact_box .txt {
		top: -80px;
		margin-bottom: -80px;
		padding: 7vw;
	}
	#contact_box .txt .fm b {
		font-size: 105%;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header {
	overflow: visible;
	background: none;
}
#thumbImg::before,
header#h1Header::before {
	height: calc(100% + 8vw);
	background: url(/wp-content/uploads/title-bg.png.webp) no-repeat left top / contain;
	opacity: 1;
}
header#h1Header h1.title {
	left: 50%;
	width: var(--content-max-width);
	max-width: 90%;
	height: 100%;
	border-bottom: 1px solid #ccc;
	transform: translate(-50%,-50%);
	color: var(--color-font);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
header#h1Header h1.title::after {
	position: absolute;
	right: 5%;
	bottom: -30px;
	display: block;
	width: 118px;
	aspect-ratio: 1 / 1;
	background: url(/wp-content/uploads/title-ico.png.webp) no-repeat right bottom / contain;
	content: "";
}
header#h1Header h1.title b {
	display: block;
	margin-bottom: 8px;
	font-size: var(--rem20);
	font-weight: 500;
}
header#h1Header h1.title span span {
	font-size: 80%;
}
@media only screen and (min-width: 1024px) {
	header#h1Header h1.title {
		padding-top: 115px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	header#h1Header {
		height: 200px;
	}
	header#h1Header h1.title {
		padding-top: 60px;
	}
	header#h1Header h1.title::after {
		right: 3%;
		bottom: -20px;
		width: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg::before,
	header#h1Header::before {
		background-size: 60% 100%;
	}
	header#h1Header h1.title::after {
		width: 50px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2::after {
	background: linear-gradient(150deg, #20D9DC, #1E70F4);
}
.post h2:has(.en)::after,
.post h2.noline::after {
	display: none;
}
.post h2:has(.en) {
	font-size: var(--rem40w);
	font-weight: 500;
	/* フレックス */
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 5px;
}
.post h2 .en {
	display: inline-block;
	padding: 6px 15px;
	background: #FBD63F;
	border-radius: 999px;
	font-size: var(--rem18);
	font-weight: 900;
	letter-spacing: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h2:has(.en) {
		font-size: var(--rem36);
	}
}
/**/
.post h3 {
	position: relative;
	padding: 35px;
	background: #F5F6F9;
	border-radius: 10px;
	border: none;
	font-size: var(--rem24w);
	font-weight: bold;
}
.post h3::before {
	position: absolute;
	top: 25%;
	left: 0;
	display: block;
	width: 5px;
	height: 50%;
	background: linear-gradient(to top, #20D9DC, #1E70F4);
	content: "";
}
.post h3:has(b) {
	display: flex;
}
.post h3 b {
	display: inline-block;
	margin-right: 15px;
	color: var(--color-primary);
	font-family: var(--font-family02);
	white-space: nowrap;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h3 {
		padding: 20px;
	}
}
/**/
.post h4 {
	position: relative;
	padding: 0;
	font-size: var(--rem20w);
	font-weight: bold;
}
.post h4::before {
	display: none;
}
.post h4::after {
	display: block;
	width: 100%;
	height: 5px;
	margin: 10px 0 0;
	background: linear-gradient(to right, #20D9DC, #1E70F4);
	content: "";
}
.post h4.line_pink::after {
	background: linear-gradient(to right, #F3B3CE, #E5007F);
}
/**/
.post h5 {
	position: relative;
	padding: 0 0 0 30px;
	font-size: var(--rem20);
	font-weight: bold;
	margin-bottom:1rem;
}
.post h5::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 5px;
	margin-top: -3px;
	background: linear-gradient(to right, #20D9DC, #1E70F4);
	content: "";
}
.post h5.noline {
	padding: 0;
}
.post h5.noline::before {
	display: none;
}
/*--------------------------------------------------
	下層設定
--------------------------------------------------*/
body:not(.home) #content .content {
	padding: var(--px80);
	background: #fff;
	border-radius: 40px;
}
@media only screen and (max-width: 640px){ /* スマホ */
	body:not(.home) #content .content {
		padding: var(--px40);
		border-radius: 25px;
	}
}
/**/
.post hr {
	border: none;
	border-bottom: 1px solid #ddd;
}
.post .txt_ind {
	text-indent: -1em;
	padding-left: 1em;
}
/*--------------------------------------------------
	当社の取り組み
--------------------------------------------------*/
#effort-about {
	border: 1px solid #ccc;
	border-radius: 30px;
}
#effort-about .txt {
	display: block;
	width: 200px;
	padding: 5px 10px;
	margin: 0 auto;
	border: 1px solid var(--color-primary);
	border-radius: 999px;
	color: var(--color-primary);
	text-align: center;
}
#effort-about ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#effort-about .w800 .gallery-item {
		margin-bottom: 0.5em !important;
	}
}
/**/
#effort-other {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	row-gap: 20px;
}
#effort-other li {
	width: calc((100% / 7) - (20px * 6 / 7));
	padding: 12px 20px 20px;
	background: #f2f2f2;
	border-radius: 20px;
	text-align: center;
}
#effort-other li span {
	display: block;
	margin-bottom: 6px;
}
#effort-other li img {
	border-radius: 20px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#effort-other li {
		width: calc((100% / 4) - (20px * 3 / 4));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#effort-other {
		column-gap: 10px;
		row-gap: 10px;
	}
	#effort-other li {
		padding: 8px;
		width: calc((100% / 4) - (10px * 3 / 4));
		border-radius: 10px;
		font-size: 85%;
		line-height: 1.4;
	}
}
/**/
#effort-zu .ttl {
	position: relative;
	padding: 15px;
	padding-left: 25px;
	background: #fff;
	border-radius: 10px;
	font-weight: 500;
	line-height: 1.6;
}
#effort-zu .ttl::before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	width: 4px;
	height: 60%;
	background: var(--color-primary-shade);
	content: "";
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#effort-zu .box_pad {
		padding: 30px;
	}
}
/**/
#co2_zoroplan {
	padding: 20px;
	background: #F5FEFF;
	border-radius: 15px;
}
#co2_zoroplan h5 {
	line-height: 32px;
}
#co2_zoroplan h5 img {
	width: 220px;
	vertical-align: middle;
}
#co2_zoroplan ul {
	width: 760px;
	max-width: 100%;
	margin: auto;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#co2_zoroplan li {
	width: 37%;
	padding: 20px;
	background: linear-gradient(135deg, #20CEDF, #1E75F3);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
#co2_zoroplan li:last-child {
	background: linear-gradient(135deg, #FFD1DD, #FF5E88);
}
#co2_zoroplan li.ico {
	width: 20%;
	background: none;
	color: #919191;
	font-size: 60px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#co2_zoroplan li img {
	width: 57px;
	margin-bottom: 5px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#co2_zoroplan {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#co2_zoroplan li {
		width: 40%;
		padding: 15px 10px;
	}
	#co2_zoroplan li img {
		width: 40px;
	}
	#co2_zoroplan li span {
		min-height: 2.8em;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#co2_zoroplan li.ico {
		width: 20%;
		padding: 10px;
		font-size: 40px;
	}
	#co2_point img {
		width: 80%;
	}
}
/**/
#co2_option {
	padding: 20px;
	background: #F5FEFF;
	border-radius: 15px;
}
#co2_option li {
	padding: 20px;
	background: #84CFD6;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#co2_option li:nth-child(3) {
	background: linear-gradient(135deg, #FFD1DD, #FF5E88);
}
#co2_option li:last-child {
	background: #fff;
	border: 1px solid #D9D9D9;
	color: var(--color-font);
	font-weight: bold;
}
#co2_option li.ico {
	background: none;
	color: #919191;
	font-size: 60px;
}
#co2_option li img {
	display: block;
	width: 65px;
	margin: 0 auto 5px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#co2_option {
		padding: 30px;
	}
	#co2_option ul {
		width: 940px;
		max-width: 100%;
		margin: auto;
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#co2_option li {
		width: 24%;
	}
	#co2_option li:last-child {
		width: 32%;
	}
	#co2_option li.ico {
		width: 10%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#co2_option li.ico {
		padding: 10px;
		font-size: 40px;
	}
	#co2_option li:nth-last-child(2) i {
		transform: rotate(90deg);
	}
}
/*--------------------------------------------------
	法人のお客様
--------------------------------------------------*/
#corporate-link li a {
	display: block;
	padding: 15px;
	background: linear-gradient(150deg, #20D9DC, #1E70F4, #20D9DC);
	background-size: 200% 100%;
	background-position: 0 0;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#corporate-link li a:hover {
	background-position: 100% 0;
}
#corporate-link li a dt {
	font-size: var(--rem20w);
	font-weight: 500;
}
#corporate-link li a dt::after {
	margin-left: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#corporate-link li a dd {
	padding: 0;
	font-size: 85%;
	line-height: 1.6;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#corporate-link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#corporate-link li {
		width: 32%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#corporate-link li+li {
		margin-top: 20px;
	}
}
/**/
.post .corporate-ttl h3 {
	font-size: var(--rem30w);
}
.post .corporate-ttl h3 span {
	margin-right: 0.5em;
	font-size: var(--rem20w);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post .corporate-ttl h3 span {
		display: block;
		margin: 0 0 4px;
	}
}
/**/
.corporate-rate span {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid var(--color-primary);
	border-radius: 999px;
	color: var(--color-primary);
}
.fa-exclamation-triangle::before {
	color: #FFAE00;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.corporate-rate span {
		display: block;
		border-radius: 15px;
		text-align: left;
	}
}
/**/
.corporate-ex .box {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.corporate-ex .box h5 {
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 10px;
	background: #E0F4FF;
	border-radius: 999px;
	text-align: center;
}
.corporate-ex .box h5::before {
	display: none;
}
.corporate-ex .box h5 span {
	font-size: var(--rem16);
	font-weight: normal;
}
.corporate-ex .box dl {
	width: 38%;
}
.corporate-ex .box dt {
	color: #9C9C9C;
	font-size: 90%;
	font-weight: normal;
}
.corporate-ex .box dd+dt {
	margin-top: 12px;
}
.corporate-ex .box dd {
	padding: 0;
	font-size: 90%;
}
.corporate-ex .box dd span {
	font-size: 140%;
}
.corporate-ex .box .graph {
	width: 58%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.corporate-ex {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 50px;
	}
	.corporate-ex .box {
		width: 48.5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.corporate-ex .box {
		padding: 12px;
	}
	.corporate-ex .box+.box {
		margin-top: 20px;
	}
	.corporate-ex .box h5 {
		margin-bottom: 10px;
	}
	.corporate-ex .box dl {
		width: 44%;
		margin-left: 2%;
	}
	.corporate-ex .box dd+dt {
		margin-top: 6px;
	}
	.corporate-ex .box dd {
		font-size: 85%;
	}
	.corporate-ex .box dd span {
		font-size: 130%;
	}
	.corporate-ex .box .graph {
		width: 52%;
	}
}
/**/
.plan_matome {
	padding: 20px;
	background: #F5FEFF;
	border-radius: 15px;
}
.plan_matome ul {
	padding-top: 5px;
	border-top: 1px solid #D9D9D9;
}
.plan_matome ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.plan_matome ul li::before {
	position: absolute;
	top: 0.7em;
	left: 0;	
	display: block;
	width: 10px;
	height: 10px;
	background: #A0D2FF;
	border-radius: 50%;
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.plan_matome {
		padding: 30px 50px;
	}
}
/*--------------------------------------------------
	個人・小規模施設のお客様
--------------------------------------------------*/
#sub_link li {
	margin-bottom: 15px;
}
#sub_link li .linkBtn {
	height: 100%;
	padding: 12px 10px;
	padding-left: 15px;
	background: #fff !important;
	border: 1px solid var(--color-font);
	color: var(--color-font);
	font-size: 90%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#sub_link li .linkBtn:hover {
	background: #eee !important;
}
#sub_link li .linkBtn::after {
	display: none;
}
#sub_link li .linkBtn i {
	margin-right: 10px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#sub_link {
		justify-content: center;
		column-gap: 10px;
		row-gap: 5px;
	}
	#sub_link li {
		width: calc((100% / 5) - (10px * 4 / 5));
	}
	#sub_link li .linkBtn {
		white-space: nowrap;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 641px){
	#sub_link li {
		width: calc((100% / 3) - (10px * 2 / 3));
	}
}
/**/
#personal-link li a {
	display: block;
	padding: 15px;
	background: linear-gradient(150deg, #20D9DC, #1E70F4, #20D9DC);
	background-size: 200% 100%;
	background-position: 0 0;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#personal-link li a:hover {
	background-position: 100% 0;
}
#personal-link li a dt {
	font-size: var(--rem18);
	font-weight: 500;
}
#personal-link li a dt::after {
	margin-left: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#personal-link li a dd {
	padding: 0;
	font-size: 85%;
	line-height: 1.6;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#personal-link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#personal-link li {
		width: 32%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#personal-link li+li {
		margin-top: 20px;
	}
	#personal-link li a dt {
		font-size: var(--rem20w);
	}
}
/**/
.post table.price_tbl th,
.post table.price_tbl td {
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.post table.price_tbl td {
	width: 30%;
}
.post table.price_tbl td.col_gray {
	background: #f9f9f9;
}
.post table.price_tbl thead th,
.post table.price_tbl tbody th[colspan],
.post table.price_tbl tbody th[rowspan] {
	background: #CAECFF;
}
.post table.price_tbl.pink_tbl th {
	background: #FFEEF7;
}
.post table.price_tbl.pink_tbl thead th,
.post table.price_tbl.pink_tbl tbody th[colspan],
.post table.price_tbl.pink_tbl tbody th[rowspan] {
	background: #FFD0EA;
}
.post table.price_tbl tbody th[rowspan] {
	width: 15%;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post table.price_tbl th,
	.post table.price_tbl td {
		padding: 6px;
		line-height: 1.4;
	}
	.post table.price_tbl tbody th[rowspan] {
		width: 10%;
		/* 縦書き */
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
/**/
#blancdieu-image {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
#blancdieu-box {
	background: #FFEEF7;
	border-radius: 15px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#blancdieu-box .logo {
		width: 20%;
	}
	#blancdieu-box .txt {
		width: 40%;
	}
	#blancdieu-box .photo {
		width: 30%;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#blancdieu-box {
		align-items: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#blancdieu-box .logo img {
		width: 60%;
	}
	#blancdieu-box .txt {
		margin: 20px 0;
	}
}
/**/
#personal-comparison dl {
	position: relative;
}
#personal-comparison dl:not(:last-child) {
	margin-bottom: 60px;
}
#personal-comparison dl:not(:last-child)::after {
	position: absolute;
	left: 50%;
	bottom: -40px;
	display: block;
	width: 40px;
	height: 20px;
	background: linear-gradient(to top, #20D9DC, #1E70F4);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#personal-comparison dt {
	padding: 20px;
	background: #E0F4FF;
	border-radius: 15px;
	font-size: var(--rem18);
	text-align: center;
}
#personal-comparison dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#personal-comparison dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#personal-comparison dl:not(:last-child)::after {
		left: 110px;
	}
	#personal-comparison dt {
		width: 220px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#personal-comparison dd {
		width: calc(100% - 260px);
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#personal-comparison dt {
		margin-bottom: 15px;
		padding: 15px;
	}
}
/**/
#personal-flow {
	border: none;
	border-collapse: separate;
	border-spacing: 10px;
}
#personal-flow th,
#personal-flow td {
	width: auto;
	border: none;
	text-align: center;
	vertical-align: middle;
}
#personal-flow thead th {
	width: 30%;
	background: var(--color-primary);
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
	color: #fff;
	text-align: center;
}
#personal-flow thead th.none {
	width: auto;
	background: none;
}
#personal-flow tbody th {
	background: var(--color-primary);
	color: #fff;
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#personal-flow tbody tr:nth-child(2) th {
	background: var(--color-primary-shade);
}
#personal-flow tbody td {
	background: #f5f6f9;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#personal-flow {
		border-spacing: 5px;
	}
	#personal-flow th,
	#personal-flow td {
		padding: 5px;
	}
	#personal-flow thead th {
		clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
	}
}
/* よくある質問 */
.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 #cccccc;
}
.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 {
	background: #E0F4FF;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	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 {
	color: #fff;
	background: linear-gradient(150deg, #20D9DC, #1E70F4);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	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(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	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 #cccccc;
	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;
	}
}
/**/
#personal-terms th {
	text-align: center;
	vertical-align: middle;
}
#personal-terms .linkBtn {
	padding: 12px 20px 12px 25px;
	background: #fff !important;
	border: 1px solid var(--color-font);
	color: var(--color-font);
}
#personal-terms .linkBtn:hover {
	background: #eee !important;
}
#personal-terms .linkBtn i {
	margin-right: 10px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#personal-terms ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#personal-terms ul li+li {
		margin-top: 15px;
	}
	#personal-terms .linkBtn {
		padding: 12px 15px 12px 20px;
	}
}
/*--------------------------------------------------
	契約後の各種お手続き
--------------------------------------------------*/
#procedures-about .qa_list dt {
	padding: 20px;
	padding-right: 50px;
	font-size: var(--rem18);
	font-weight: 500;
	justify-content: center;
}
#procedures-about .qa_list dd {
	padding: 30px 0;
	border: none;
	counter-reset: number;
}
#procedures-about .qa_list dd .num {
	position: relative;
	padding-left: 50px;
}
#procedures-about .qa_list dd .num+.num {
	margin-top: var(--rem60);
}
#procedures-about .qa_list dd .num:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	color: #fff;
	font-weight: 500;
	font-family: var(--font-family02);
	counter-increment: number;
	content: counter(number);
	line-height: 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#procedures-about .qa_list dd .box_gray {
	border-radius: 20px;
}
#procedures-about .qa_list dd .w400 table th {
	width: 40%;
	white-space: nowrap;
}
#procedures-about .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#procedures-about .btn li .linkBtn {
	height: 100%;
	padding: 15px 30px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#procedures-about .btn li .linkBtn .fs {
	display: block;
	font-size: 85%;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#procedures-about .btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#procedures-about .qa_list dt {
		padding: 15px;
		padding-right: 30px;
	}
	#procedures-about .qa_list dd .num {
		padding-left: 40px;
	}
	#procedures-about .qa_list dd .num:before{
		width: 24px;
		height: 24px;
	}
	#procedures-about .qa_list dd .linkBtn {
		padding: 15px 20px;
	}
	#procedures-about .btn li+li {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact_tbl,
#contact_tbl th,
#contact_tbl td,
#confirm_tbl,
#confirm_tbl th,
#confirm_tbl td{
	background: none;
	border: none;
}
#contact_tbl,
#confirm_tbl{
	border-top: 1px solid #ccc;
}
#contact_tbl tr,
#confirm_tbl tr{
	border-bottom: 1px solid #ccc;
}
#contact_tbl td dl+dl,
#confirm_tbl td dl+dl{
	margin-top: 10px;
}
#contact_tbl td dt,
#confirm_tbl td dt{
	font-weight: normal;
}
#contact_tbl td dd,
#confirm_tbl td dd{
	padding: 0;
}
#contact_tbl .zipno .wpcf7-form-control-wrap,
#confirm_tbl .zipno .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
#contact_tbl .file .wpcf7-form-control-wrap,
#confirm_tbl .file .wpcf7-form-control-wrap{
	display: inline-block;
	width: auto;
}
#contact_tbl .wpcf7-checkbox .wpcf7-list-item,
#confirm_tbl .wpcf7-checkbox .wpcf7-list-item{
	display: block;
}
#contact_tbl .box,
#confirm_tbl .box {
	height: 200px;
	border: 1px solid #ddd;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_tbl th,
	#contact_tbl td,
	#confirm_tbl th,
	#confirm_tbl td {
		padding: 15px;
	}
	#contact_tbl td dl,
	#confirm_tbl td dl{
		display: flex;
	}
	#contact_tbl td dt,
	#confirm_tbl td dt{
		width: 10em;
	}
	#contact_tbl td dd,
	#confirm_tbl td dd{
		width: calc(100% - 10em);
	}
}
/**/
.cf7-form-body table th {
	white-space: nowrap;
}
/*確認画面*/
.cf7-confirm-title,
.cf7-confirm-table,
.wpcf7-submit,
.cf7-back-btn {
  display: none;
}
.is-confirming .cf7-confirm-title,
.is-confirming .cf7-confirm-table,
.is-confirming .wpcf7-submit,
.is-confirming .cf7-back-btn {
  display: block;
}
.is-confirming .wpcf7-form-control {
  display: none;
}
/* 初回表示時：確認画面要素を非表示 */
.js-confirm-section {
    display: none !important;
}

/* 確認画面表示時：確認画面要素全体を表示 */
.js-confirm-section.cf7-confirm-visible {
    display: block !important;
}

/* 確認ボタン用のスタイル */
.form-buttons {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
}
.post form.wpcf7-form .linkBtn button {
    border: none;
    background: none;
    color: #ffffff;
    padding: 15px 35px;
    font-size: 100%;
}
.post form.wpcf7-form .linkBtn button:hover {
    cursor: pointer;
}
.linkBtn.js-confirm-section.edit_btn:after {
    left: 20px;
    transform: rotate(135deg);
}
/* ボタン制御：初期状態では戻るボタンと送信ボタンを非表示 */
.js-confirm-section .linkBtn {
    display: none !important;
}

/* 確認画面表示時：戻るボタンと送信ボタンを表示 */
.js-confirm-section.cf7-confirm-visible .linkBtn {
    display: inline-block !important;
}
/*end*/
.post form.wpcf7-form .linkBtn input#submit-btn {
    display: inline-block;
}
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
.wpcf7-form table td:has(iframe) {
	padding-left: 0;
	padding-right: 0;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"],
.post form.wpcf7-form .linkBtn input[type="button"] {
	padding: 15px 35px;
	background: none;
	cursor: pointer;
}