@charset "utf-8";
/* layout */
@media only screen and (max-width:420px) {
#canvasOne {
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    display: block;
}
#canvas {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    margin-top: -200px;
    position: absolute;
    z-index: 1;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
#canvasOne {
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    display: block;
}
#canvas {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    margin-top: -150px;
    position: absolute;
    z-index: 1;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
#canvasOne {
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    display: block;
}
#canvas {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    margin-top: -50px;
    position: absolute;
    z-index: 1;
}
}
	
@media only screen and (min-width:851px)  and (max-width:1150px){
#canvasOne {
    left: 0;
    width: 750px;
    height: 750px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    display: block;
}
#canvas {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    position: absolute;
    z-index: 1;
}
}

@media only screen and (min-width:1150px) {
#canvasOne {
    left: 0;
    width: 750px;
    height: 750px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    display: block;
}
#canvas {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    position: absolute;
    z-index: 1;
}
}

.service_section {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}
.works_section {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 100px;
}

.future_section {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.about_section {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 100px;
}

.news_section {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */








@media only screen and (max-width:420px) {
.animsition {
    width: 100%;
    height: 65vh;
    float: left;
    margin-top: -130px;
}
.animsition_txt {
    height: auto;
    z-index: 3;
    width: 98%;
    top: 10%;
    position: absolute;
}
.catchcopy {
    width: 80%;
    font-size: 250%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #FF5B26;
    text-align: center;
    line-height: 55px;
    margin-left: 10%;
    margin-right: 10%;
} 
.top_title01 {
    width: 80%;
    font-size: 140%;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 30px;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.animsition {
    width: 100%;
    height: 70vh;
    float: left;
    margin-top: -130px;
}
.animsition_txt {
    height: auto;
    z-index: 3;
    width: 98%;
    top: 20%;
    position: absolute;
}
.catchcopy {
    width: 80%;
    font-size: 280%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #FF5B26;
    text-align: center;
    line-height: 55px;
    margin-left: 10%;
    margin-right: 10%;
} 
.top_title01 {
    width: 80%;
    font-size: 150%;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 30px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.animsition {
    width: 100%;
    height: 100vh;
    float: left;
    margin-top: -70px;
}
.animsition_txt {
    height: auto;
    z-index: 3;
    width: 100%;
    top: 40%;
    position: absolute;
}
.catchcopy {
    width: 80%;
    font-size: 300%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #FF5B26;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
} 
.top_title01 {
    width: 80%;
    float: left;
    font-size: 150%;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 30px;
}
}


@media only screen and (min-width:851px)  and (max-width:1150px){
.animsition {
    width: 100%;
    height: 100vh;
    float: left;
    margin-top: -70px;
}
.animsition_txt {
    height: auto;
    z-index: 3;
    width: 100%;
    top: 40%;
    position: absolute;
}
.catchcopy {
    width: 80%;
    font-size: 350%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #FF5B26;
    line-height: 80px;
    text-align: center;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
} 
.top_title01 {
    width: 80%;
    float: left;
    font-size: 160%;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
}

@media only screen and (min-width:1150px) {
.animsition {
    width: 100%;
    height: 100vh;
    float: left;
    margin-top: 50px;
}
.animsition_txt {
    height: auto;
    z-index: 3;
    width: 100%;
    top: 50%;
    position: absolute;
}
.catchcopy {
    width: 40%;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #FF5B26;
    line-height: 80px;
    text-align: left;
    float: left;
    margin-left: 50%;
} 
.top_title01 {
    width: 40%;
    float: left;
    font-size: 180%;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
    text-align: left;
    margin-left: 50%;
    line-height: 40px;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　クループ1　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  


 /* ＝＝＝＝＝　動画部分　＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.cd_fixed_bg.cd_bg_t1 {
	min-height: 100%;
}
}	
@media only screen and (min-width:421px)  and (max-width:650px){
.cd_fixed_bg.cd_bg_t1 {
	min-height: 350px;
}
}	
@media only screen and (min-width:651px)  and (max-width:850px){
.cd_fixed_bg.cd_bg_t1 {
	min-height: 400px;
	;
}
}
@media only screen and (min-width:851px)  and (max-width:1150px){
.cd_fixed_bg.cd_bg_t1 {
	min-height: 550px;
}
}
@media only screen and (min-width:1150px) {
.cd_fixed_bg.cd_bg_t1 {
    height: 1000px;
    border: 5px solid #000000;
    overflow-y: hidden;
    z-index: -1;
    overflow-x: hidden;

}
}

 /* ＝＝＝＝＝　サービス・特集・ニュースのタイトル部分　＝＝＝＝＝ */

.cd_fixed_bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width:420px) {
.cd_fixed_bg.cd_bg_t3 {
    background-image: url(../images/top_image02.jpg);
    min-height: 500px;
    background-size: 400% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.cd_fixed_bg.cd_bg_t4 {
    background-image: url(../images/top_image03.jpg);
    min-height: 500px;
    background-size: 350% auto;
    background-position: -530px top;
    background-repeat: no-repeat;
    padding-top: 50px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.cd_fixed_bg.cd_bg_t3 {
    background-image: url(../images/top_image02.jpg);
    min-height: 600px;
    background-size: 250% auto;
    background-position: center 100px;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.cd_fixed_bg.cd_bg_t4 {
    background-image: url(../images/top_image03.jpg);
    min-height: 600px;
    background-size: 290% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 80px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.cd_fixed_bg.cd_bg_t3 {
    background-image: url(../images/top_image02.jpg);
    min-height: 600px;
    background-size: 200% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.cd_fixed_bg.cd_bg_t4 {
    background-image: url(../images/top_image03.jpg);
    min-height: 600px;
    background-size: 170% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){
.cd_fixed_bg.cd_bg_t3 {
    background-image: url(../images/top_image02.jpg);
    min-height: 800px;
    background-size: 180% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.cd_fixed_bg.cd_bg_t4 {
	background-image: url(../images/top_image03.jpg);
    min-height: 800px;
    background-size: 160% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 100px;
}
}
	
@media only screen and (min-width:1151px) {
.cd_fixed_bg.cd_bg_t3 {
    background-image: url(../images/top_image02.jpg);
    min-height: 500px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.cd_fixed_bg.cd_bg_t4 {
    background-image: url(../images/top_image03.jpg);
    min-height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-size: 100% auto;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
}





 /* ＝＝＝＝＝　動画・サービス・特集・ニュースのコンテンツ部分（外側）＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.cd_scrolling_bg_t2 {
    padding-top: 50px;
    height: 1930px;
} 
.cd_scrolling_bg_t3 {
    height: 1000px;
    margin-top: 50px;
} 
.cd_scrolling_bg_t4 {
    height: auto;
    padding-top: 50px;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
.cd_scrolling_bg_t2 {
    padding-top: 80px;
    height: 1280px;
} 
.cd_scrolling_bg_t3 {
    padding-top: 80px;
    height: 1060px;
} 
.cd_scrolling_bg_t4 {
    height: auto;
    padding-top: 70px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.cd_scrolling_bg_t2 {
    padding-top: 80px;
    height: 990px;
} 
.cd_scrolling_bg_t3 {
    padding-top: 80px;
    height: 1080px;
} 
.cd_scrolling_bg_t4 {
    height: auto;
    padding-top: 70px;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){
.cd_scrolling_bg_t2 {
    padding-top: 80px;
    height: 620px;
} 
.cd_scrolling_bg_t3 {
    padding-top: 80px;
    height: 720px;
} 
.cd_scrolling_bg_t4 {
    height: auto;
    padding-top: 80px;
}
}
	
@media only screen and (min-width:1151px) {
.cd_scrolling_bg_t2 {
    padding-top: 80px;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    float: left;
} 
.cd_scrolling_bg_t3 {
    padding-top: 80px;
    height: 700px;
} 
.cd_scrolling_bg_t4 {
    height: auto;
    padding-top: 80px;
}
}



 /* ＝＝＝＝＝　動画・サービス・特集・ニュースのコンテンツ部分（内側）＝＝＝＝＝ */

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

.cd_container_2 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}  
.cd_container_4 {
	width: 88%;
	margin-left: 20px;
	margin-right: 20px;
}  
}

@media only screen and (min-width:420px)  and (max-width:650px){

.cd_container_2 {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}  
.cd_container_3 {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_4 {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}  
}

@media only screen and (min-width:651px)  and (max-width:850px){

.cd_container_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_3 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_4 {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}  
}


@media only screen and (min-width:851px)  and (max-width:1150px){

.cd_container_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_3 {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_4 {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
} 
}

@media only screen and (min-width:1150px) {

.cd_container_2 {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} 
.cd_container_4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} 
}










/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グループ１　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */








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

.t_title00 {
    width: auto;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}

.t_title01 {
    width: 100%;
    text-align: center;
    font-size: 250%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title02 {
    width: 90%;
    text-align: right;
    font-size: 300%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.t_title03 {
    width: 100%;
    text-align: left;
    font-size: 300%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 20px;
}
.t_lead02_s {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 70%;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.t_lead02_l {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 85%;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
}
.t_lead02_r {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 90%;
    line-height: 30px;
    margin-bottom: 10px;
    float: right;
}
}


@media only screen and (min-width:421px)  and (max-width:650px){

.t_title00 {
    width: auto;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title01 {
    width: 420px;
    text-align: center;
    font-size: 280%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title02 {
    width: 420px;
    text-align: right;
    font-size: 400%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_title03 {
    width: 420px;
    text-align: left;
    font-size: 350%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_lead02_s {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 80%;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
.t_lead02_l {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 85%;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
}
.t_lead02_r {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 90%;
    line-height: 30px;
    margin-bottom: 10px;
    float: right;
}
}	
	


@media only screen and (min-width:651px)  and (max-width:850px){

.t_title00 {
    width: auto;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title01 {
    width: 500px;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title02 {
    width: 650px;
    text-align: right;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_title03 {
    width: 650px;
    text-align: left;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_lead02_s {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 85%;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
.t_lead02_l {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
}
.t_lead02_r {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: right;
}
}

@media only screen and (min-width:851px)  and (max-width:1150px){ 

.t_title00 {
    width: auto;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title01 {
    width: 850px;
    text-align: center;
    font-size: 350%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 20px;
}
.t_title02 {
    width: 100%;
    text-align: right;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    height: auto;
    float: left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.t_title03 {
    width: 850px;
    text-align: left;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_lead02_s {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 85%;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
.t_lead02_r {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: right;
    text-align: right;
}
.t_lead02_l {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
}
.t_lead00 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 70%;
    line-height: 25px;
}
}

@media only screen and (min-width:1151px) {
.t_title00 {
    width: auto;
    text-align: center;
    font-size: 300%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t_title01 {
    width: 80%;
    text-align: center;
    font-size: 400%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 30px;
}
.t_title02 {
    width: 98%;
    text-align: right;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
    height: auto;
    float: right;
    margin-top: 80px;
}
.t_title03 {
    width: 98%;
    text-align: left;
    font-size: 450%;
    font-family: 'Josefin Sans', sans-serif;
    color: #FF5C26;
    font-weight: bold;
    margin-bottom: 30px;
    float: left;
    margin-top: 70px;
}
.t_lead00 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 70%;
    line-height: 25px;
}
.t_lead02_s {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    text-align: center;
}
.t_lead02_l {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
}
.t_lead02_r {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    letter-spacing: 1px;
    font-size: 95%;
    line-height: 35px;
    margin-bottom: 10px;
    float: right;
    text-align: right;
}
}









/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グループ２　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */













/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　グループ４　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.news {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 110%;
	margin-bottom: 20px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
	line-height: 22px;
	text-align: justify;
	padding-right: 10px;
}
.news_last {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 110%;
	margin-bottom: 20px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
	line-height: 22px;
	text-align: justify;
	padding-right: 10px;
}
.news_in {
	width: 91%;
	margin-right: 20px;
	margin-left: 20px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.news {
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 110%;
    margin-bottom: 20px;
    background-color: #DDDDDD;
    float: left;
    clear: both;
    text-align: left;
}
.news_last {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 110%;
	margin-bottom: 50px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
}
.news_in {
	width: 92%;
	margin-right: 20px;
	margin-left: 20px;
}
}
	
@media only screen and (min-width:651px)  and (max-width:850px){
.news {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 120%;
	margin-bottom: 30px;
	float: left;
	background-color: #DDDDDD;
}
.news_last {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 120%;
	margin-bottom: 70px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
}
.news_in {
	width: 94%;
	margin-right: 20px;
	margin-left: 20px;
}
}
	
@media only screen and (min-width:851px)  and (max-width:1150px){
.news {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 120%;
	margin-bottom: 30px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
}
.news_last {
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 120%;
	margin-bottom: 70px;
	background-color: #DDDDDD;
	float: left;
	clear: both;
}
.news_in {
	width: 95%;
	margin-right: 20px;
	margin-left: 20px;
}
}

@media only screen and (min-width:1151px) {
.news {
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    background-color: #DDDDDD;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    font-size: 100%;
    text-align: left;
}
.news_last {
    width: 99%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 80px;
    background-color: #DDDDDD;
    margin-left: auto;
    margin-right: auto;
    float: left;
    clear: both;
    font-size: 100%;
}
.news_in {
    width: 80%;
    margin-right: 20px;
    margin-left: 20px;
}
}

.news_e {
	width: 96px;
	height: 15px;
	float: left;
	background-color: #FFFFFF;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳細はこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.bt_detail01 {
    width: 100%;
    float: left;
}
.bt_detail02 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.bt_detail_r {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    float: right;
    clear: right;
}

.bt_detail_l {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    float: left;
    clear: left;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
    display: inline-block;
    width: 200px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    font-size: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    overflow: hidden;
    float: right;
}
.button:hover {
    color: #FFFFFF;
    float: right;
}
.button::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}
