

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#f5f4eb;
	text-align:center;
	color:#000;
	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_33b633{
width: 100%;
background-color:#33b633;
margin: -1px 0 0 0;
}

.bg_fcc800{
width: 100%;
background-color:#fcc800;
margin: -1px 0 0 0;
}


.box_in{
	width: 90%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_z{
	width: 90%;
	padding: 20px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
	width:90%;
	padding: 0px 0 0px 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:40px;
	margin:0px 0px 0px 10px ;

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



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

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

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

.nav_list li{
border-bottom:1px solid #33b633;
color:#000;
font-size:14px;
font-weight:500;
text-align:left;
margin:0 0 25px 0;
padding:0 0 25px 0;
letter-spacing:3px;
}
.nav_list li a{color:#000;}

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

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

.h_links02{
margin: 30px 0px 0px 0px;
display:flex;
align-items:center;
}
.h_links02 button{
text-align: center;
width: 100%;
display:flex;
align-items:center;
box-sizing: border-box;
margin: 0 auto;
}

.h_links02 div{
display:flex;
align-items:center;
}
.h_links02 div img{
width: 100%;
margin: 0 0px 0 0px;
}


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

}
.mv_view{
width:100%;
margin:0px auto;
padding:5% 0 0px 0;
background-image:url("../images/mv_bg.png");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
overflow: hidden;

}

.mv_view-01{
width:100%;
margin:0px auto;
overflow: hidden;
}
.mv_view-01 img{width:115%;margin:2% 0 0 5%;}

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


/* ---title---*/
.title_text_c{
width: 100%;
padding:0 0 0;
text-align:center;
}
.title_text_c h2 {
width:100%;
margin: 0 auto;
}
.title_text_c h2 img{
width: 100%;
margin: 0 auto;
}
.title_text_x{
width: 100%;
padding: 20px 0 20px 0;
text-align:center;
}
.title_text_x h2 {
font-size: 18px;
}

/* ---t_cv---*/
.btn_cv{
width:100%;
background-color: #33b633;
text-align: center;
margin:0px auto 0px auto;
padding:20px 0;

}

.btn_cv_in{
width: 90%;
position: relative;
margin:0px auto 0px auto;

}

.btn_cv_box01{
width:60%;
text-align: center;
margin: 0 0 0 0;
position: relative;
z-index: 1;
}
.btn_cv_box02{
width: 40%;
text-align: center;
position: absolute;
bottom:-20px;
right:0%;
}
.btn_cv_box02 img{width:110%;}

@media screen and (min-width:580px) { /*　画面サイズが580pxからはここを読み込む　*/
.btn_cv_box02 img{width:90%;}
}

.cv_btn_text{
width:100%;
margin:0px auto 0px auto;
}
.cv_btn_text img{
width:100%;
margin:0px auto 0px auto;
}
.cv_btn_p img{
padding:0px 0px;
width:100%;
text-align: center;
-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;
margin: 0 auto;
}
.cv_btn_p img:hover{
opacity: 0.7;
}
.btn_cv_box01 span{
line-height: 1.5;
font-size:2vw;
color:#fff;
}

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

.t_two_in01{width:100%;margin:0 auto;}
.t_two_in01 p{
color:#fff;
line-height:1.5;
text-align: left;
margin:0 0 20px 0;
}
.t_two_text_light_blue{
color: #24b5c2;
font-weight:500;
}
.t_two_text_small{
font-size: 12px;
line-height:1.7;
}

.t_two_in02{width:80%;margin:0px auto 20px auto;}
.t_two_in02 img{width:100%;object-fit: cover;}

/* ---t_three---*/
.t_three{
text-align:left;
width:100%;
padding:40px 0px 0px 0px;
margin:0 auto;
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}

.t_three img{width:100%;margin:-20px auto 0;}
@media screen and (min-width:580px) { /*　画面サイズが580pxからはここを読み込む　*/
.t_three img{width:48%;margin:-20px auto 0;}
}
/* ---t_six---*/
.t_six{
width:100%;
padding:0px 0px 0px 0px;
margin:0 auto;
list-style:none;
}
.t_six_box{
padding:0;
margin:20px 0px 0px 0px;
}

.t_six_box img{
width: 100%;
margin: 0 0 0px 0;
}

@media screen and (min-width:580px) { /*　画面サイズが580pxからはここを読み込む　*/
.t_six{
width:100%;
padding:0px 0px 0px 0px;
margin:0 auto;
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_six_box{
width:48%;
padding:0;
margin:20px 0px 0px 0px;
}

.t_six_box img{
width: 100%;
margin: 0 0 0px 0;
}
}

/* ---t_one---*/
.t_one{
width:100%;
padding:30px 0 0 0;
margin:0px auto;
}

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

.t_one_box{
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
width:100%;
margin:0px auto 0px auto;
}
.t_one_box div{
width:48%;
margin:3.5% 0 0 0 ;
}
.t_one_box div img{
width: 100%;
}

/* ---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 li:last-child{
border-bottom:none;
}
.t_five li div{
display:flex;
align-items:center;
padding:15px;
box-sizing: border-box;
}
.t_five li div img{
width: 25px;
margin: 0 10px 0 0;
}

.t_five_title{
background-color: #fff;
border-radius:200px;
padding:5px 0;
}


.t_five h3{
letter-spacing:1px;
font-size:14px;
line-height:1.5;
color:#000000;
text-align:left;
font-weight:600;
}
.t_five p{
letter-spacing:1px;
font-size:14px;
text-align:left;
}




/* ---pp---*/
.pp{
	width:100%;
	padding:0px 0px 30px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:16px;
line-height:16px;
color:#fff;
font-weight:500;
background-color: #33b633;
border-radius:200px;
padding:15px;
margin:35px 0 15px 0;
}
.pp p{
font-size:14px;
line-height:1.7;
padding:0px 0px 0px 0px ;
}


/* ---service---*/
.service{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.service li{
padding:30px 0px 0px 0px;
}
.service li:last-child{
border-bottom:none;
}
.service li h3{
letter-spacing:2px;
font-size:16px;
line-height:1.5;
color:#000;
text-align:left;
font-weight:500;
padding: 0 0 10px 0;
}
.service li p{
letter-spacing:1px;
font-size:14px;
text-align:left;
background-color:#ffffff;
border-radius:30px;
padding: 20px;
color:#000;
}
/* ---company---*/
.company{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.company li{
border-bottom: 3px solid #33b633;
padding:20px 0px 20px 0px;
}
.company li h3{
letter-spacing:2px;
font-size:16px;
line-height:1.5;
color:#33b633;
text-align:left;
font-weight:500;
padding: 0 0 10px 0;
}
.company li p{
font-size:14px;
line-height:14px;
color:#000;
}
.company li:last-child{
border-bottom:none;
}

/* ---footer---*/


.footer{
background-color:#fff;
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;
}
.f_c_navi{
display: none;
}
.copy{
text-align:center;
font-size:12px;
color:#000;
padding:0 0 0px 0;
margin:0px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:10px;
	right:10px;
	width:30px;	
	margin:0px auto 0px auto;
	border-radius: 300px;
    border:2px solid #4a3918;
	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;
    }


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

.mt80{margin-top:80px;}



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


/* モーダルウィンドウ */

/* オーバーレイ */
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: rgb(0 0 0 / 0.5);
width: 100%;
height: 100%;
z-index: 1001;
}
/* ウィンドウ */
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:90%;
	box-sizing:border-box;
	z-index: 1002;
	padding: 20% 10%;
	overflow-y: scroll;
background-color:#f5f4eb;
background-image:url("../images/mv_bg.png");
background-repeat:no-repeat;
background-size:cover;
background-position:bottom center;
border-radius: 30px;
}
/* 閉じるボタン */
.button-close {
outline: none;
appearance: none;
max-width: 250px;
min-width: 200px;
padding:10px 20px;
background-color:#eb7c3d;
border-radius:200px;
border: 3px solid #4a3a18;
font-size:16px;
color: #fff;
font-weight:500;
cursor: pointer;
margin:20px auto 0px auto;
}


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

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

.modal-window h3{
text-align:center;
margin:20px 0 5px 0;
}
.modal-window h3 span{
color:#00b900;
font-size:16px;
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:5px auto 10px auto;
}
.modal_in_box img{
width: 100%;
}
.modal_in_box a{
display:inline-block
}

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


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