

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#333333;
	font-weight:300;
	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_edfafe{background-color:#edfafe;}

.bg_cv{
width:100%;
background-image:url("../img/cv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.box_in{
	width: 90%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
	width:90%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align:center;
}

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

#header {
	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:50px;
	margin:10px ;

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



/* ここから下がハンバーガーメニューに関する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: #cf6627;
  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: #cf6627;
  transition: .5s;
}

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

.nav_list li{
border-bottom:1px dotted #ccc;
color:#fff;
font-size:18px;
text-align:left;
margin:0 0 20px 0;
padding:0 0 20px 0;
letter-spacing:3px;
}
.nav_list li a{color:#fff;}

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



.s-fade-wrap{
margin:0 0 0 0;
padding:120px 0 50px 0;
width:100%;
background-image:url("../img/mv_bg_sp.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center bottom;

}
.mv_view{
width:100%;
margin:0 auto;

}
.mv_view-01{
	width:90%;
	margin:0px auto;
	padding:0px 0 0px 0;
}
.mv_view-01 img{width: 100%;filter: drop-shadow(0px 0px 10px #fff);}

.mv_none{
height:70px;
}


/* ---title---*/

.title_text_c{
background-image:url("../images/title_bg.png");
background-repeat:repeat-x;
background-position:center center;
    width: 100%;
    padding: 0px 0 0 0;
	text-align:center;
}


.title_text_c h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:2px;
	color:#f75700;
	font-size:28px;
	line-height:28px;
	font-weight:500;
	text-align:center;
	background-color:#FFFFFF;
	display:inline-block;
	padding:20px;
}

/* ---t_cv---*/

.btn_cv{
	max-width:400px;
	width:100%;
	margin:0px auto;
}
.btn_cv button{width:100%;margin:0px auto;}
.btn_img{
	width:100%;
	margin:0px auto;
}

.cv_text{
color:#FFFFFF;
font-size:24px;
line-height:1.5;
font-weight:600;
margin:0px auto 10px auto;
}

/* ---t_one---*/
.t_one{
	padding:0px;
	margin:20px auto;
	border-radius:6px;
}
.t_one img{width:100%;}
.t_one_text01{
font-weight: 600;
font-size:16px;
letter-spacing:1px;
text-align:center;
margin:0px auto 20px auto;
}
.t_one_text01 span{color:red;}

.t_one_text02{
font-weight: 400;
font-size:14px;
letter-spacing:1px;
text-align:left;
margin:20px auto 0px auto;
}


/* ---t_two---*/
.t_two{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
}
.t_two_in01{width:100%;}
.t_two h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing:2px;
font-size:20px;
line-height:1.5;
text-align:center;
color:#cf6627;
font-weight:600;
margin:30px 0 20px 0 ;
font-weight:500;
}
.t_two h3 span{font-size:24px;}
.t_two p{
letter-spacing:1px;
font-size:16px;
line-height:1.7;
text-align:left;
font-weight:400;
margin:0 0 10px 0 ;
}

.t_two_in02{width:100%;}
.t_two img{width:100%;margin:10px auto;}

.t_two_in01_color{color:red;font-weight:600;}
.t_two_in01_size{display:block;font-size:12px;line-height:1.5;}


/* ---t_three---*/
.t_three{
text-align:center;
	width:100%;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.t_three img{width:100%;margin:10px 0 10px 0;}


.t_three h3{
letter-spacing:0px;
font-size:18px;
font-weight:500;
}
.t_three h3 span{color:red;}
.t_three p{font-size:16px;}
.t_three p span{font-size:14px;font-weight:500;}
/* ---t_four---*/
.t_four{
	width:100%;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.t_four img{width:100%;margin:0px auto 20px auto;}


/* ---t_five---*/
.t_five{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;

}
.t_five li{padding:20px 0px 0px 0px;}
.t_five h3{
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
letter-spacing:1px;
font-size:18px;
padding:10px 0px;
margin:0 auto;
line-height:1.5;
color:#cf6627;
text-align:left;
font-weight:500;
border-bottom:10px solid #efb697;
}
.t_five p{
text-align:left;
margin:0 auto;
font-size:15px;
line-height:1.7;
padding:15px 10px ;
}

/* ---pp---*/
.pp{
	width:100%;
	padding:0px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:18px;
line-height:18px;
color:#cf6627;
font-weight:400;
border-bottom:10px solid #efb697;
padding:5px 15px 10px 0px;
margin:35px 0 15px 0;
}
.pp p{
line-height:1.7;
padding:0px 0px 0px 0px ;
}

/* ---footer---*/


.footer{
background-color:#f75700;
width:100%;
margin:0 auto;
text-align:center;
padding:0px 0 0px 0;
}
.footer_in{
width:100%;
margin:0 auto;
}

.f_copy{
text-align:center;padding:20px 0 20px 0;
}
.f_copy_in{
	width:86%;
	margin:0 auto;
}
.copy{
text-align:center;
font-size:12px;
color:#fff;
padding:0 0 0px 0;
margin:0px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:50px;
	left:0;
	right:0;
	width:30px;	
	margin:0px auto 0px auto;
    }
    #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;
    }


.bg_black{
        position: fixed;
        bottom: 0;
        left: 0;
	    height:70px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 9;
        background-color: rgba(0,0,0,0.6);;
        justify-content: center;
        padding: 0px 0;
}
.sp_btn_cv{
padding:12px 0 0 0;
width: 100%;
}

.sp_btn_cv button{
color:#fff;
width: 90%;
font-size:16px;
line-height:18px;
letter-spacing:2px;
font-weight:bold;
display:block;
margin:0px auto 0 auto ;
padding:17px 0 12px 0;
background-color:red;
border-radius:30px;
}

/* ---button---*/

.btn_w_area{
	margin:0px auto 0px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.btn_w_area a{
width:100%;
max-width:400px;
margin:0px auto;
}

a.btn_w{
	letter-spacing:2px;
	font-size:18px;
	font-weight:700;
	color:#003366;
	text-align: center;
	display: block;
	padding:8px 5px;
	margin: 0px auto;
	background-color:#fff;
	border:5px solid #003366;
	background-image: url(../images/link_btn_icon.jpg);
	background-position:90% 50%;
	background-repeat: no-repeat;
	background-size:20px;
	-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 ; 
	}
a.btn_w:hover {
color:#ccc;
border:5px solid #cccccc;
}

.btn_w_area_m{
	margin:60px auto 0px auto;
}

a.btn_b{
max-width:400px;
border:5px solid #fff;
display: block;
margin:0px auto 0 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_b img{width:100%;}
a.btn_b:hover {
 opacity: 0.5;
}


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



/* ---login---*/

.login_box {
max-width:600px;
width: 90%;
margin: 30px auto 0px auto;
padding:5% 5% 5% 5%;
border:3px solid #f75700;
background-color:#fff9f1;
border-radius:10px;
}
.login_box table{
width: 100%;
}
.login_box th{
	padding: 5% 0px 0px 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: 2% 0px 5% 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.login_box p{display:inline;padding:0px 20px 0px 5px;}


/* ---contact---*/

.contact_box {
max-width:600px;
width: 100%;
margin: 30px auto 0px auto;
}
.contact_box table{
width: 100%;
}
.contact_box th{
	padding: 5% 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: 2% 0px 5% 0px; 
    display: block;
    border: none;
	text-align:left;
border-bottom:solid 1px #ccc;
    }
.contact_box p{display:inline;padding:0px 20px 0px 5px;}

.form_01{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
/*border:solid 1px #f75700;*/
margin:0 auto;
}
.form_02{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #f75700;
margin:0 auto;
}
.form_03{
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #f75700;
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%;
	max-width:400px;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#f75700;
	border: 3px solid #f75700;
	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:#5fba4c;
	border: 3px solid #5fba4c;
	border:none;
}
input.btn_f2{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 100%;
	max-width:400px;
	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;
}




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


/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:86%;
background-image:url("../img/cv_bg.jpg");
  border-radius:5px;
box-sizing:border-box;
  z-index: 1002;
  padding: 10% 10%;
  overflow-y: scroll;
}
/* 閉じるボタン */
.button-close {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
  max-width: 250px;
  min-width: 200px;
  padding:10px 20px;
  background-color:#cf6627;
  font-size:16px;
  color: #fff;
  font-weight:500;
  border-radius: 50px;
  cursor: pointer;
  margin:55px auto 0px auto;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.modal-window h2{
width: 50%;
text-align:center;
margin:0px auto;
}

.modal-window h2 img{width: 100%;}

.modal-window h3{
text-align:center;
margin:10px 0 20px 0;
}
.modal-window h3 span{
color:#00b900;
font-size:28px;
line-height:1.5;
}
.modal-window h4{
text-align:left;
color:#f75700;
font-size:16px;
margin:0 0 20px 0;
}
.modal-window p{
text-align:left;
line-height:1.5;
margin:0 0 10px 0;
}

.modal_in_box{
width:80%;
text-align:center;
margin:20px auto 10px auto;
}
.modal_in_box img{
width: 100%;
}
.modal_in_box a{
display:inline-block
}

.modal-window p span{
font-size:14px;
}


.login_tbl td {
        width: 180px;
        padding: 10px 0;
}

