/**********

subtitle

************/
.sub-title-fulluse{
    background-color: #4DBFB9;
}
.sub-title-fulluse p,
.sub-title-fulluse h1{
    color: #ffffff;
}
.sub-title-fulluse hr{
    width: 12rem;
    margin: 2px auto;
    border: 0.5px solid #ffffff;
    background-color: #ffffff;
}
.fulluse-title{
	padding-bottom: 40px;
}
.fulluse-title h2{
	text-align: center;
	padding-top: 24px;
	color: #707070;
    font-weight: 300;    
    font-size: 22px;
}
.fulluse-title h2 strong{
    color: #6BB84E;
    font-size: 32px;
}
.fulluse-title hr{
    border: 2px solid #FFE200;
    background-color: #FFE200;
    border-radius: 3px;
}
.topAll{
    display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #E5F6F1 50.5%) no-repeat top left/100% 100%;
    width: 150px;
    height: 120px;
    margin-right: 43%;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #E5F6F1 50.5%) no-repeat top right/100% 100%;
    width: 150px;
    height: 120px;
    margin-left: 43%;
}
.sub-title-section {
    width: 480px;
    margin: 0 auto;
}
.sub-title-section{
    color:#898989;
    border-bottom: #FFD41E 4px solid;
    border-color: #FFD41E;
}
.sub-title-section h2 span{
    color: #6BB84E;
    font-size: 30px;
}
.fulluse-title{
    margin-top: -80px;
}
.sub-title-fulluse .sub-title{
    padding: 12px 0;
}
.sub-title-fulluse h1 span{
    font-size: 28px;
}
.sub-title-fulluse h1 p{
    font-size: 16px;
    font-weight: 200;
}
/**********

worries

************/
/*.fulluse-worries::after{
    content: "";
    border: 24px solid transparent;
    border-top: 24px solid #ffffff;
    position: relative;
}*/
.fulluse-worries{
	display: flex;
    justify-content: space-between;	
	width: 960px;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.fulluse-worries-box{
    width: calc(23% - 12px - 12px);
    height: 225px;
	background-color: #FFE200;
	padding: 12px 12px 32px;
    border-radius: 5px;
    position: relative;
}
.fulluse-worries-box p{
	margin-bottom: 12px;
    font-weight: 300;
}
.fulluse-worries-box strong{
    font-size: 18px;
}
.fulluse-worries-box::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 8px solid #FFE200;
    border-right: 8px solid #FFE200;
}
.fulluse-worries-box::after{
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    right: 10px;
    width: 90px;
    height: 45px;
    background-color: #C6EABE;
    border-radius: 0 0 45px 45px;
    z-index: 5;
}
.fulluse-worries-box-mask{
    width: calc(100% - 14px);
    height: 10px;
    position: absolute;
	background-color: #FFE200;
    bottom: 0;
    right: 7px;
    z-index: 10;
}
.fulluse-worries-box img{
    position: absolute;
    top: calc(100% - 55px);
    right: 10px;
    width: 90px;
    height: 90px;
    z-index: 15;
}
/**********

solutions

************/
.fulluse-solutions{
    padding: 34px 0 100px;
    background-color: #E5F6F1;
    position: relative;
}
.fulluse-solutions::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.fulluse-solutions-title{
	padding-bottom: 40px;
}
.fulluse-solutions-title h2{
	text-align: center;
    padding-top: 24px;
    color: #000000;
    font-weight: 300;  
    font-size: 22px;     
}
.fulluse-solutions-title h2 strong{
    font-size: 28px;
}
.fulluse-solutions-list{
	width:1040px;
	max-width: 1280px;
    margin: 0 auto;
}
.fulluse-solutions-listitem{
	display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #FFFFFF;
}
.fulluse-solutions-listitem + .fulluse-solutions-listitem{
    margin-top: 80px;
}
.fulluse-solutions-listitem > *{
    width: 50%;
}
.fulluse-solutions-text{
    padding: 30px 40px;
    font-size: 0.95rem;
}
.fulluse-solutions-case{
    width: 6em;
    height: 1em;
    line-height: 1em;
    padding: 5px;
    background-color: #6bb84d;
    border-radius: calc(1rem + 5px);
    text-align: center;
    color: #FFFFFF;
}
.fulluse-solutions-text h3{
    padding: 10px 0;
    font-size: 32px;
    color: #6BB84E;
}
.fulluse-solutions-text span.annotation{
    margin-bottom: 10px;
    font-weight: 200;
    word-break: break-all;
}
.fulluse-solutions-text p{
    word-break: break-all;
    margin-bottom: 10px;
    font-weight: 200;   
    font-size: 16px; 
}
.fulluse-solutions-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fulluse-solutions-text span.annotation{
    font-size: 0.8em;
}
/**********

when

************/
.fulluse-when{
    padding: 34px 0 24px 0;
}
.fulluse-when-title{
	padding-bottom: 40px;
}
.fulluse-when-title h2{
	text-align: center;
    padding-top: 24px;
    font-weight: 300;
}
.fulluse-when-title p{
    color: #707070;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.fulluse-when-list{
	display: flex;
    justify-content: space-between;	
	width:1040px;
	max-width: 1280px;
    margin: 0 auto;
}
.fulluse-when-box{
    width: 30%;
}
.fulluse-when-box p{
    display: inline-block;
    width: 100%;
    height: 3rem;
    margin-bottom: 10px;
    padding: 5px 0 2px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #4DBFB9;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 300;
}
.fulluse-when-box span{
    line-height: 3rem;
}
.fulluse-when-box img{
    width: 100%;
}
.fulluse-when-arrowSP{
    display: none;
}
.fulluse-when-arrow-box{
    position: relative;
}
.fulluse-when-arrow{
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 8px);
    margin: 0 auto;
    border: 16px solid transparent;
    border-left: 16px solid #4DBFB9;
}
.fulluse-when-sample{
    padding: 36px 0 18px 0;
    text-align: center;
}
.fulluse-when-sample-button{
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 24px;
    line-height: 24px;
    padding: 14px 18px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #6BB84D;
    border-radius: calc(24px / 2 + 10px);
    border-radius: 120px;
    box-sizing: content-box;
    margin: 0;    
}
.whenBtn{
    vertical-align: middle;
    margin-right: 12px;
}
/**********

flow

************/
.fulluse-flow{
    padding: 58px 0;
    background-color: #E5F6F1;
}
.fulluse-flow-title{
	width: 1040px;
    max-width: 1280px;
    margin: 0 auto;
	padding-bottom: 40px;
}
.fulluse-flow-title .sub-title-senction{
	display: flex;
    justify-content: space-between;
	width: 100%;
}
.fulluse-flow-title .sub-title-senction > *{
    vertical-align: middle;
}
.fulluse-flow-title .sub-title-senction > h2{
    width: 25rem;
    text-align: center;
    font-weight: 300;
}
.fulluse-flow-title .sub-title-senction > hr{
    width: calc((100% - 25rem) / 2);
    height: 0;
    border: 1px solid #6BB84D;
    margin-top: 20px;
}
.fulluse-flow-list{
	display: flex;
    justify-content: space-between;	
	width:1040px;
	max-width: 1280px;
    margin: 0 auto;
}
.fulluse-flow-box{
    width: calc(31.5% - 10px - 10px);
    padding: 10px 10px 40px;
    background-color: #FFFFFF;
    font-weight: 300;
    position: relative;
}
.fulluse-flow-box a{
    color: #6BB84E;
    font-weight: 700;
}
.fulluse-flow-box div{
    width: 100%;
    text-align: right;
    position: relative;
}
.fulluse-flow-box div img{
    position: absolute;
    top: -20px;
    left: 10px;
    width: 80px;
    height: 80px;
}
.fulluse-flow-box div span{
    line-height: 100px;
    font-size: 1.6rem;
    color: #6BB84D;
}
.fulluse-flow-box hr{
    border: 0.5px solid #6BB84D;
}
.fulluse-flow-box > img{
    width: 100%;
    background-color: #D5EC9C;
}
.solution-img{
    display: none;
}  
.fulluse-flow-box h3{
    margin: 10px 0;
    font-size: 1rem;
    color: #6BB84D;
    position: relative;
}
.fulluse-flow-box h3 span{
    color: rgba(0, 0, 0, 0);
}
.fulluse-flow-box .fulluse-flow-box-baloon{
    position: absolute;
    top: 6rem;
    right: 10px;
    width: 82%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    background-color: #FF418A;
    color: #FFFFFF;
    font-size: 0.9rem;
    text-align: center;
}
.fulluse-flow-box .fulluse-flow-box-baloon::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 18%;
    border: 8px solid transparent;
    border-top: 8px solid #FF418A;
    border-left: 8px solid #FF418A;
}
.fulluse-flow-box p{
    font-size: 14px;
    line-height: 24px;
}
.fulluse-flow-arrow-box{
    position: relative;
}
.fulluse-flow-arrowSP{
    display: none;
}
.fulluse-flow-arrow{
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 8px);
    margin: 0 auto;
    border: 16px solid transparent;
    border-left: 16px solid #4DBFB9;
}
.footer-product{
    text-align: center;     
    width: 1080px;
    max-width: 1280px;   
    margin: 0 auto; 
    padding: 48px 0;
}
.footer-product p{
    padding: 12px 0;
}
.footer-product h2{
    color: #6BB84E;
    font-weight: 200;
}
.footer-product-icon,
.footer-product-btn{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.footer-product-icon li{
    padding: 5px 5px 5px 0;
    list-style: none;
    width: 15vw;
}
.footer-product-icon li:last-child{
    padding-right: 0;    
}
.footer-product-icon li p{
    color: #000000;
    font-size: 14px;
    margin-top: -15px;
}
.footer-product-icon li a {
    display: block;
}
.footer-product-icon li a:hover {
    transform: translateY(-25px);
    transition-duration: .1s;
}

.footerProductBtn{
    margin: 20px auto;
    width: 320px;
    background-color: #6BB84E;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding:16px;
    border-radius: 40px;
    transition: .4s;    
}
.solution-SPimg{
    display: none;
}
.solution-img{
    display: block;
}
.middle{
    vertical-align: middle;
    padding-right: 8px;
}
@media screen and (max-width: 1080px) {
    .fulluse-flow-title,
    .fulluse-when-list,
    .fulluse-solutions-list,
    .fulluse-flow-list,.fulluse-worries,
    .footer-product
    {
        max-width: 94%;
        width: 288vw;
    }
    .fulluse-solutions-img img{
        width: 45vw;
    }
    .fulluse-solutions-text{
        padding: 2.3vw;
    }
    .fulluse-solutions-text p{
        margin-bottom: 0;
    }
    .footer-product-icon,
    .footer-product-btn{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 980px) {
    .fulluse-flow-box div img{
        width: 9vw;
        height: 10vw;
        left: 0;
    }
    .fulluse-title h2{
        padding: 5.8vw 0 0 0;
        font-size: 6.4vw;
    }
    .fulluse-worries{
        padding: 6.4vw 0;
    }
    .fulluse-worries-box p{
        margin-bottom: 1.8vw;
    }
    .fulluse-worries-box strong{
        font-size: 1.8vw;
    }
    .fulluse-worries-box{
        height: 250px;
        padding: 1.8vw 1.8vw 5.2vw 1.8vw;
    }
    .fulluse-solutions,
    .fulluse-when,
    .fulluse-flow{
        padding: 3.2vw 0;
    }
    .fulluse-when-title h2{
        padding-top: 0;
    }
    .footer-product-icon,
    .footer-product-btn{
        flex-wrap: wrap;
    }
    .footer-product-icon li:last-child{
        padding-right: 36px;    
    }
    .fulluse-solutions-text p{
        word-break: break-all;
    }
    .fulluse-flow-box h3 .fulluse-flow-box-baloon{
        width: 24vw;
        font-size: 1.6vw;   
    }
    .sub-title-section h2 span {
        color: #6BB84E;
        font-size: 6.4vw;
    }
}
@media screen and (max-width: 680px) {
    .sub-title-fulluse .sub-title span{
        font-size:4.8vw;
    }       
    .sub-title-section{
        width: 68%;
    }
    .fulluse-title{
        margin-top: -20vw;
        padding: 0;
    }
    .topRight{
        height: 80px;
    }
    .topMiddle{
        width: 100%;
    }
    .topLeft{
        height: 80px;
        margin-left: 20%;       
    }    
    .fulluse-worries{
        display: block;
    }
    .fulluse-worries-box{
        width: 90%;
        height: 180px;
        margin: 0 auto 10.6vw auto;
    }
    .sub-title-section h2 span{
        color: #6BB84E;
        font-size: 6vw;
    }    
    .sub-title-fulluse hr{
        margin:0.8vw auto;
    }
    .fulluse-worries-box strong{
        font-size: 4.1vw;
    } 
    .fulluse-worries-box p{
        font-size: 3.2vw;
    }
    .fulluse-solutions-title h2 strong{
        font-size: 6.4vw;        
    }
    .fulluse-solutions-listitem{
        display: block;
    }
    .fulluse-solutions-listitem > *{
        width: 100%;
        margin: 0 auto;
    }
    .fulluse-solutions-text{
        width: 90%;
    }
    .fulluse-solutions-text h3{
        font-size: 5vw;
        text-align: center;
    }

    .fulluse-solutions-case{
        margin:0 auto;
    }
    .fulluse-solutions-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .fulluse-solutions-text{
        padding: 6.4vw 2.3vw 2.3vw 2.3vw;
    }
    .solution-img,
    .fulluse-when-arrow,
    .fulluse-flow-arrow{
        display: none;
    }
    .solution-SPimg,
    .fulluse-when-list{
        display: block;
    }
    .fulluse-when-title{
        padding:0 0 6.4vw 0;
    }
    .fulluse-when{
        padding:6.4vw 0;        
    }
    .fulluse-when-box{
        width: 100%;
        margin: 0 auto 6.4vw auto;
    }
    .sub-title-senction p{
        word-break: break-all;
        font-size: 4vw;
    }
    .fulluse-when-box p{
        border-radius: 0;
        margin-top: 3.2vw;
    }
    .fulluse-flow-title .sub-title-senction > hr {
        width: 14%;
        margin-top: 3.8vw;
    }
    .fulluse-flow-title{
        padding:6.4vw 0;            
    }
    .fulluse-flow-list{
        display: block;
    }
    .fulluse-flow-box{
        width: 90%;
        margin: 6.4vw auto 12.8vw auto;
    }   
    .fulluse-flow-box div img{
        width: 25vw;
        height: 25vw;
    }
    .fulluse-flow-box h3 {
        margin: 3.2vw 0;
        font-size: 4vw;
        font-weight: 200;
    }
    .fulluse-flow-box p {
        font-size: 3.2vw;
        line-height: 6.4vw;
    }
    .fulluse-solutions-listitem + .fulluse-solutions-listitem {
        margin-top: 3.2vw;
    }
    .fulluse-when-arrowSP{
        display: block;
        position: absolute;
        top: calc(50% - 16px);
        left: calc(50% - 8px);
        margin: 0 auto;
        border: 16px solid transparent;
        border-top: 16px solid #4DBFB9;
    }
    .fulluse-flow-arrowSP{
        display: block;
        position: absolute;
        top: calc(50% - 16px);
        left: calc(50% - 8px);
        margin: -3.2vw auto;
        border: 16px solid transparent;
        border-top: 16px solid #6BB84E;
    }
    .footer-product h2{
        font-size: 6vw;
    }
    .footer-product-icon li,
    .footer-product-icon li:last-child{
        padding: 0 5vw;
        width: 20vw;
    }
    .footer-product-icon li p{
        padding-bottom: 2.1vw;
        font-size: 3.2vw;
    }
    .lineupImg{
        width: 20vw;
    }
    .fulluse-when-list{
        max-width: 100%;
    }
    .fulluse-when-box img {
    width: 95%;
    margin: 0 auto;
    display: block;
    }
    .footerProductBtn{
        width: 80vw;
        font-size: 4.2vw;
        padding: 2.8vw;
    }
    .fulluse-when-sample-button{
        width: 80vw;
        font-size: 4.2vw;        
    }
    span.break:before {
        content: "\A";
            white-space: pre;
    }
    .fulluse-solutions-title{
        padding-bottom: 3.8vw;
    }
    .fulluse-solutions-title h2{
        padding-top: 3.8vw;
    }  
    .fulluse-flow-box h3 .fulluse-flow-box-baloon{
        width: 60vw;  
        font-size: 3.2vw;  
    }  
    }

/*授業支援ページへのリンク追加分*/
.fulluse-solution-btn{
    width: 9em;
    height: 1em;
    line-height: 1em;
    padding: 8px;
    background-color: #6bb84d;
    border-radius: calc(1rem + 5px);
    text-align: center;
    color: #FFFFFF;
    position: absolute; 
    bottom: 50px;
}
.fulluse-solution-btn:hover{
	background-color: #457672;
}
.fulluse-solution-btn a:link{
    color: #FFFFFF;
}

.fulluse-solution-btn a:visited{
    color: #FFFFFF;
}

@media screen and (max-width: 980px) {
 .fulluse-solution-btn{
    width: 8em;
    height: 1em;
    margin:0 auto;
    position: absolute; 
    bottom: 50px;  
     
 }
}
    
@media screen and (max-width: 680px) {
 .fulluse-solution-btn{
font-size: 4.1vw;
     margin:0 auto;
     position: absolute; 
     bottom:15px;    
     right:calc(100% / 3);
 }
}
    
    
   
@media screen and (max-width: 400px) {
.fulluse-worries{
        display: block;
 }    
.fulluse-worries-box{
        width: 90%;
        height: 120px;
        margin: 0 auto 10.6vw auto;
 }    
 .fulluse-solution-btn{
        font-size: 4.1vw;
     margin:0 auto;
     position: absolute; 
     bottom:15px;    
     right:calc(100% / 3);
 }
}
    
    
