

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */





@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}



/* webフォントのちらつき対応 ---------------------------------------------- */

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/





html {
    font-family: 'noto400';

     font-feature-settings : "palt";
     letter-spacing:1px;
     
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}







/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
		

	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#000000;
	text-align:left;
}	 





/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;

}

.container01_01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}

.container02{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0 0 0;

}



/* header ---------------------------------------------- */



header{

   
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/logo_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  
    
    position: relative;
   
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}




/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;
    background: #4499c0;
    


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:40px 0 40px 0;
	box-sizing:border-box;


}



address{
	font-size:15px;
	line-height:160%;
	color:#000;
    text-align:center;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:24px;
	line-height:120%;
    font-family: 'noto700';
	color:#000;
    text-align: center;
    margin-bottom: 15px;


}

.ad_ttl span{
    max-width: 150px;
    height: 35px;
    background: #2b8341;
    padding: 0px 15px 2px 15px;
    margin-right: 10px;
    
    
    font-size: 20px;
    line-height: 100%;

    text-align: center;
 	color:#FFFFFF;

    font-family: 'noto700';
    
    
    
}


.ad_ttl_img{
    max-width: 210px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}


.ad_ttl_img img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.ad_ttl_img:hover img {
	opacity: .7;
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
    text-align:center;
	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #ffffff;
}










h1.h1_01{
    max-width: 614px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);    
}

/*h1.h1_01 img{
    height: 100vh;
    max-height: 971px;

    text-align: center;
}
*/



h2.h2_01{
    font-size: 24px;
    line-height: 140%;

    text-align: center;
 	color:#FFFFFF;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 400;

     margin: 0 auto 40px auto;   
}

h2.h2_01 p{
    font-size: 50px;
    line-height: 110%;

    text-align: center;
 	color:#fbd191;



    font-family: fot-chiaro-std, sans-serif;
    font-style: normal;
    font-weight: 700;
     margin: 0 auto 5px auto;   
}



h3.h3_01{
    font-size: 35px;
    line-height: 140%;

    text-align: center;
 	color:#FFFFFF;

    background: linear-gradient(90deg, rgba(22,153,229,1) 0%, rgba(48,174,104,1) 100%);
    padding: 10px 15px;
    border-radius:30px;

    font-family: fot-chiaro-std, sans-serif;
    font-style: normal;
    font-weight: 700;

     margin: 0 auto 35px auto;   
}

/* トップ メッセージ----------------------------------------- */

.tp_msg01{
    width: 100%;
    height: 673px;
    background: url("../img/top/01_bg.jpg") top center no-repeat;
 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_msg01_in{

}

.tp_msg02{
    font-size: 18px;
    line-height: 200%;
    color: #FFFFFF;
}


/* トップ お知らせ----------------------------------------- */

.tp_news_bg{
    width: 100%;
    height: 420px;
    background: url("../img/top/02_bg.jpg") top center no-repeat;
 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_news_in{

}




.tp_news{
    background: rgba(255,255,255,0.80);
    border-radius: 10px;    
}

.tp_news dl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 50px;
    box-sizing: border-box;


}

.tp_news dl dt{
    font-size: 16px;
    line-height: 180%;

    float: left;
    clear: both;
    color: #3a3a3a;


    box-sizing: border-box;
}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #3a3a3a;
    padding-left: 120px;
    
    border-bottom: 1px dotted #3a3a3a;
    
    box-sizing: border-box;
}

.tp_news dl dd:last-child{
	margin-bottom:0px;
}

.tp_news dl dd a{
    color: #3a3a3a;
}

.tp_news dl dd a:hover{
    color: #3a3a3a;
    text-decoration: underline;
}

.scroll-area{
    max-width: 1000px;
    width: 100%;
    height:151px;
    margin: 0 auto;
    padding: 23px 0;
    box-sizing: border-box;
}






/* トップ スケジュール----------------------------------------- */


.tp_shd_bg_out{
    background: #2f2b44;


}
.tp_shd_bg{

    height:auto;
    background: url("../img/top/03_bg.png") top 100px  center no-repeat;
 
	 margin:0px auto 0px auto;
     background-size: 2000px 768px;

}

.tp_shd_tbl{
	width:100%;
	height:auto;
    background: rgba(255,255,255,0.80);
}

.tp_shd_tbl table{
	width:100%;
	height:auto;
}

.tp_shd_tbl table th{
	width:210px;

	padding:20px 15px 20px 15px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
    color: #1d1d1d;

    vertical-align: text-top;

	text-align:left;
    border: 2px solid #606060;
    box-sizing: border-box;
}

.tp_shd_tbl table td{
	padding:20px 15px 20px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
    color: #1d1d1d;

    vertical-align: text-top;

	text-align:left;
    border: 2px solid #606060;
    box-sizing: border-box;    
}




.swiper-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    



  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 500px;
    height: 563px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }




.swiper{
    margin-bottom: 20px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 40px !important;
  font-weight: bold;
  
}


.swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color:#FFFFFF;
  width: 10px;
  height: 10px;  
}






/* トップ 仲間を募集してます----------------------------------------- */


.tp_bs{
    background: rgba(255,255,255,0.80);
    border: 5px solid #e2bd10;
    padding: 30px;
    
    border-radius: 20px;
    margin-bottom: 80px;
}


.tp_bs dl dt{
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 15px;
}

.tp_bs dl dd{
    font-size: 18px;
    line-height: 200%;
}

.tp_bs dl dd p{
    margin-top: 20px;
}

.tp_bs dl dd a{
    color: #000000;
}

.tp_bs dl dd a:hover{
    color: #000000;
}





/* トップ SNS----------------------------------------- */


.tp_sns{
    max-width: 340px;
    width: 100%;
    height: auto;
    margin:0 auto;
}

.tp_sns ul li{
    width: 24%;
    height: auto;
    float: left;
    margin-right: 14%;

}
.tp_sns ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_sns ul li:hover img {
	opacity: .7;
}


/* トップ ページ下イラスト----------------------------------------- */


.tp_pbi{
    width: 100%;
    height: 171px;
    background: url("../img/common/footer_bg.png") bottom  center no-repeat;
 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;


}









/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}










/* お問い合わせフォーム ---------------------------------------------- */




.f_text01{
    font-size: 14px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{
    color: #000000;
    text-decoration:underline;
}




.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}








	
}

