

@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');
}


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}




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



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



html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

*: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:#333333;
	text-align:left;
}	 

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

.ctr_t{
    margin-top: 90px !important;
}

.cp_bg_tp{
    margin-top: 90px;
}



.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;
}





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

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

}

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

.container01_02{
	max-width:1800px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0 0 0;

}




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

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}

.container02_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:90px 0 0 0;

}


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








.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
/*    background:#263e62;*/
    
/*    background:rgba(255,255,255,0.40);*/

}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;


    box-sizing: border-box;
/*	background:#FFF;*/
}

.head-animation {
  transform: translateY(-100%);
}

header{

	width:100%;
	height:90px;
	margin:0 auto;

	box-sizing:border-box;
}




.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:rgba(255,255,255,0.60);
}

.header.change-color a{
    color: #000000 !important;
}

/* first-v */
.first-v {

}



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


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


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



.fr_bg{

	width: 100%;
    height: auto;
	background:#FFFFFF;
    padding: 40px 0;
    box-sizing: border-box;

	margin:0px auto 0px auto;
     

}

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

	padding:0 50px;
	box-sizing:border-box;
}

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

address{
	font-size:16px;
	line-height:180%;
    margin-bottom: 60px;
}

.ad_ttl{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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

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

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






html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}








.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;
padding-top: 80px;
box-sizing: border-box;


z-index: 6000;

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

.slide_txt{

}







/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 80px;
    height: 67px;
	position: fixed;

	right: 15px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/*gnav*/






.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{

    max-width: 650px;
    width: 100%;
    height: 60px;
/*    background: rgba(38,62,98,0.80);*/
/*    background: rgba(108,96,131,0.80);*/
    margin: 0 0 0 auto;

  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  
    text-align: right;
    position: absolute;
    z-index: 9;

    top:18px;
    right: 0px;

    box-sizing: border-box;
    
 

}

#g-nav-list ul{
    padding-top: 14px;
    margin-right: 50px;
    box-sizing: border-box;
}

#g-nav-list ul li{
    display: inline-block;
    font-size:16px;
	line-height:150%;
	margin-right:25px;
    font-family: 'noto400';
}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
     position: relative;
	color:#000000;
	text-decoration: none;

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:before{
  position: absolute;
  content: url(../img/common/nav_on.png);
  display: block;

  top: -18px;
  left: calc(50% - 5px);
  

  opacity: 0;

  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}


#g-nav-list ul li a:hover:before{
  opacity: 1;

}

#g-nav-list ul li a:hover{
    color: #0d3f9c;
}


.gnav_on{
	color: #0d3f9c !important;
}

#g-nav-list ul li span{
    display: none;

}


  
  
  

.popular_items{
  margin: 0px auto 0px;

  padding:0px 50px 50px;
  box-sizing: border-box;

  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, #06adab 30%);
}

.swiper-wrapper{

  padding:0px 0px 80px;
  box-sizing: border-box;

    display: flex;

}

.swiper-slide{
    width: 350px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    
    
}


.pi_slide_img{
  width: 100%;
  text-align: center;
  position: relative;
  /* overflow: hidden;
  padding-top: 66%; */
  display: block;
}


.pi_slide_img{
  width: 100%;
  text-align: center;
  position: relative;
  /* overflow: hidden;
  padding-top: 66%; */
  display: block;
}

.pi_slide_img img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    width: 100%;
    height: 100%;
    object-fit: cover;

    box-sizing: border-box;
}

.pi_slide_txt_area{
    display: flex;
    flex-direction: column;

}

.pi_slide_title{
  text-align: center;
    font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  padding:0px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;

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



  color: #0d3f9c;

}


.pi_slide_txt{
    height: 100px;

    font-size:16px;
    line-height: 180%;

    margin: 0px auto 30px;
    text-align: left;

    padding: 0px 20px;
    box-sizing: border-box;

}


.pi_slide_btn{
  width: 100%;
  max-width: 130px;

  margin: 0px auto 20px;
  text-align: center;

}

.pi_slide_btn a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 35px;
  background: #06adab;
  border: 1px solid #06adab;
  color: #FFFFFF;
  
  font-size: 15px;
  line-height: 110%;

  
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; 
 align-items: center; 
 -webkit-justify-content: center; 
 justify-content: center;   

 border-radius: 10px 0px 10px 0px;
}

.pi_slide_btn a:hover{
    border: 1px solid #06adab;
    background: #ffffff;
    color: #06adab;
}

.swiper-button-next, .swiper-button-prev{
    color: #ffffff;
    top: unset;
    bottom: 40px;
}
.swiper-pagination-bullet-active {

    background: #ffffff;
}


  
  


  
  
  
  

h1.h1_01{

width: 255px;
height: auto;
position: absolute;
top:20px;

z-index: 100;

}

h1 img{
	width:100%;
	height:auto;
}



.h2_01_l{
    text-align: left !important;

}

.h2_01_btm01{
    margin-bottom: 25px !important;
}

h2.h2_01{
    font-size: 50px;
    line-height: 140%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 55px;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
           
}

h2.h2_01 span{
    background: url("../img/common/h2.png") left center no-repeat;
    padding-left: 40px;
}

h2.h2_01 em{
    margin-left: 20px;
    font-size: 30px;
    line-height: 140%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01:first-letter{
    color: #06adab;
 }
 
 
h2.h2_02{
    font-size: 50px;
    line-height: 140%;
    color: #000000;
    text-align: center;
 
    margin-bottom: 55px;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
           
}

h2.h2_02 span{
    background: url("../img/common/h2.png") left center no-repeat;
    padding-left: 40px;
}

h2.h2_02 em{
    margin-left: 20px;
    font-size: 30px;
    line-height: 140%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_02:first-letter{
    color:#FFFFFF;
 }




/* トップメイン画像---------------------------------------------- */


.tp_mg_out{
	position: relative;

    
/*    overflow: hidden;*/
}

.tp_mg{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
    padding: 0 50px;
    box-sizing: border-box;  

}


.tp_mg_in{
	position: absolute;

    box-sizing: border-box;

	z-index: 2;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
    text-align:left;
    
    padding:0 50px;
    box-sizing: border-box;

}

.tp_mg_in dl dt{
/*    font-size: 214px;
    line-height: 100%;
    color:#000000;
    
    font-family: "hot-gyoshokk", sans-serif;
    font-weight: 400;
    font-style: normal; 

    letter-spacing: -0.12em;
    margin-bottom: 10px;*/

    margin-bottom: 10px;
}


.tp_mg_in dl dt em{
    font-size: 146px;
    line-height: 100%;
    color:#000000;
    margin-left: -25px;
    margin-right: -30px;

}
 
  
.tp_mg_in dl dd{
    font-size: 50px;
    line-height: 100%;
    color:#cb6767;
    
    font-family: "century-old-style-std", serif;
    font-weight: 400;
    font-style: normal;    
}
    





/*==================================================
スライダーのためのcss
===================================*/


.slider_out_bg{
    height: auto;
    margin-top: 260px;

    overflow: hidden;

}


.slider_out{
    padding-left: 50px;
    position: relative; 
}




#slider {
    width: 100%;
    height: calc(100vh - 260px) !important;

/*    height: 100vh !important;*/



}

/*.slider_in{
	position: absolute;

    width: 100%;



	z-index: 2;
	top: -150px;
	left: 160px;




}
*/



.slide_img{
	position: absolute;
    width: 500px;
    top: 110px;
    z-index: 10;
    left: 100px;
}

.fade-in{


   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}




@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}









.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 500px;

	z-index: 2;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -60%);
    text-align: center;



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



/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:10px;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-60px;
    left: 15px;

    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#030303;
	font-size:14px;
    line-height: 100%;
	letter-spacing:0.3em;
    


  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
        
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    left: 14px;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #030303;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}





/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:750px;

	z-index:5;


	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/* 各ページイメージ ---------------------------------------------- */



.company_img{
	width: 100%;
	height:500px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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



.service_img{
	width: 100%;
	height:500px !important;
	background:url("../img/service/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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




.recruit_img{
	width: 100%;
	height:500px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

     
     position:relative;
     
     z-index: 1;

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



.contact_img{
	width: 100%;
	height:500px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
     
     position:relative;
     
     z-index: 1;

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







/* ボタンの基本スタイル */



.btn_btm01{
    margin-bottom: 90px !important;

}

.btn{
  max-width: 250px;
  width: 100%;
  height: 50px;

}


.btn a {

  display: block;
  max-width: 250px;
  width: 100%;
  height: 50px;
  padding: 0 0 0px 0;
  background-color: #21BE78;
  font-size: 20px;

  background: url("../img/common/btn.png") right 30px center no-repeat,#06adab;

  font-size: 22px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;

    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;

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


  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;  
}




/* ホバー時のスタイル */
.btn a:hover {
  background: url("../img/common/btn.png") right 24px center no-repeat,#058987;

}










/* TOP共通アニメーション */
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
   }
   @-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   
   
   
   
   
   
/* トップ メッセージ　------------------------------------------ */

.tp_co_bg{
    max-width: 1200px;
	width: 100%;
	height:340px !important;
	background:url("../img/top/00.png") center  no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 60px auto;
     
     border-radius: 20px;
}

.tp_co_l{
 width:calc(100% - 510px);
     float: left;
}

.tp_co_r{
    width: 471px;
    height: 340px;
    float: right;
    margin: 0 0 0 auto;
    
    display:  none;
 

}

.tp_co_r img{
    width: 100%;
    text-align: right;
   border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tp_co{
    height: 340px;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   
   background:rgba(255,255,255,0.10);
}

.tp_co dl{
    padding:0 0px 0 50px;
    box-sizing: border-box;
}

.tp_co dl dd{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 20px;
    font-family: 'noto500';
}


.tp_gk_bg{
    max-width: 1200px;
	width: 100%;
	height:340px !important;
	background:url("../img/top/00_01.jpg") center  no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 100px auto;
     
     border-radius: 20px;
}






	
.tp_msg{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;

	text-align:center;
}
.tp_msg p{
	position:relative;
	display:inline-block;
	padding:24px 0px;
    
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
        
}

.tp_msg p em{
    color: #12b3b1;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_msg p:before, .tp_msg p:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:2px solid #06adab;
	position:absolute;
	top:0;
}
.tp_msg p:before{left:-24px;}
.tp_msg p:after{right:-24px;}
.tp_msg p span{
	display:block;
	width:4px;
    height:4px;
	border:2px solid #06adab;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:-4px;
	left:50%;
	margin-left:-4px;
}



.tp_msg_01{
    font-size: 18px;
    line-height: 200%;

}   




/* トップ 事業部　------------------------------------------ */



.tp_svs_bg{
	height:490px !important;
	background:url("../img/top/01_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}



.tp_svs01{

}

.tp_svs01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

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


.tp_svs01 ul li:nth-child(4){
    margin-left: 17%;
}


.tp_svs01 ul li a{
    display: block;
    width: 100%;
    height: 70px;
    background: #d29106;
    border: 2px solid #d29106;
    color: #FFFFFF;

    font-size: 25px;
    line-height: 100%;
    text-align:center;
    border-radius: 10px;
    box-sizing: border-box;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;   
}


.tp_svs01 ul li a:hover{
    background:#FFFFFF;
    border: 2px solid #d29106;
    color: #d29106;
}






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



.news_01{

}

.news_01 dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;
    width: 240px;
    color:#336699;
}

.news_01 dl dt span{
    display: inline-block;
    max-width: 120px;
    width: 100%;
    height: 26px;
    padding: 5px 0 0px 0;
    margin-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #06adab;
    border: 1px solid #06adab;
    border-radius: 30px;
    

}

.news_01 dl dd{
    padding-left: 250px;
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #263e62;

}

.news_01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.news_01 dl dd a:hover{
    color: #0a4780;
    text-decoration:underline;
}




.ns_ttl{
    font-size: 24px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    padding-bottom: 5px;
    margin-bottom: 30px;

}


.ns_day{
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 18px;
    line-height: 200%;
    
    margin-bottom: 70px;

}

.ns_post_img{

}

.ns_post_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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








/* トップ 人気商品　------------------------------------------ */



.tp_pi_01{
    margin-bottom: 100px;
}

.tp_pi_01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;

}

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


.tp_pi_01 ul li:nth-child(3){
    margin-bottom: 0px;
}
 
.tp_pi_01 ul li:nth-child(4){
    margin-bottom: 0px;
}

.tp_pi_01 ul li:nth-child(5){
    margin-bottom: 0px;
}
   
.tp_pi_01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_pi_01 ul li:hover img {
	opacity: .7;
}

/* トップ SDGs　------------------------------------------ */


.tp_sdgs_bg{
    width: 100%;
    height: 450px;
    
    background: url("../img/top/04_bg.png") right -450px center no-repeat,#d8eaea;

    border-radius: 30px;
    
    padding: 0 70px;
    box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

   
}



.tp_sdgs01{

}

.tp_sdgs01 dl{
    margin-bottom: 40px;

}

.tp_sdgs01 dl dd{
    max-width:650px;
    width: 100%;
    font-size: 24px;
    line-height: 180%;

}




   
/* トップ 入り口　------------------------------------------ */


.tp_igt01{
    height: 400px;

}


.tp_igt01_l{
    width: 50%;
    height: 400px;
    float: left;
    background:url("../img/top/ig01.png")  bottom center no-repeat,linear-gradient(155deg,rgba(6, 198, 210, 0.83) 0%, rgba(101, 206, 187, 1) 100%);
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;     
}

.tp_igt01_r{
    width: 50%;
    height: 400px;
    float: right;

    background:url("../img/top/ig02.png")  bottom center no-repeat,linear-gradient(155deg,rgba(32, 125, 212, 0.83) 0%, rgba(38, 164, 195, 1) 100%);
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;     
}



.tp_igt01_in{
    padding: 0 40px;

}

.tp_igt01_in dl{
    margin-bottom: 40px;

}
.tp_igt01_in dl dd{
    max-width:650px;
    width: 100%;
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;

}

.tp_igt01_in01{
    padding: 0 40px;

}

.tp_igt01_in01 dl{
    margin-bottom: 40px;

}
.tp_igt01_in01 dl dd{
    max-width:650px;
    width: 100%;


    color: #FFFFFF;

    font-size: 50px;
    line-height: 100%;

    box-sizing: border-box;
    
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.tp_igt01_in01 dl dd p{

    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 10px;

}





/* トップ 会社案内　------------------------------------------ */



.tp_cp01{


}


.tp_cp01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cp01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cp01_in_tx_w100{
    max-width: 100% !important;

}

.tp_cp01_in_tx_lh140{
    line-height: 140% !important;

}

.tp_cp01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cp01_in_tx dl dt{
    font-size: 48px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.tp_cp01_in_tx dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_cp01_bg01{


	height:480px !important;
	background:url("../img/top/01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}








/* トップ リクルート------------------------------------------ */





.tp_rrt{
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.tp_rrt dl dt{
    font-size: 48px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 30px;
}

.tp_rrt dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_rrt01{

}

.tp_rrt01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;    
}

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


.tp_rrt01 ul li a{
    display: block;
    width: 100%;
    height:480px;
    
    border-radius: 15px;

    


    transition: all  0.3s ease;
}

.tp_rrt01 ul li a:hover{
background-image:linear-gradient(180deg,#00B4DB 0,#0083B0 100%);
background: linear-gradient(rgba(0,180,219,0.5),rgba(0,131,176,0.5));
}


.tp_igt01_clc{
    font-size: 28px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}


.tp_rrt01 ul li p{
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 50px;
    background: rgba(108,96,131,0.80);
    margin: 30px auto 0 0;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_rrt01_bg01{
	height:480px !important;
	background:url("../img/top/03_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg02{
	height:480px !important;
	background:url("../img/top/03_02.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg03{
	height:480px !important;
	background:url("../img/top/03_03.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}

.tp_rrt01_bg04{
	height:480px !important;
	background:url("../img/top/03_04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}



/* トップ 会社案内　------------------------------------------ */


.tp_cpy_bg{
    width: 100%;
	height:680px !important;
	background:url("../img/top/04_bg.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding: 0 50px;
     box-sizing: border-box;
     
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
   border-radius: 15px;
}


.tp_cpy01{
}

.tp_cpy01_l{
    width: 48%;
    height: auto;
    float: left;

}

.tp_cpy01_r{
    width: 48%;
    height: auto;
    float: right;
}

.tp_cpy01_in_tx{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_cpy01_in_tx dl dt{
    font-size: 48px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.tp_cpy01_in_tx dl dd{
    text-align:left;
    font-size: 18px;
    line-height: 200%;
    color: #000000;

}


.tp_cpy01_bg01{


	height:480px !important;
	background:url("../img/top/04.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 15px;
}





/* 共通採用ボタン---------------------------------------------- */





.recruit_bnr{
    width: 150px;
    height: auto;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9000;
}

.recruit_bnr a{
    transition: 0.3s;
}

.recruit_bnr a:hover{
    opacity: 0.8;
}

.recruit_bnr a img{
    width: 100%;
    height: auto;
}




/* 共通お問い合わせ---------------------------------------------- */


.cmm_btm01{
    margin-bottom: 0 !important;
}

.cmm_btm02{
    margin-bottom: 100px !important;
}


.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}

.cmm_ctt dl dt{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'noto500'; 

}

.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 100%;
    text-align:center;
    color: #000000;
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;    
}


.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}










/* 会社案内　------------------------------------------ */

.cp_01{
}

.cp_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    


}

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

.cp_01 ul li img{


    border-radius: 20px;
}

.cp_02{
    margin-bottom: 90px;
}

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

.cp_02 th{
    width: 150px;
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td{
	font-size:16px;
    line-height: 180%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 0px;
    border-bottom: 1px dotted #999999;
    box-sizing: border-box;    
}

.cp_02 td ul li{
    background: url("../img/common/list001.png") left center no-repeat;
    margin-bottom: 5px;
    margin-right: 25px;
    float: left;
    padding-left: 10px;

}




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

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


.cp_03{
    width: 100%;
    height: auto;
    margin-bottom: 90px;

}

.cp_03 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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

.cp_03 ul li ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 8px;    
}

.cp_03 ul li ul li:last-child{
    margin-bottom: 0px; 
}

.cp_04{

}




/* 事業案内　------------------------------------------ */




.sv01{
    margin-bottom: 80px;
}


.sv01_herf{
    clear: both;
    overflow: auto;
}

.sv01_fl{
    width: 50%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
    
}

.sv01_fr{
    width: 50%;
    float: right;
    padding-left: 1%;
    box-sizing: border-box;
}


.sv01 ul li{
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}



.sv01_fl .sv01 ul li,
.sv01_fr .sv01 ul li{
    width: calc(50 / 49 * 47%);
    height: auto;
    margin-right: calc(50 / 49 * 4%);
}

.sv01_fl .sv01 ul li:nth-child(2n),
.sv01_fr .sv01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv01 ul li img{
    border-radius: 15px;
}


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


.sv02_t{
	width:100%;
	height:auto;
    margin-bottom: 100px;    
}

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

.sv02_t th{

	font-size:16px;
    line-height: 170%;
    color: #FFFFFF;
    text-align: center;
	border-collapse:collapse;

    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;    
    background: #263E62;
}

.sv02_t td{
	font-size:16px;
    line-height: 170%;
	border-collapse:collapse;
	text-align:left;
    padding: 10px 10px;
    border: 1px solid #345184;
    box-sizing: border-box;  
    background: #FFFFFF;
}





.sv02{
    margin-bottom: 100px;
}

.sv02 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

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


.sv02 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    float: left;
    clear: both;


}

.sv02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
    text-align: right;

}




/* 施工実績　------------------------------------------ */


.con01{
    margin-bottom: 100px;
}

.con01 ul li{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cac6d1;
}

.con01 ul li dl dd:last-child{
    margin-bottom: 0px;
}


/* 採用　------------------------------------------ */



.rrt000{
    margin: 0 auto 70px auto;
}

.rrt000 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;

}

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

.rrt000 ul li a{
    display: block;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    font-size: 22px;
    line-height: 100%;
    color:#263e62;
    padding-bottom: 2px;
    
    border: 1px solid #263e62;
    box-sizing: border-box;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    transition: all  0.3s ease;      
}

.rrt000 ul li a:hover{
    color: #FFFFFF;
    border: 1px solid #263e62;
    box-sizing: border-box;
    background:#263e62;
}

.rrt000_on{
    color: #FFFFFF !important;
    border: 1px solid #263e62 !important;
    box-sizing: border-box !important;
    background:#263e62 !important;
}





  
.rrt001{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
/*    background: #C77F80;*/
}

.rrt001 ul li{
    width: calc(22% - 30px);
/*    width: 22%;*/
    height: auto;
    float: left;
    margin-right: 4%;
    margin-left: 30px;
}

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


.rrt001 ul li a{

    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;

    
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 700;     

    max-width: 200px;
    width: 100%;
    height: 46px;
    background: rgba(108,96,131,0.80);
    margin: 120px auto 0 -30px;
    box-sizing: border-box;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

   
    transition: all  0.3s ease;   
}

.rrt001 ul li a:hover{
    background: rgba(108,96,131,1);
}



.rrt001_bg01{
    height:200px !important;
	background:url("../img/recruit/m_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}
    
.rrt001_bg02{
    height:200px !important;
	background:url("../img/recruit/m_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}
     
.rrt001_bg03{
    height:200px !important;
	background:url("../img/recruit/m_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}   
     
.rrt001_bg04{
    height:200px !important;
	background:url("../img/recruit/m_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     border-radius: 25px;
}   


.rrt002{
}

.rrt002 dl dt{
    
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'noto700'; 
    
    padding: 10px;
    margin-bottom: 20px;
    
    background: #031444;
}

.rrt002 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 60px;

}

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









.rrt03{
/*    background: #E2B4B4;*/

}

.rrt03 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
/*    background:#C9D7EF;*/



}


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



.rrt01_bx_01{
    height: 350px;

}




.rrt00_ttl{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 50px auto;
    padding-bottom: 7px;
    
    font-size: 26px;
    line-height: 140%;
    font-family: 'noto700';
    
    border-bottom: 5px solid #2B4F7A;


}


.rrt00_bx{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.rrt00_bx_l{
    width: calc(100% - 300px);
    height: 400px;
    background: #031444;
    box-sizing: border-box;
    float:left;
    

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


.rrt00_bx_r{
    width: 300px;
    float: right;
    
    background: #F89B9C;
}

.rrt00_bx_r img{
    vertical-align:bottom;

}



.rrt00_bx_in{
}

.rrt00_bx_in dl{
    margin-bottom: 20px;

}

.rrt00_bx_in dl dt{
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt00_bx_in dl dd{
    font-size: 18px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}







.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  

}

.rrt01_bx_l{
    width: 52%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #031444;
    

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


.rrt01_bx_r{
    width: 48%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}


.arrow {
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #FF0000;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: -20px;
  left: 43px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}
.att{
  font-size:16px;
  font-weight:bold;
  color: #FF0000;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}





.rrt04{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
/*    background: #EB9294;  */  
}



.rrt04_in{

    margin: 0 auto 60px auto;
    
 

}



.rrt04_in_01{ 
    position:relative;
    margin-bottom: -125px;
    z-index: 50;


    
    max-width: 250px;
    width: 100%;
    height: 250px;
   background: #031444;
    
    border-radius: 50%;
    

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

.rrt04_in_01 dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}


.rrt04_in_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}


.rrt04_in_02{


    z-index: 10;
    
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}









.rrt003{
margin-bottom: 60px;



}

.rrt003_l{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    height: auto;
    /* float: left; */
}

.rrt003_r{
    width: 35%;
    height: auto;
    float: right;
}


.rrt003_in01{

}


.rrt003_in01 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;


}

.rrt003_in01 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;
    
    word-break: break-all;
    word-wrap: break-word;    
}

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






.rrt003_in02{

}


.rrt003_in02 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    font-family: 'noto500';
    background: #031444;
    margin-bottom: 15px;
    padding: 7px 10px 10px 10px;

}


.rrt_timeline_b{

}

.timeline {
  list-style: none;
}
.timeline li {
      width:auto;
    height: 95px;
    float: none;

    overflow: hidden;
    margin: 0;
    position: relative;
    
    background:#dcdddd;
    
    padding: 0 14px;

    box-sizing: border-box;
}


.timeline li:nth-child(2n){
    background:#eeefef;
}



  .timeline-content {
    width: 95%;
    height: 100%;

    border-left: 3px #0e335f solid;
    padding-top: 5px;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0e335f;
    position: absolute;
    left:10px;
    top: 10px;
    border-radius: 100%;
  }

  .timeline-content dl dt{

    padding: 0;
    background: none;
    
    font-size: 14px;
    line-height: 130%;
        text-align: left;
    color: #1574bc;
    font-family: 'noto500';
    padding-bottom: 0px;    
    margin-bottom: 4px;
    border-bottom: none;


  }


  .timeline-content dl dd{
    font-size: 13px;
    line-height: 135%;
  }
  

.rrt05{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.rrt05 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

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

.rrt05 ul li dl dt{
    max-width: 198px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.rrt05 ul li dl dd p{
    background: #2b96e1;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    font-family: 'noto500';
    font-style: normal;    
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 5px 0 7px 0;
    border-radius: 20px;
}

.rrt05 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    height: 85px;

}



.rrt005{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.rrt005 ul li{
width: 23.5%;
    height: 240px;
    
    float: left;
    
    margin-right: 2%;
    
border-radius: 20px;



box-sizing: border-box;

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


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

.rrt005_bg01{
    background: #b39a69;
}

.rrt005_bg02{
    background: #b7a3c1;
}

.rrt005_bg03{
    background: #80a736;
}

.rrt005_bg04{
    background: #4c6cb3;
}



.rrt005_in{

}

.rrt005_in dl dt{
    font-size: 25px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}

.rrt005_in dl dt span::before{
	content: "\A" ;
	white-space: pre ;
}




.rrt005_in dl dd{
    font-size: 75px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}

.rrt005_in dl dd em{
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'noto700';       
}


.rrt005_in p{
    font-size: 20px;
    line-height: 140%;

    color: #FFFFFF;
    margin-bottom: 5px;
}











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


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;

}

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


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 30px;
    
    font-size: 16px;
    line-height: 180%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


.privacy dd ul li:last-child{
    margin-bottom: 0px;
}


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:16px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:16px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


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




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

.f_text01{
}

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

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



.ctt_txt02{
    font-size: 30px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 100px;

}


.ctt_txt02 span{
    font-size: 18px;
    line-height: 140%;
    margin-left: 15px;
}


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

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




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 80px;
    
    background: #FFFFFF;
    
    border: 1px solid #437509;
    padding: 30px 30px;
    box-sizing: border-box;

}

.ctt_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    font-family: 'noto500';   
    margin-bottom: 14px;
    text-align: center;
}



.ctt_txt01 dl dd{
    font-size: 45px;
    line-height: 150%;
    color: #000000;
    font-family: 'noto700';  
    text-align: center;
}


.ctt_txt01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.ctt_txt01 dl dd a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-t{
    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:24px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 45px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}









.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-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;
    height: 40px !important;  
	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);
    }
}






	
}

