

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#000;
	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("../images/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_z{
	width: 100%;
	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: #d92404;
  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: #d92404;
  transition: .5s;
}

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

.nav_list li{
border-bottom:5px dotted #fff;
color:#fff;
font-size:18px;
font-weight: 600;
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 0px 0;
width:100%;
background-image:url("../images/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;
	padding:20% 0 5% 5%;
}
.mv_view-01 img{width: 100%;filter: drop-shadow(0px 0px 10px #fff);}

.mv_none{
height:70px;
}


/* ---title---*/

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


.title_text_c h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
	font-size:28px;
	line-height:28px;
	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:0px 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: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing:2px;
font-size:20px;
line-height:1.5;
text-align:left;
color:#d92404;
width:90%;
margin:0px auto 20px auto;
}

.t_two_in02{width:100%;overflow: hidden;}
.t_two img{width:110%;margin:0px 0 0 -5%;}

.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:left;
	width:100%;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.t_three img{width:100%;margin:30px 0 30px 0;}


.t_three h3{
letter-spacing:0px;
font-size:24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 5px solid #ff0000;
  padding: 0 0 10px 0px;
}
.t_three h3 span{color:#ec7777;}
.t_three h3 p{font-size:14px;font-weight:500;}
.t_three_bottom_text{
font-size:18px;
font-weight:500;
margin: 0 0 0 30px;
text-align: center;
}


/* ---t_four---*/
.t_four{
	width:100%;
	padding:10px 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{
letter-spacing:1px;
font-size:18px;
padding:10px;
margin:0 auto;
line-height:1.5;
color:#1a7cb2;
color:#fff;
text-align:left;
font-weight:500;
background-color: #ec7777;
}
.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:#d92404;
font-weight:400;
border-bottom:5px solid #d92404;
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:#d92404;
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;
    }



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


/* モーダルウィンドウ */
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:86%;
	background-image:url("../images/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:#d92404;
  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%;margin:0px 0px 0px -20px;}

.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:#4b9536;
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;
}
