

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#333333;
     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 {
-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 ; 
color:#333;
text-decoration:none;
}
a:hover, a:focus {
text-decoration: none;
color:red;
}

li{list-style:none;}

.bg_f4f4f4{
background-color: #f4f4f4;
}
.bg_view{
width:100%;
max-width:2560px;
background-image:url("../images/bg_view.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}

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

.text_bold{
font-weight: 600;
}
.text_red{
color:#d70f28;
}
.text_bg_bule{
background-color: #deecf6;
}


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

#header {
width:100%;
max-width:2560px;
margin:0 auto;
overflow:hidden;
}
.header_in{
width:100%;
max-width:2560px;
margin: 0px auto;
padding:0px 0px 0px 0px;
}

.header_top{
display:flex;
justify-content:space-between;
align-items:center;
	width:100%;
	min-width:980px;
	margin: 0px auto 0px auto;
}

#header_low {
width:100%;
max-width:2560px;
margin:0 auto;
overflow:hidden;
}
.header_in_low{
position:relative;
width:100%;
max-width:2560px;
margin: 0px auto;
padding:0px 0px 0px 0px;
}

/* サイトロゴ */
.h_logo{
display:flex;
align-items:center;
text-align:left;
margin:0px;
padding:0px 0px;
}
.h_logo a{
margin: 0px;
}
.h_logo img{
width:350px;
margin: 0px 0px 0px 0px;
}
.h_logo h1{
font-size:14px;
color:#fff;
font-weight:normal;
}

.h_links{
padding: 20px 20px 10px 20px;
}

.h_links_top{
display:flex;
flex-direction:row-reverse;
padding: 0 20px 0 0 ;
}
.banner_list{
display:flex;
align-items:center;
}
.banner_item{width: 100px;margin: 0 0 0 10px;}
.banner_item img{width: 100px;}
.banner_item 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;
cursor:pointer ; 
}
.banner_item a:hover{
opacity: 0.5;
}



.h_links_bottom{
display:flex;
flex-direction:row-reverse;
padding: 0 0 0 0 ;
}
.nav_list{
display:flex;
}
.nav_item{
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  font-size:12px;
  font-weight: 600;
  line-height: 1.5;
}
.nav_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  background: #333;
  transform: translateY(-50%) rotate(20deg);
}


.s-fade-wrap{
width:100%;
max-width:2560px;
background-image:url("../images/mv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}
.mv_view{
margin: 0 auto;
width:80%;
max-width:2560px;
padding: 100px 0;
}
.mv_view_top_text{text-align: center;}
.mv_view_top_text h1{
color:#000;
font-size: 32px;
font-weight: 600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.mv_view_top_text h1 span{
font-size: 42px;
}

.mv_view_top_text p{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin: 0 auto;
color:#000;
font-style: italic;
font-size: 24px;
font-weight: 500;
}
.mv_view_top_text p::before,
.mv_view_top_text p::after {
  content: "";
  width: 80px; /* ←ここで長さ固定 */
  height: 1px;
  background: #333;
}
.mv_view_top_text p::before {
  margin-right: 16px;
}
.mv_view_top_text p::after {
  margin-left: 16px;
}

.mv_view_bottom_text{
  background: rgba(255, 255, 255, 0.6);
  padding: 45px;
  margin: 70px 0 0 0;
  display: inline-block;
border-radius: 5px;
  position: relative;
}

.mv_view_bottom_text01{
font-size: 20px;
color:#b6122c;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.mv_view_bottom_text02{
font-size: 16px;
font-weight: 500;
margin: 30px 0 0 0;
}
.mv_view_bottom_view01{
width:12.5%;
position: absolute;
top:0;
right:-20px;
}
.mv_view_bottom_view01 img{width:100%;}
.mv_view_bottom_view02{
width:12.5%;
position: absolute;
bottom:0;
left:-20px;
}
.mv_view_bottom_view02 img{width:100%;}


/* ---title---*/

.title-wrap {
  text-align: center;
}
.title-bg-fade {
font-size: 32px;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
margin: 0 auto;
display:block;
padding: 18px 40px;
color: #000;
text-align: center;
background: linear-gradient(
to right,
transparent 0%,
#feeceb 45%,
#feeceb 55%,
transparent 100%
);
}

.title_text_c{
text-align: center;
}
.title_text_c p{
color: #000;
font-weight: 600;
font-size: 18px;
line-height: 18px;
margin: 0 0 0 0;
}
.title_text_c h2{
font-size: 42px;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
margin: 0 auto;
display:block;
padding:0px;
color: #000;
text-align: center;
}

/* ---t_one---*/
.t_one01{
max-width:1100px;
display:flex;
justify-content:space-between;
margin:70px auto 0px auto;
}
.t_one01_in01{width:45%;margin:0px 0 0 0;}
.t_one01_in01 p{
font-weight:400;
font-size:16px;
line-height:1.7;
margin:0px 0 30px 0;
}
.t_one01_in01 p span{font-size:16px;}


.t_one01_in02{width:50%;margin:0px 0 0 0;}
.t_one01_in02 img{
max-width:100%;
}
.t_one02{
max-width:1100px;
margin:0px auto 0px auto;
}
.t_one02 p{
font-weight:400;
font-size:16px;
line-height:1.7;
margin:0px 0 30px 0;
}


/* ---t_two---*/
.t_two{
max-width:1100px;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
padding:40px 0px 0px 0px;
margin:0 auto;
}

.t_two img{
width: 31%;
margin: 0 0 3.5% 0;
}


/* ---t_three---*/
.t_three{
max-width:1100px;
margin:0px auto 0px auto;
}

.t_three_box{
background: rgba(255, 255, 255, 0.8);
padding: 45px;
display:flex;
justify-content:space-between;
align-items:center;
margin:25px auto;
border-radius: 5px;
}
.t_three_box_view{width:20%;}
.t_three_box_view img{
width:70%;
margin: 0;
}
.t_three_box_text{width:80%;}

.t_three_box_text h3{
font-size: 26px;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
margin: 0 auto;
display:block;
padding:0px;
color: #b6122c;
}
.t_three_box_text p{margin:20px auto 0px auto;}

/* ---t_four---*/
.t_four{
max-width:1100px;
margin:0px auto 0px auto;
text-align:center;
display:flex;
justify-content:space-between;
align-items:center;
}

.t_four_view{width:31%;}
.t_four_view a{
display: block;
padding:40px;
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #ddd;
-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;
}
.t_four_view img{width:100%;}
.t_four_view a:hover{
opacity: 0.5;
}



/* ---footer---*/

.footer{
width:100%;
margin:0px auto 0 auto;
text-align:center;
padding:60px 0 60px 0;
}
.footer_in{
width:1100px;
margin:0 auto;
padding:0;
}

.f_logo{width: 25%;margin: 0 auto;}
.f_logo img{width: 100%;}

.f_copy{text-align:center;;padding:20px 0 0px 0;}
.f_copy_in{

}
.copy{
text-align:center;
font-size:12px;
color:#000;
margin:0px 0;
}

    #pageTop {
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;	
    height: 50px;
	margin:0px auto 0px auto;
    background-color: #b6122c;
    border-radius: 5px;
    -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{
    display: block;
    padding: 10px;
    }
    #pageTop a img {
	width:30px;

    }
    #pageTop:hover {
      opacity: 0.7;
    }

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


.low_company{
width:70%;
max-width:1100px;
margin:60px auto 60px auto;
text-align:left;
}

.low_company li{
padding: 30px 0;
display:flex;
align-items:center;
border-bottom: 1px solid #999;
}
.low_company li:last-child{
border-bottom: none;
}

.low_company li h3{
font-size: 16px;
font-weight: 500;
width: 30%;
}
.low_company li p{
width: 65%;
}

