@charset "UTF-8";

#under_main {
    background: url(../system/images/system_top.jpg)no-repeat center/cover;
}
@media screen and (max-width:768px) {
    #under_main {
        max-width: 1100px;
        overflow:hidden;
    }
}
/* =======================================================
*system
* ======================================================= */
h2 {
    border-bottom: none;
}
#system_top .intro_img {
    width: 50%;
}
#system_top .inner {
	margin: 50px auto 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#system_top p {
    line-height: 3.5;
}
#system_top .concept {
    font-size: 30px;
    line-height: 3;
}

#content .system1 ul{
    margin: 50px 0;
}
.system_img1 {
    background-image: url(./images/system_img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
@media screen and (max-width:768px) {
    
    h2 {
        padding-top: 50px;
    }
    #system_top .flex {
        display: block;
    }
    #system_top .intro_img {
    width: 100%;
    }
    #system_top .concept {
    font-size: 25px;
}
    
    .system_img1 {
        
        height: 250px;
    }


}
/* =======================================================
*join
* ======================================================= */
h3 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: rgb(218, 216, 216) 0.5px solid;
}
h4 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
}
h4 span {
    font-size: 14px;
}
#join ul {
    margin: 50px 0;
    
}
#join ul li {
    line-height: 2.5;
}
 
/* =======================================================
*流すアニメーション
* ======================================================= */
.txt_anime {
    margin: 50px 0 50px ;
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 80px;
  }
  .txt_anime p {
    white-space: nowrap;
    line-height: 80px;
    color: #999;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    letter-spacing: 0.7rem;
  }
  .txt_anime p:first-child{
    animation: float 60s linear -30s infinite;
  }
  .txt_anime p:last-child{
    animation: float2 60s linear infinite;
  }
    @keyframes float{
        0%{transform: translateX(100%);}
        100%{transform: translateX(-100%);}
    }
    @keyframes float2{
        0%{transform: translateX(0);}
        100%{transform: translateX(-200%);}
    }
  
.widecontent .like_item {
    width: 30%;
}
.widecontent .like_item img {
    width: 70%;
}
.widecontent .like_item p {
    margin-top: 40px;
}



.system_img2 {
    background-image: url(./images/system_img2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
@media screen and (max-width:768px) {
    .txt_anime {
        margin: 0px;
    }
    .txt_anime p {
        font-size: 25px;
    }
    .system_img2 {
        height: 250px;
    }

}

  /* =======================================================
*アタッチメント
* ======================================================= */

/* .background {
    background-image: url(./images/about04.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
}
@media screen and (max-width:768px) {
    .background {
        background-attachment: scroll;
        background-size: cover;
        height: 50vh;
    }
} */