:root{
    --c-main:#2E405A;
	--c-sub1: #4AC3BF;
	--c-sub2: #8BC34A;
	--c-sub3: #BEEB9F;
	--c-sub4: #FFEF79;
    --f-ss:12px;
    --f-s:16px;
    --f-r:18px;
    --f-m:24px;
    --f-l:36px;
    --f-ll:48px;
    --f-xxl:48px;

    color: var(--f-main);
    html {
        body {
                color: var(--f-main);

            main{
                font-size: var(--f-r);
                color: var(--f-main);
                background: rgba(250, 248, 243, 1);
                line-height: 1.5;
            }
        }
    }
}
main{
    .company-content__wrap{
        padding-bottom: 50px;
    }
}



section.hv {
    background: url(../img/image1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 720px;

	.wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;

			& img.pc_catch {
                margin:  auto  auto auto;
                position: absolute;
                right: 50%;
                display: block;
                width: 45%;
                min-width: 570px;
                max-width: 888px;
                padding-top: 100px;
			}
			& img.sp {
                display: none;
			}
	}
}

section.copy {
    background: url(../img/hp_bg_img001.png) no-repeat, 
         linear-gradient(to right, #EEF5E2 0%, #EEF5E2 30%, #FAF8F3 30.1%, #FAF8F3 70%, #EEF5E2 70.1%, #EEF5E2 100%);
    background-size: 100% auto;
    background-position: top;
    padding: 60px 5% ;

	div.secinner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 0;
        border-radius: 20px;
        border: 3px solid var(--c-sub1);
        background: #fff;
        overflow: hidden;
		filter: drop-shadow(6px 8px 0px rgba(0, 0, 0, 0.15));

		div.titarea {
            flex: 1 1 40%;
            background: var(--c-sub1);
            color: #fff;
            position: relative;
            padding: 50px 80px 50px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 0;

			h2 {
                font-size: var(--f-m);
                font-weight: normal;
                line-height: 1;
                color:#fff;

				span {
                    display: block;
                    font-size: var(--f-ll);
                    font-weight: bold;
                    line-height: 1.4;
                    margin-top: .3em;
				}
			}
            &:before {
                content: "";
                position: absolute;
                top: -5%;
                right: -12%;
                width: 24%;
                height: 110%;
                background: #fff;
                transform: skewX(12deg);
                z-index: -1;
            }
		}
		div.textarea {
            flex: 1 1 50%;
            padding: 50px 50px 50px 10px;
            z-index: 2;

			p {
                line-height: 2;
                color: var(--c-main);
                font-size: var(--f-r);
			}
		}
	}

    @media (max-width:1160px) {
        div.secinner {
			flex-direction: column;

            div.titarea {
				flex: 0 0 auto;
				width: 100%;
     
                br {
                    display: none;

                }
                &:before {
                    content: none!important;
                }            }
            div.textarea {
				flex: 0 0 auto;
				width: 100%;
                padding: 50px;

            }
        }
    }
}
section.secB {
    background: linear-gradient(to right, #EEF5E2 0%, #EEF5E2 30%, #FAF8F3 30.1%, #FAF8F3 70%, #EEF5E2 70.1%, #EEF5E2 100%);
    padding: 100px 0 ;
	div.secinner {
        width: 95%;
        max-width: 1117px;
        margin: 0 auto;
        text-align: center;
		figure {

			img {
			}
		}
		div.text {
            background: var(--c-sub4);
            border-radius: 150px;
            padding: 2em 5em;
			img {
			}
		}
	}
}
section.secC {
	background: linear-gradient(to bottom, #55C5B7 0%, #7CC65A 100%);
	padding: 80px 0 90px;
    text-align: center;

	h2 {
		text-align: center;
		color: #fff;
		font-size: var(--f-ll);
		font-weight: 700;
		margin: 0 auto 50px;
        padding: 0 1em;
		line-height: 1.6;
		position: relative;
        display: inline-block;
        

		&::before,
		&::after {
			content: "";
			display: block;
            position: absolute;
            top: .2em;
			width: 34px;
			height: 90px;
			background: url(../img/icon_hp_h2.png) no-repeat;
            background-size: contain;
			vertical-align: middle;
			opacity: 0.9;
		}

		&::before {
            left: 0em;
		}
		&::after {
            right: 0em;
			transform: scaleX(-1);
		}
	}

	div.list {
		width: 95%;
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: stretch;
        flex-wrap: wrap;
		gap: 20px;

		div.item {
			flex: 1 1 300px;
			max-width: 320px;
			background: #fff;
			border-radius: 12px;
			padding: 26px 22px 24px;

			img {
				display: block;
				height:180px;
				/* max-width: 180px; */
				margin: 0 auto 20px;
			}
			h3 {
				color: var(--c-sub1);
				font-size: 24px;
				line-height: 1.4;
				margin: 0 0 14px;
				text-align: center;
				font-weight: 700;
			}
			p {
				color: var(--c-main);
				line-height: 1.8;
				font-size: var(--f-r);
				margin: 0;
			}
		}
	}
}
section.secD {
    background: url(../img/hp_bg_img002.png) no-repeat,
     url(../img/hp_bg_img003.png) no-repeat;
     background-position: top, bottom;
    background-size: 100%  auto,100%  auto;



    .secwrap{
        padding: 100px 0;

		h2 {
            font-size: var(--f-l);
            text-align: center;
            margin:  0 auto ;
		}
		div.secinner {
            width: 95%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 50px 0 ;
            display: flex;
            justify-content: center;
            align-items: center;
			figure {
                flex: 1 400px;
                margin: 0;
				img {
				}

			}
		}
    }
}
section.secE {
    background:  #fff;
    margin-top: -1px;
    padding-bottom: 80px;
    margin-bottom: -30px;

    h2 {
        font-size: var(--f-l);
        text-align: center;
        margin:  0 auto ;
    }
	div.comme {
        text-align: center;
        width: 95%;
        max-width: 1400px;
        margin:50px auto;
		p {
		}
	}
	div.tableimg {
        text-align: center;
		img.pc-only {
            text-align: center;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
		}
		img.sp-only {
		}
	}
}
section.secF {
    background: url(../img/hp_bg_img005.png) no-repeat ;
    background-size: cover, 100% auto;
    background-position: top ;
    padding: 100px 0 200px;

    h2 {
        font-size: var(--f-l);
        text-align: center;
        margin:  0 auto 60px;
    }
	div.secinner {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 40px 48px;
        
		div.item {
			flex: 1 1 300px;
			max-width: 595px;
            display: flex;
            flex-direction: column;
            justify-content: stretch;

			div.num {
				font-size: 0;
				line-height: 1;
				margin-bottom: 12px;
				
				&::before {
					content: "CASE";
					display: block;
					font-family: "Prompt", sans-serif;
					font-size: 28px;
					font-weight: 600;
					line-height: 1;
					margin-bottom: -2px;
				}

				span {
					display: block;
					font-family: "Prompt", sans-serif;
					font-size: 74px;
					font-weight: 600;
					line-height: .9;
				}
			}
			h3 {
				font-size: 30px;
				line-height: 1.4;
				font-weight: 700;
				margin: -100px 0 28px 120px;
			}
			div.voice {
                flex: 1 auto;
				background: #fff;
				border-radius: 20px;
				padding: 28px 30px 26px;
				margin-bottom: 22px;
				box-shadow: 0 10px 24px rgba(46, 64, 90, 0.06);

				h4 {
					font-size: 24px;
					font-weight: 700;
					margin-bottom: 12px;
				}
				p {
					font-size: var(--f-m);
					line-height: 1.8;
				}
			}
			div.wrap {
				display: grid;
				grid-template-columns: 220px 1fr;
				grid-template-rows: auto auto auto;
				gap: 18px 24px;
				align-items: start;

				&::after {
					content: "";
					display: block;
					grid-column: 2;
					grid-row: 1 / 3;
					align-self: end;
					justify-self: center;
					width: 250px;
					height: 285px;
					background: url(../img/hp_img011.png) no-repeat center bottom;
					background-size: contain;
                    bottom: -50px;
                    left: -30px;
                    position: relative;
				}

				div.plan {
					grid-column: 1;
					grid-row: 1;
					background: #fff;
					border-radius: 18px;
					padding: 22px 28px;
					h4 {
						font-size: 24px;
						font-weight: 700;
						margin-bottom: 10px;
					}
					p {
						font-size: var(--f-m);
						font-weight: 700;
						line-height: 1.5;
					}
				}
				div.time {
					grid-column: 1;
					grid-row: 2;
					background: #fff;
					border-radius: 18px;
					padding: 22px 28px;
					h4 {
						font-size: 24px;
						font-weight: 700;
						margin-bottom: 10px;
					}
					p {
						font-size: var(--f-m);
						font-weight: 700;
						line-height: 1.5;
					}
				}
				div.end {
					grid-column: 1 / -1;
					grid-row: 3;
					color: #fff;
					border-radius: 24px;
					padding: 28px 30px 26px;
					h4 {
						font-size: 24px;
						font-weight: 700;
						margin-bottom: 12px;
					}
					p {
						font-size: var(--f-m);
						line-height: 1.85;
					}
				}
			}
		}

		div.item:nth-of-type(1) {
			div.num {
				&::before,
				span {
					color: var(--c-sub2);
				}
			}

			div.wrap {
				div.plan h4,
				div.time h4 {
					color: var(--c-sub2);
				}

				div.end {
					background: #8FCA45;
				}
			}
		}

		div.item:nth-of-type(2) {
			div.num {
				&::before,
				span {
					color: var(--c-sub1);
				}
			}

			div.wrap {
				&::after {
					background-image: url(../img/hp_img012.png);
					width: 255px;
				}

				div.plan h4,
				div.time h4 {
					color: var(--c-sub1);
				}

				div.end {
					background: var(--c-sub1);
				}
			}
		}
	}
}
section.secG {
    background:  #FAF8F3;
    background-size: 30% auto, 100% auto;
    background-position: top left ;
    padding: 100px 0 150px;

    h2 {
        font-size: var(--f-l);
        text-align: center;
        margin:  0 auto 30px;
        font-weight: 700;
    }
	div.text {
		text-align: center;
		margin-bottom: 50px;
		p {
			font-size: var(--f-m);
			line-height: 1.8;
			margin: 0;
		}
	}
	div.inner {
		width: 95%;
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 24px;
		flex-wrap: wrap;

		div.item {
			flex: 1 1 360px;
			max-width: 443px;
			border-radius: 28px;
			padding: 96px 40px 42px;
			position: relative;
            display: flex;
            flex-direction: column;

			div.en {
				position: absolute;
				top: 0;
				left: 0;
				background: #3A3D43;
				color: #fff;
				font-family: "Prompt", sans-serif;
				font-size: 40px;
				font-weight: 500;
				line-height: 1;
				padding: 10px 44px 10px 48px;
				border-radius: 28px 0 28px 0;
			}
			div.plan {
				font-size: 40px;
				line-height: 1.2;
				font-weight: 700;
				text-align: center;
				margin: 34px 0 ;

			}
			div.sub {
				background: #fff;
				border-radius: 10px;
				padding: 16px 14px;
				text-align: center;
				font-size: var(--f-m);
				font-weight: 700;
				line-height: 1.4;
				margin-bottom: 28px;
			}
			div.comme {
                flex: 1 auto;
				font-size: 20px;
				line-height: 1.85;
				margin-bottom: 26px;
			}
			a.btn {
				display: block;
				width: 100%;
				max-width: 280px;
				margin: 0 auto;
				background: #3A3D43;
				color: #fff;
				font-size: 20px;
				font-weight: 700;
				text-align: center;
				padding: 16px 24px;
				border-radius: 12px;
				text-decoration: none;
				position: relative;

				&::after {
					content: "";
					position: absolute;
					top: 50%;
					right: 18px;
					width: 10px;
					height: 10px;
					border-top: 2px solid #fff;
					border-right: 2px solid #fff;
					transform: translateY(-50%) rotate(45deg);
				}
			}
		}

		div.item:nth-of-type(1) {
			background: #ADE08F;

			div.en {
				color: var(--c-sub3);
			}

			div.plan {
				color: var(--c-main);
			}

			div.sub {
				color: #2F3E4E;
			}
		}

		div.item:nth-of-type(2) {
			background: var(--c-sub1);
			color: #fff;

			div.en {
				color: var(--c-sub1);
			}

			div.plan,
			div.comme {
				color: #fff;
			}

			div.sub {
				color: var(--c-sub1);
			}
		}

		div.item:nth-of-type(3) {
			background: #8CC84A;

			div.en {
				color: var(--c-sub2);
			}

			div.plan {
				color: #fff;
				text-decoration: none;
			}

			div.sub {
				color: var(--c-sub2);
			}
		}
	}
}


section.c-faq {
    padding: 120px 0;
    background: #fff;
	div.inner {
		div.c-sec-ttl {
			span.c-sec-ttl__icon {

                border: 3px solid var(--c-sub2);
                &:after {
                    background-color:  var(--c-sub2);
                }
			}
			div.c-sec-ttl__text {
                
				h2.c-sec-ttl__en {
				}
				p.c-sec-ttl__ja {
                    color: var(--c-sub2);
				}
			}
		}
		div.c-faq__content.js-fade {
			div.c-faq__item {
                border-bottom: 2px solid #DDEFE4;
                
				p.c-faq__q.text-blue {
                    color: var(--c-sub2);
					span {
					}
				}
				p.c-faq__a {
					span {
					}
				}
			}
		}
	}
}