:root{
	--plantypecolorE : #2179c7;
	--plantypecolorE2 : #cee3f6;
	--plantypecolorL : #002f47;
	--plantypecolorL2 : #d9e0e4;
}
@charset "UTF-8";
/*--------------------------------------------
USE
---------------------------------------------*/
   #furture .img  {
        position: relative;
    }
        #furture .img .back {
            content: "";
            display: block;
            background-color: #2179c7;
            position: absolute;
            z-index: 1 !important;
        }
        #furture .img img{
            z-index: 3;
            position: relative;
        }
.link-doc {
    border: 1px solid #666;
    padding: 10px 40px;
}
@media screen and (max-width: 768px){
        #furture .img .back {
            height: calc( 500 * 100vw / 768 );
            width: calc( 720 * 100vw / 768 );
        }
            #furture .list01 .img .back {
                left: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
            #furture .list02 .img .back {
                right: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
            #furture .list03 .img .back {
                left: calc( -50 * 100vw / 768 );
                top: calc( -20 * 100vw / 768 );
            }
}
@media print,screen and (min-width: 769px){
        #furture .img .back {
            height: 400px;
            width: 400px;
        }
            #furture .list01 .img .back {
                left: -100px;
                top: -50px;
            }
            #furture .list02 .img .back {
                right: -100px;
                top: -50px;
            }
            #furture .list03 .img .back {
                left: -100px;
                top: -50px;
            }


}


/*--------------------------------------------
USE
---------------------------------------------*/
#use  {
    position: relative;
}
#use .back {
    content: "";
    display: block;
    background-color: #2179c7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1 !important;
}
    #use .wrap {
        z-index: 2 !important;
        position: relative;
    }
    #use .title-section {
        color: #fff;
    }

@media screen and (max-width: 768px){
    #use .back {
        height: calc( 480 * 100vw / 768 );
        width: calc( 800 * 100vw / 768 );
    }
}
@media print,screen and (min-width: 769px){
    #use .back {
        height: 500px;
        width: 100vw;
    }
}

/*--------------------------------------------
case
---------------------------------------------*/
#case  {
    position: relative;
}
#case .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1 !important;
}
#case .wrap {
    z-index: 2 !important;
    position: relative;
}
@media screen and (max-width: 768px){
    #case .back {
        height: calc( 2200 * 100vw / 768 );
        width: 92vw;
    }
}
@media print,screen and (min-width: 769px){
    #case .back {
        height: 800px;
        width: 80vw;
    }
}
/*--------------------------------------------
faq
---------------------------------------------*/
#faq  {
    position: relative;
}
#faq .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    position: absolute;
    z-index: 1 !important;
}
#faq .wrap {
    z-index: 2 !important;
    position: relative;
}
@media screen and (max-width: 768px){
    #faq .back {
        height: 400px;
        width: 92vw;
        left: 0;
        top: -10px;
    }
}
@media print,screen and (min-width: 769px){
    #faq .back {
        height: 800px;
        width: 70vw;
        left: 0;
        top: -10px;
    }
}

/*--------------------------------------------
flow
---------------------------------------------*/
#flow{
    background-image: url("../images/components/top/bg02_pc.png");
}
#flow .title01{
}
#flow .title-section {
}
#flow li{
	background-color : #fff;
}
#flow h4 span{
	display : block;
	text-align : center;
}
#flow h4 span:nth-of-type(1){
	color : #0b3974;
	font-weight : 700;
}
#flow h4 span:nth-of-type(2){
	line-height : 1.2;
}
@media screen and (max-width: 768px){
	#flow .wrap{
		padding-top : calc( 98 * 100vw / 768 );
		padding-bottom : calc( 92 * 100vw / 768 );
	}
	#flow ul{
		margin-top : calc( 72 * 100vw / 768 );
	}
	#flow li{
		width : calc( 340 * 100% / 720 );
		height : calc( 320 * 100vw / 768 );
		padding-top : calc( 12 * 100vw / 768 );
	}
	#flow li:nth-child( n + 3){
		margin-top : calc( 40 * 100vw / 768 );
	}
	#flow li img{
		height : calc( 120 * 100vw / 768 );
	}
	#flow h4{
		margin-bottom : calc( 12 * 100vw / 768 );
        text-align: center;
	}
	#flow h4 span{
		font-size : calc( 24 * 100vw / 768 );
        display: inline-block;
	}
	#flow h4 span:nth-of-type(1){
        background: var(--plantypecolorE);
        padding: 5px;
        border-radius: 1em;
        color: #fff;
        margin-right: .5em;
	}
	#flow h4 span:nth-of-type(2){
	}
	#flow p{
		font-size : calc( 20 * 100vw / 768 );
        padding: 0 1em;
        line-height: 1.8;
	}
}
@media print,screen and (min-width: 769px){
    #flow{
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0;
    }
	#flow .wrap{
        width: 100%;
        max-width: 1800px;
	}
	#flow ul{
		margin-top : 71px;
        gap: 20px;
	}
	#flow li{
		width : 250px;
		padding-top : 23px;
	}
	#flow li img{
		height : 96px;
	}
	#flow h4{
		margin-top : 10px;
	}
	#flow h4 span{
		font-size : 16px;
	}
	#flow h4 span:nth-of-type(1){
        font-size: 14px;
        padding: 10px;
        border-radius: 16px;
        background: #2179c7;
        color: #fff;
        width: 10em;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
	}
	#flow h4 span:nth-of-type(2){
		margin-top : calc( 5px - 1.6px );
        font-weight: 600;
        font-size: 18px;
	}
	#flow p{
		font-size : 14px;
        padding: 10px;
        line-height: 1.8;
	}
}

/*--------------------------------------------
plan
---------------------------------------------*/
#plan  {
    position: relative;
}
    #plan .article-column3 {
        justify-content: center
            ;
    }


/*--------------------------------------------
form
---------------------------------------------*/
#form  {
    position: relative;
}
#form .back {
    content: "";
    display: block;
    background-color: #e8f1f9;
    height: 800px;
    width: 70vw;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 1 !important;
}
#form .wrap {
    z-index: 2 !important;
    background: #fff;
    position: relative;
}
/*--------------------------------------------
INQUIRY 22/2/9 add
---------------------------------------------*/
#form #agreement {
    width: 100%;
    text-align: left;
    padding: 1.5em;
    line-height: 1.5em;
    margin: 0 auto 3em auto;
    background-color: #fff;
}

#form #agreement p{
    width: 100%;
    text-align: left;
    display: block;
}

#form #agreement .policy{
    background-color: #f6f6f6;
    border:solid 1px #ccc;
    height: 14em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1.5em;
}

#form #agreement .policy h3 {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}

#form #agreement .policy dl dt,
#form #agreement .policy dl dd {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    padding-left: 1.25em;
/*    border: solid 1px #333;*/
}

#form #agreement .policy dl dt {
    text-indent: -1.25em;
}

#form #agreement .policy dl dt:before {
    content: '■ ';
}
/*
#form #agreement .policy dl dd {
    padding-left: 1.25em;
}*/

#form #agreement .policy dl dd a {
    text-decoration: underline;
}

#form #agreement label {
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: 3em auto auto auto;
    justify-content: center;
}
@media screen and (max-width: 768px){
    #form #agreement {
        width: 100%;
        text-align: left;
        padding: .5em;
        line-height: 1.5em;
        margin: 0 auto 3em auto;
        background-color: #fff;
    }
    #form #agreement .policy{
        margin-top: 1em;
        padding: .5em;
    }
    #form #agreement label {
        margin: 1em auto auto auto;
    }
}
@media print,screen and (min-width: 769px){

}
.link {
	line-height: 1.8;
	margin-top: 1.5em;
	margin-bottom:1.5em; 
	text-align: center;
}
	.link a {
		background: #004314;
		color: #fff;
		padding: .5em 5em; 
	}

div.colorbox{
    position: relative;
    width: 80%;
    margin: 30px auto 30px;
}
div.colorbox div.color{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #004314;
}
div.colorbox img{
    display: block;
    width: 100%;
}
#form {
	padding-bottom: 6em;
	
}
.thanks {
	min-height: 500px;
	text-align: center;
	padding-top: 5em;
}
	.thanks h3 {
		margin-bottom: 2em;
		font-size: 1.5em;
	}
	.thanks p {
		line-height: 1.8;
	}

/*--------------------
plan price
--------------------*/
#plan {
}
    #plan ul.type {
        list-style: none;
    }
        #plan ul.type li {
            margin-bottom: 5em;
        }
    .title-type-wrap h3 {
        font-weight: 600;
        color: var(--plantypecolorE);
    }
        .type-l .title-type-wrap h3 {
            color: var(--plantypecolorL);
        }
@media screen and (max-width: 768px){
.title-type-wrap {
    display: block;
    margin-bottom: 2em;
}
    .title-type-wrap h3 {
        font-size: calc( 40 * 100vw / 768 );
    }
    .title-type-wrap p {
        margin-top:.5em; 
        font-size: calc(26 * 100vw / 768 );
        line-height: 1.5;
    }
    #plan .message {
        font-size: calc( 24 * 100vw / 768 );
        margin-bottom:calc( 15 * 100vw / 768 );
        text-align: center;
        background:  #efefef;
        line-height: 1.8;
    }
    #plan .scroll-x {
        width: 100%;
        overflow-x: scroll;
    }
        .price-box {
            width:  calc( 1200 * 100vw / 768 );
        }
    .price-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1em repeat(3, 120px);
        grid-column-gap: calc( 10 * 100vw / 768 );
        grid-row-gap: calc( 10 * 100vw / 768 );
        justify-content: stretch;
        font-family: "Noto Sans Japanese" , sans-serif;
    }
    .t-01 { grid-area: 1 / 1 / 2 / 2; }
    .t-02 { grid-area: 1 / 2 / 2 / 3; }
    .t-03 { grid-area: 1 / 3 / 2 / 4; }
    .t-04 { grid-area: 1 / 4 / 2 / 5; }
    .p-1t { grid-area: 2 / 1 / 3 / 2; }
    .p-kichi { grid-area: 2 / 2 / 5 / 3; }
    .p-01koki { grid-area: 2 / 3 / 3 / 4; }
    .p-01price { grid-area: 2 / 4 / 3 / 5; }
    .p-2t { grid-area: 3 / 1 / 4 / 2; }
    .p-02koki { grid-area: 3 / 3 / 4 / 4; }
    .p-02price { grid-area: 3 / 4 / 4 / 5; }
    .p-3t { grid-area: 4 / 1 / 5 / 2; }
    .p-03koki { grid-area: 4 / 3 / 5 / 4; }
    .p-03price { grid-area: 4 / 4 / 5 / 5; }

    .price-grid .midashi {
        font-size: calc( 26 * 100vw / 768 );
    }
    .price-grid div:not(.midashi):not(.name) {
        background: var(--plantypecolorE2);
    }
        .type-l .price-grid div:not(.midashi):not(.name) {
            background: var(--plantypecolorL2);
        }
    .price-grid .name {
        background: var(--plantypecolorE) ;
        color: #fff;
        font-size: calc( 32 * 100vw / 768 );
        font-weight: 600;
    }
        .type-l .price-grid .name {
            background: var(--plantypecolorL) ;
        }
    .price-grid div {
        align-items: stretch;
        justify-items: stretch; 
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
    }
    .price-grid .price {
        color: var(--plantypecolorE);
        font-size: calc( 32 * 100vw / 768 );
        font-weight: 600;
        flex-direction: row;
    }
        .price-grid .price span.min {
            display: block;
        }
        .type-l .price-grid .price {
            color: var(--plantypecolorL);
        }
    .price-grid .koki {
        color: var(--plantypecolorE);
        font-size: calc( 32 * 100vw / 768 );
        font-weight: 600;
        position: relative;
    }
        .type-l .price-grid .koki {
            color: var(--plantypecolorL);
        }
    .price-grid .p-kichi {
        color: var(--plantypecolorE);
        font-size: calc( 24 * 100vw / 768 );
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }
        .type-l .price-grid .p-kichi {
            color: var(--plantypecolorL);
        }
        .price-grid .p-kichi strong {
            text-align: center;
        }
        .price-grid .p-kichi strong span {
            display: block;
            font-size: calc( 20 * 100vw / 768 );
            text-align: center;
            line-height: 1.8;
        }
            .price-grid .p-kichi p {
                display: flex;
                flex-direction: column;
                margin-bottom: 5px;
            }
            .price-grid .p-kichi p span.num {
                font-size: calc( 30 * 100vw / 768 );
                display: block;
                text-align: center;
                font-weight: 600;
            }
        .price-grid .koki::before {
            content: "＋";
            background: var(--plantypecolorE);
            color: #fff;
            font-size: calc( 30 * 100vw / 768 );
            font-weight: 600;
            height: calc( 40 * 100vw / 768 );
            width: calc( 40 * 100vw / 768 );
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: calc( 40 * 100vw / 768 );
            position: absolute;
            top: calc(50% - ( 20 * 100vw / 768 ));
            left: calc( -20 * 100vw / 768 );
        }
            .type-l .price-grid .koki::before {
                background: var(--plantypecolorL);
            }
        .price-grid .koki::after {
            content: "＝";
            background: var(--plantypecolorE);
            color: #fff;
            font-size: calc( 30 * 100vw / 768 );
            font-weight: 600;
            height: calc( 40 * 100vw / 768 );
            width: calc( 40 * 100vw / 768 );
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: calc( 40 * 100vw / 768 );
            position: absolute;
            top: calc(50% - ( 20 * 100vw / 768 ));
            right: calc( -20 * 100vw / 768 );
        }
            .type-l .price-grid .koki::after {
                background: var(--plantypecolorL);
            }
    .price-grid .min {
            font-size: calc( 20 * 100vw / 768 );
            font-weight: 400;
    }

}
@media print,screen and (min-width: 769px){
.title-type-wrap {
    display: flex;
    margin-bottom: 2em;
    align-items: flex-end;
}
    .title-type-wrap h3 {
        font-size: 30px;
    }
    .title-type-wrap p {
        margin-left:1em; 
    }
    .price-box {
    }
    .price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1em repeat(3, 120px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
        justify-content: stretch;
        font-family: "Noto Sans Japanese" , sans-serif;
    }

    .t-01 { grid-area: 1 / 1 / 2 / 2; }
    .t-02 { grid-area: 1 / 2 / 2 / 3; }
    .t-03 { grid-area: 1 / 3 / 2 / 4; }
    .t-04 { grid-area: 1 / 4 / 2 / 5; }
    .p-1t { grid-area: 2 / 1 / 3 / 2; }
    .p-kichi { grid-area: 2 / 2 / 5 / 3; }
    .p-01koki { grid-area: 2 / 3 / 3 / 4; }
    .p-01price { grid-area: 2 / 4 / 3 / 5; }
    .p-2t { grid-area: 3 / 1 / 4 / 2; }
    .p-02koki { grid-area: 3 / 3 / 4 / 4; }
    .p-02price { grid-area: 3 / 4 / 4 / 5; }
    .p-3t { grid-area: 4 / 1 / 5 / 2; }
    .p-03koki { grid-area: 4 / 3 / 5 / 4; }
    .p-03price { grid-area: 4 / 4 / 5 / 5; }

    .price-grid .midashi {
        font-size: 14px;
    }
    .price-grid div:not(.midashi):not(.name) {
        background: var(--plantypecolorE2);
    }
        .type-l .price-grid div:not(.midashi):not(.name) {
            background: var(--plantypecolorL2);
        }
    .price-grid .name {
        background: var(--plantypecolorE) ;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }
        .type-l .price-grid .name {
            background: var(--plantypecolorL) ;
        }
    .price-grid div {
        align-items: stretch;
        justify-items: stretch; 
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
    }
    .price-grid .price {
        color: var(--plantypecolorE);
        font-size: 30px;
        font-weight: 600;
    }
        .type-l .price-grid .price {
            color: var(--plantypecolorL);
        }
    .price-grid .koki {
        color: var(--plantypecolorE);
        font-size: 30px;
        font-weight: 600;
        position: relative;
    }
        .type-l .price-grid .koki {
            color: var(--plantypecolorL);
        }
    .price-grid .p-kichi {
        color: var(--plantypecolorE);
        font-size: 20px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }
        .type-l .price-grid .p-kichi {
            color: var(--plantypecolorL);
        }
        .price-grid .p-kichi strong {
            text-align: center;
        }
        .price-grid .p-kichi strong span {
            display: block;
            font-size: 12px;
            text-align: center;
            line-height: 1.8;
        }
            .price-grid .p-kichi p {
                display: flex;
                flex-direction: row;
                margin-bottom: 5px;
            }
        .price-grid .koki::before {
            content: "＋";
            background: var(--plantypecolorE);
            color: #fff;
            font-size: 26px;
            font-weight: 600;
            height: 40px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            position: absolute;
            top: calc(50% - 20px);
            left: -20px;
        }
            .type-l .price-grid .koki::before {
                background: var(--plantypecolorL);
            }
        .price-grid .koki::after {
            content: "＝";
            background: var(--plantypecolorE);
            color: #fff;
            font-size: 26px;
            font-weight: 600;
            height: 40px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            position: absolute;
            top: calc(50% - 20px);
            right: -20px;
        }
            .type-l .price-grid .koki::after {
                background: var(--plantypecolorL);
            }
    .price-grid .min {
            font-size: 20px;
            font-weight: 400;
    }
}
