

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#21488d;
	text-align:center;
	color:#fff;
    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;
	max-width:2000px;
	width: 100%;
}
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:red;
}

li{list-style:none;}

.bg_edfafe{background-color:#edfafe;}

.bg_cv{
width:100%;

}

.box_in{
	width:90%;
	max-width:1100px;
	padding: 80px 0 60px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
	width:100%;
	padding: 40px 0 40px 0;
	margin: 0px auto;
	text-align:center;
}

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

#header {
width:100%;
max-width:2000px;
box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.2);
}
.header_in{
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}

.header_top_top{
width:100%;
padding:0px 0;

}
.header_top_top h1{

}
.top_text_small{
font-size:16px;
}
.top_text_green{
color:#05e405;
}
.top_text_yellow{
color:#ffff00;
}
.header_top{
display:flex;
align-items:center;
justify-content:space-between;
	width:100%;
	height:85px;
	max-width:2000px;
	margin: 0px auto 0px auto;
}

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

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



.h_links01{
letter-spacing:1px;
margin: 20px 0px 0px 0px;
}

.h_links01 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;
}
.h_links01 a:hover{
color:#f67c39;
text-decoration:none;
}


.h_links02{
margin: 0px 0px 0px 40px;
}


.h_links02 button{
height:85px;
position: relative;
z-index: 0;
display:block;
font-weight:bold;
color:#ffffff;
background-image: -moz-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -webkit-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -ms-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
box-sizing: border-box;
-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 button:before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background-image: -moz-linear-gradient( -180deg, rgb(246,124,57) 0%, rgb(204,84,18) 100%);
background-image: -webkit-linear-gradient( -180deg, rgb(246,124,57) 0%, rgb(204,84,18) 100%);
background-image: -ms-linear-gradient( -180deg, rgb(246,124,57) 0%, rgb(204,84,18) 100%);
opacity: 0;
transition: opacity 0.5s;
}

.h_links02 button:hover::before {
    opacity: 1;
}

.h_nav02{
display:flex;
align-items:center;
justify-content:space-between;
padding:0px 27px 0px 27px;
}
.h_nav02_btn01{
	padding:0px 0px 0px 15px;
}
.h_nav02_btn01 span{
	display:block;
	letter-spacing:4px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}


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

}
.mv_view-01{
width:46%;
padding:0px 0 0 0;
}
.mv_view-01 img{width:100%;margin:0 auto 0 auto;}

.mv_view-02{
width:46%;
padding:20px 0 0 0;
}
.mv_view-02 img{width:100%;margin:0 auto 0 auto;}

.mv_none{
height:5px;
}

/* ---title---*/

.title_text_c{text-align:center;}
.title_text_c span{
color:#ffffff;
background-image: -moz-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -webkit-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -ms-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
border-radius: 5px;
font-family:"Century Gothic";
	letter-spacing:2px;
	font-size:20px;
	line-height:20px;
	font-weight:400;
	text-transform: uppercase;
padding: 5px 50px;
}
.title_text_c h2 {
	letter-spacing:4px;
	font-size:42px;
	line-height:42px;
	font-weight:400;
	width:100%;
	padding: 35px 0px;
	}



/* ---t_cv---*/


.btn_cv_bg{
width:100%;
max-width:2000px;
background-image:url("../images/cv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
padding:50px 0 40px 0;
}
.btn_cv{
width:50%;
margin:0px auto;
}
.btn_cv button{
width:100%;
margin:0px auto;
}
.btn_cv button img{
	display: block;
	width:100%;
	margin:0px auto;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

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

.t_one img{width:100%;margin:0px auto;}
.t_one_text01{
font-weight: 600;
font-size:22px;
letter-spacing:2px;
text-align:center;
margin:0px auto 0px auto;
}
.t_one_text01 span{color:red;}

.t_one_text02{
font-weight: 400;
font-size:18px;
letter-spacing:2px;
text-align:center;
margin:30px auto 0px auto;
}
.t_one_text02 span{font-size:14px;}

/* ---t_two---*/
.t_two{
	max-width:1100px;
	padding:30px 0px 0px 0px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.t_two_in01{width:45%;}
.t_two h3{
letter-spacing:2px;
font-size:30px;
line-height:1.5;
text-align:left;
color:#fff;
font-weight:400;
margin:30px 0 30px 0 ;
}
.t_two p{
letter-spacing:2px;
font-size:18px;
line-height:1.7;
text-align:left;
font-weight:300;
margin:0 0 25px 0 ;
color:#fefefe;
}

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

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

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

.t_three h3{
letter-spacing:2px;
font-size:30px;
font-weight:500;
}

.t_three h3{
    display: flex;
    align-items: center;
		padding:0px 0px 20px 0px;
}

.t_three h3:before,
.t_three h3:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #fff;
}

.t_three h3:before {
    margin-right: 1rem;
}

.t_three h3:after {
    margin-left: 1rem;
}


.t_three p{line-height: 1.5; font-size:24px;color:#f67c39;}
.t_three p span{font-size:14px;font-weight:500;color:#fff;}

/* ---t_four---*/
.t_four{
	max-width:1100px;
	padding:30px 0px 30px 0px;
	margin:0 auto;
}
.t_four img{width:100%;margin:10px auto 0px auto;}


/* ---t_five---*/
.t_five{
	max-width:1100px;
	padding:0px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.t_five li{
padding:25px 0px 25px 0px;
border-bottom:#fff solid 3px;
}
.t_five h3{
letter-spacing:1px;
font-size:23px;
padding:10px 0px;
margin:0 auto;
line-height:1.5;
color:#f67c39;
text-align:left;
font-weight:600;
    display: flex;
    align-items: center;
}
.t_five h3 img{width:40px;margin:0 30px 0 0 ;}
.t_five p{
width:100%;
letter-spacing:1px;
font-size:16px;
text-align:left;
margin:0 auto;
padding:10px 0px 0px 0px ;
    display: flex;
    align-items: center;
}
.t_five p img{width:40px;margin:0 30px 0 0 ;}

/* ---pp---*/
.pp{
	width:90%;
	padding:20px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:24px;
line-height:24px;
color:#eee;
font-weight:400;
border-bottom:2px solid #eee;
padding:15px 15px 15px 0px;
margin:40px 0 20px 0;
}
.pp p{
padding:0px 0px 10px 0px ;
}


/* ---footer---*/


.footer{
width:100%;
max-width:2000px;
padding:40px 0 40px 0;
}
.footer_in{

margin:0 auto;
padding:0 5%;

}

.footer_in_left{
    display: flex;
    align-items: center;
	justify-content:space-between;
	
}
.footer_in_right{
}

.f_navi{
text-align:left;
color:#fff;
font-size:15px;
font-weight:500;
margin:0px;
}

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


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

}
.copy{
text-align:center;
font-size:13px;
font-weight:500;
color:#fff;
margin:0px 0;
}
.f_logo{width:100%;}
.f_logo img{width:100%;}


    #pageTop {
	position:fixed;
	bottom:65px;
	left:0;
	right:0;
	width:20px;	
	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: 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;}



/* ---login---*/
.login_box{
width: 60%;
margin:30px auto;
padding:5% 5% 0% 5%;
border:3px solid #4b9536;
background-color:#f1fff4;
border-radius:10px;
}
.login_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.login_box th {
font-weight:400;
padding:10px 10px;
}
.login_box th span{color:red;font-size:12px;}
.login_box td  {padding:10px  10px;}
 
.login_box th  { width: 40%; text-align: left; vertical-align:top;}
.login_box td  {text-align: left; vertical-align:top; }
.login_box p{display:inline;padding:0px 20px 0px 5px;}

.login_forget_pass{}


/* ---contact---*/

.contact_box{
width: 70%;
margin:0 auto;
padding:45px 0px 0px 0px;
}
.contact_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.contact_box th {
font-weight:400;
padding:45px 10px; border-bottom: 1px solid #ccc;
}
.contact_box th span{color:red;font-size:12px;}
.contact_box td  {padding:45px  10px; border-bottom: 1px solid #ccc; }
 
.contact_box th  { width: 40%; text-align: left; vertical-align:top;}
.contact_box td  {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 #4b9536;
margin:0 0 0px;
width: calc(100% - 20px);
}
.form_02{
border:0;
padding:10px;
font-size:16px;
border:solid 1px #4b9536;
margin:0 0 0px;
width: calc(50% - 20px);
}
.form_03{
border:0;
padding:10px;
font-size:16px;
border:solid 1px #4b9536;
margin:0 0 0px;
width: calc(100% - 20px);
height:200px;
resize: vertical;
}
.form_01:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
.form_02:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
.form_03:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
input.btn_f1{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 250px;
	text-align: center;
	display: block;
	padding:20px;
	margin: 50px 20px;
	border-radius:5px;
	background-color:#4b9536;
	border: 3px solid #4b9536;
	-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;
}
input.btn_f2{
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 250px;
	text-align: center;
	display: block;
	padding:20px;
	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 ; 
	}
input.btn_f2:hover {
	cursor:pointer ; 
	color:#555;
	background-color:#eeeeee;
	border: 3px solid #eeeeee;
}

.form_btn_area{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}




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

.keyframe5{
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}


/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color:#fff;
    border-radius: 3px;
  z-index: 1002;
  padding: 50px 50px;
  overflow-y: scroll;
}
/* 閉じるボタン */
.button-close {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
  width: 200px;
  padding:10px 20px;
background-image: -moz-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -webkit-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
background-image: -ms-linear-gradient( -180deg, rgb(204,84,18) 0%, rgb(246,124,57) 100%);
  font-size:16px;
  color: #fff;
  font-weight:500;
  border-radius: 3px;
  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: 40%;
text-align:center;
margin:0px auto;
}
.modal-window h2 img{width: 100%;}

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

.modal_in_box{
width:60%;
text-align:center;
margin:30px auto 40px auto;
}
.modal_in_box img{
width: 100%;
}
.modal_in_box a{
display:inline-block
}

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