

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#fff;
	text-align:center;
	color:#333333;
	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_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%;
	padding: 40px 0 40px 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%;
margin:0 auto;
background-color: #fff;
}

.header_top{
width:100%;
height:70px;
display:flex;
justify-content:space-between;
align-items:center;
}

#header_low {
width:100%;
margin:0 auto;
}
.header_in_low{
width:100%;
margin: 0px auto;
padding:0px 0px 0px 0px;
}

/* サイトロゴ */
.h_logo{
text-align:left;
height:70px;
margin:0px;
padding:0px 0px;
}
.h_logo a{
margin: 0px;
}
.h_logo img{
height:100%;
margin: 0px 0px 0px 0px;
}


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

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:5px;
  right:5px;
  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: #cc0033;
  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: #feeceb;
  transition: .5s;
}

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

.nav_list li{
border-bottom: dotted 3px #cc0033;
}
.nav_list li a{
color:#111;
font-size:14px;
font-weight: 500;
text-align:left;
margin:0 0 0px 0;
padding:20px 0;
letter-spacing:1px;
display: block;
}
.nav_list li:last-child{border-bottom: none;}


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


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

.mv_view_top_text p{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin: 20px auto 0px auto;
color:#000;
font-style: italic;
font-size: 16px;
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: 20px;
  margin: 40px 0 0 0;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}

.mv_view_bottom_text01{
font-size:16px;
color:#b6122c;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.mv_view_bottom_text02{
text-align: left;
font-size: 12px;
line-height: 1.7;
font-weight: 500;
margin: 15px 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: 18px;
font-weight:600;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
margin: 0 auto;
display:block;
padding: 18px 20px;
color: #000;
text-align: center;
background: linear-gradient(
to right,
transparent 0%,
#feeceb 25%,
#feeceb 75%,
transparent 100%
);
}

.title_text_c{
text-align: center;
}
.title_text_c p{
color: #000;
font-weight: 600;
font-size: 14px;
line-height: 14px;
margin: 0 0 0 0;
}
.title_text_c h2{
font-size: 18px;
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{
margin:30px auto 0px auto;
}
.t_one01_in01{margin:0px 0 0 0;}
.t_one01_in01 p{
font-weight:400;
font-size:14px;
line-height:1.7;
margin:0px 0 15px 0;
}
.t_one01_in01 p span{font-size:14px;}


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


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

.t_two img{
width: 48%;
margin: 0 0 4% 0;
}


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

.t_three_box{
background: rgba(255, 255, 255, 0.8);
padding:25px;
margin:15px auto;
border-radius: 5px;
}
.t_three_box_view{
width:30%;
max-width: 100px;
margin: 0 auto 10px auto;
}
.t_three_box_view img{
width:70%;
margin: 0 auto;
}
.t_three_box_text{width:100%;}

.t_three_box_text h3{
text-align: center;
font-size: 16px;
line-height: 1.5;
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{line-height: 1.7;margin:20px auto 0px auto;}

/* ---t_four---*/
.t_four{
margin:0px auto 0px auto;
text-align:center;
}

.t_four_view{width:100%;}
.t_four_view a{
display: block;
padding:20px 100px;
margin: 0 auto 10px auto;
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%;max-width: 150px;margin: 0 auto;}
.t_four_view a:hover{
opacity: 0.5;
}


/* ---footer---*/

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

.f_logo{max-width: 150px; width: 35%;margin: 0 auto;}
.f_logo img{width: 100%;}

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

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

#pageTop {display: none;}



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

.mt80{margin-top:80px;}


.low_company{
width:100%;
margin:20px auto 20px auto;
text-align:left;
}

.low_company li{
padding: 20px 0;
border-bottom: 1px solid #999;
}
.low_company li:last-child{
border-bottom: none;
}

.low_company li h3{
font-weight: 500;
line-height: 1.5;
margin: 0 0 10px 0;
}
.low_company li p{
line-height: 1.5;
}

