

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#fff;
	text-align:center;
	color:#000;
	font-size: 14px;
	line-height:1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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%;
	padding: 8% 0 8% 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
  	width:100%;
	padding: 8% 0 8% 0;
	margin: 0px auto;
	text-align: left;
}


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

#header {
	background-color:#000;
	position:fixed;
	z-index:999;
	overflow:hidden;
	width: 100%;
	height:70px;
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.05);
}

.header_top{
display: flex;
justify-content: space-between;
align-items: center;
text-align:left;
}

.header_top_low{
	width:100%;
	margin: 0px auto 0px auto;
}

.h_logo_low{
	width:100%; 
	height:70px;
	margin:0px;

}
.h_logo_low a{
height:70px;
margin:0px;

}
.h_logo_low img{
display:inline;
height:50px;
margin:10px auto 0 auto;
}

.h_logo{
	width:100%; 
	height:70px;
	margin:0px;

}
.h_logo a{
height:70px;
margin:0px;

}
.h_logo img{
display:inline;
height:50px;
margin:10px auto 0 auto;
}


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

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  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: #fff;
  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: #7a5200;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
width: 86%;
margin:20px auto;
list-style: none;
}

.nav_list li{
border-bottom:1px solid #fff;
color:#fff;
font-size:18px;
font-weight: 600;
text-align:left;
margin:0 0 0px 0;

letter-spacing:3px;
}
.nav_list li:last-child{border-bottom:none;}
.nav_list li a{color:#fff;display: block;padding:15px 0 15px 0;}

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


.h_links02{
	width: 86%;
	margin:0px auto;
}

.h_nav02_btn01{
text-align: center;
margin:0px 0px 10px 0px;
font-size:18px;
letter-spacing:3px;
line-height:18px;
padding:20px 0 20px 0;
border-radius: 5px;
font-weight: bold !important;
color:#fff;
background-color:#ff0000;
display:block;
box-sizing: border-box;
}


.h_nav02_btn02{
text-align: center;
margin:0px 0px 10px 0px;
font-size:18px;
letter-spacing:3px;
line-height:18px;
padding:20px 0 20px 0;
border-radius: 5px;
font-weight: bold !important;
color:#fff;
background-color:#e0a600;
display:block;
box-sizing: border-box;
}


.s-fade-wrap{
overflow: hidden;
margin:0px 0 0 0;
padding:70px 0 0 0;
background-image: url(../images/mv_bg.png);
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
}



.mv_view{
	width:100%;
	min-height: 80vh;
	margin:0 auto;
	padding:0px 0;
	position: relative;
}
.mv_view01{
position: absolute;
left:15%;
bottom:0;
width:54%;
margin: auto;
}
.mv_view02{
position: absolute;
top:5%;
right:0;
left:0;
width:90%;
margin: auto;
}


.mv_none{
padding: 70px 0 0 0;

}

/* ---t_cv---*/

.t_cv_box{
	width: 100%;
	margin:0px 0 0 0;
}
.t_cv_box_in{
	width:100%;
	max-width: 600px;
	margin:0px auto;
	text-align:center;
	padding: 0px 0 0px 0;
}

.t_cv_view{
width:100%;
margin: 0px 0 0 0;
}
.t_cv_view a img{
width:100%;
margin: 4% 0 0 0;
}


/* ---title---*/

.title_text_c {
width:100%;
margin:0px auto;
text-align: center;
}

.title_text_c h2{
font-size:30px;
color:#000;
text-align:center;
font-weight:600;
line-height: 1.3;
letter-spacing:1px;
margin:0px auto;
}



/* ---t_one---*/

.bg_one{
background-image: url(../images/bg_one01.png), url(../images/bg_one02.png);
background-position:left -25% top 13%, right -5% bottom 43%;
background-repeat: no-repeat;
background-size:40%,24%;
}
@media screen and (max-width:375px){
.bg_one{
background-image: url(../images/bg_one01.png), url(../images/bg_one02.png);
background-position:left -25% top 15%, right -5% bottom 30%;
background-repeat: no-repeat;
background-size:35%,23%;
}
}

.t_one{
padding:10% 0px 5% 0px;
width:100%;
max-width: 600px;
text-align: center;
background-image: url(../images/one_bg.png);
background-position:center center;
background-repeat: no-repeat;
background-size:65%;
margin: 20px auto;
}

.t_one h3{
display: inline-block;
letter-spacing:2px;
font-size:18px;
padding:0px 0px 0px 0px ;
margin:0 auto;
line-height:1.5;
color:#c38505;
text-align:center;
font-weight:500;
}

.t_one_in{
width:100%;
padding:0px 0px;
margin: 0px auto 0 auto;
}

.t_one_in div{
margin:7% 0;
font-size:12px;
font-weight: 500;
line-height: 2;
letter-spacing: 2px;
text-align:center;
}
.t_one_in p{
margin:7% 0;
font-size:14px;
font-weight: 500;
line-height: 2;
letter-spacing: 2px;
text-align:center;
}

@media screen and (max-width:375px){
.t_one_in div{
margin:7% 0;
font-size:12px;
font-weight: 500;
line-height: 2;
letter-spacing: 2px;
text-align:left;
}
.t_one_in p{
margin:7% 0;
font-size:14px;
font-weight: 500;
line-height: 2;
letter-spacing: 2px;
text-align:left;
}
}



/* ---t_two---*/
.bg_two{
background-image: url(../images/bg_two.jpg);
background-position:right top;
background-repeat: no-repeat;
background-size: cover;
}
.t_two{
padding:20px 0px 0px 0px;
width:100%;
max-width: 600px;
margin:0px auto;
}

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

.t_two_in{
margin: 30px 0 0 0;
}

.t_two_in_left{
width:100%;
background-color: rgba( 255, 255, 255, 0.75 );
box-shadow:0px 0px 20px #ccc;
margin:20px 0 20px 0;
}
.t_two_in_right{
width:100%;
background-color: rgba( 255, 255, 255, 0.75 );
box-shadow:0px 0px 20px #ccc;
margin:20px 0 20px 0;
}
.t_two_in div img{width:70%;margin:0px auto;padding: 20px 0;}


/* ---t_three---*/
.bg_three{
background-image: url(../images/bg_three01.png), url(../images/bg_three02.png);
background-position:right 5% top 3%, left -5% bottom 25%;
background-repeat: no-repeat;
background-size:20%,24%;
}
.t_three{
width:100%;
max-width: 600px;
margin:0px auto;
display: flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_three_in{
width:48%;
margin:20px auto 0 auto;
box-sizing: border-box;
}

.t_three_in_text{
width:100%;
}
.t_three_in_text_in{
background-image: url(../images/three_in_bg.png);
background-position:center top;
background-repeat: no-repeat;
background-size: 100%;
width:100%;
padding: 35% 0;
}
.t_three_in_text_in h3{
font-size: 22px;
line-height:1.3;
letter-spacing: 1px;
font-weight:600;
text-align: center;
padding:10% 0 0 0;

}
.t_three_in_box{
}
.t_three_in_box p{
font-size:14px;
line-height:1.5;
text-align: center;

}
.t_three_in_box p span{
display: block;
margin: 10px 0 0 0;
font-size:12px;
color:red;
}


/* ---t_four---*/
.bg_four{
background-image: url(../images/bg_four.jpg);
}
.t_four{
width:100%;
max-width: 600px;
margin:0px auto;
padding:20px 0px 0px 0px;
}

.t_four h3{
letter-spacing:1px;
font-size:16px;
padding:0px 0px 0px 0px ;
margin:0 auto;
line-height:1.7;
text-align:left;
font-weight:500;
}
.t_four_in{
width:100%;
max-width: 600px;
margin:0px auto;
display: flex;
align-items: center;
justify-content:space-between;
flex-wrap: wrap;

}
.t_four_in_box{
width:48%;
box-sizing: border-box;
background-color: #fff;
margin:15px 0 0px 0;
padding: 25px;
}
.t_four_in_box div img{width:100%;}
.t_four h4{
font-size:16px;
padding:0px 0px 0px 0px ;
margin:0 auto;
line-height:1.8;
text-align:center;
font-weight:600;
}


/* ---t_five---*/
.t_five{
width:100%;
max-width: 600px;
margin:20px auto 0px auto;
padding:0px 0px 0px 0px;
list-style:none;
}
.t_five li{
padding:0px 0px 0px 0px;
background-image: url(../images/five_bg.jpg);
border-radius:5px;
margin:0px 0 20px 0;
overflow: hidden;
box-sizing: border-box;
}
.t_five_in_view{
width:100%;
overflow: hidden;
}
.t_five_in_view img{width:100%;}

.t_five_in_text{
margin:0px 0;
padding: 10%;
}
.t_five_step{
width: 40%;
padding:0;
color:#fff;
margin:0 auto 0px auto;
}
.t_five_step img{width:100%;}

.t_five_box{
padding:0;
color:#fff;
}

.t_five_in_text h3{
letter-spacing:1px;
font-size:28px;
padding:4% 0px 4% 0px ;
margin:0;
line-height:1.5;
font-weight: 600;
text-align: center;
}
.t_five_in_text p{
letter-spacing:1px;
text-align:left;
margin:0;
font-size:16px;
font-weight: 500;
line-height: 1.7;
padding:0px 0px 0px 0px ;
}

/* ---service---*/
.service{
width:100%;
margin:0px auto;
}

.service li{
border-bottom: 3px dotted #c38505;
padding:30px 0;
}
.service li:last-child{
border-bottom: none;
}
.service_box_left{width:30%;margin:0 auto;}
.service_box_left img{width:100%;}
.service_box_right{width:100%;}
.service_box_right h3{
letter-spacing:1.5px;
font-size:20px;
font-weight:600;
padding:10px 0 10px 0;
text-align: center;
color:#c38505;
}
.service_box_right p{
letter-spacing:1.5px;
font-size:14px;
font-weight:400;
}


/* ---company---*/

.company{
width:100%;
margin:0 auto;
padding:15px 0px 0px 0px;
}

.company li{
border-bottom: 1px solid #ccc;
padding:20px 0;
}
.company li:last-child{
border-bottom: none;
}
.company h3{width:100%;padding:0 0 10px 0;}
.company p{

}


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


/* ---footer---*/
.footer{
width:100%;
background-color: #000;
color:#fff;
text-align:center;
padding:30px 0 30px 0;
overflow: hidden;
}
.footer_in{
padding:0px 0 0px 0;
margin:0 auto;
}

.f_copy{
width:100%;
height:40px;
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:#fff;
margin:20px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:35px;
	right:20px;
	width:50px;
	z-index:10;
	border-radius: 50%;
	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;
    }



.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
display:none !important;
}

.mt80{margin-top:80px;}



/* ---login---*/

.login_box {
background-color: #eeeeee;
border-radius: 10px;

padding: 30px;
margin: 30px auto 30px auto;
}
.login_box table{
width: 100%;
}
.login_box th{
	padding: 0 0px 5px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.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 {
width: 100%;
margin: 30px auto 30px auto;
}
.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 30px 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{
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%;
margin: 20px auto 0px auto;
}
.contact_box table{
width: 100%;
}
.contact_box th{
	padding: 15px 0px 0px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.contact_box th span{color:red;font-size:12px;}
.contact_box td{
	padding: 5px 0px 20px 0px; 
    display: block;
    border: none;
	text-align:left;
	border-bottom:1px solid #beea90;
    }
.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;
}
input.btn_f1{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#ff6801;
	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 ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#ff6801;
	border:none;
}
input.btn_f2{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	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 ; 
	}
input.btn_f2:hover {
	cursor:pointer ; 
	color:#555;
	background-color:#eeeeee;
	border:none;
}

.btn_f3{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#ea5425;
	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:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#f67b54;
	border:none;
}


/* ---コンテンツ表示アニメーション---*/
.animate {
  opacity: 0;
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s; /* 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); /* 元の位置に */
}


ul.t_six{
	margin:30px auto;
	width:100%;
}
ul.t_six li{
	text-align:left;
}
ul.t_six li h3{
	width:100%;
	background:#000;
	padding:12px;
	box-sizing:border-box;
	font-size:16px;
	color:#fff;
}
ul.t_six li p{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	font-size:14px;
}
