

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#000;
    font-size: 16px;
	line-height:2;
	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:#333;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: none;
	color:#ddd;
}

li{list-style:none;}


.box_in{
  width:90%;
  max-width:1200px;
	padding: 70px 0 70px 0;
	margin: 0px auto;
	text-align: left;
}

.box_in_x{
  width:100%;
	padding: 70px 0 70px 0;
	margin: 0px auto;
	text-align: left;
}

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

#header {
	width:100%;

}
.header_in{
	width:96%;
	max-width:1400px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}

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

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

.h_logo{
width: 350px;
margin: 0px;
}
.h_logo img{
width: 100%;
}

.h_links02{
	display: flex;
	align-items: center;
	height:45px;

}

.h_nav02_btn01{
margin:0px 0px 0px 10px;
font-size:18px;
letter-spacing:5px;
line-height:18px;
padding:15px 50px 15px 50px;
border-radius: 200px;
border-bottom:3px solid #9a011b;
font-weight: bold !important;
color:#fff;
background-color:#ff0000;
-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;
display:block;
box-sizing: border-box;
}
.h_nav02_btn01:hover{
color:#fff;
background-color:#f95d5d;
border-bottom:3px solid #cb0225;
}

.h_nav02_btn02{
margin:0px 0px 0px 10px;
font-size:18px;
letter-spacing:5px;
line-height:18px;
padding:15px 50px 15px 50px;
border-radius: 200px;
border-bottom:3px solid #3b7003;
font-weight: bold !important;
color:#fff;
background-color:#5aaf00;
-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;
display:block;
box-sizing: border-box;
}
.h_nav02_btn02:hover{
color:#fff;
background-color:#6bcf02;
border-bottom:3px solid #4e9305;
}


.s-fade-wrap{
margin:0px 0 0 0;
padding:0px 0 0 0;
background-image: url(../images/mv_bg.jpg);
background-position:right bottom;
background-repeat: no-repeat;
background-size:cover;
}

.mv_view{
	width:96%;
	max-width:1300px;
	min-height: 80vh;
	margin:0 auto;
	position: relative;
	padding:30px 0;
}

.mv_view01{
position: absolute;
top:65px;
left:0;
width: 50%;
}
.mv_view02{
position: absolute;
top:55px;
left:51%;
width: 18%;
}


/* ---t_cv---*/

.t_cv_box{
	width: 100%;
	margin:0px 0 0 0;
	background-image: url(../images/cv_bg.jpg);
	background-size: 20px;
}
.t_cv_box_in{
  width:90%;
  max-width:1100px;
	padding: 40px 0 50px 0;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content:space-between;
}

.t_cv_view{
width:48%;
}
.t_cv_view img{
width:100%;
margin: 5px 0 0 0;
}
.t_cv_view p{
font-size: 22px;
font-weight:500;
line-height: 1.5;
letter-spacing: 2px;
}

.t_cv_view a img{
-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;
}

.t_cv_view a img:hover{
opacity: 0.5;
}



/* ---title---*/

.title_text_c {
width: 90%;
max-width: 1100px;
margin:0px auto;
text-align: center;
}
.title_text_c h2{
font-size:44px;
color:#000;
text-align:center;
font-weight:700;
line-height: 1.5;
letter-spacing:3px;
margin:0px auto;
}
.title_span01{
font-size:48px;
color:red;
text-align:center;
}
.title_span02{
font-size:64px;
color:red;
text-align:center;
}

.title_text_c h2 img{
max-width:85%;
max-height:75px;
margin:0px auto 0px auto;
}



/* ---t_one---*/
.t_one{
	max-width: 1100px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	text-align: center;
}

.t_one h3{
display: inline-block;
letter-spacing:2px;
font-size:22px;
padding:0px 0px 3px 0px ;
margin:0 auto;
line-height:2;
color:red;
text-align:center;
font-weight:500;
border-bottom: 2px solid red;
}

.t_one_in{
width:850px;
padding:0px 0px;
margin: 0px auto 0 auto;
}
.t_one_in img{
width: 100%;
margin:50px 0;
}
.t_one_in div{
width: 100%;

}
.t_one_in div p{
margin:0px 0;
font-size: 18px;
font-weight: 600;
line-height: 2;
letter-spacing: 2px;
text-align: center;
}


/* ---t_two---*/
.t_two{
	max-width: 1100px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}

.t_two_in{
display: flex;
align-items: center;
justify-content:space-between;
margin: 30px 0 0 0;
}

.t_two h3{
letter-spacing: 2px;
line-height: 1.5;
font-size: 22px;
font-weight: 500;
text-align: center;
}

.t_two_in_left{width:48%;}
.t_two_in_right{width:48%;}
.t_two_in div img{width: 100%;margin:30px 0;}


/* ---t_three---*/
.t_three{
	max-width: 1100px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-wrap: wrap;
}
.t_three_in{
width: 48%;
margin: 0px 0 30px 0;
background-color: #fff;
border: 10px solid #beea90;
overflow: hidden;
border-radius: 20px;
box-sizing: border-box;
position: relative;
}
.t_three_over{
position: absolute;
top:0;
bottom:0;
right:5%;
width:28%;
margin: auto;
}

.t_three_in_text{
width:100%;
}
.t_three_in_text_in{margin: 0 0 0 0px;}
.t_three_in_text_in h3{
font-size: 34px;
line-height: 34px;
letter-spacing: 1px;
font-weight:600;
padding: 25px; 
}
.t_three_in_text_in h3 span{color:red;}
.t_three_in_box{
background-color:#beea90;
padding: 25px; 
}
.t_three_in_text_in p{
font-size:20px;
letter-spacing: 1px;
line-height:2;

}
.t_three_in_text_in p span{
font-size:14px;
color:red;
}


/* ---t_four---*/
.t_four{
	max-width: 1100px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	position: relative;
}

.t_four h3{
letter-spacing:2px;
font-size:22px;
padding:0px 0px 0px 0px ;
margin:0 auto;
line-height:2;
text-align:center;
font-weight:500;
}
.t_four_in{
z-index:10;
position: relative;
display: flex;
align-items: center;
justify-content:space-between;
flex-wrap: wrap;
margin: 30px 0 0 0;
}
.t_four_in_box{
width: 30%;
box-sizing: border-box;
margin:0 0 30px 0;
}
.t_four_in_box div img{width:100%;}



/* ---t_five---*/
.t_five{
	max-width: 1200px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.t_five li{
max-height: 350px;
display: flex;
align-items:top;
justify-content:space-between;
padding:0px 0px 0px 0px;
border:10px solid #5aaf00;
border-radius: 20px;
margin:0px 0 30px 0;
overflow: hidden;
box-sizing: border-box;
}
.t_five_in_view{
width:40%;
overflow: hidden;
}
.t_five_in_view img{ width:114%;}

.t_five_in_text{
width:55%;
margin:0px 0;
padding: 2.5%;
}
.t_five_in_text div{
background-color: #5aaf00;
padding:1% 30px;
border-radius:5px;
color:#fff;
display: inline-block;
margin:0px 10px;
}

.t_five_in_text div span{
letter-spacing:1px;
line-height: 1.5;
font-size:22px;
font-weight: 600;
}
.t_five_in_text h3{
letter-spacing:1px;
font-size:30px;
padding:2% 10px 1% 10px ;
margin:0 auto;
line-height:1.5;
}
.t_five_in_text p{
letter-spacing:1px;
text-align:left;
margin:0 auto;
font-size:18px;
font-weight: 500;
line-height: 1.7;
padding:0px 10px 0px 10px ;
}


/* ---service---*/
.service{
width:70%;
margin: 30px auto;
}

.service li{
display: flex;
align-items:center;
justify-content:space-between;
border-bottom: 1px solid #5aaf00;
padding:40px 0;
}
.service li:last-child{
border-bottom: none;
}

.service_box_right{width:100%;}
.service_box_right h3{
letter-spacing:1.5px;
font-size:24px;
font-weight:600;
color:#5aaf00;
}
.service_box_right p{
letter-spacing:1.5px;
font-size:16px;
font-weight:400;
}

/* ---company---*/

.company{
width: 70%;
margin:0 auto;
padding:40px 0px 0px 0px;
}

.company li{
display: flex;
align-items:center;
border-bottom: 1px solid #ccc;
padding:40px 0;
}
.company li:last-child{
border-bottom: none;
}
.company h3{width: 30%;}
.company p{

}


/* ---pp---*/
.pp{
width: 70%;
margin:0 auto;
padding:35px 0px 55px 0px;
}
.pp h3{padding:30px 0 10px 0;}
.pp p{}


/* ---footer---*/


.footer{
width:100%;
background-color: #5aaf00;
text-align:center;
padding:0px 0 0px 0;
overflow: hidden;
}
.footer_in{
padding:50px 0 50px 0;
margin:0 auto;
}


.f_logo{
width:45%;
margin: 0 auto;
}
.f_logo img{width:100%;}

.f_navi{
width:100%;
text-align:center;
color:#fff;
letter-spacing:2px;
font-size:16px;
font-weight:500;
margin:0px auto 0px auto;
}

.f_navi a:hover{color:#ccc;}
.f_navi a {color:#fff;}


.f_copy{
width:100%;
height:70px;
margin:0px auto;
text-align:center;
padding:0px 0 0px 0;
}
.f_copy_in{
	width:100%;
	margin:0 auto;
}
.copy{
letter-spacing:0px;
text-align:center;
font-size:14px;
color:#181818;
margin:40px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:20px;
	right:20px;
	width:70px;	
	margin:0px auto 0px auto;
	z-index:10;
    }
    #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;
    }



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



/* ---login---*/
.login_box{
width: 40%;
margin:0 auto;
padding:65px 0px 0px 0px;
}
.login_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.login_box th {
display: block;
font-weight:400;
padding:0px 0px;
}
.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{
width: 60%;
margin:0 auto;
padding:40px 0px 0px 0px;
}
.register_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.register_box th {
font-weight:400;
width: 30%;
padding:0px 0px 25px 0px;
text-align: left;
vertical-align:top;
}
.register_box th span{color:red;font-size:12px;}
.register_box td  {
padding:0px 0px 25px 0px;
text-align: left;
vertical-align:top;
}
 
.register_box p{display:inline;padding:0px 0px 0px 0px;}

.policy_tit{
padding:0px 0px 5px 0px;
}
.form_policy_box{
border: 1px solid #ccc;
width: 100%;
height: 200px;
padding: 25px;
box-sizing: border-box;
overflow-x:scroll;
font-size: 14px;
line-height: 1.7;
}

.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: 75%;
margin:0 auto;
padding:45px 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:20px;
}
.contact_box th span{color:red;font-size:12px;}
.contact_box td  {padding:20px;}
 
.contact_box th  {border-bottom:1px solid #beea90;width: 30%; text-align: left; vertical-align:top;}
.contact_box td  {border-bottom:1px solid #beea90;text-align: left; vertical-align:top; }
.contact_box p{display:inline;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:15px;
	margin: 50px 20px;
	border-radius:5px;

	background-color:#ff6801;
	border: 3px solid #ff6801;
	-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:#ff8634;
	border: 3px solid #ff8634;
}
.btn_f2{
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:15px;
	margin: 50px 20px;
	border-radius:5px;
	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:10px;
	margin: 30px 0px;
	border-radius:100px;
	background-color:#5aaf00;
	-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:#77e503;
}

.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(-30px); /* 左から */
}

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

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