
* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#222222;
     font-size: 16px;
	line-height:2;
	letter-spacing:1px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: none;
	color:red;
}

li{list-style:none;}


.bg_d8e9e7{
background-color: #d8e9e7;
}

.bg_e4e9ed{
background-color: #e4e9ed;
}


.box_in{
	width:90%;
	max-width:2000px;
	padding: 90px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_z{
	width:90%;
	max-width:2000px;
	padding: 90px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
	width:100%;
	max-width:2000px;
	padding: 90px 0;
	margin: 0px auto;
	text-align:center;
}

/* ---Header----*/

#header {
border-top: #ff6200 5px solid;
width:100%;
max-width:2000px;
margin: 0px auto;
}
.header_in{
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}


.header_top{
display:flex;
align-items:center;
justify-content:space-between;
height:100px;
max-width:100%;
margin: 0px auto 0px auto;
}

/* サイトロゴ */
.h_logo{
text-align:left;
margin: 0px 0px 0px 30px;
}
.h_logo a{
vertical-align: middle;
display:inline-block;
margin: 0px;
}
.h_logo img{
height:100%;

}
.h_logo p{
vertical-align: middle;
display:inline-block;
font-size: 12px;
font-weight: 500;
margin: 10px 0px 0px 10px;

}



.h_content02{
display:flex;
align-items:center;
justify-content:space-between;
height: 100%;
}


.h_links01{
margin: 0px 20px 0px 0px;
display:flex;
align-items:center;
}
.h_links01 a{
display:flex;
align-items:center;
padding:10px 60px;
background-color: #237049;
border: 3px solid #237049;
box-sizing: border-box;
border-radius: 100px;
font-weight: 500;
color:#fff;
font-size: 16px;
letter-spacing: 1px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.h_links01 a:hover{
color:#237049;
background-color: #fff;
border: 3px solid #237049;
}
.h_links01 div{
display:flex;
align-items:center;
}
.h_links01 div img{
width: 30px;
margin: 0 10px 0 0;
}


.h_links02{
margin: 0px 40px 0px 0px;
height: 100%;
display:flex;
align-items:center;
}
.h_links02 a{
display:flex;
align-items:center;
padding:10px 60px 10px 30px;
background-color: #ff6200;
border: 3px solid #ff6200;
box-sizing: border-box;
border-radius: 100px;
font-weight: 500;
color:#fff;
font-size: 16px;
letter-spacing: 1px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.h_links02 a:hover{
color:#ff6200;
background-color: #fff;
border: 3px solid #ff6200;
}
.h_links02 div{
display:flex;
align-items:center;
}
.h_links02 div img{
width: 30px;
margin: 0 15px 0 0;
}


.s-fade-wrap{
margin:0 auto 0 auto;
padding:55px 0 75px 0;
width:100%;
max-width:2000px;
background-image:url("../images/mv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.mv_view{
width:94%;

margin:0 auto 0 auto;
}
.mv_view-01{
text-align: right;
width:100%;
margin:0 ;
}
.mv_view-01 img{display: inline;width:40%;margin:0 10% 0 0;}


.mv_none{
height:1px;
width:100%;
max-width:2000px;
border-bottom: 1px solid #ddd;

}

/* ---title---*/
.title_text_c{
width: 100%;
padding: 0px 0 0 0;
text-align:center;
}
.title_text_c h2 {
font-weight:600;
font-style: normal;
letter-spacing:5px;
font-size:34px;
line-height:34px;
text-align:center;
color: #222222;
padding:15px 0 0px 0 ;
}
.title_text_c h2:after {
  content: "";
  margin: 40px auto;
  display: block;
  width: 120px;
  height: 5px;
  border-radius: 5px;
  background-color:#ff6200; 
}
.title_text_c p{
font-family:"Century Gothic";
text-transform:uppercase;
font-weight:400;
font-style: normal;
letter-spacing:1px;
font-size:16px;
line-height:16px;
text-align:center;
color: #666;
margin: 0 auto;
}

/* ---t_cv---*/


.btn_cv{
width:350px;
text-align: center;
margin:40px auto 0px auto;
}
.btn_cv a{
display: inline;
margin:0px auto;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.btn_cv a:hover{
opacity: 0.7;
}
.btn_img{
width:100%;
margin:0px auto;
}

.btn_cv_t{
text-align: center;
margin:10px auto 0px auto;	
}
.btn_cv_t a{
	color:#ff6200;
	text-decoration: underline;;
}
 

/* ---t_one---*/


.t_one{
width:100%;
max-width:1100px;
padding:0px 0 0 0;
margin:0px auto;
}

.t_one_text{
font-weight:400;
font-size:16px;
line-height: 1.8;
letter-spacing:1px;
text-align:center;
margin:30px auto 0px auto;
}
.t_one_text span{font-size:16px;}

.t_one_box{
display:flex;
align-items:top;
flex-wrap: wrap;
justify-content:space-between;
width:100%;
margin:30px auto 0px auto;
}
.t_one_box_in{
width: 31%;
margin:10px auto;
}
.t_one_view{
width:100%;
}
.t_one_view img{
width:100%;
}




/* ---t_two---*/


.t_two{
width:100%;
max-width:2000px;
padding:0px 0px 0px 0px;
margin:0 auto;
position: relative;
}

.t_two_bg_view01{
position: absolute;
top:0%;
left:5%;
width:20%;
max-width:100px;
margin: -10% 0 0 0;
}
.t_two_bg_view01 img{width:100%;}

.t_two_bg_view02{
position: absolute;
bottom:0%;
right:5%;
width:20%;
max-width:170px;
margin: 0 0 -5% 0;
}
.t_two_bg_view02 img{width:100%;}

.t_two_text{width:90%;margin:0 auto;}

.t_two_text h3{
	font-size: 28px;
	line-height:1.8;
	text-align:center;
	font-weight: 400;;
}

.t_two_text p{
font-weight:500;
font-size: 18px;
line-height:1.8;
text-align:center;
margin:0 0 25px 0;
}
.t_two_text_g{
color:#237049;
}


.t_two_view{
	width:45%;
	margin: 30px auto;
	display:flex;
	align-items:top;
	justify-content:space-between;
	flex-wrap: wrap;
}
.t_two_view_in{
	width:31%;
}
.t_two_view_in img{width:100%;}


/* ---t_three---*/
.t_three{
text-align:left;
max-width:1100px;
padding:0px 0px 0px 0px;
margin:0 auto;
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_three img{width:30%;margin:0 auto 30px auto;}

.t_three_bg_view{
width:100%;
max-width:1400px;
margin:50px auto -90px auto;
}
.t_three_bg_view img{width:100%;}

/* ---t_four---*/
.t_four{
max-width:1100px;
padding:10px 0px 0px 0px;
margin:0 auto;
}
.t_four_in{
width: 100%;
background-color: #d8e9e7;
border-radius: 10px;
padding:0px;
box-sizing: border-box;
display:flex;
align-items:center;
justify-content:space-between;
overflow: hidden;
margin:0 0 30px 0;
}

.t_four_box_view{width: 40%;}
.t_four_box_view img{width: 100%;}

.t_four_box_text{
	width: 60%;
	padding: 40px 60px;
	box-sizing: border-box;
}
.t_four_in span{
	background-color: #fff;
	color:#237049;
	border-radius: 200px;
	display: inline-block;
	padding: 12px 40px;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 0 -20px;
}

.t_four_in h3{
padding:15px 0;
text-align:left;
letter-spacing:2px;
font-size:26px;
line-height:1.5;
color:#222;
font-weight:600;
}


.t_four_in p{
text-align:left;
letter-spacing:0px;
font-size:18px;
line-height:1.7;
}


/* ---t_five---*/
.t_five{
	max-width:1100px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.t_five li{
border-bottom: 2px solid #fff;
padding:30px 0px 30px 0px;
}
.t_five li:last-child{
border-bottom:none;
}
.t_five li div{
display:flex;
align-items:center;
padding:10px;
}
.t_five li div img{
width: 40px;
margin: 0 30px 0 0;
}
.t_five h3{
letter-spacing:2px;
font-size:24px;
line-height:1.5;
color:#ff6200;
text-align:left;
font-weight:500;
}
.t_five p{
letter-spacing:1px;
font-size:18px;
text-align:left;
}

/* ---t_six---*/
.t_six{
	max-width:1100px;
	padding:0px 0px 30px 0px;
	margin:0 auto;
	list-style:none;
}
.t_six h3{
font-size:28px; 
font-weight: 600;
letter-spacing: 3px;
margin: 30px 0 ;
padding: 0px 0;
text-align: center;
display: flex;
align-items: center;
}
.t_six h3::before,
.t_six h3::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background:#fff;
}
.t_six h3::before {margin-right: 30px;}
.t_six h3::after {margin-left: 30px;}

.t_six img{
width: 100%;
margin: 0 0 0px 0;
}
.t_six_text{
letter-spacing:1px;
font-size:18px;
text-align:center;
margin:0 auto;
padding:30px 0px 0px 0px ;
}
.t_six_text span{font-size:14px;}


/* ---pp---*/
.pp{
	max-width:1100px;
	padding:10px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:20px;
line-height:20px;
color:#333;
font-weight:600;
border-bottom:2px solid #ccc;
padding:5px 15px 15px 0px;
margin:30px 0 20px 0;
}
.pp p{
font-size:16px;
line-height:1.5;
padding:0px 0px 10px 0px ;
}
/* ---service---*/

.service{
	max-width:1100px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
	box-sizing: border-box;
}

.service ul{
list-style:none;
	padding:0px 0px 0px 0px;
	margin:0 auto;
}
.service li{
background-color: #fff;
border: 2px solid #ff6200;
border-radius:10px;
padding:0px 0px 0px 0px;
margin: 0 0 30px 0;
overflow: hidden;
box-sizing: border-box;
}

.service li h3{
background-color: #ff6200;
font-size:20px;
line-height:20px;
color:#fff;
text-align:left;
font-weight:500;
padding: 25px;
box-sizing: border-box;
}
.service li p{
letter-spacing:1px;
font-size:16px;
line-height:1.5;
text-align:left;
padding: 25px;
color:#222;
box-sizing: border-box;
}

/* ---company---*/
.company{
	max-width:1100px;
	padding:20px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.company li{
border-bottom: 3px solid #ff6200;
padding:30px 0px 30px 0px;
}
.company li h3{
font-size:20px;
line-height:20px;
color:#ff6200;
font-weight:400;
text-align:left;
font-weight:500;
padding: 0 0 10px 0;
}
.company li:last-child{
border-bottom:none;
}

/* ---footer---*/


.footer{
background-color:#237049;
width:100%;
padding:0px 0 0px 0;
text-align:center;
}
.footer_in{
text-align:center;
margin:0 auto;
padding:50px 40px ;
display:flex;
align-items:top;
justify-content:space-between;
}

.f_logo{
height:60px;
margin:0 auto;
padding:0px 0 0px 0;
}
.f_logo a{
display:inline-block;
margin: 0px;
}
.f_logo img{
height:60px;
margin:0 auto;
}

.footer_in_right{
margin:0 50px 0 0;

}
.f_navi{
text-align:right;
font-size:14px;
color:#fff;
font-weight:500;
margin:0px;
padding:0px 0 ;
}

.f_navi a:hover{color:#ccc;}
.f_navi a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
			color:#fff;
			}


.f_copy{
text-align:right;
padding:5px 0 0 0 ;
}

.copy{
text-align:right;
font-size:12px;
color:#fff;
margin:0px 0;
}


    #pageTop {
	position:fixed;
	bottom:55px;
	right:20px;
	width:50px;	
	margin:0px auto 0px auto;
	border-radius: 300px;
	overflow: hidden;
    }
    #pageTop a img {
	width:100%;
	margin:0px auto 0px auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
    }
    #pageTop a img:hover {
      opacity: 0.7;
    }


.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); }
}



.pc-none{
display:none !important;
}
.sp-br{
display:none !important;
}
.link_sp{
display:none !important;
}
.contact_btn_sp{
display:none !important;
}
#navToggle{
display:none !important;
}

.mt80{margin-top:80px;}




.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* ---login---*/
.login_box{
	background-color: #d8e9e7;
	border-radius: 20px;
	width: 50%;
	margin:30px auto 0px auto;
	padding:50px 50px 0px 50px;
	box-sizing: border-box;
	}
	.login_box table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	}
	.login_box th {
	display: block;
	padding:0px 0px;
	font-weight: 500;
	}
	.login_box th span{color:red;font-size:12px;}
	.login_box td  {display: block;padding:0px 0px 20px 0px;}
	 
	.login_box th  {text-align: left; vertical-align:top;}
	.login_box td  {text-align: left; vertical-align:top; }
	.login_box p{display:inline;padding:0px 0px 0px 0px;}
	
	.login_forget_pass a{
	text-decoration: underline;
	}
	
	
	/* ---register---*/
	.register_box{
	background-color: #d8e9e7;
	border-radius: 20px;
	width:60%;
	max-width: 1100px;
	margin:40px auto 0px auto;
	padding:40px 40px 0px 40px;
	}
	.register_box table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	}
	.register_box th {
	font-weight:500;
	width: 30%;
	padding:0px 0px 30px 0px;
	text-align: left;
	vertical-align:top;
	}
	.register_box th span{color:red;font-size:12px;}
	.register_box td  {
	padding:0px 0px 30px 0px;
	text-align: left;
	vertical-align:top;
	}
	 
	.register_box p{display:inline;padding:0px 0px 0px 0px;}
	
	.policy_tit{
	line-height: 1.7;
	font-weight: 500;
	padding:20px 0px 10px 0px;
	}
	.form_policy_box{
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 200px;
	padding: 25px;
	box-sizing: border-box;
	overflow-x:scroll;
	font-size: 14px;
	
	}
	
	.privacy_block{
	padding:0px 0px 15px 0px;
	}
	
	.agree_box{
	text-align: center;
	margin: 20px auto 0px auto;
	}
	.link_txt{text-decoration:underline;}
	
	
	/* ---contact---*/
	
	.contact_box{
	width: 80%;
	max-width: 1100px;
	margin:0 auto;
	padding:40px 0px 0px 0px;
	}
	
	.contact_box table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:20px auto 0 auto;
	}
	.contact_box th {
	font-weight:400;
	padding:30px;
	}
	.contact_box th span{color:red;font-size:12px;}
	.contact_box td  {padding:30px;}
	 
	.contact_box th  {border-bottom:1px solid #d8e9e7;width: 30%; text-align: left; vertical-align:top;}
	.contact_box td  {border-bottom:1px solid #d8e9e7;text-align: left; vertical-align:top; }
	.contact_box p{text-align: center;padding:0px 20px 0px 5px;}
	
	.form_01{
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	margin:0 0 0px;
	width: calc(100% - 20px);
	}
	.form_02{
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	margin:0 0 0px;
	width: calc(50% - 20px);
	}
	.form_03{
	border:0;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	margin:0 0 0px;
	width: calc(100% - 20px);
	height:200px;
	resize: vertical;
	}
	.form_01:focus {
		box-shadow: 0 0 7px #ccc;
		border: 1px solid #ff008c;
	}
	.form_02:focus {
		box-shadow: 0 0 7px #ccc;
		border: 1px solid #ff008c;
	}
	.form_03:focus {
		box-shadow: 0 0 7px #ccc;
		border: 1px solid #ff008c;
	}
	.btn_f1{
		letter-spacing:5px;
		font-size:18px;
		color:#fff;
		font-weight:600;
		width: 250px;
		text-align: center;
		display: block;
		padding:20px;
		margin: 50px 20px;
		border-radius:100px;
		background-color:#ff6200;
		border: 3px solid #ff6200;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		cursor:pointer ; 
		}
	.btn_f1:hover {
		cursor:pointer ; 
		color:#fff;
		background-color:#faa36d;
		border: 3px solid #faa36d;
	}
	.btn_f2{
		letter-spacing:5px;
		font-size:18px;
		color:#555;
		font-weight:600;
		width: 250px;
		text-align: center;
		display: block;
		padding:20px;
		margin: 50px 20px;
		border-radius:100px;
		background-color:#dddddd;
		border: 3px solid #dddddd;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		cursor:pointer ; 
		}
	.btn_f2:hover {
		cursor:pointer ; 
		color:#555;
		background-color:#eeeeee;
		border: 3px solid #eeeeee;
	}
	.btn_f3{
		letter-spacing:5px;
		font-size:18px;
		color:#fff;
		font-weight:600;
		width: 250px;
		text-align: center;
		display: block;
		padding:20px;
		margin: 30px auto;
		border-radius:100px;
		background-color:#ff6200;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		cursor:pointer ; 
		}
	.btn_f3:hover {
		cursor:pointer ; 
		color:#fff;
		background-color:#faa36d;
	}
	
	.form_btn_area{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	


/* ---コンテンツ表示アニメーション---*/
.animate {
  opacity: 0;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s; /* 0.5秒の遅延 */
  will-change: opacity, transform;
}

.fade-in-from-bottom {
  transform: translateY(30px); /* 下から */
}

.fade-in-from-top {
  transform: translateY(-30px); /* 上から */
}

.fade-in-from-left {
  transform: translateX(-15px); /* 左から */
}

.fade-in-from-right {
  transform: translateX(15px); /* 右から */
}

.animate.visible {
  opacity: 1;
  transform: translateY(0) translateX(0); /* 元の位置に */
}

.t_cv_btn{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
  animation: bounce 2s ease-in-out forwards;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
