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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
.w98{
width: 98%;
display: block;
margin: 0 auto;
}
.w90{
width: 90%;
display: block;
margin: 0 auto;
}

a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

section{
padding: 100px 0;    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}

.headline{
  position: relative;
  color: #fff;
    background:#87CEFA;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
    font-size: 1.3em;
      font-weight: 500;
    font-family: 'Noto Serif JP', serif; 
}

.headline:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 400;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
.headline2{
  position: relative;/*相対位置*/
  line-height: 1.4;/*行高*/
  display: inline-block;
font-family: 'Noto Serif JP', serif; 
color: #333; 
    
}

.headline2:before, .headline2:after { 
  position: relative;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1.3em;
  color: #333;
}
.headline2:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
.headline2:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}
.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.text1{
font-size: 1em;  
line-height: 1.9;  
}
.text1 span{
display: inline-block;
}
.text1 strong{
font-size: 1.5em;    
display: block;   
   font-family: 'Noto Serif JP', serif;    
}
.text2 strong{
font-size: 1.3em;    
font-family: 'Noto Serif JP', serif;    
display: block;    
}
.text2{
font-size:0.9em;    
line-height: 1.9;     
}
.list1 ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
    font-size: 1em;
    font-weight: 400;
}
.list1 ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
.list1 ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4BB7FA;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.list2{
width: 100%;
position: relative;
}
.list2 ul {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
.list2 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.9;
 font-size: 1em;
    font-weight: 400;    
}
.list2 ul li:before{
  content: '';
  position: absolute;
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 10px;
  top: 20px;
}
.list3{
width: 100%;    
overflow-x: auto;        
}
.list3 table{
width:100%;    

  white-space: nowrap; 
    margin: 0 auto;
}
.list3 table th{
width: 10%;  
padding: 1em; 
background: #4BB7FA;
 font-size: 1em;
    font-weight: 400;  
    color: #fff;
}
.list3 table td{
width: 10%;   
padding: 1em;  
background: #eee;
 font-size: 1em;
    font-weight: 400;    
}
.list3::-webkit-scrollbar{
   height: 3px;
}
.list3::-webkit-scrollbar-track{
   background-color: #fff;
}
.list3::-webkit-scrollbar-thumb{
   background-color: #009AFA;
}
.technical_img1{
width: 300px;    
margin-top: 5%;    
display: block;    
}
.technical_img2{
width: 200px;    
margin-top: 5%; 
float: right;    
display: block;    
}
.sp_l{
      text-align: center;
    }
.tb{
display: none;
}
.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
background-color: rgba(255,255,255,0.05);
}
.background2{
width: 100%;
height: auto;   
background: rgba(255,255,255,0.5);	 
}
.box-b{
 width: 100%;
border: 5px dotted #4BB7FA;
padding: 1em;    
background: #fff;    
}

.inner{
 max-width: 1170px;
 width: 95%;   
display: block;
margin: 0 auto;
overflow: hidden;   
}
.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;
overflow: hidden;
}
.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
}
/*TOPスライダー*/
.slider-box{
    width: 100%;
    height: 100vh;
	overflow: hidden;
	position: relative;
}

.text_img{
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  max-width:900px;
  width: 90%;    
  text-align: center;
 z-index: 5;    
}
.text_img img{
width: 100%;    
}
.loading_text{
	position: absolute;
    text-align: center;
	z-index: 3;
}
.loading_text p{
	font-size: 10vh;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transform: translateY(-10%);
    font-family: "halogen", sans-serif;
	font-weight: 500;
 background: linear-gradient(180deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 30%, #dcdcdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loading_text1{
    left: 0;
    bottom: 8%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
	animation: text_apper1 1.6s ease-in-out;
    
}
.loading_text1 p{
    font-size: 9vh;
}
.loading_text2{
    left: 2%;
    bottom: 0;
	animation: text_apper2 1.6s ease-in-out forwards;
	animation-delay: 0.4s;
	opacity: 0;
}
.loading_text2 p{
    font-size: 5vh;
}
@keyframes text_apper1{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes text_apper2{
	0% {
		opacity: 0;
        transform: translateX(-10%);
	}
	50%{
		opacity: 0;
		
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


.overwrap{
	overflow: hidden;
}

.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 960px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}

.grayscale{
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(100%);
}



/*パンクズ */
.breadcrumb {
position: absolute;
bottom: 3%;
left:1%;    
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
color: #fff;   
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:50px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:20%;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#fff;
}

.en{
    font-family: 'Cormorant Unicase', serif;       
}

.midashi_l h2{
width: 100%;     
font-size: 1em;		
text-align:left;	   
line-height: 1.5; 
font-weight: 500; 
color: #4BB7FA;    
}
.midashi_l .strong{
font-size: 3.5em;		  
display: block;    
text-align: left;  
z-index: -5;
display: block;  
font-family: 'Cormorant Unicase', serif;       
}
.border{
position: relative; 
padding-left: 60px;
 
}
.border:before {
width: 50px;
height: 2px;
background:  #4BB7FA;    
    content: "";
    /*描画位置*/
    position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
margin: 0;    
    }
.midashi_lw h2{
width: 100%;     
font-size: 1em;		
text-align:left;	   
line-height: 1.5; 
font-weight: 500; 
color: #fff;    
}
.midashi_lw .strong{
font-size: 3.5em;		  
display: block;    
text-align: left;  
z-index: -5;
display: block;  
font-family: 'Cormorant Unicase', serif;       
}
.border_w{
position: relative; 
padding-left: 60px;
 
}
.border_w:before {
width: 50px;
height: 2px;
background:  #fff;    
    content: "";
    /*描画位置*/
    position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
margin: 0;    
    }
.midashi_c h2{
width: 100%;     
font-size: 1em;		
text-align:center;	  
line-height: 1.5;   
font-weight: 500; 
color: #4BB7FA;    
}
.midashi_c .strong{
font-size: 3.5em;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
font-family: 'Cormorant Unicase', serif; 
}
.midashi_cw h2{
width: 100%;     
font-size: 1em;		
text-align:center;	  
line-height: 1.5;   
font-weight: 500; 
color: #fff;    
}
.midashi_cw .strong{
font-size: 3.5em;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
font-family: 'Cormorant Unicase', serif; 
}


.top_menu{
width: 100%;
}

.top_menu .menu_t{
width: 95%;   
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
padding: 1% 0;  
    margin: 0 auto;
}

.top_menu .menu_t .logo{
width:250px;
transition: all 0.5s;    
}

.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}

.m1{
width: 100%;
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 10;
height: auto;
transition: all 0.5s;	
background:rgba(75,183,250,0.9);      
}
.top_wrapper.transform{
  background:#4BB7FA;  
  border-bottom: 1px solid rgba(255,255,255,0.1);
z-index:20;
}

/*==ナビゲーション全体の設定*/
.m1 nav{
   border-top:solid 1px #fff; 
  text-align: center;
}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  width: 98%;
  display: flex;
  justify-content:space-around;
    margin: 0 auto;
 
}
.m1 nav ul .small{
display: block;
 font-size:0.9em;
font-family: 'Cormorant Unicase', serif; 
letter-spacing: 1px;    
color: #FADC6E;
}
/*2階層目以降は横並びにしない*/


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.m1 nav ul li{
  position: relative;  
  border-left: solid 1px #fff;
   width: calc(100% / 5);
            padding: 1% 0;
}
.m1 nav ul li:last-child{
 border-right: solid 1px #fff;    
}
/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
width: 100%;    
  display: block;
  text-decoration: none;
  color: #FFF;
  transition:all .3s;
   font-weight: 500; 
    font-size:0.9em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;  
    line-height: 1.75;
    text-align: center;

    margin: 0 auto;
}

.m1 nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}


.t-con{
width: 450px;    
transition: all 1s;  
display: flex;
justify-content: flex-end;
}


.t-btn1{
width: 200px;	  
font-size: 1em;	   
transition: all 0.5s;    
display: block;  
text-align: center;  
color: #fff; 
font-weight: 500; 
transition: all 0.5s;   
letter-spacing: 1px;  
padding:0.5em 1%;
margin: 0 auto;
border:1px solid #fff;
border-radius: 50px;    
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent;
    
}
.t-btn2{
width: 200px;     
font-size:1em;	     
display: block;  
text-align: center;  
color: #4BB7FA; 
font-weight: 500;  
transition: all 0.5s; 
font-family: 'Noto Serif JP', serif;  
letter-spacing: 1px;   
background:#fff;  
padding:0.5em 1%;
margin: 0 auto;  
border:1px solid #fff;  
border-radius: 50px;     
}
.t-btn2:hover{
opacity: 0.7; 
text-decoration: transparent;
    
}

@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


/*===ボタン===*/

.button {
  position: relative;
  max-width: 200px; /* ボタンの幅 */
    width:55%;
  color: #009AFA; /* 文字色 */
 border: 1px solid #009AFA;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1em 2em;
    margin: 0 auto;   
font-size: 0.9em; 
background: #fff;    
}

/* マウスオーバーした際のデザイン */
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(0,154,250,0.8); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button:hover {
  background: rgba(0,154,250,0.3); /* 背景色 */
}
.button:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
.s_button {
  position: relative;
  max-width: 400px; /* ボタンの幅 */
    width:80%;
  color: #009AFA; /* 文字色 */
 border: 1px solid #009AFA;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1em 2em;  
font-size: 0.9em; 
background: #fff;    
margin: 20px auto ;
}

/* マウスオーバーした際のデザイン */
.s_button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(0,154,250,0.8); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.s_button:hover {
  background: rgba(0,154,250,0.3); /* 背景色 */
}
.s_button:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting1.jpg");    
background-size: cover;
background-position: center;
background-repeat: no-repeat;    
}

.greeting{
width: 100%; 
height: auto;   
padding: 5%;  
background: rgba(255,255,255,0.5);    
}


.greeting-text {
display: block;
margin: 0;    
font-size:1em;
text-align:left;
line-height:1.9;   
}

/*===共通===*/

.item-box_flex1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end; 
position: relative;
}
.item-box_flex2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
position: relative;    
}


.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;
}
.item-t1{
width: 50%; 
padding: 0 3%;   
}
.item-p1{
width: 50%;      
}
.item-p1 img{
width: 80%; 
display: block;    
}
.item-p1 img:last-child{
margin-left: 15%;
margin-top: 5%;    
}
.item-t2{
width: 45%;
padding:5%;    
display: block;    
}
.item-p2{
width: 55%;   
}
.item-p2 img{
width: 100%;
}
.item-t3{
width: 49%; 
height: 100%;      
}
.item-p3{
width: 49%;
height: 100%;     
}
.item-p3 img{
width: 100%;  
height: 100%;
  
}
.item-box4{
width: 100%;
height: 400px;
position: relative;
overflow: hidden;
}
.item-back1{
position: absolute;
bottom:0;
left: 0;
width: 65%;
height: 100%;       
background-color: #EFF9FD;  
object-fit: cover;    
z-index: -1;    
}
.item-back2{
position: absolute;
bottom:0;
right: 0;
width: 45%;
height: 100%;       
background-color: #EFF9FD;  
object-fit: cover;    
z-index: -1;    
}
.item-back3{
position: absolute;
bottom:0;
right: 0;
width:62%;
height: 100%;       
background-color: #EFF9FD;  
object-fit: cover;    
z-index: -1;    
}
.item-t4{
max-width: 500px; 
width: 95%;    
padding: 3%;  
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%); 
z-index: 2;    
background: #000;    
}
.item-p4 img{
width: 100%;  
height: 80%;   
position: absolute;
top: 0;
left:0;
display: block;  
object-fit: cover;   
    
}
.item-t5{
width: 75%;    
}
.item-p5{
width: 20%;     
}
.item-p5 img{
width: 100%; 
}
.titl-box{
width: 35%;
    
}
.text-box{
width: 65%;
display: flex; 
flex-wrap:wrap;
justify-content:flex-start;
    
}
.countries{
width: calc(100% / 3);      
}
.countries p{
text-align: center;    
}
.countries img{
width: 80%; 
display: block;
margin: 0 auto;
}
.area-box{
width: 100%;
}
.area-box img{
width: 50%;    
}
.map-box{
width: 100%;
background: url("../img/map_back.jpg");
background-size: cover;
background-position: center left;    
position: relative;
}
.map-box p{
color: #fff;    
}
/*====コンテンツ===*/
.menu_button{
width: 190px;
float: right;
}
.menu_button a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: .9em 5em .9em 2em;
    color:#fff;
    font-size: 1em;
font-family: 'Cormorant Unicase', serif; 
    
}

.menu_button a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.menu_button a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
.menu-box{
width: calc(100% / 2); 
position: relative;
}
.menu-box .back_img{
width: 100%;       
}
.menu-back{
position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);  
background: rgba(0,0,0,0.7);
width: 95%;
height: 95%;
object-fit: cover; 
z-index: 1;  
      
}
.menu-text{
position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);  

width: 90%;    
z-index: 2;        
}
.menu-text p{
color: #fff    
}
.menu_img{
max-width: 100px;
width: 20%;    
display: block;
margin: 0 auto;
}

.btn3{  
display: block;
margin: 0 auto;
}
.button3{
    display:block;
    text-align:center;
    color:#fff;
    cursor:pointer;
    text-decoration: none;
     font-size: 1em;
    width:200px;    
transition: all 0.5s; 
    padding: 1%;
    border-radius: 50px;
background: linear-gradient(to right, #5E92FB, #0642BB);    
}
.button3:hover{
    background: linear-gradient(to right, #0642BB , #5E92FB);
text-decoration: transparent;  
}
.contents-box{
width: 100%;    
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;  
margin: 0 auto;
}
.contents{
height: 300px;     
width:300px;   
transition: all 0.3s;	
height: auto; 
margin-left: 1em;
margin-bottom: 1em;    
transform: rotateZ( 0deg ) ; 
overflow: hidden;
object-fit: cover;   
background: linear-gradient(to right, #01446d, #0565a1);     
border-radius: 0;    
}

.cont-box{
width: 100%;   
height: 300px;        
display: block;
position: relative;  
overflow: hidden; 
border-radius: 0;   
transition: all 0.3s;
object-fit: cover;     
}
.cont-box img{
width: 100%; 
height: 100%;     
object-fit: cover;    
transition: all 0.3s;	
opacity: 0.8;
object-fit: cover;
display: block;    
}
.cont-box:hover{
 height: 300px;   
text-decoration: transparent;         
}
.cont-box:hover img {
text-decoration: transparent;
opacity: 0;    
}
.contents:hover{    
height:300px;       
text-decoration: transparent;
border-radius: 50%;    
transform: rotateZ( 10deg )!important ;   
overflow: hidden;
}

.contents_text1{
font-size: 1em; 
position: absolute;
top:30%;
left:5%;  
line-height: 1.3;
font-weight: 500;
color:#fff;
text-shadow: 2px 2px 5px #012135;   
font-family: 'Cormorant Unicase', serif;      
}

.contents_text1 strong{  
font-weight: 500;  
display: block;
font-size: 2em;  
font-family: 'Noto Serif JP', serif;    
}
.contents:hover .contents_text1{
transform: rotateZ( -10deg )!important ;       
}
/*====求人募集中！===*/
.recruit-box{
width: 100%;
height: 700px;    
position: relative;
}
.recruit-photo1{
width: 35%;
position: absolute;
  top: 20px;
  right:20px;
    z-index: 11; 
display: block; 
background: #000;    
}
.recruit-photo1 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block; 
opacity: 0.5;   
transition: all 0.5s;    
}

.recruit-photo2{
width: 23%;
position: absolute;
  bottom: 0;
  left:20px;
    z-index: 11; 
display: block; 
background: #000;    
}
.recruit-photo2 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;    
opacity: 0.5;   
transition: all 0.5s;    
}

.recruit-text{ 
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-80%,-0%);
  transform : translate(-80%,-0%); 
    z-index: 12;
}
.recruit-back{
width: 75%;
height: 60%;   
background-color: rgba(255,255,255,0.1);
display: block;
position: absolute;
left: 0;
bottom: 50px;    
}
.recruit-text_border{
padding-bottom: 10px;    
border-bottom: solid #b0b0ae 1px;    
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	   
}
footer .footer-box{
height:auto; 
width: 100%;    
display: block;   
}
footer .footer-box .footer-back{
padding: 50px 0!important;     
width: 100%; 
background:url("../img/footer_back.jpg");
background-position: center;
background-size: cover;    
padding: 2% 0  0;  

display: block;    
}

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width:100%;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.f-address{
width: 100%;
}
.f-address img{
max-width: 350px;
width: 50%;    
display: block;
margin: 0 auto;
}
.f-con{
max-width:200px;
width: 70%;    
margin: 1em;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.3em;  
display: block;  
color: #fff;
transition: all 1s;     
letter-spacing: 1px;       
}
.f-con a:hover{
background: rgba(255,255,255,0.2); 
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
padding:1em 1%;
color: #fff;
font-size: 1.3em;      
letter-spacing: 1px;       
}

.f_text{
width: 100%;    
text-align: center;
display: block;
margin: 0 auto;
font-size: 1em;  
line-height: 1.75; 
color: #fff;    
}

footer .f-text1{
text-align: center;	
color: #fff;
font-size: 1.1em;	
line-height: 1.75;	
}
footer .f-text2{
text-align: center;	
color: #333;
font-size: 1.3em;
line-height: 1.6;       
}
footer .copyright small{
text-align: center;	
color:#fff;
padding:1.5% 0;
display: block;	
background:#009AFA;  
font-size: 0.8em;  
font-weight: 500;
}
/*========= 技能実習・特定技能実習について ===============*/
.kikan{
max-width: 900px;  
width: 100%;
display: block;
margin: 0 auto;
}
.kikan img{
width: 100%;
}
/*========= 受け入れ・手続きの流れ ===============*/
.flow-box{

}
.flow{
width: 95%;
position: relative;  
display: block;
margin: 0 auto;
padding: 1em 0;    
}
.flow_border_h{
background: #87CEFA;
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 100%;
object-fit: cover;    
display: block;    
}
.f-box{
margin-top: 50px;    
width: 100%;     
width: 80%;
display: flex;
margin: 0 auto;
background: #fff; 
box-shadow: 2px 2px 10px #eee;    
position: relative;
flex-wrap:wrap;
justify-content:space-between;
align-items:center    
}
.flow_border_w{
background: #FADC6E;
position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%); 
width: 10%;
height: 3px;
object-fit: cover;    
display: block;   
}
.flow_border_m{
 background: #FADC6E;
width: 15px;
height: 15px;
border-radius: 50px;
position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);     
}
.flow-text{
width: 70%; 
padding: 3%;
}
.flow-text strong{
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid #4BB7FA;
    color: #4BB7FA;
}
.flow-photo{
width: 30%;  
padding: 3% 3% 3% 0;    
}
.flow-photo img{
width: 100%;    
}
/*========= Q&A ===============*/


.faq{
background: #fff;   
padding: 1em;    
}

.faq .Label::after{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
}




.faq .toggle {
	display: none;
        position: relative;
   
}
.faq .Label{
   border-bottom: solid #b0b0b0 1px;
    padding: 1% ;
    position: relative;
}
.faq .Label:first-child{
   border-top: solid #b0b0b0 1px;
    display: block;
}

.faq .Label .label_text1 {
    font-size:1em;
	display: block;
    color: #333;
    padding: 1% 0;
}
.faq .Label .label_text1 span{
padding-left: 1.5em;    
display: block;    
}
.faq .Label .label_text1::before{		/*タイトル横の矢印*/
	content:"Q";
	position: absolute;
	top:calc( 50% - 15px );
	left: 3px;
    font-size: 1.5em;
    font-weight: 500;
    margin-right: 30px;
    display: block;
    color: #4BB7FA;
}
.faq .open .label_text2 {
    font-size:1em;
	display: block;
    color: #333;
    padding-left: 1%;
   padding-top: 1%;
    padding-bottom: 1%;
}
.faq .open .label_text2::before{		/*タイトル横の矢印*/
	content:"A";
	position: absolute;
	top:calc( 50% - 15px );
	left: 4px;
    font-size: 1.5em;
    font-weight: 500;
    margin-right: 30px;
    display: block;
    color: #FABAA0;
}
.faq .open .label_text2 span{
padding-left: 1.5em;    
display: block;   
 line-height: 1.9;    
}
.faq .Label,
.faq .open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.faq .open {		/*本文*/
	height: 0;
	overflow: hidden; 
}
.faq .toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.faq .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}

/*========= 会社概要 ===============*/
.about-box{
 width: 100%;
background: url("../img/background1.jpg");
background-size: cover;
background-position: center;    
background-attachment: fixed;    
}
.table-box{
width: 100%;    
}
.table-box table{
width: 100%;  
border-spacing: 0;        
}
.table-box table th{
width: 30%;   
padding: 1em;  
line-height: 1.9;    
font-weight: 400;
border-bottom: 1px solid #eee;
}
.table-box table td{
width: 70%;  
padding: 1em;  
line-height: 1.9;  
font-weight: 400;  
border-bottom: 1px solid #eee;
}
.map{
width: 100%;    
}
/*========= お問い合わせ ===============*/

.contact_back{
background: #fff;
padding: 5%;    
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;     
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}


.c-con{
width:100%;   
height: auto; 
}
.con_titl {
    display: block;
    position: relative;
    padding: 0 2em;
    color: #004E822;
    font-size: 0.7em;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0.5em auto;
    line-height: 1.9;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #fff; 
}

.con_titl::before,
.con_titl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #004E82;
}

.con_titl::before {
    left: 0;
}

.con_titl::after {
    right: 0;
}

.contact-text1{
font-size: 1em;
line-height: 1.9;    
text-align: left;
color: #333;
font-weight: 400;
}
.contact-text1 .blue{
	background-color:#87CEFA;
	font-size:0.6em;
	padding:0.5em;
    line-height:1.8;  
   color: #fff; 
    font-weight: 500;
}
.con_flex-box{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:space-between; 
}
.tf-box{   
width:45%;    
position: relative;   
background:#fff;   
border-top:1px #bcbcbc solid; 
border-bottom:1px #bcbcbc solid;    
padding: 2em 1% ; 
margin: 3% auto;    
}
.tf-box a{
width: 100%;      
font-size:2em;
color:#4BB7FA; 	
transition: all 0.5s;	 
display: block;      
font-weight: 500;
line-height: 1.9;  
text-align: center; 

}
.tf-box:hover a{
text-decoration: transparent;	
color: #87CEFA;  
}
.tf-box p{
width: 100%;      
font-size:2em;
color:#4BB7FA; 	
transition: all 0.5s;	 
display: block;     
font-weight: 500;
line-height: 1.9;  
text-align: center;     
}

.tf-box .c-titl_small{
font-size: 0.6em;   
position: absolute;
top:-25px;
left: 50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);   
background:#fff;
max-width: 150px; 
width: 50%;    
padding:2% 0;
color: #333; 
font-weight: 400;    

}
.tf-box .small{
font-size: 0.45em; 
display: block;
margin: 0.5em;  
color: #333;   
font-weight: 400;      
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}
.contact-tel{
font-size: 2em;
display: block;
transition: all 0.5s;   
text-align: center; 
width: 50%;
margin: 0 auto;
color: #fff;     
} 
.contact-tel:hover{
text-decoration: transparent;	
background: #004020;  
color: #fff;    
}

.contact-tel .small{
font-size: 0.7em;
display: block;  
border-bottom: solid 1px #fff;
padding: 1% 0;    
    
}
.contact-fax{
font-size: 2em;;
display: inline-block; 
font-weight:500;  
width: 100%;
text-align: center;    
color: #004020;    
} 

.tel-box{
width: 100%;  
}
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.9;
color: #333;	
}
.mailform{
width: 98%;
}
.mailform table{
width: 100%;    
 border-spacing: 0;  
}

.mailform table .blue{
	background-color:#87CEFA;
	font-size:0.7em;
	padding:0.5em;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.about-map{
width: 100%;  
margin-bottom: 50px;    
}


.mailform table th{
	font-size: 1em;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: 400;
}

.mailform table td p{
	font-size: 1em;
	padding-top: 1%;
	line-height: 1.7;
}
.mailform table td img{
width:100%;	
margin-top: 1%;		
}
.mailform table td{
font-size: 1em;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;   
}
.map-button{
max-width:150px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block!important;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size:1em;  
font-weight: 500;
}
.map-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
.mailform table td iframe{
height: 400px;	
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color: #333;
	letter-spacing: 4px;
	line-height: 1.9;
}

.single p{
	text-align: center;
	color: #333;
}

.checkbox{
width: 200px;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #fff; 
    background:#FADC6E;
}
.form-button button:hover{
     background:#fff;  
    color: #FADC6E;
    border:1px solid #FADC6E;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}
label{
cursor: pointer!important;
width: 100%;    
display: inline-block;     
}
input[type=checkbox] + label {
cursor: pointer!important;
}

::placeholder {
 color:#929292;
}
button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}

textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;	
}
.mailform .accordion h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #bcbcbc;
padding-left: 1%;
color: #333; 
font-weight: 400;   
line-height: 1.9;      
}
.mailform .accordion p{
font-size:0.9em;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;
color: #333; 
line-height: 1.9;  
font-weight: 400;     
}

.mailform .toggle {
	display: none;
}
.mailform .Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	border-bottom: solid #bcbcbc 1px;
    color: #333;
}
.mailform .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.mailform .Label,
.mailform .open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.mailform .open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    padding: 0 1em; 

}
.mailform .toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.mailform .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}
