@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    text-align: center;
}

/* color
———————————————————————————————————————————————————————————————————*/
.white{
    background: #fff;
}
.beige{
    background: #EEEDE9;
}
.green{
    background: #588751;
    color: #fff;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    type1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type1{
    padding: 64px 0;
}
.type1__inner{
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
.type1__inner--text p{
    line-height: 2;
    margin-bottom: 16px;
}
.type1__inner--text .bold{
    font-weight: 600;
}
.type1__inner--text .left{
    text-align: left;
}
.type1__inner--btn{
    max-width: 335px;
    margin: 0 auto;
}
.type1__inner--btn a{
    display: block;
}
.type1__inner--btn a:last-of-type{
    margin-top: 16px;
}

@media only screen and (max-width: 768px) {
    .type1__inner{
        padding: 0 20px;
    }
    .type1__inner--btn{
        max-width: 100%;
        margin: 0 auto;
    }
}

/* title
———————————————————————————————————————————————————————————————————*/
.type1__inner--title{
    position: relative;
    color: #588751;
    margin-bottom: 24px;
}
.type1__inner--title p{
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.type1__inner--title h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 24px;
}
.type1__inner--title h2 span{
    font-size: 48px;
    font-weight: 600;
}
.type1__inner--title::after{
    content: '';
    background: #588751;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.type1__inner--title.orange{
    color: #FC5432;
}
.type1__inner--title.orange::after{
    background: #FC5432;
}

@media only screen and (max-width: 768px) {
    .type1__inner--title p{
        font-size: 16px;
    }
    .type1__inner--title h2{
        font-size: 32px;
    }
    .type1__inner--title h2 span{
        font-size: 40px;
    }
}

/* flex
———————————————————————————————————————————————————————————————————*/
.type1__inner--flex{
    display: flex;
	align-items: flex-start;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.type1__inner--flex.raw1{
    justify-content: center;
}
.type1__inner--flex.raw1 > div{
    width: 47.611940298%;
}
.type1__inner--flex.raw2 > div{
    width: 47.611940298%;
    margin-right: 4.776119402%;
}
.type1__inner--flex.raw2 > div:nth-of-type(2n){
    margin-right: 0;
}
.type1__inner--flex.raw3 > div{
    width: 32.23880597%;
    margin-right: 1.641791044%;
}
.type1__inner--flex.raw3 > div:nth-of-type(3n){
    margin-right: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header{
    z-index: 4;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.2);
    padding: 20px 0;
}
header .header__inner{
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
header .header__inner img{
    width: 280px;
}

@media only screen and (max-width: 768px) {
    header .header__inner{
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer{
    background: #7A7A7A;
    padding: 20px 0;
}
footer p{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta{
    padding-bottom: 24px;
}
.cta__title{
    transform: translateY(-30px);
}
.cta__title img{
    width: 512px;
    margin: 0 auto;
}
.cta .type1__inner{
    margin-top: -14px;
}

@media only screen and (max-width: 768px) {
    .cta{
        padding-bottom: 24px;
    }
    .cta__title{
        transform: translateY(-30px);
    }
    .cta__title img{
        width: 256px;
        margin: 0 auto;
    }
    .cta .type1__inner{
        margin-top: -14px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
    position: relative;
    padding-top: 2px;
    padding-bottom: 72px;
}
.fv h1{
    display: none;
}
.fv .fv__inner{
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: -36px;
}
.fv .fv__inner--point{
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.fv .fv__inner--point > div{
    width: 32.23880597%;
}

@media only screen and (max-width: 768px) {
    .fv .fv__inner{
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    expert
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.expert .type1__inner--flex.raw1{
    margin-bottom: 16px;
}
.expert .gallery{
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 24px auto 0;
}
.expert .gallery{
    display: flex;
	align-items: center;
	justify-content: flex-start;
    overflow: scroll;
}
.expert .gallery div{
    min-width: 280px;
    margin-right: 16px;
}

@media only screen and (max-width: 768px) {
    .expert .gallery div{
        min-width: 240px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.problem .type1__inner--flex div{
    margin-bottom: 24px;
}
.problem .type1__inner--flex div img{
    margin-bottom: 8px;
}
.problem .type1__inner--flex div p{
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .problem .type1__inner--flex div p{
        font-size: 15px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    comparison
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.comparison.type1{
    padding: 0 0 64px;
}
.comparison .polygon{
    margin-bottom: 32px;
}
.comparison .polygon p{
    background: #588751;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
.comparison .polygon p span{
    font-size: 40px;
    font-weight: 600;
}
.comparison .polygon img{
    width: 80px;
    margin: 0 auto;
}
.comparison .type1__inner--image{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .comparison .type1__inner--image{
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point .point__content{
    margin-bottom: 48px;
}
.point .point__content--number{
    display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 8px;
}
.point .point__content--number > div:nth-of-type(1){
    width: 92px;
    margin-right: 8px;
}
.point .point__content--number > div:nth-of-type(2){
    background: #588751;
    flex: 1;
    height: 0.5px;
}
.point .type1__inner--flex.raw2 > div > img{
    margin-bottom: 8px;
}
.point .type1__inner--flex.raw2 > div > h3{
    margin-bottom: 8px;
}
.point .type1__inner--flex.raw2 > div > h3 img{
    width: auto;
    height: 44px;
    margin: 0 auto;
}
.point .type1__inner--flex.raw2 > div > h3.line2 img{
    height: 86px;
}

@media only screen and (max-width: 768px) {
    .point .point__content{
        margin-bottom: 24px;
    }
    .point .type1__inner--flex.raw2{
        display: block;
    }
    .point .type1__inner--flex.raw2 > div{
        max-width: 100%;
        width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.price .type1__inner--image{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .price .type1__inner--image{
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    line
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.line .type1__inner--text p{
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .line .type1__inner--text p{
        text-align: left;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    message
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.message .type1__inner--flex.raw2{
    align-items: center;
    margin-bottom: 16px;
}
.message .type1__inner--flex.raw2 > div:nth-of-type(1){
    width: 41.791044776%;
    margin-right: 2.388059701%;
}
.message .type1__inner--flex.raw2 > div:nth-of-type(2){
    width: 55.820895522%;
}
.message .type1__inner--flex.raw2 > div:nth-of-type(2) p{
    text-align: left;
}
.message .type1__inner--flex.raw2 > div:nth-of-type(2) p:nth-of-type(1){
    font-size: 16px;
    font-weight: 800;
    line-height: 2;
    margin-bottom: 8px;
}
.message .type1__inner--flex.raw2 > div:nth-of-type(2) p:nth-of-type(2){
    color: #588751;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}
.message .type1__inner--text{
    margin-bottom: 32px;
}
.message .type1__inner--text:last-of-type{
    margin-bottom: 0;
}
.message .type1__inner--text p:last-of-type{
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .message .type1__inner--flex.raw2 > div:nth-of-type(2) p:nth-of-type(1){
        font-size: 12px;
    }
    .message .type1__inner--flex.raw2 > div:nth-of-type(2) p:nth-of-type(2){
        font-size: 24px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    step
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.step .step__content{
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    text-align: left;
    padding: 16px;
    margin-bottom: 16px;
}
.step .step__content--number{
    display: flex;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 16px;
}
.step .step__content--number > div:nth-of-type(1){
    width: 36px;
    margin-right: 8px;
}
.step .step__content--number > div:nth-of-type(2){
    width: 48px;
}
.step .step__content > h3{
    color: #588751;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}
.step .step__content > h3 span{
    font-size: 16px;
    font-weight: 800;
}
.step .step__content > p{
    font-weight: 800;
}
.step .step__content > a{
    display: inline-block;
    color: #588751;
    border-bottom: 1px solid #588751;
    margin-top: 8px;
}
.step .arrow{
    width: 32px;
    margin: 0 auto 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support .type1__inner--flex.raw2{
    margin-bottom: 8px;
}
.support .type1__inner--flex.raw2 > div{
    position: relative;
}
.support .type1__inner--flex.raw2 > div:nth-of-type(1){
    width: 80px;
    height: 80px;
    background: #fff;
    border: 4px solid #588751;
    margin-right: 0;
}
.support .type1__inner--flex.raw2.orange > div:nth-of-type(1){
    border: 4px solid #FC5432;
}
.support .type1__inner--flex.raw2 > div:nth-of-type(1) p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #588751;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}
.support .type1__inner--flex.raw2.orange > div:nth-of-type(1) p{
    color: #FC5432;
}
.support .type1__inner--flex.raw2 > div:nth-of-type(2){
    flex: 1;
    height: 80px;
    background: #588751;
}
.support .type1__inner--flex.raw2.orange > div:nth-of-type(2){
    background: #FC5432;
}
.support .type1__inner--flex.raw2 > div:nth-of-type(2) p{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0,-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    webform
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.webform iframe{
    width: 100%;
}

