@charset "UTF-8";


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/



/*--- message --*/
#message.photoAndTextBox .image{
    background-position: top center;
}

/*--- section --*/
#contents .section#T01{
    padding-top: 180px;
}

/*--- intro --*/
#contents .intro{
    margin-top: 80px;
}

/*--- jirei --*/
#contents .jirei{
    margin-top: 80px;
}
#contents .jireiList{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#contents .jireiList li{
    width: 240px;
    padding: 0 20px;
}
#contents .jireiList li .image{
    max-width: 120px;
    margin: 0 auto;
}
#contents .jireiList li .text{
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
}

#contents .jireiList2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 80px 60px;
}
#contents .jireiList2 > li{
    width: calc((100% - 120px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contents .jireiList2 > li .image{
    max-width: 192px;
    margin: 0 auto;
}
#contents .jireiList2 > li .text{
    margin: 0 auto 20px;
    width: 100%;
    line-height: 1.5;
}
#contents .jireiList2 > li .head02{
    margin-bottom: 0;
}
#contents .jireiList2 > li .head03{
    font-size: clamp(15px,1.8vw,18px);
    width: 100%;
}
#contents .jireiList2 > li ul{
    width: 100%;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
    
}

/*----------------------------------------------------
	☆ UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {    
    
}

/*----------------------------------------------------
	☆ UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {      
    
    /*--- message ---*/
    #contents .section#message{
        padding-bottom: 20px;
    }
    
    /*--- section ---*/
    #contents .section#T01 {
        padding-top: 140px;
    }
    
    /*--- intro ---*/
    #contents .intro {
        margin-top: 60px;
    }
    
    /*--- jirei ---*/
    #contents .jirei {
        margin-top: 60px;
    }
    #contents .jireiList{
        gap: 40px 0;        
    }
    #contents .jireiList li {
        width: 33%;
    }
    
    #contents .jireiList2{
        gap: 60px 0;
        justify-content: space-between;
    }
    #contents .jireiList2 > li{
        width: 46%;
    }
    
}


/*----------------------------------------------------
	☆ UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    /*--- section ---*/
    #contents .section#T01 {
        padding-top: 90px;
    }

    /*--- intro ---*/
    #contents .intro {
        margin-top: 40px;
    }
    
    /*--- jirei ---*/
    #contents .jirei {
        margin-top: 40px;
    }
    #contents .jireiList{
        justify-content: space-between;
        gap: 25px 0;
    }
    #contents .jireiList li {
        width: 46%;
        padding: 0;
    }
    #contents .jireiList li .text{
        font-size: 13px;
        letter-spacing: 0.08em;
        margin-top: -20px;
    }
    
    #contents .jireiList2{
        gap: 40px 0;
    }
    #contents .jireiList2 > li {
        width: 100%;
    }
    
    #contents .jireiList2 > li .head03,
    #contents .jireiList2 > li ul{
        width: 85%;
    }
    
    #contents .jireiList2 > li:not(:last-child){
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
    }
    #contents .jireiList2 > li .image {
        margin: -10px auto;
    }
    #contents .jireiList2 > li .text{
        margin-bottom: 30px;
    }
    
}

/*----------------------------------------------------
	☆ UNDER 480
----------------------------------------------------*/

@media screen and (max-width:480px) {
    
}

