

* {
  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_f6f6f5{
width: 100%;
background-color:#f6f6f5;
}



.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:100%;
	margin:0px 0px 0px 0px ;

}
.h_logo a{
display:inline-block;
height:70px;
margin:0px;
}
.h_logo img{
height:70px;
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: #000;
  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: #f6f6f5;
  transition: .5s;
}

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

.nav_list li{
border-bottom:1px dotted #333;
color:#000;
font-size:16px;
font-weight:500;
text-align:left;
margin:0 0 15px 0;
padding:0 0 15px 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_links01{
margin: 20px 0px 0px 0px;
display:flex;
align-items:center;
}
.h_links01 a{
width: 100%;
display:flex;
align-items:center;
justify-content: center;
text-align: center;
padding:15px 30px 15px 20px;
background-color: #00c300;
border-bottom: 5px solid #009000;
border-radius:3px;
box-sizing: border-box;
color:#fff;
font-size: 13px;
line-height: 1.5;
font-weight: 500;
letter-spacing: 1px;
-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_links01 a span{
display: block;
font-size: 18px;
}
.h_links01 a:hover{
opacity: 0.6;
}
.h_links01 div{
display:flex;
align-items:center;
}
.h_links01 div img{
width: 50px;
margin: 0 15px 0 0px;
}


.h_links02{
margin: 10px 0px 0px 0px;
display:flex;
align-items:center;
}
.h_links02 button{
text-align: center;
width: 100%;
max-width: 420px;
display:flex;
align-items:center;
padding: 15px;
background-color: #dc001a;
border-radius: 100px;
box-sizing: border-box;
color:#fff;
font-size: 18px;
letter-spacing: 1px;
box-sizing: border-box;
margin: 0 auto;
}

.h_links02 div{
display:flex;
align-items:center;
margin: 0 auto;
}
.h_links02 div img{
width: 14px;
margin: 0 10px 0 10px;
}


.s-fade-wrap{
width: 100%;
padding: 70px 0 0 0;

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

box-sizing: border-box;
aspect-ratio: 16 / 20;                  /* 高さは比率で自動計算 */
background-image:url("../images/mv_bg_sp.png");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.mv_view-01{
width:80%;
margin:0px auto;
padding:25% 0 0 0;
}
.mv_view-01 img{width:100%;margin:0;}

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


.mv_none{
width:100%;
background-image: url(../images/f_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align:center;
padding:50px 0 ;
}

.mv_low{
width:100%;
height: 150px;
padding:0px 0 ;
}
.mv_low img{
width:100%;
height: 150px;
object-fit: cover;
}


/* ---title---*/
.title_text_c{
width: 100%;
padding: 0px 0 0 0;
text-align:center;
}
.title_text_c h2 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight:400;
letter-spacing:2px;
font-size:28px;
line-height:1;
text-align:center;
color: #000;
padding: 0px 0 10px 0;
}
.title_text_c p{
font-weight:600;
letter-spacing:2px;
font-size:16px;
line-height:16px;
display: inline-block;
background-image: -moz-linear-gradient( -180deg, rgb(226,178,37) 0%, rgb(247,233,174) 49%, rgb(226,178,37) 100%);
background-image: -webkit-linear-gradient( -180deg, rgb(226,178,37) 0%, rgb(247,233,174) 49%, rgb(226,178,37) 100%);
background-image: -ms-linear-gradient( -180deg, rgb(226,178,37) 0%, rgb(247,233,174) 49%, rgb(226,178,37) 100%);
text-align: center;
margin: 0 auto;
padding: 5px 5px;
}

.title_text_c h3 {
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight:600;
letter-spacing:1px;
font-size:18px;
line-height:1.7;
text-align:center;
color: #000;
}

.title_text_c h3::before,
.title_text_c h3::after {
  content: '';
  flex-grow:0.15;
  height: 3px;
  background:#ddd;
  margin-right: 15px;
  margin-left: 15px;
}

.under_yellow{
font-weight:500;
background: linear-gradient(transparent 50%, #ffff00 50%);
padding:0px 2px 5px 2px ;
}


/* ---t_cv---*/


.btn_cv{
margin:40px auto 0px auto;
}
.btn_cv a{
width:100%;
background-color: #00c300;
border-bottom: 5px solid #009000;
border-radius: 10px;
text-align: center;
margin:0px auto 0px auto;
padding:20px;
box-sizing: border-box;
display:flex;
align-items:center;
justify-content:center;
margin: 0 auto;
}
.btn_cv a:hover{opacity: 0.6;}

.cv_btn_p{
color:#fff;
text-align:center;
font-size: 12px;
line-height: 1.4;
letter-spacing:0px;
}
.cv_btn_h3{
color:#fff;
text-align:center;
font-size:20px;
line-height: 1;
font-weight: 600;
letter-spacing: 2px;
margin: 8px auto 0 auto;
}


.cv_btn_icon{
width: 13%;
margin: 0 10px 0 -13%;
}
.cv_btn_icon img{
width: 100%;
}


/* ---carousel---*/

.t_cr{
width:100%;
padding:20px 0 0 0;
margin:0px auto;
text-align: center;
}
.t_cr div{
width:100%;
display:flex;
align-items:center;
justify-content:center;
margin:0px auto;
}
.t_cr div img{
width: 55px;
margin:0px 15px 0 0;
}
.t_cr div p{
font-size:13px;
font-weight: 600;
line-height: 1.5;
}

.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 20px 0 30px 0;
}

.carousel-wrapper {
	display: flex;
	white-space: nowrap;
	position: relative;
}

.carousel-item {
	background-color: #fff;
    border: 5px solid #dedede;
	margin: 0 5px;
	padding:0px;
	text-align: center;
	flex-shrink: 0;
}

.carousel-item img{
width: 120px;
margin: 0 auto;
}

/* 補間を殺す（外部テーマが transform に transition を掛けるのを防止） */
.carousel-wrapper { transition: none !important; will-change: transform; }
/* アイテムが縮むのを防止（幅ズレ対策） */
.carousel-item { flex: 0 0 auto; }
.carousel-item img { display: block; }



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

.t_one_box{
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
width:100%;
margin:20px auto 20px auto;
}
.t_one_box div{
width:48%;
background-color: #fff;
border: 3px solid #f6f6f5;
margin:0px auto 2% auto;
}
.t_one_box div img{
width: 100%;
}
.t_one_box div p{
font-size: 16px;
font-weight: 600;
line-height: 1.5;
padding: 10px 0 15px 0;
text-align: center;
}

.t_one_text{
font-size: 14px;
text-align:left;
}



/* ---t_two---*/

.t_two{
display:flex;
align-items:top;
justify-content:space-between;
width:100%;
padding:0px 0px 0px 0px;
margin:0 auto;
}

.t_two_in02{width:35%;margin:0px;}
.t_two_in02 img{width:100%;margin: -10% 0 0 0;}


.t_two_in01{width:60%;margin:0;}

.title_text_t{
text-align:left;
width: 100%;
padding:0px 0 10px 0;
}
.title_text_t h2 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight:400;
letter-spacing:2px;
font-size:28px;
line-height:1;
text-align:left;
color: #000;
display:block;
padding:0px;
}
.title_text_t span{
font-size:16px;
font-weight:600;
display:block;
margin: 0 0 0 0px
}



.t_two_in01 p{
font-size: 14px;
line-height:1.5;
text-align: left;
margin:10px 0 0px 0;
}
.t_two_text_red{
color:red;
font-weight:500;
}
.t_two_text_small{
font-size: 14px;
line-height:1.7;
}




/* ---t_three---*/
.t_three{
color:#000;
text-align:left;
width:100%;
padding:0px 0px 0px 0px;
margin:0 auto;
}
.t_three div{
background-color: #f6f6f5;
width:100%;
padding:20px;
box-sizing: border-box;
margin:20px auto 0 auto;
}
.t_three div h3{
text-align:center;
letter-spacing:2px;
font-size:18px;
line-height:1.5;
color:#000;
font-weight:500;
}
.t_three div img{width:90%;margin:0 auto;}

.t_three_text{
width:100%;
text-align:left;
margin:20px auto 0 auto;
font-size:14px;
}



/* ---t_four---*/
.t_four{
width:100%;
padding:20px 0px 0px 0px;
margin:0 auto;

}
.t_four_in01{
width:100%;
box-sizing: border-box;
margin: 0 0 0px 0;
padding:0px;
}
.t_four_in01 img{width: 100%;}

.t_four_in02{
width:100%;
margin: 20px 0 0px 0;
padding:0px;
}

.t_four_in02 table{
width: 100%;
border-collapse:collapse;
border-spacing:0;
}

.t_four_in02 table th{
font-size: 14px;
padding: 12px 0;
border-bottom: 3px solid #ddd;
}
.t_four_in02 table td{
font-size: 14px;
padding: 12px 0;
border-bottom: 3px solid #ddd;
}

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

.t_four_map h3{
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight:400;
letter-spacing:2px;
font-size:24px;
line-height:1.5;
text-align:center;
color: #000;
padding:20px 0px 20px 0px;
}


/* ---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_title{
display:flex;
align-items:top;
padding:10px;
background-color:#fff;
}

.t_five_title h3{
vertical-align: top;
letter-spacing:1px;
font-size:16px;
line-height:1.5;
color:#000000;
text-align:left;
font-weight:500;
}
.t_five_title p{
vertical-align: top;
letter-spacing:1px;
font-size:14px;
line-height:1.5;
color:#333;
text-align:left;
font-weight:500;
padding: 0 10px 0 0 ;
}

.t_five_text{
display:flex;
align-items:top;
padding:10px;
}

.t_five_text p{
vertical-align: top;
letter-spacing:1px;
font-size:14px;
line-height:1.5;
color:#000000;
text-align:left;
font-weight:400;
}
.t_five_text p span{
vertical-align: top;
letter-spacing:1px;
font-size:14px;
line-height:1.5;
text-align:left;
font-weight:500;
color:red;
padding: 0 10px 0 0 ;
}

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

}
.t_six_box{
width:100%;
padding:0;
margin:10px 0px 0px 0px;
list-style:none;
background-color: #fff;
}
.t_six_box_view img{
width: 100%;
}

.t_six_box_in{
padding:30px;
}
.t_six_box_in_in{}
.t_six_box_in_in img{
width:50px;
margin: 0 auto;
}
.t_six_box_in_in h3{
font-size:18px;
line-height: 1.5;
letter-spacing: 2px;
font-weight:600;
text-align: center;
margin:10px 0px 0px 0px;
}


.t_six_box_in p{
text-align:left;
letter-spacing:1px;
font-weight:400;
font-size:14px;
line-height:1.5;
padding:10px 0 0px 0;
}


/* ---pp---*/
.pp{
	width:100%;
	padding:20px 0px 20px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:16px;
line-height:16px;
color:#000;
font-weight:500;
background-color: #f4f3f3;
padding:15px;
margin:20px 0 20px 0;
}
.pp p{
font-size:14px;
line-height:1.7;
padding:0px 0px 20px 0px ;
}

.pp ul{
padding:0px 0px 20px 0px ;
}
.pp ul li{
font-weight: 500;
font-size:14px;
line-height:2;
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:#f2f2f2;
border-radius:10px;
padding: 20px;
color:#000;
}


/* ---company---*/
.company{
width:100%;
border-collapse:collapse;
border-spacing:0;
margin:30px auto;
}

.company th{
display: block;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
background-color: #eee;
font-size:16px;
line-height:1.5;
color:#000;
font-weight:500;
text-align:left;
font-weight:500;
padding: 25px;
}
.company td{
display: block;
border: 1px solid #ddd;
font-size:16px;
line-height:1.5;
color:#000;
font-weight:400;
text-align:left;
font-weight:500;
padding: 25px;
}

/* ---footer---*/


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

}
.footer_in{
text-align:center;
margin:0 auto;
padding:0px 0;
}

.f_logo{
width:35%;
max-width:300px;
margin:0 auto;
padding:0px 0 0px 0;
}
.f_logo a{
display:inline-block;
margin: 0px;
}
.f_logo img{
width:100%;
margin:0 auto;
}

.f_navi{
background-image: url(../images/f_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align:center;
padding:30px 0 ;
}
.f_c_navi{
font-size:18px;
line-height: 1.5;
color:#000;
font-weight:500;
margin:0px auto;
}
.f_c_navi a{
margin: 0 10px;
}


.f_copy{
background-color:#fff;
text-align:center;
padding:30px 0 ;
}
.f_copy a:hover{color:#c7ff00;}
.f_copy a {font-size:18px;}
.copy{
text-align:center;
font-size:12px;
color:#000;
font-weight:500;
margin:0px 0;
}


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



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


/* ---contact---*/

.contact_box {
width: 100%;
margin: 20px auto 0px auto;
}
.contact_top_text{
text-align:left;
padding: 20px 0 10px 0;
}

.contact_box h3{
background-color: #edce6a;
color:#000;
text-align: center;
padding: 10px;
font-size: 18px;
font-weight:600;
letter-spacing:2px;
}
.contact_box h3 span{
display: block;
font-size: 14px;
font-weight: 500;
letter-spacing:2px;
}
.contact_box h3 span a{
color:#bb1005;
-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;
}
.contact_box h3 span a:hover{
color:#fff;
}
.contact_box table{
width: 100%;
border: 1px solid #edce6a;
border-collapse:collapse;
border-spacing:0;
margin:0px auto 0 auto;
}
.contact_box th{
background-color: #eeeeee;
padding:15px;
display: block;
border: none;
text-align:left;
color:#333;
font-weight:bold;
}
.contact_box th span{
color:#fff;
background-color: red;
font-size:11px;
line-height: 11px;
display: inline-block;
border-radius: 2px;
padding: 5px 10px;
margin: 0 0 0 10px;
}
.contact_th_sub{
font-size:12px;
}
.contact_box td{
padding:15px;
display: block;
border: none;
text-align:left;
border-bottom:1px solid #edce6a;
}
.contact_box p{padding:10px 0px 5px 0px;}

.contact_box dl{
width: 100%;
border-bottom:1px solid #edce6a;
}
.contact_dl_last{
border-bottom:none !important;
}
.contact_box dt{
width: 100%;
padding: 10px 0 0px 0;
font-weight: 600;
}
.contact_box dd{
width:100%;
padding: 10px 0 13px 0;
font-weight: 600;
}
.contact_box dd input{margin:0 10px 0 0;}

.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;
}
.form_04{
width: 48%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_05{
width:80%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}

input.btn_f1{
	font-weight:bold;
	letter-spacing:5px;
	font-size:16px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #bb1005;
	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:#cc0000;
	border: 3px solid #cc0000;
	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.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);
  }
}




.low_contents{
width:100%;
padding:30px 0px 0px 0px;
margin:0 auto;
position: relative;
}
.low_box{
padding:20px 0px 40px 0px;
}
.low_box02{
padding:0px 0px 40px 0px;
}


.store_box01{
width: 100%;
margin:0px 0 ;
}

.store_box01 div{
width: 100%;
background-color: #cc0000;
color:#fff;
border-radius: 100px;
padding: 15px;
margin: 10px 0px;
font-size: 16px;
font-weight: 500;
box-sizing: border-box;
text-align: center;
}
.store_box01 p{
text-align:left;
margin: 20px 0px;
}


.store_box02{
width: 100%;
}
.store_box02_in{
background-color: #eee;
margin: 0 0 30px 0;
}
.store_box02_step{
width: 20%;
margin: 0px auto;
padding: 20px 0 0 0;
}
.store_box02_step img{width:100%;}

.store_box02_view{
width:100%;
overflow:hidden;
}
.store_box02_view img{
width:100%;
object-fit:cover;
object-position:center; 
}

.store_box02_text{
width:100%;
padding: 5% 5% 5% 5%;
box-sizing: border-box;
}
.store_box02_text h4{
line-height: 1.5;
color:#111;
font-size:20px;
font-weight: 600;
text-align:center;
}
.store_box02_text h4 span{
text-transform: uppercase;
font-family: "Oswald", sans-serif;
color:#999;
font-size:14px;
font-weight: 400;
text-align:center;
display: block;
 margin: 10px 0 0 0;
}
.store_box02_text p{
line-height: 1.6;
color:#333;
font-size:14px;
font-weight: 400;
text-align:left;
margin:10px 0 0 0;
}


.first_box01{

}
.first_box01 div{width:100%;padding:0px 0px 20px 0px;}
.first_box01 div img{width:40%;margin: 0 auto 10px auto;}
.first_box01 div p{text-align: center;line-height: 1.6;font-size:16px;}
.first_box01 div p span{
display: inline-block;
margin: 0 5px;
color:#cc0000;
font-size:28px;
font-weight: 600;
line-height: 1;
}

.first_box02{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap: wrap;

}
.first_box02_in{position: relative;width:100%;margin: 20px 0 0px 0; background-color: #eee;}

.first_box02_icon{
position: absolute;
top:5%;
left:5%;
width: 25%;
}
.first_box02_icon img{width:100%;}

.first_box02_view img{width:100%;margin: 0 auto;}
.first_box02_text{padding: 30px;}
.first_box02_text p{text-align: center;line-height: 1.4;font-size:16px;font-weight: 600;}
.first_box02_text p span{
display: inline-block;
margin: 0 2px;
color:#cc0000;
line-height: 1.4;font-size:18px;font-weight: 600;
}

.first_box02_02{
width: 100%;
text-align: center;
margin: 20px 0 0px 0;
}
.first_box02_02 p{
color:#fff;
background-color: #cc0000;
border-radius: 100px;
display: inline-block;
margin: 0px auto 0px auto;
padding: 20px 20px;
line-height: 1.4;
font-size:16px;
font-weight: 600;
}
.first_box02_02 p span{
color:yellow;
}

.first_box03{
display:flex;
justify-content:space-between;
flex-wrap: wrap;
width: 100%;
margin:20px 0 ;
}


.first_box03_in{
background-color: #f6f6f5;
width:48%;
padding: 20px;
box-sizing: border-box;
margin:0px 0 4% 0px;
}
.first_box03_view{width:100%;margin:0 auto;}
.first_box03_view img{height:50px;margin:0 auto;}

.first_box03_text{
margin:10px auto 0px auto;
line-height: 1.4;
font-size:16px;
font-weight: 600;
text-align: center;
}

.first_box03_02{
text-align:left;
margin: 0px auto 0px auto;
}

.first_box03_03{
border: 1px solid red;
padding: 15px 25px;
box-sizing: border-box;
width:100%;
margin: 0 auto 0px auto;
}
.first_box03_03 p{
line-height: 1.5;
color:red;
font-size:13px;
font-weight: 400;
text-align:left;
}


.first_box04{
width: 100%;
}
.first_box04_in{
background-color: #eee;
margin: 0 0 30px 0;
}
.first_box04_view{
width:100%;
overflow:hidden;
}
.first_box04_view img{
width:100%;
object-fit:cover;
object-position:center; 
}

.first_box04_text{
width:100%;
padding: 5% 5% 5% 5%;
box-sizing: border-box;
}
.first_box04_text h4{
line-height: 1.5;
color:#111;
font-size:20px;
font-weight: 600;
text-align:center;
}
.first_box04_text h4 span{
text-transform: uppercase;
font-family: "Oswald", sans-serif;
color:#999;
font-size:14px;
font-weight: 400;
text-align:center;
display: block;
 margin: 10px 0 0 0;
}
.first_box04_text p{
line-height: 1.6;
color:#333;
font-size:14px;
font-weight: 400;
text-align:left;
margin:10px 0 0 0;
}

