

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#000;
     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;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
cursor:pointer;
color:#000;
text-decoration: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;
}
a:hover, a:focus {
	text-decoration: none;
	color:#e3b429;
}

li{list-style:none;}

.bg_f6f6f5{
width: 100%;
background-color:#f6f6f5;
}


.box_in{
	width:100%;
	padding: 70px 0 70px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_z{
	width:100%;
	padding: 70px 0 70px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
	width:100%;
	padding: 0px 0 0px 0;
	margin: 0px auto;
	text-align:center;
}

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

#header {
width:100%;
margin: 0px auto;

}
.header_in{
max-width:2000px;
margin: 0px auto;
padding:0px 0px 0px 0px;
}


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

/* サイトロゴ */
.h_logo{
text-align:left;
height:100%;
margin:0px;
z-index: 99;
}
.h_logo a{
vertical-align: middle;
display:inline-block;
margin: 0px;
}
.h_logo img{
height:120px;
margin: 0px 0px 0px 0px;
}


.h_content02{
display:flex;
align-items:flex-end;
justify-content:space-between;
margin: 0px 0px 20px 0px;
}

.nav_list{
display:flex;
align-items:flex-end;
margin: 0 10px 0 0;
}
.nav_item{
font-size: 18px;
font-weight: 600;
margin: 0 25px 0 0;
}


.h_links01{
margin: 0px 30px 0px 0px;
display:flex;
align-items:center;
}
.h_links01 a{
display:flex;
align-items: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;
}



.s-fade-wrap{
width: 100%;
aspect-ratio: 16 / 10;                  /* 高さは比率で自動計算 */
background-image:url("../images/mv_bg.png");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;

}
.mv_view{
width:70%;
text-align:center;
margin:0 auto 0 auto;
padding:18% 0 0 0;
box-sizing: border-box;
}
.mv_view-01{

width:100%;
margin:0px auto;
padding: 0 0 10% 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:20px 0 ;
}

.mv_low{
width:100%;
height: 250px;
padding:0px 0 ;
}
.mv_low img{
width:100%;
height: 250px;
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:58px;
line-height:1.7;
text-align:center;
color: #000;
}
.title_text_c p{
font-weight:600;
letter-spacing:2px;
font-size:20px;
line-height:20px;
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:2px;
font-size:38px;
line-height:1.7;
text-align:center;
color: #000;
}

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



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

.title_text_x{
width: 100%;
padding: 0px 0 0 0;
text-align:center;
}
.title_text_x h2 {
text-transform: uppercase;
font-family: "Oswald", sans-serif;
font-weight:700;
letter-spacing:2px;
font-size:28px;
line-height:1.7;
text-align:center;
color: #000;
}

/* ---t_cv---*/


.btn_cv{
margin:40px auto 0px auto;
}
.btn_cv a{
width:60%;
min-width: 900px;
background-color: #00c300;
border-bottom: 10px solid #009000;
border-radius: 10px;
text-align: center;
margin:0px auto 0px auto;
padding:50px 50px 40px 50px;
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: left;
font-size: 18px;
line-height: 1.5;
letter-spacing: 2px;
}
.cv_btn_h3{
color:#fff;
text-align: left;
font-size: 52px;
line-height: 1.5;
font-weight: 600;
letter-spacing: 2px;
}


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


 

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

.t_one_box{
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
width:100%;
margin:40px auto 0px auto;
}
.t_one_box div{
width: 23%;
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: 20px;
font-weight: 600;
line-height: 1.5;
padding: 10px 0 20px 0;
text-align: center;
}

.t_one_text{
font-size: 18px;
text-align: center;
}

/* ---carousel---*/

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

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

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

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

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


/* ---t_two---*/

.t_two{
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
max-width:1100px;
padding:50px 0px 0px 0px;
margin:0 auto;
position: relative;
}

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


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

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



.t_two_in01 p{
font-size: 18px;
line-height:1.7;
text-align: left;
margin:15px 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%;
max-width:1100px;
padding:0px 0px 0px 0px;
margin:40px auto 0px auto;
display:flex;
align-items:top;
justify-content:space-between;
flex-wrap: wrap;
}
.t_three div{
background-color: #f6f6f5;
width:48%;
padding: 40px;
box-sizing: border-box;
margin:0px 0 4% 0px;
}
.t_three div h3{
text-align:center;
letter-spacing:2px;
font-size:24px;
line-height:1.5;
color:#000;
font-weight:500;
}
.t_three div img{width:100%;margin:0 auto;}

.t_three_text{
width:100%;
max-width:1100px;
text-align: center;
margin:0px auto 0 auto;
font-size:18px;
}


/* ---t_four---*/
.t_four{
width:100%;
max-width:1100px;
display:flex;
align-items:top;
justify-content:space-between;
padding:40px 0px 0px 0px;
margin:0 auto;

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

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

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

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

.t_four_map{
width:100%;
max-width:1100px;
padding:60px 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:48px;
line-height:1.5;
text-align:center;
color: #000;
padding:20px 0px 20px 0px;
}


/* ---t_five---*/
.t_five{
width:100%;
max-width:1100px;
padding:20px 0px 0px 0px;
margin:0 auto;
list-style:none;
}
.t_five li{
padding:30px 0px 0px 0px;
}
.t_five li:last-child{
border-bottom:none;
}

.t_five_title{
display:flex;
align-items:top;
padding:20px;
background-color:#fff;
}

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

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

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


/* ---t_six---*/
.t_six{
width:100%;
max-width:1100px;
padding:0px 0px 0px 0px;
margin:0 auto;
list-style:none;
}
.t_six_in{
display:flex;
align-items:top;
justify-content:space-between;
}
.t_six_box{
width: 31%;
padding:0;
margin:30px 0px 30px 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:70px;
margin: 0 auto;
}
.t_six_box_in_in h3{
font-size:24px;
line-height: 1.5;
letter-spacing: 2px;
font-weight:600;
text-align: center;
margin:20px 0px 0px 0px;
}


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


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

.pp ul{
padding:0px 0px 20px 0px ;
}
.pp ul li{
font-weight: 500;
font-size:16px;
line-height:2;
padding:0px 0px 0px 0px ;
}

/* ---service---*/
.service{
width:100%;
max-width:900px;
padding:20px 0px 30px 0px;
margin:0 auto;
list-style:none;
}
.service li{
padding:30px 0px 30px 0px;
}
.service li:last-child{
border-bottom:none;
}
.service li h3{
font-size:20px;
line-height:20px;
color:#000;
font-weight:500;
text-align:left;
font-weight:500;
padding: 0 0 15px 0;
}
.service li p{
letter-spacing:1px;
font-size:16px;
text-align:left;
background-color: #f2f2f2;
border-radius:10px;
padding: 30px;
color:#000;
}


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

.company th{
border: 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{
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 30px 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:70px 0 ;
}
.f_c_navi{
font-size:16px;
line-height: 1.5;
color:#000;
font-weight:500;
margin:0px auto;
}
.f_c_navi a{
margin: 0 7px;
}


.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:14px;
color:#000;
font-weight:500;
margin:0px 0;
}


    #pageTop {
	position:fixed;
	bottom:50px;
	right:50px;
	width:70px;	
	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: 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;}




.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%;
max-width:900px;
padding:30px 0px 0px 0px;
margin:0 auto;
}
.contact_top_text{
text-align: center;
padding: 20px 0 10px 0;
}

.contact_box h3{
background-color: #edce6a;
color:#000;
text-align: center;
padding: 10px;
font-size: 24px;
font-weight: 500;
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 {
border: 1px solid #edce6a;
width: 100%;
border-collapse:collapse;
border-spacing:0;
margin:0px auto 0 auto;
}
.contact_box th {
font-weight:400;
padding:15px;
font-weight: 600;
border-bottom:1px solid #edce6a;
border-right:1px solid #edce6a;
width: 30%;
text-align: right;
vertical-align:middle;
}
.contact_box th span{
color:#fff;
background-color: red;
font-size:13px;
line-height: 13px;
display: inline-block;
border-radius: 2px;
padding: 5px 10px;
margin: 0 0 0 10px;
}
.contact_th_sub{
font-size:13px;
}
.contact_box td  {
padding:15px;
border-bottom:1px solid #edce6a;
text-align: left;
vertical-align:middle;
}
.contact_box td p{padding:10px 0px 5px 0px;}

.contact_box dl{
width: 100%;
display: flex;
align-items:center;
border-bottom:1px solid #edce6a;
}
.contact_dl_last{
border-bottom:none !important;
}
.contact_box dt{
width: 30%;
padding: 12px 5px;
font-weight: 600;
}
.contact_box dd{
width: 65%;
padding: 12px 5px;
font-weight: 600;
}
.contact_box dd input{margin:0 10px 0 0;}

.form_01{
border:0;
padding:10px;
font-size:16px;
border:1px solid #edce6a;
margin:0 0 0px;
width: calc(100% - 20px);
}
.form_02{
border:0;
padding:10px;
font-size:16px;
border:1px solid #edce6a;
margin:0 0 0px;
width: calc(50% - 20px);
}
.form_03{
border:0;
padding:10px;
font-size:16px;
border:1px solid #edce6a;
margin:0 0 0px;
width: calc(100% - 20px);
height:250px;
resize: vertical;
}
.form_04{
border:0;
padding:10px;
font-size:16px;
border:1px solid #edce6a;
margin:0 0 0px;
width: calc(50% - 20px);
display:inline-block;
}
.form_05{
border:0;
padding:10px;
font-size:16px;
border:1px solid #edce6a;
margin:0 0 0px;
width: calc(80% - 20px);
display:inline-block;
}
.form_01:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_02:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_03:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_04:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
.form_05:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #bb1005;
}
input.btn_f1{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:15px;
	margin: 0px 10px;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #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;
	cursor:pointer ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#cc0000;
	border: 3px solid #cc0000;
}
input.btn_f2{
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:15px;
	margin: 0px 10px;
	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;
}
.btn_f3{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	font-weight:600;
	width: 250px;
	text-align: center;
	display: block;
	padding:10px;
	margin: 0px 10px;
	border-radius:5px;
	background-color:#bb1005;
	border: 3px solid #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;
	cursor:pointer ; 
	}
.btn_f3:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#cc0000;
	border: 3px solid #cc0000;
    
}

.form_btn_area{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 40px 0px 0px 0px;
}

/* ---コンテンツ表示アニメーション---*/
.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%;
max-width:1100px;
padding:50px 0px 0px 0px;
margin:0 auto;
position: relative;
}
.low_box{
padding:50px 0px 100px 0px;
}
.low_box02{
padding:0px 0px 100px 0px;
}


.store_box01{
display:flex;
align-items:center;
justify-content:center;
flex-wrap: wrap;
width: 100%;
margin:10px 0 ;
}

.store_box01 div{
background-color: #cc0000;
color:#fff;
border-radius: 100px;
padding: 10px 50px;
margin: 0 10px;
font-size: 18px;
font-weight: 500;
}
.store_box01 p{
text-align: center;
margin: 20px 0px;
}

.store_box02{
width: 100%;
}
.store_box02_in{
display:flex;
justify-content:space-between;
align-items:stretch; 
background-color: #eee;
margin: 0 0 30px 0;
flex:1 1 auto;
position: relative;
}

.store_box02_step{
position: absolute;
width: 11%;
top:-5%;
left:-2.5%;
}
.store_box02_step img{width:100%;}


.store_box02_view{
position:relative;
width:30%;
overflow:hidden;
}
.store_box02_view img{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center; 
}

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


.first_box01{
display:flex;
align-items:center;
justify-content:space-between;
}
.first_box01 div{width: 33%;}
.first_box01 div img{width:90%;margin: 0 auto;}
.first_box01 div p{text-align: center;line-height: 1.6;font-size:18px;}
.first_box01 div p span{
display: inline-block;
margin: 0 5px;
color:#cc0000;
font-size:32px;
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: 31%;margin: 0 0 3.5% 0; background-color: #eee;}

.first_box02_icon{
position: absolute;
top:5%;
left:5%;
width: 22%;
}
.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:20px;font-weight: 600;}
.first_box02_text p span{
display: inline-block;
margin: 0 2px;
color:#cc0000;
line-height: 1.4;font-size:20px;font-weight: 600;
}

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

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


.first_box03_in{
background-color: #f6f6f5;
width:24%;
padding: 40px;
box-sizing: border-box;
margin:0px 0 1% 0px;
}
.first_box03_view{width:80%;margin:0 auto;}
.first_box03_view img{height:100px;}

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

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

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


.first_box04{
width: 100%;
}
.first_box04_in{
display:flex;
justify-content:space-between;
align-items:stretch; 
background-color: #eee;
margin: 0 0 30px 0;
flex:1 1 auto;
}
.first_box04_view{
position:relative;
width:30%;
overflow:hidden;
}
.first_box04_view img{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
object-position:center; 
}

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