

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#222;
	font-size: 14px;
	line-height:1.5;
	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 {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

li{list-style:none;}


.bg_d8e9e7{
background-color: #d8e9e7;
}

.bg_e4e9ed{
background-color: #e4e9ed;
}


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

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

#header {
border-top: #ff6200 5px solid;
border-bottom: #ddd 1px solid;
	text-align:left;
	width:100%;
	background-color:#fff;
	height:70px;
	position:fixed;
	z-index:999;
}

.header_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
}

.h_logo{
	height:18px;
	margin:0px 0px 0px 20px ;

}
.h_logo a{
display:inline-block;
height:18px;
margin:0px;
}
.h_logo img{
height:18px;
margin:0px 0 0px 0px;
}



/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ff6200;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #d8e9e7;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
padding:10% 10% 0 10%;
list-style: none;
margin:0% 0 0 0;
}

.nav_list li{
border-bottom:1px solid #555;
color:#222;
font-size:16px;
font-weight: 500;
text-align:left;
margin:0 0 15px 0;
padding:0 0 15px 0;
letter-spacing:3px;
}
.nav_list li a{color:#222;}
.nav_list li:last-child{
border-bottom:none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}


.h_content02{
padding:0 10% 0% 10% ;
}

.h_links01{
text-align: center;
margin: 20px 0px 0px 0px;
}
.h_links01 a{
width: 100%;
display: block;
text-align: center;
padding:12px 15px;
background-color: #237049;
border: 3px solid #237049;
box-sizing: border-box;
border-radius: 100px;
color:#fff;
font-size: 16px;
letter-spacing: 1px;
}

.h_links01 div{
text-align: center;
margin: 0 auto;
}


.h_links02{
margin:20px 0px 0px 0px;
text-align: center;
}
.h_links02 a{
width: 100%;
display: block;
text-align: center;
padding:12px 15px;
background-color: #ff6200;
border: 3px solid #ff6200;
box-sizing: border-box;
border-radius: 100px;
color:#fff;
font-size: 16px;
letter-spacing: 1px;
}

.h_links02 div{
display:flex;
align-items:center;
justify-content:center;
margin: 0 auto;
}
.h_links02 div img{
width: 28px;
margin: 0 10px 0 0;
}


.s-fade-wrap{
margin:0 0 0 0;
padding:70px 0 0px 0;
width:100%;


}
.mv_view{
width:100%;
margin:0px auto;
padding:250px 0 50px 0;
background-image:url("../images/mv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:left 20% top;
}
.mv_view-01{
width:80%;
margin:0 auto;
}
.mv_view-01 img{width:100%;margin:0 0 0 -3%; filter: drop-shadow(0px 0px 20px #fff);}

.mv_none{
height:70px;
width:100%;

}


/* ---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:3px;
font-size:20px;
line-height:20px;
text-align:center;
color: #222222;
padding:15px 0 0px 0 ;
}
.title_text_c h2:after {
  content: "";
  margin: 25px auto;
  display: block;
  width: 80px;
  height: 3px;
  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:12px;
line-height:12px;
text-align:center;
color: #666;
margin: 0 auto;
}

/* ---t_cv---*/

.btn_cv{
width:60%;
text-align: center;
margin:20px auto 0px auto;
}
.btn_cv a{
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%;
padding:0px 0 0 0;
margin:0px auto;
}

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

.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: 47%;
margin:0px auto 20px auto;
}
.t_one_view{
width:100%;
}
.t_one_view img{
width:100%;
}

/* ---t_two---*/


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

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

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

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

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

.t_two_text p{
font-weight:500;
font-size: 16px;
line-height:1.7;
text-align:left;
margin:0 0 25px 0;
}
.t_two_text_g{
font-weight:600;
color:#237049;
}

.t_two_view{
	width:100%;
	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{
padding:0px 0px 0px 0px;
margin:0 auto;
}

.t_three{
text-align:left;
width:90%;
padding:0px 0px 0px 0px;
margin:0 auto;
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_three img{width:48%;margin:0px auto 20px;}

.t_three_bg_view{
width:100%;
margin:20px auto -50px auto;
}
.t_three_bg_view img{width:100%;}


/* ---t_four---*/
.t_four{
  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;
  overflow: hidden;
  margin:0 0 30px 0;
  }
  
  .t_four_box_view{width:100%;}
  .t_four_box_view img{width: 100%;}
  
  .t_four_box_text{
    width:100%;
    padding:10%;
    box-sizing: border-box;
    text-align: center;
  }
  .t_four_in span{
    text-align: center;
    background-color: #fff;
    color:#237049;
    border-radius: 200px;
    display: inline-block;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 18px;
    margin: 0 auto 0 auto;
  }
  
  .t_four_in h3{
  padding:15px 0;
  text-align: center;
  letter-spacing:2px;
  font-size:20px;
  line-height:1.5;
  color:#222;
  font-weight:600;
  }
  
  
  .t_four_in p{
  text-align:left;
  letter-spacing:0px;
  font-size:16px;
  line-height:1.7;
  }


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

/* ---t_six---*/
.t_six{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
  overflow: hidden;
}
.t_six h3{
font-size:18px; 
font-weight: 600;
letter-spacing: 3px;
margin: 30px 0 15px 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: 120%;
margin: 0 0 0px -10%;
}
.t_six_text{
letter-spacing:1px;
font-size:14px;
text-align:center;
margin:0 auto;
padding:20px 0px 0px 0px ;
}



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


/* ---service---*/

.service{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}

.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 20px 0;
overflow: hidden;
box-sizing: border-box;
}

.service li h3{
background-color: #ff6200;
font-size:16px;
line-height:16px;
color:#fff;
text-align:left;
font-weight:500;
padding: 15px;
box-sizing: border-box;
}
.service li p{
letter-spacing:1px;
font-size:14px;
line-height:1.5;
text-align:left;
padding: 15px;
color:#222;
box-sizing: border-box;
}
/* ---company---*/
.company{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.company li{
border-bottom: 3px solid #ff6200;
padding:30px 0px 30px 0px;
}
.company li h3{
font-size:16px;
line-height:16px;
color:#ff6200;
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;
width:90%;
margin:0 auto;
padding:30px 0px ;
}

.f_logo{
height:40px;
margin:0 auto;
padding:0px 0 0px 0;
}
.f_logo a{
margin:0 auto;
}
.f_logo img{
height:40px;
margin:0 auto;
}

.footer_in_right{
margin:20px 0px 0 0;

}

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

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


.f_copy{
text-align:center;
padding:10px 0 0 0 ;
}

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

    #pageTop {
	position:fixed;
	bottom:20px;
	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: 1;
    }



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


.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
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: 100%;
  max-width:600px;
  margin: 30px auto 30px auto;
  padding:40px;
  box-sizing: border-box;
  }
  .login_box table{
  width: 100%;
  }
  .login_box th{
    padding: 0 0px 5px 0px; 
      display: block;
      border: none;
    text-align:left;
    color:#333;
    font-weight: 500;
      }
  .login_box th span{color:red;font-size:12px;}
  .login_box td{
    padding: 0 0px 20px 0px; 
      display: block;
      border: none;
    text-align:left;
      }
  .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: 100%;
  max-width:600px;
  margin: 30px auto 30px auto;
  padding:20px;
  box-sizing: border-box;
  }
  .register_box table{
  width: 100%;
  }
  .register_box th{
    padding: 0 0px 5px 0px; 
      display: block;
      border: none;
    text-align:left;
    color:#333;
    font-weight:bold;
      }
  .register_box th span{color:red;font-size:12px;}
  .register_box td{
    padding: 0 0px 20px 0px; 
      display: block;
      border: none;
    text-align:left;
      }
  .register_box p{display:inline;padding:0px 0px 0px 0px;}
  
  .policy_tit{
  font-weight:bold;
  padding:0px 0px 5px 0px;
  }
  .form_policy_box{
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  padding: 25px;
  box-sizing: border-box;
  overflow-x:scroll;
  }
  
  .privacy_block{
  padding:0px 0px 15px 0px;
  }
  
  .agree_box{
  text-align: center;
  margin: 20px auto 0px auto;
  }
  
  
  /* ---contact---*/
  
  .contact_box {
  width: 100%;
  max-width:600px;
  margin: 20px auto 0px auto;
  }
  .contact_box table{
  width: 100%;
  }
  .contact_box th{
  font-size:16px;
    padding: 15px 0px 10px 0px; 
      display: block;
      border: none;
    text-align:left;
    color:#333;
    font-weight:600;
      }
  .contact_box th span{color:red;font-size:12px;}
  .contact_box td{
    padding:10px 0px 30px 0px; 
      display: block;
      border: none;
    text-align:left;
    border-bottom:1px solid #d8e9e7;
      }
  .contact_box p{padding:0px 0px 20px 0px;}
  
  .form_01{
  width: 96%;
  padding:10px 2% 10px 2%;
  font-size:14px;
  border:solid 1px #ccc;
  margin:0 auto;
  }
  .form_02{
  width: 96%;
  padding:10px 2% 10px 2%;
  font-size:14px;
  border:solid 1px #ccc;
  margin:0 auto;
  }
  .form_03{
  padding:10px 2% 10px 2%;
  font-size:14px;
  border:solid 1px #ccc;
  margin:0 auto;
  width: 96%;
  height:200px;
  resize: vertical;
  }
  .btn_f1{
    font-weight:bold;
    letter-spacing:5px;
    font-size:18px;
    color:#fff;
    width: 100%;
    max-width: 600px;
    text-align: center;
    display: block;
    padding:20px 0px 20px 0px;
    margin: 20px auto 0px auto;
		border-radius:100px;
		background-color:#ff6200;
		border: 3px solid #ff6200;
    border:none;
    -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{
    font-weight:bold;
    letter-spacing:5px;
    font-size:18px;
    color:#555;
    width: 100%;
    max-width: 600px;
    text-align: center;
    display: block;
    padding:20px 0px 20px 0px;
    margin: 20px auto 0px auto;
		border-radius:100px;
    background-color:#dddddd;
    border:none;
    -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{
    font-weight:600;
    letter-spacing:5px;
    font-size:16px;
    color:#fff;
    width: 70%;
    text-align: center;
    display: block;
    padding:20px 0px 20px 0px;
    margin: 20px auto 0px auto;
		border-radius:100px;
		background-color:#ff6200;
    border:none;
    -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 ; 
    }


/* ---コンテンツ表示アニメーション---*/
.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);
  }
}
