.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

body{
    line-height: 2 !important;
   
    letter-spacing: 0.17em;
    color: #222222;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

.clear::after{
    content: "";
    clear: both;
    display: block;
    
}

.underLine {
    border-bottom: solid 5px #8DBE20;
}

.underLines{
    border-bottom: solid 4px #FFE129;
}

a:hover {
    text-decoration: none !important;
    color: #8DBE20 !important;
    transition: all 0.5s;
}

.underLine-gra{
    position: relative;
  padding: 0.25em 0;
}
.underLine-gra::after{
  content: "";
  display: block;
  height: 4px;
  
  background: linear-gradient(to right,  #e7ffb3, #8DBE20);
}



/*=======================
ナブ
========================*/

.nav{
    transition: all .5s;
}

.nav-sub{
    color: #222222 ;
    font-weight: 700!important;
    font-size: 16px;
    transition: all .5s;
}


.change{
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 200px 200px;
    
}

.nav-item-change{
    color: #222222 !important;
}
.fixed-top{
    position: fixed;
}

.icon-img{
    width: 100px;
    height: 100px;   
}

.icon{
    float: left;
}

.nav-item{
    float: right;
    
    
}

.nav-item1{
    color: #fff;
    font-weight: 700!important;
    font-size: 16px;
    transition: all .5s;

}

.nav-item-right{
    color: #8DBE20;
    font-weight: 700!important;
    font-size: 16px;

}

.nav-item-child{
    float: left;
}


/*=======================
header
========================*/

.header-title{
    position: absolute;
    color: #fff;
    bottom: 50%;
    margin-left: 150px;
    letter-spacing: .17em;
    font-size: 45px;
}

.header-sentence{
    position: absolute;
    color: #fff;
    bottom: 42%;
    margin-left: 77px;
    letter-spacing: .7em;
    font-size: 20px;
   
}
/*=======================
about
========================*/
.about-left{
    float: left;
}
.about-right{
    float: right;
}
.about-img{
    width: 55%;
    margin-top: 5%;
    border: none;
}
/*=======================
news
========================*/

.news-border{
    border: solid #FFE129 2px;
    border-radius: 15px;


}
.news{
    background-color: #f7fafb;
    padding-bottom: 96px;
}

/*======================
contents
=======================*/
.contents-left{
    background-color: #000000;
    color: #fff;
    text-align: center;
   
}
.contents-left:hover{
    background-color: #242424;
}

.underLinem{
    border-bottom: solid 4px #fff;
}
.left-title{
    padding: 309.5px 0;
}

.active{
    background-image: url(../image/active.jpeg);
    height: 219px;
    text-align: center;
    position: relative;
    background-size: cover;
    
}
.right0{
    background-image: url(../image/rink.jpeg);
    
    height: 219px;
    text-align: center;
    background-size: cover;
    position: relative;
    
}
.right1{
    background-image: url(../image/hart.jpeg);
    
    height: 219px;
    text-align: center;
    background-size: cover;
    position: relative;
    
}
.right2{
    background-image: url(../image/medical.jpeg);
    color: #fff;
    height: 219px;
    text-align: center;
    background-size: cover;
}
.right3{
    background-image: url(../image/greeting.jpeg);
    color: #fff;
    height: 219px;
    text-align: center;
    background-size: cover;
}
.right4{
    background-image: url(../image/start.jpeg);
    color: #fff;
    height: 219px;
    text-align: center;
    background-size: cover;
}

.active-title{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    padding: 0;
    pointer-events: none;
    color: #fff;
    
}

.right-title{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    padding: 0;
    pointer-events: none;
    color: #fff;
}
.zoom-img{
    overflow: hidden;
    background-color: black;
    width: 100%;
}
.active:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}
.right0:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}

.right1:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}
.right2:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}
.right3:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}
.right4:hover{
    transition-duration: .3s;
    transform: scale(1.2);
    opacity: 0.6;
}







/*======================
item
=======================*/
.btn{
    background-color: #8DBE20 !important;
    border: solid #8DBE20 2px !important;
}

.card-img-primary{
    width: 100px;    
}

.card-img{
    text-align: center;
    margin-top: 7%;
}
.item{
    margin-top: 96px;
}

/*======================
contact
=======================*/
.contact-input {
    width: 100%;
    border: solid 2px #e0e0e0;
    border-radius: 5px;
    padding: 14px;
    font-size: 18px;
}
.contact-btn {
    border: solid #8DBE20 2px;
    padding: 15px 32px;
    background-color: #8DBE20 ;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}
.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #ec5f79;
    font-weight: 700;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #64d674;
    font-size: 22px;
}

.help-comment {
    font-size: 14px;
    
}

.has-success input, .has-success textarea {
    border: 1px solid #2fb4ce;
}
.has-success .help-comment, .has-success label {
    color: #2fb4ce;
}

.has-error input, .has-error textarea {
    border: solid 1px #ff4d4b;
}
.has-error .help-comment, .has-error label {
    color: #ff4d4b;
}
/*=======================-
footer
=======================**/
.footer {
    background-color: #242424 ;
}
.copyright {
    color: #6c757d;
    
}

/*========================
その他
========================*/


.shadow{
    background-color: rgba(0,0,0,0.2);
    height: 950px;
}

.arrowImg{
    width: 6%;
}

.ex{
    font-size: 24px;
}
.borderQA{
    border:solid 1px #FFE129; 
    border-radius: 10px;
    
}

.memberLink{
    font-size: 20px;
}
/*========================
greeting-page
========================*/

.greeting-title{
    padding: 280px 230px 150px 0;
    background-color: #f8fdde;
    border-radius: 0 0 0 200px;
    width: calc(100% - 230px);
    
    margin-left: auto;

}
.surcle-img{
    width: 100%;
    left: -500px;
}



/*========================
レスポンシブ
========================*/
.menu-img-mo{
    width: 10%;
}

.icon-img-mo{
    width: 60px;
    height: 60px;
}

.menu-bg-mo{
    background-color: #222222;
    width: 100%;
}

.nav-item1-mo {
    
    color: #fff;
    letter-spacing: 0.1em;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
}

.nav-item-right-mo{
    color: #8DBE20;
    font-weight: 700!important;
    font-size: 18px;
}

.change-mo{
    background-color: #fff;
    transition: all .5s;
}

.header-title-mo{
    font-size: 28px;
    position: absolute;
    color: #fff;
    bottom: 500px;
    margin-left: 30px;
    letter-spacing: .17em;
}

.header-sentence-mo{
    position: absolute;
    color: #fff;
    bottom: 400px;
    margin-left: 77px;
    letter-spacing: .7em;
    font-size: 14px;
}

.shadow-mo{
    background-color: rgba(0,0,0,0.2);
    height: 815px !important;
}



.about-title-mo{
    font-size: 24px;
}
.about-img-mo{
    width: 100%;
}

.left-title-mo{
    
        padding: 200px 0;
        font-size: 24px;
    
}

.active-title-mo{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    padding: 0;
    pointer-events: none;
    color: #fff;
    font-size: 24px;
    
}

.right-title-mo{
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    padding: 0;
    pointer-events: none;
    color: #fff;
    font-size: 24px;
}

.active-mo{
    background-image: url(../image/active.jpeg);
    padding-top: 39%;
    text-align: center;
    position: relative;
    background-size: contain;
    
}


.right0-mo{
    background-image: url(../image/rink.jpeg);
    padding-top: 39%;
    text-align: center;
    background-size: contain;
    position: relative;
    
}
.right1-mo{
    background-image: url(../image/hart.jpeg);
    padding-top: 39%;
    text-align: center;
    background-size: contain;
    position: relative;
    
}
.right2-mo{
    background-image: url(../image/medical.jpeg);
    color: #fff;
    padding-top: 39%;
    text-align: center;
    background-size: contain;
}
.right3-mo{
    background-image: url(../image/greeting.jpeg);
    color: #fff;
    padding-top: 39%;
    text-align: center;
    background-size: contain;
}
.right4-mo{
    background-image: url(../image/start.jpeg);
    color: #fff;
    padding-top: 39%;
    text-align: center;
    background-size: contain;
}

.greeting-title-mo{
    padding: 150px 0px 150px 0;
    background-color: #f8fdde;
    border-radius: 0 0 0 200px;
    
    
   
}
.greeting-title2-mo{
    font-size: 24px;
   
}

.greeting-titlesub-mo{
    font-size: 14px;

}
.px24{
    font-size: 24px;
}
.enter-title2-mo{
    font-size: 24px;
 
}
.enter-titlesub-mo{
    font-size: 14px;
 
}

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

	body{
        font-size: 1rem;
        line-height: 1.5!important;
    }

}