@charset "UTF-8";
/* CSS Document */


    html {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      font-weight: 500;
     font-size: 62.5%;
    
      word-break: break-word;
     color:#404040; 
	scroll-behavior: smooth;
		padding: 0;
      margin: 0;
		
    }

    body {
padding: 0;
      margin: 0;
box-sizing: border-box;
		position: relative;
		  min-height: 200vh; 
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

 

    img {
	width:100%;
      border: 0;
      margin: 0;
    }

    figure {
      margin: 0;
    }

    p {
      margin: 0;
      padding: 0;
		color: #393939;
    }

    a {
      text-decoration:none;
      color:#4E4E4E;
		transition: 1s;
    }

 a:hover {
      opacity: 0.8;
    }
    ul,
    ol {
      margin: 0;
      padding: 0;
      list-style: none;
    }

h1{
font-family: "lotus-eden", sans-serif;
font-weight: 600;
font-style: normal;
color: #094D71;
letter-spacing:1px!important;
position:relative;
	margin: 0;
	padding: 0;
}

h1 small{
color:#4D4C4C;
font-weight: 500;
}




h2{
line-height: 100%;
	margin: 0;
	padding: 0;
}


p{
	font-size: 1.6rem;
	color: #4B575D;
font-weight: 400;
	line-height: 250%;
	letter-spacing: 1px;
}


/* topページに戻る */

.page-top {
 background-color:#153896;
 color: #FFF;
  font-size: 1.8rem;
    width: 80px;
    height: 80px;
    border-radius:50%;
	font-weight: 600;
padding: 0px 0 0 0;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
	position: fixed;
	right:20px;
  bottom:20px;
z-index: 9999;
border:2px solid #fff;
	 opacity: 0;
  visibility: hidden;
 pointer-events: none;
 transition:opacity 0.8s ease-in-out;
transition: 0.5s;
cursor: pointer;
}

.page-top span::before {
  content: "";
   display: block;
    width: 12px;
    height: 12px;
border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(-45deg);
}

.page-top:hover {
    background-color:#fff;
    color:#153896; 
	border:2px solid #153896;
	transition: 0.5s;
}
.page-top:hover span::before {
 border-top: 3px solid #153896;
 border-right: 3px solid #153896;
}

.page-top-active {
 opacity: 1!important;
  visibility: visible!important;
  pointer-events: auto;
}

/* ヘッダー */

nav.rct_head{
	
	width: 100%;
	position:fixed;
	background-color: hsla(0,0%,100%,0.90);
		margin: 0;
	padding: 0;
	top:20px;
	display: flex;
	flex-wrap:wrap;
	  justify-content:center; 
	z-index: 3;
	
}


nav.rct_head h1{
width:6%;
	font-size: 3.0rem;
 position: absolute;
    top: 55%;
    left:5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

	
}

nav.rct_head h1:after{
	display: none!important;
}

.inner{width: 70%;}
nav.rct_head ul {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 8%;
  font-size: 1.6rem;
  padding: 0;
}

nav.rct_head.rct_head_gap ul {
 
  column-gap: 5%;
 
}

nav.rct_head ul li {
  letter-spacing:3px;
  position: relative;

	
}

nav.rct_head ul li a:hover {
  color: #fff;
  padding: 3px 20px;
border-radius:10px;
  background-color: #153896;
}

/* 既存：非表示 */
.dropDown {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  padding: 10px;
  background-color: hsla(0,0%,27%,0.90);
  box-shadow: 0 3px 8px -2px #777;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .5s ease;
}

/* 既存：is-open で表示（PCホバー/JS制御用） */
.dropDown.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ★追加：SPの .open でも表示されるようにする */
nav.rct_head ul > li.open > .dropDown {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}



nav.rct_head ul li > .dropDown {
  transition-delay: 0.1s; /* ホバー解除時に0.2秒遅延 */
}

.dropDown__list{
display: flex;
flex-wrap: wrap;
justify-content: space-around; /* 均等配置 */

  gap:40px!important; /* アイテム間の隙間 */;
}

.dropDown__list li{
letter-spacing:3px!important;
	text-align:center;
	font-size:1.5rem;
	min-width:120px;
}
.dropDown__list li img{
width:70%;
display: block;
margin:0 auto 10px auto;

}

.dropDown__list li span{
width:auto;
display: block;
margin: auto;
padding: 0 20px;
border-radius:10px;
transition: 0.6s;
	color: #fff;
}

.dropDown__list li a:hover{
color:#fff;
  background-color: #153896;
	
}

.dropDown__list li a:hover span{
color:#5A5A5A;
  background-color: #fff;
	
}






nav.rct_head span.entry{
	background-color:#153896;
	position: absolute;
	
	width: 18%;
	top:-20px;
	right: 0;
	height: auto;
	display: flex;
  align-items:center; /*これを指定*/
	color: #fff;
	font-size: 3.0rem;
	padding: 10px 10px;
	letter-spacing: 2px;
	transition: 1s;
}
a:hover:has(span.entry) {
opacity:1.0;

}



nav.rct_head span.entry:hover{
background-color:#284EB4;
	
}

nav.rct_head span.entry b{
width: 100%;
transition: 1s;
}



nav.rct_head span.entry b{
width: 100%;

}

nav.rct_head span.entry b::after{
	content: "エントリーフォームはこちら";
display: block;
width: 100%;
	line-height:200%;
	font-size: 1.2rem;
	font-weight: 500;
border-top: 1px solid #fff;
}

nav.rct_head span.recruit_entry b::after{
	content: "求人情報はこちら";
font-size: 1.4rem!important;
}


.toggle_btn {
	display: none;
}



.fv-spacer{
  height: 100svh;
}

	main{
	width:100%;
/*
	position: absolute;
	top:100vh;
	left: 0;
*/
		position: relative;
	z-index: 2;

}

main.rct_main{
	
position:inherit;
top:0;
	
	
}

section{
	width: 100%;
}

/****************トップページ****************/

.slider{
 height: 100vh;
  margin: 0 0 100px 0;
  padding: 0;
  overflow: hidden;
	position: fixed;
}

.swiper-container {
  height: 100vh;
  width: 100%;
	position: relative;
}

.slider::before {
content: "";
	background-color:hsla(0,0%,0%,0.50);
	position: absolute;
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 100%;
	z-index: 2;
	margin: 0!important;
	
}

.opening_logo{
	width:18%;
	padding: 10px 15px;
	height: auto;
	background-color: hsla(0,100%,99%,0.80);
position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
	 transition: opacity 0.6s ease, transform 0.6s ease;

}

.swiper-container h2 {
  position: absolute;
  top: 65%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 100%;
	text-align: center;
  font-size:4.0rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 3px;
  color: #fff;
  z-index: 2;
  opacity:0; /* 全体のopacity制御はせず文字単体で */
transition: opacity 0.6s ease, transform 0.6s ease;

}


.opening_logo.hide {
  opacity: 0!important;
 
  pointer-events: none;
}

.swiper-container h2.hide{
  opacity: 0!important;
  pointer-events: none;
}



/* 各文字アニメ用 */
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateX(-30px);
	
}

.letters.jp br{
	display: none;
}

.en{
	 letter-spacing: 2px!important;
	font-size: 2.2rem;
	  white-space: pre;
}

/* 初期状態を非表示に */
.opening_logo {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
}

/* ロゴ表示アニメーション */
.opening_logo.show {
  animation: logoZoomIn 1s ease-out forwards;
}

@keyframes logoZoomIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}




@keyframes textSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



.swiper-slide {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease;
}

.swiper-slide img.zoom {
  transform: scale(1.1);
}

.swiper-custom-pagination {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  width: 60px;
}

.swiper-custom-pagination .number {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.swiper-custom-pagination .bar {
  width: 100px;
  height: 4px;
  background: rgba(255,255,255,0.3);
  margin-top: 5px;
  overflow: hidden;
}

.swiper-custom-pagination .bar-inner {
  width: 0%;
  height: 100%;
  background: #fff;
}


/*タイトルアニメーション*/

.title_move {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.title_move .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0em;
  overflow: hidden;
}

.title_move .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

/*キャッチコピー*/

.top_catch{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content:center; 
  align-items:center;
padding: 200px 5%;
position: relative;
z-index: 1;
	
}

.top_catch::before{
content: "";
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
background-color: hsla(0,0%,0%,0.50);
 z-index: -1;

	
}
.top_catch>div{
	width: 50%;
}

.top_catch>div:first-child{
	text-align: center;
}

.top_catch h1{
color: #fff;
font-size:6.0rem;
letter-spacing:10px;
line-height:180%;
text-align: left;
margin: auto;
display:inline-block;
z-index: 2;
}

.top_catch h2{
color: #fff;
font-size:2.0rem;
font-weight: 600;
margin: 0 0 20px 0;

}

.top_catch h1::after{
	display: none;
}

.top_catch p{
color: #fff;
font-size: 2.2rem;

}


/* アニメーション */
.animate-slide,
.animate-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 横スライドだけ別設定 */
.animate-slide {
  transform: translateX(-30px);
}

/* 表示時のスタイル */
.animate-slide.in-view,
.animate-fade.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/* 遅延用（pだけ遅らせたい） */
.animate-fade.delay {
  transition-delay: 0.2s;
}

/*トップページ新着情報*/
.top_info{

padding: 0px auto 200px auto!important;
}

.top_info h1{
font-size:6.0rem!important;
}

.top_info h1::after{
display: none;
}
.top_info h2{
font-size:2.2rem!important;
letter-spacing:5px;
font-weight: 400;
padding:0px 0 0 0px!important;
}
.info_iframe{
width: 90%;
display: flex;
flex-flow: wrap;
flex-direction: column;
gap:20px 0;

margin: 40px auto 0 auto;
}

.info_iframe-container {
width: 100%;
  overflow: hidden;
}
.info_iframe-container iframe {
 width: 700px;       /* 元の想定幅 */
  height: 490px;
  transform: scale(1.3);       /* 拡大率 */
  transform-origin: top left;
  border: none;
}

.info_iframe h3{
margin:10px 0 0 0!important;
padding:0!important;
font-size: 2.1rem;
letter-spacing: 5px;
border-bottom: 1px solid #E4E4E4;
font-weight: 600;
}

.info_all{
background-color: #094D71;
color:#fff;
padding: 2px 40px;
font-size:1.8rem;
margin:0 0 0 auto!important;
letter-spacing: 1px;
text-align: center;
border-radius:20px;
}

.info_iframe-wrapper {
  position: relative;
  padding-bottom:350px;
  height: 0;
  overflow: hidden;
}

.info_iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*施工事例*/

.top_works{
width: 100%;
display: grid;
grid-template-columns:40% 1fr;
  justify-content:center;
 background-color:#fff;
	padding: 200px 5%;
	align-items: center;
}

.top_works h1{
font-size:6.0rem;
}

.top_works h1::after{
	display: none;
}

.top_works h1 span::before{
	display: none;
}

.top_works p{
	line-height: 150%;
	padding: 80px 0px;
}
.top_works h2{
font-size: 2.2rem;
letter-spacing:5px;
color:#5D6062;
font-weight: 400;
padding:0px 0 0 0px;

}

.top_works_all{
color:#fff;
font-size:2.5rem;
padding: 1px 0px;
width:70%;
letter-spacing: 1px;
display:block;
text-align: center;
border-radius:20px;
 position: relative;
margin:80px auto 0 auto;
background-color:#094D71;
}






.top_works>div{
	padding: 0 20px;
}

.top_works>div:last-of-type{

	padding: 0 0px;
}

.top_works ul.top_works_list{
width: 100%;
 display: flex;
overflow-X: scroll;

}
.top_works ul.top_works_list li{
display:flex;

text-align: center;
row-gap: 20px!important;
width: 45%;
flex-shrink: 0;	
border-left: 1px solid #C5C5C5;
padding: 30px 0;
}
.list_img{
width: 90%;
overflow:hidden!important;
margin: auto;
	 aspect-ratio: 16 / 9;
}
.list_img img{
width:100%;
 transition:0.5s all;
}

.list_img img:hover {
  transform:scale(1.08,1.08);

}

.top_works ul.top_works_list li h3{
font-size: 1.6rem;
font-weight: 600;
margin: 40px 0;
}


.list-btn{
border: 2px solid #094D71;
border-radius: 60px;

  display: inline-block;
  padding: 3px 0px;
	width: 80%!important;
  text-align: center;
font-size: 1.6rem;
background: #fff;
  color: #094D71;
  overflow:hidden!important;
  position: relative;
  transition-duration: .4s;
  z-index: 2;

}


.list-btn::before {
display: none;
}
.list-btn::after {
  background: #094D71;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
/* aタグ全体をhoverしたときにもlist-btnを反応させる */
.top_works ul.top_works_list li:hover .list-btn,
.top_works ul.top_works_list li a:hover .list-btn,
.top_business div:hover .list-btn{
  color: #fff;
}

.top_works ul.top_works_list li:hover .list-btn::after,
.top_works ul.top_works_list li a:hover .list-btn::after,
.top_business div:hover .list-btn::after{
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}





/* 事業内容*/

.top_business{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
background-color: #094D71;
justify-content:center;
align-items: center;
gap:20px;
padding: 50px 0;
}

.top_business div{
width:48%;
aspect-ratio: 16 / 11;
position: relative;
 z-index: 0;
overflow:hidden;
}

.top_business div:first-of-type{
background-image: none;
}

.top_business div:first-of-type::before{
display: none;
}

.top_business div:first-of-type{

display:grid;
place-content:center;
grid-row:span 3;
gap:5px;
text-align:left; 

}


.top_business div img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat:no-repeat;
background-size: cover;

transition: all .3s ease-out;
}




.top_business div:hover img{
transform:scale(1.08,1.08);
 transition:1s all;
}

.top_business div a{
opacity:1;
z-index: 1;
width: 100%;
}

.top_business div a::before{
content: "";
background: linear-gradient(transparent 0%, #0000007d);
width:100%;
height:100%;
position: absolute;
top:0;
left: 0;
 z-index: 1;
}

.top_business div:first-of-type a::before{
background: none;
}

.top_business h1{
font-size:6.0rem;
color:#fff;

}

.top_business h1::after{
display: none;
}

.top_business p{
line-height: 150%;
padding: 20px 0px 0px 0px;
color:#fff;
}
.top_business h2{
font-size: 2.2rem!important;
letter-spacing:5px;
color:#fff;
font-weight: 400;
padding:0px 0 0 0px;

}


.top_business h3{
font-size: 2.0rem;
font-weight: 600;
color: #fff;
bottom:100px;
left:0;
text-align: center;
width: 100%;
margin: 0;
position: absolute;
letter-spacing: 2px;
z-index: 2!important;
}

.top_business span{
margin:0px auto;
z-index: 2!important;

}

.top_business div:nth-child(n+2) span{
 position: absolute;
    bottom: 30px;
	width: 40%!important;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);

  
}


/*施工事例*/

.top_tec{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
background-color:#094D71;
	padding: 100px 5%;
}


.top_tec>div h1{
font-size:6.0rem;
	color: #fff;
}

.top_tec>div h1::after{
	display: none;
}


.top_tec>div h2{
	font-size: 2.2rem;
	letter-spacing:5px;
	color:#fff;
font-weight: 400;
padding:0px 0 0 0px;

}

.top_tec>div{
width: 100%;

}

.top_tec>div ol{
font-size:2.4rem;
margin:40px 0 0 0px;
letter-spacing: 2px;
width: 100%;
counter-reset: tec; 
}

.top_tec>div ol li{

padding: 0 0 3px;
border-bottom: 1px solid #fff;
margin: 0 0 60px 0;
color: #fff;
counter-increment: tec;
}

.top_tec>div ol li a{
color: #fff;
display: flex;
align-items: center;
  width:100%;
}

.top_tec>div ol li a::before{
  content: counter(tec, decimal-leading-zero) ".";
}

.tec-tab.active {
  color: #094D71;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  transition: 0.5s ease;
}

.tec-tab.active a{
  color: #094D71;

}

.tec-tab:hover {
 opacity: 1;
	transition: 0.5s ease;
}

.top_tec_focus div{
display:grid;
place-content:center;
grid-template-columns: 1fr 1fr;
text-align: center;	

} 

.top_tec_focus div img{
width:70%;	
} 

.top_tec_focus div p{
padding: 20px 0;

} 

.top_tec_focus div span{

width:50%!important;
}

.top_tec_focus div span a{

color:#094D71;
}
.top_tec_focus div span:hover a
{

color: #fff;

}

.top_tec_focus > div {
  display: none;
}
.top_tec_focus > div.active {
  display: block;
}


/*求人情報*/


.top_rec{
	width: 100%;
background-color:#fff;
	padding: 50px 0%;
	position: relative;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(200vw / 4);
}
.scroll-infinity__item>img {
  width: 100%;
}


.top_rec_info{
	
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	background-color: hsla(0,0%,100%,0.90);
	width: auto;
	padding: 50px 80px;
	border-radius: 20px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	
	
}



.top_rec a:hover{
	opacity:1!important;
	
}


.top_rec_info h1{
font-size:6.0rem;
width: auto;
margin:0 auto;
}




.top_rec_info h1::after{
display: none;
}


.top_rec_info h2{
font-size: 2.2rem;
letter-spacing:5px;
	color:#5D6062;
	width: auto;
font-weight: 400;


}

.top_rec_info p{
font-size: 1.8rem;
padding: 30px 0 ;

}
.top_rec_info span.recruit_link{
background-color: #094D71;
color:#fff;
font-size: 1.8rem;
padding: 1px 0px;
width:100%;
letter-spacing: 1px;
display: block;
margin:30px auto 0px auto;
text-align: center;
border-radius: 15px;
border: 2px solid #094D71;
overflow:hidden!important;
 position: relative;
  transition-duration: .4s;
  z-index: 2;

}


.top_rec_info span.recruit_link::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
/* aタグ全体をhoverしたときにもlist-btnを反応させる */
.top_rec a:hover .recruit_link{
  color:#094D71!important;
}

.top_rec a:hover .recruit_link::after{
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.top_rec_info span.recruit_link::before {
  content:'';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 1em;
  box-sizing: border-box;
}

 




/*フッターリンク*/

.footer_links{
background-color:#fff;
	padding: 50px 5% 100px 5%;
	font-size: 1.0rem;
}

.footer_links_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_links_list div {
width: 16%;
}

.footer_links_list span{
width: 100%;
overflow:hidden;
display:flex;
justify-content: center;
align-items: center;	
}

.footer_links_list span img{
width: 100%;
padding: 0!important;
margin: 0!important;
}

.footer_links_list p{
font-size: 1.1rem;
line-height: 120%;
letter-spacing: 0;
padding: 5px 0 0 0;
}

.banner-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin:0px auto 0px auto;
justify-content:space-around;
	
}

.banner-grid span {
	width:100%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 200px; /* ← 少しだけ広げると画像が見やすい */
  padding: 2px;  /* ← 余白を減らして画像を大きく表示 */
  box-sizing: border-box;
margin: 0!important;
	
}

.banner-grid img{
  max-height: 100%;
  max-width: 100%;
	height: auto!important;
  object-fit: contain;
  display: block;
	margin: auto;
}

.footer_links img {
  transition: transform 0.3s ease;

	
}
.footer_links img:hover {
  transform: scale(1.05);
}

.banner-grid span:first-of-type img {
	width: 60%!important;
	
  
}



.banner-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin:0px auto 0px auto;
justify-content:space-around;
	
}

.banner-grid span {
	width:100%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 200px; /* ← 少しだけ広げると画像が見やすい */
  padding: 2px;  /* ← 余白を減らして画像を大きく表示 */
  box-sizing: border-box;
margin: 0!important;
	
}

.banner-grid img{
  max-height: 100%;
  max-width: 100%;
	height: auto!important;
  object-fit: contain;
  display: block;
	margin: auto;
}

.footer_links img {
  transition: transform 0.3s ease;

	
}
.footer_links img:hover {
  transform: scale(1.05);
}

.banner-grid span:first-of-type img {
	width: 60%!important;
}


.footer_links img {
  transition: transform 0.3s ease;

	
}
.footer_links img:hover {
  transform: scale(1.05);
}

.banner-grid span:first-of-type img {
	width: 60%!important;
}

/*表彰*/

.top_links{
background-color:#fff;
	padding: 80px 5% 0px 5%;
}


.banner-grid_top {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin:0px auto 0px auto;
justify-content:space-around;
	
}

.banner-grid_top span {
	width:100%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 150px; 
  padding: 2px;  
  box-sizing: border-box;
margin: 0!important;
	
}

.banner-grid_top img{
  max-height: 100%;
  max-width: 100%;
	height: auto!important;
  object-fit: contain;
  display: block;
	margin: auto;
}

.top_links img {
  transition: transform 0.3s ease;

	
}
.top_links img:hover {
  transform: scale(1.05);
}

.banner-grid_top span:first-of-type img {
	width: 60%!important;
}



/****************求人情報****************/
/*FV*/
.rct01{
 position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
	margin: 0 0 50px 0px;
}


video{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.movie_sp{
	display:none;
}



.movie__btn {
  margin-top: 1em;
  text-align: center;
	position:absolute;
  bottom:3%;
  left: 3%;
}

.movie__btn button {
	
  padding: 0.3em 1em;
  border-radius: 50px;

 display: flex;
	flex-wrap: wrap;
  align-items: center;
  appearance:none;
  border: none;
color: #585858;
font-weight: 900;
font-size:1.6rem;

  cursor: pointer!important;
}

.movie__btn button::before {
content: "";
display: inline-block;
width: 25px;
height:25px;
margin: 0 10px 0 0;
background-image:url("../../_img/2025/off.svg");
background-position: center;
background-size: cover;
	
}

.movie__btn button[data-state="on"]::before {
  background-image: url("../../_img/2025/on.svg");
}
/*新着情報*/

.rct02{
width: 100%;
	margin: 0 auto 0px auto;
	padding: 50px 5% 100px 5%;
	background-color: #fff;
		
}

div.rct_info > div a{
	width:100%;
	display:flex;
	flex-wrap: wrap;
  justify-content:flex-start; 
  align-items:center;
border-bottom:1px solid #959595;
	padding: 0px 0 7px 0 ;
margin: 50px 0 0 0;

}

.news_date{
	width:auto;
font-size: 1.8rem;
	margin: 0;
	position: relative;
	padding: 0 0 0 10px;
}



.news_category{
	width:auto;
	text-align: center;
	font-size: 1.6rem;
padding: 2px 30px;
	margin: 0 40px;
	background-color:  #094D71;
	color: #fff;
	border-radius: 10px;
}

.news_title{
	width:auto;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
}


.recruit_iframe-wrapper {
  position: relative;
  padding-bottom:450px;
  height: 0;
  overflow: hidden;
margin:50px 0 0 0px;
}

.recruit_iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*会社概要*/

.rct03{
	width: 90%;
	display: flex;
  justify-content:center; 
  align-items:center;
	margin: 0 auto 0px auto;
	padding:100px 0 150px 0;
}

.rct03 div{
	width: 50%;
	
}

.rct03 div:first-of-type img {
	display: none;
	
}


.rct03 div:nth-of-type(2){
	width: 50%;
}

.rct02 h1,.rct03 h1,.rct05 h1,.rct07 h1,.rct08 h1, .rct09 h1{
font-size: 4.5rem;
letter-spacing:1px;
	
}

.rct02 h2,.rct03 h2,.rct05 h2,.rct07 h2,.rct08 h2, .rct09 h2{
	font-size: 1.6rem;
	letter-spacing:3px;
	color:#5D6062;
font-weight: 400;
padding: 5px 0 0 0;

}

.rct03 p{
margin: 30px auto 0 0;
width:90%;
}

.rct03 img{
border-radius: 20px;
}

/*主な仕事内容*/

.rct04{
	margin: 0 auto 0px auto;
	background-image:url("../../_img/2025/works_back.jpg");
	background-color:rgba(0,0,0,0.5);
background-blend-mode:darken;
	background-size: cover;
	padding:100px 0 200px 0;
	position: relative;
	
}

.rct04 h1{
width: 100%;
font-size: 4.5rem;
letter-spacing:1px;
	text-align: center;
	color: #fff;
}

.rct04 h1:before{
display: none;
}


.rct04 h2{
	font-size: 1.6rem;
	letter-spacing:3px;
	color:#fff;
font-weight: 400;
padding: 5px 0 0 0;
text-align: center;

}

.rct04 div{
	margin:50px auto 0 auto;
width: 90%;
display: grid;
 grid-template-columns: repeat(3, 1fr);
  gap: 40px;

}

.rct04 div span{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
	background-color: #fff;
border-radius: 20px;
}

.rct04 div span h3{
  font-size: 1.8rem;
font-weight: 600;

	padding:5px 0 0 20px;

	margin: 0!important;
}
.rct04 div span p{
  font-size: 1.4rem;
	
	padding: 0 10px 20px 10px;
	line-height: 230%;
	width: 95%;
	margin:0 auto;
}

.rct04 div span img{
border-radius: 20px 20px 0px 0px;
}

.rct04_link{
	width:auto;
	background-color: #fff;
	display:inline-block;

	font-size: 2.5rem;
	font-weight: 600;
	color: #094D71;
	position: absolute;
	right: 100px;
	bottom: 100px;
	padding: 3px 50px 3px 50px;
	border-radius: 20px;
	
}
.rct04_link::before,.rct04_link::after{
position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.rct04_link::before{

	width: 2.5rem;
	height: 2.5rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #094D71;


    
}

.rct04_link::after{
	right:8%;
	width: 1rem;
	height: 1rem;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	
}

/*インタビュー*/

.rct05{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
  justify-content:space-around; 
	margin: 0 auto 0px auto;
	padding:100px 0 150px 0;

	
}
.rct05 h1,.rct05 h2{
	width: 100%;
	display: block;
}

.rct05 div{
	width: 38%;
	margin: 10px auto 0 auto;
	
}


.sp_img{
	display: none;
}

.interveiw_main{
	position: relative;
	width: 100%;
}
.interveiw_main img.pc_img{
 position: absolute;
	width: 90%;
    top: -2%;
    left: 0%;
 transform: rotate(-10deg );
	box-shadow: 5px 5px 7px #fff;
}

.interveiw_main img:nth-of-type(2).pc_img{
 top: 30%;
    left: 0%;
	
	 transform: rotate(5deg );
	z-index: 2;
}

.interveiw_main img:nth-of-type(3).pc_img{

 top: 65%;
 left: 5%;
 transform: rotate(-10deg );
z-index: 1;
}



.rct05 div.interview_list{
	width:45%!important;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	flex-direction: column;
	
}
.rct05 div.interview_list label{
	width:100%!important;
	cursor:pointer!important;
	
}
.js-fadeUp02{
	width:100%!important;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom: 1px solid #959595;
	padding: 0 0 20px 0;
	margin: 0px auto 0 auto;
	
}


.interview_list_photo{
	width:38%!important;
	margin:10px 0 0 0;
}

.interview_list_photo img{
	width:95%;
	border-radius: 10px;
	transition-duration: .7s;
}
.interview_list_data{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;

align-items: center;
	width:60%!important;
	text-align: center;

}
div.interview_list div h3 {
	font-size: 1.5rem;
	letter-spacing: 1px;
	font-weight: 400;
	color: #959595;
	width: 100%;
	text-align: left;
	
	
}
div.interview_list div h3 b{
	font-size: 2.0rem;
	letter-spacing: 2px;
	color: #3E3D3D;
	border-right:1px solid #959595;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}


div.interview_list div h4 {
	font-size: 2.0rem;
	color: #094D71;
	letter-spacing: 1px;
	margin: auto;
	display: inline-block;
	text-align: left;
	width: 100%!important;

}

.open_rct{
width:50%!important;
	font-size: 1.6rem;
	color:#626262;
	letter-spacing: 2px;
	border: 1px solid  #626262;
	padding:3px 0px;
	margin:20px auto 0px auto;

	text-align: center;
	border-radius: 20px;
overflow:hidden;
position:relative;
  transition-duration: .4s;


}


.open_rct::after {
  background: #094D71;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
/* aタグ全体をhoverしたときにもlist-btnを反応させる */
.js-fadeUp02:hover .open_rct{
  color: #fff;
}

.js-fadeUp02:hover .open_rct::after{
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.js-fadeUp02:hover img{
	opacity: 0.7;
}

/*モータルウィンドウ*/


.modal_wrap{
border: none!important;
	padding: 0 0 0px 0!important;
	margin: 0!important;

}

.modal_wrap input{
  display: none;
}

.modal_overlay{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0!important;
  left: 0!important;
  z-index: 9999;
margin: 0!important;
  width: 100%!important;
  height: 100%!important;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
border: none;
}

.modal_content{
  position: relative;
  align-self: center;
  width: 80%!important;
  max-width: 1200px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
	height: 90%;
	overflow: hidden;
overflow: scroll;
	
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}



.interview_content{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 95%!important;
margin:auto!important;

}

.interview_content div{
width: 100%!important;
margin: 0;
padding: 0!important;
}
.interview_content div:first-of-type{
text-align: center;
	display: flex;
flex-wrap: wrap;
justify-content:space-around;
margin-bottom: 30px;

}


.interview_content ul li{
border-bottom: 1px solid #C7C7C7;
margin: 0 0 40px 0;
}
.interview_content ul li span{
font-size:1.5rem;
font-weight:700;
display: block;
margin:30px 0 10px 0;
padding: 0 0 3px 35px;
position: relative;
width: 100%!important;
}

.interview_content ul li span::before{
content: "Q.";

color: #094D71;
position: absolute;
left: 0;
	top: 0;
}

.interview_content ul li p{
font-size:1.5rem;
line-height: 200%;
padding:0 0 5px 35px;
	position: relative;
}

.interview_content ul li p::before{
content: "A.";
padding: 0 0px 0 0;
position: absolute;
left: 0;
	top: 0;
font-weight: 700;
color:#990F11;
}

.interview_content img{
width: 30%;
margin-top:30px;
}



.close_button{
  position:sticky;
  top:4%;
left: 99%;
  font-size: 1.6rem;
  cursor:pointer!important;
	background-color: hsla(0,0%,100%,0.90);
	padding: 3px 10px;
z-index: 2;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}


/*働く環境*/

.rct06 {
width: 98%;

background-color: #F7F7F7;
padding: 100px 0px  150px 0px;
}

.rct06 h1{
width: 100%;
font-size: 4.5rem;
letter-spacing:1px;
	text-align: center;
	
}

.rct06 h1:before{
display: none;
}


.rct06 h2{
	font-size: 1.6rem;
	letter-spacing:3px;
	
font-weight: 400;
padding: 5px 0 0 0;
text-align: center;

}

.rct06 div{
width: 100%;
display:grid;
grid-template-columns: repeat(3, 30%);
  gap: 30px;
justify-content: center;
padding: 50px 30px 0px 30px;
}


.rct06 div span{ 
	display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
background-color: #fff;
border: 4px solid  #094D71;	
border-radius: 20px;
padding: 150px 0 50px 0;
}
.rct06 div span h3{ 
margin:0 auto;
font-size: 2.2rem;
font-weight:700;
letter-spacing: 2px;
color: #094D71;	
	position: relative;
}

.rct06 div span h3::before{ 
content: "";
width: 100%;
height: 65px;
background-image:url("../../_img/2025/icon04.gif");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
	top: -80px;
	   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.rct06 div span:nth-of-type(2) h3::before{ 
background-image:url("../../_img/2025/icon07.gif");

}
.rct06 div span:nth-of-type(3) h3::before{ 
background-image:url("../../_img/2025/icon03.gif");

}
.rct06 div span:nth-of-type(4) h3::before{ 
background-image:url("../../_img/2025/icon10.gif");

}
.rct06 div span:nth-of-type(5) h3::before{ 
background-image:url("../../_img/2025/icon09.gif");

}
.rct06 div span:nth-of-type(6) h3::before{ 
background-image:url("../../_img/2025/icon05.gif");

}


.rct06 div span p{ 
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 auto;	
  width: 95%;
  text-align: center;

  /* 日本語＋Safari対策：一旦ふつうの改行に戻す */
  word-break: normal;
  overflow-wrap: break-word;
}

/* 対応ブラウザだけ、オマケで balance を効かせる */
@supports (text-wrap: balance) {
  .rct06 div span p {
    text-wrap: balance;
  }
}

.sp_br{display: none;}

/*募集要項*/

.rct07{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
  justify-content:space-between; 
align-items: flex-end;
padding: 100px 0 150px 0;
	margin: 0 auto 0px auto;

	
}
.rct07 h1,.rct07 h2{
	width: 100%;
	display: block;
}


.rct07 div.rct07_titile{
width: auto;
padding-bottom: 20px;
}


.rct07 div.tab_nav_list{
width:70%;

display: flex;
flex-wrap: wrap;
 justify-content:center; 
border-radius: 10px 10px 0 0;
border: 1px solid #D9DBDB;
border-bottom: none;
overflow: hidden;
}


.tab_nav_list a{
  display: block;
  color: #094D71;
  background: #fff;
padding: 10px 0px 10px 30px;

	
}



.tab_nav_list .selected{
  background:#094D71;
  color:#fff;
}

.rct07 div span{
	width:50%;
	text-align: left;
	font-size:2.2rem;
	font-weight: 600;
	letter-spacing: 2px;

	color: #FFF;
}



.tab_nav_detail{
width: 100%;
 height: auto;
      overflow-y: auto;
   background:#094D71;
padding: 30px 30px;
}
.tab_nav_detail article{
  display: none;
  margin: 0px;
background-color: #fff;
padding: 30px 50px;
}

.career_list{

	margin:20px 0 50px 0;

}


.career_list li{
	font-size:1.6rem!important;
	margin-bottom: 20px!important;
	 background: #094D71;
	border-bottom: 1px solid #959595;
}

.career_list li b{
letter-spacing:0px;
width:auto!important;
font-size:2.0rem;
}


.rct07 div ul{
	width:100%;

}


.tab_nav_detail ul{
margin:40px 0 0 0;
}
.tab_nav_detail li{
	display: grid;
grid-template-columns:1fr 70%;
	font-size:1.8rem;
	border-bottom: 1px solid #959595;
	margin-bottom: 50px;
	padding: 0 10px 5px 0;
}

.tab_nav_detail li b{
font-weight: 600;
letter-spacing:3px;
font-size:2.0rem;
padding: 2px 0 0 0;

}
.tab_nav_detail li p{
font-size:1.8rem;
line-height: 150%;
}

.tab_nav_detail strong {
	color:#094D71;
	padding: 0 50px 0px 0;
	position: relative;
}
.tab_nav_detail strong::before{
content: "";
	background-image: url("../../_img/2025/check.svg");
	width: 20px;
	height: 20px;
	 position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tab_nav_detail h3{
	width: 100%;
	font-size:1.9rem; 
	color:#094D71;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.tab_nav_detail h3 b{
	width: auto;
	font-size:3.0rem; 
		font-weight:700;
	letter-spacing: 1px;
	padding: 0 5px 20px 0;
}


.tab_nav_detail_entry{
width:auto;
	font-size: 1.8rem;
	color:#fff;
	letter-spacing: 2px;
	border: 1px solid  #094D71;
	padding:3px 40px;
	margin:0px auto 10px auto;
	  background-color:#094D71;
display: inline-block;
	text-align: center;
	border-radius: 20px;
overflow:hidden;
position:relative;
  transition-duration: .4s;


}


.tab_nav_detail_entry::after {
  background-color:#fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;

}
 
/* aタグ全体をhoverしたときにもlist-btnを反応させる */
.tab_nav_detail_entry:hover {
  color: #094D71;
	opacity: 1;
	z-index: 1;
}

.tab_nav_detail_entry:hover::after{
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.rct_link{
width: 100%;
display: flex;
align-items: center;
justify-content:space-around;
flex-wrap: wrap;
margin: 20px 0 0 0;
}

.rct_link h3{
font-size: 1.6rem;
font-weight: 600;	
}

.rct_link>div{
width:45%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin:50px 0 0 0;
}

.rct_link>div:first-of-type{
width:60%;

margin:20px 0 0 0;
}
.rct_link>div h2{
width: 100%;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
	margin:0 0 20px 0;
	padding: 0;
}

.rct_link>div>span{

width: 40%;
background-color: #fff;

}
.rct_link>div>span a{
padding: 0;

}

/*数字でみる奈良建設*/


.rct08 {
width: 100%;
background-color: #094D71;
padding: 50px 0px;
}

.rct08 h1, .rct08 h2{
	color: #fff;
	margin-left: 5%;
}

.rct08 h1::before{
	background-color: #fff;
}

.rct08 div{
width: 90%;
display:grid;
grid-template-columns: repeat(3, 30%);
  gap: 0px;
justify-content: center;
padding:100px 0px 100px 3px;
background-color: #fff;
margin:50px auto;
}

.rct08 div span{ 

border: 1px solid  #094D71;	
text-align: center;
height: auto;
margin-left: -1px;
margin-top: -1px;
padding:100px 0;
}

.rct08 h3{
color: #5B5F60;	
font-size: 1.8rem;
letter-spacing: 4px;
font-weight: 500;
 min-height: 5.5em; /* ← 行数を揃える */
  display: flex;
  align-items: flex-start; 
  justify-content: center;
  text-align: center;
	
}
.rct08 b{
font-family: Arial, Helvetica, "sans-serif";
color: #094D71;	
font-size:12.0rem;
font-weight:800;


}


.odometer span, .odometer div{
	border: 0!important;
	padding:0!important;
	margin: 0!important;
	display:inline-block;
	width: auto;
	
}




.rct08 b::after{
content: "年";

margin: 0 0 0 15px;
font-size:4.8rem;

}




.rct08 span:nth-of-type(2) b::after{
content: "時間";
}

.rct08 span:nth-of-type(3) b::after{
content: "日";
}

.rct08 span:nth-of-type(4) b::after{
content: "%";
}

.rct08 span:nth-of-type(5) b::after{
content: "%";
}

.rct08 span:nth-of-type(6) b::after{
content: "名";
}


/*採用フロー*/


.rct09{
width: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content:space-around; 

padding: 100px 0 150px 0;
	margin: 0 auto 0px auto;
background-image: url("../../_img/2025/flow_back.jpg");
	background-color:rgba(0,0,0,0.7);
background-blend-mode:darken;
	background-size: cover;

}
.rct09 h1,.rct09 h2{
	color: #fff;
}

.rct09 h1:after{
background-color:#fff;
	
}

.rct09 div{
	width:40%;
	margin: 0 0 0 0px;
vertical-: top;
	
}
.rct09 div:first-child{
	width:90%;
	margin: 0 0 50px 0;
}


.rct09 div h3{
font-size: 2.5rem;
margin:0 auto 50px auto;	
font-weight: 600;
letter-spacing: 3px;
display:block;
width: 100%;
text-align: center;
color:#FFF;
}

.rct09 ul{
	width: 100%;

	font-size: 1.8rem;
}


.rct09 ul li b{
font-weight: 600;
letter-spacing: 1px;
display: block;
width: 100%;
margin: 0 20px 0 0;
font-size: 2.0rem;
	color: #fff;
position: relative;
}

.rct09 ul li p{
	display:block;
	color: #fff;
	padding: 0 0 0 55px;
	line-height: 150%;
}

.rct09 ul li{
	margin: 0 0 80px 50px;
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 0 0 5px 0px;
}

.rct09 ul b::before{
content: "01";
display: inline-block;bottom:-2px;
left: 0;
font-size: 3rem;
font-weight: 700;
letter-spacing: -1px;
margin: 0 10px 0 0;
color: #fff;
	
	
}

.rct09 ul li:nth-of-type(2) b::before{
content: "02";
}
.rct09 ul li:nth-of-type(3) b::before{
content: "03";
}
.rct09 ul li:nth-of-type(4) b::before{
content: "04";
}
.rct09 ul li:nth-of-type(5) b::before{
content: "05";
}
.rct09 ul li:nth-of-type(6) b::before{
content: "06";
}

.rct09 ul li::after{
content: "STEP";
position: absolute;

top:-15px;
left:5px;
font-size: 1.0rem;
font-weight: 500;
color: #fff;
	
	
}

/*フォーム*/

.rct10{
	margin: 0 auto 50px auto;
	padding:50px 0 0px 0;
	position: relative;
	
}

.rct10 h1{
width: 100%;
font-size: 4.5rem;
letter-spacing:1px;
	text-align: center;
}

.rct10 h1:before{
display: none;
}


.rct10 h2{
	font-size: 1.6rem;
	letter-spacing:3px;
font-weight: 400;
padding: 5px 0 0 0;
text-align: center;

}

/*フッター*/

footer{
	width: 100%;
	display: flex;
	flex-wrap: wrap!important;
	align-items: center;
  justify-content:space-around; 
	background-color: #094D71;
	color: #fff;
	padding:50px 0;
	position: relative;
	z-index: 2;

}

footer div.footer_info{
	width:30%;
	text-align: center;
}



.footer_navi{
	width:60%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  justify-content:space-between;
	
	
}


.footer_navi div{
	width:30%;
}
	
	

footer div h1{
color: #fff;
	font-size: 2.6rem;
	font-weight:600;
	letter-spacing: 4px;
}

footer div address{
	margin: 30px auto 0 auto;
	text-align: left;
	font-size: 1.5rem;
	font-style: normal;
	display: inline-block;
	line-height: 180%;
	letter-spacing:1px;
}

footer div small{
	display: block;
	margin: 50px auto 0 auto;
	font-size: 1.0rem;
}


.footer_navi a{
color: #fff;
}



.footer_navi h2{
	font-size: 1.8rem;
	text-align: left;
	font-weight: 500;
	border-bottom:1px solid #fff;
	padding: 0 0 5px 3px;
	margin: 30px 0 20px 0;
	position: relative;
}


.footer_navi ul{
	width: 100%;
	font-size: 1.4rem;
	height: auto;
}

.footer_navi div:nth-of-type(1) span:last-of-type ul,.footer_navi div:nth-of-type(2) span:last-of-type ul{
	height: auto;
}

/*
.footer_navi div:nth-of-type(3) span:first-of-type h2{
margin-bottom: 100px;
}

.footer_navi div:nth-of-type(3) span:nth-of-type(2) h2{
margin-bottom: 80px;
}
*/


.footer_navi ul li{
text-align: left;
margin: 0 0 15px;
}
	
















