@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  text-decoration: none;
  list-style: none;
  webkit-transform:translateZ(0);
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
}

body{
	color:#666;
	line-height: 1.5;
}

p{
	font-size:16px;
	line-height: 1.9;
	letter-spacing: 2px;
}

a{
	color:#666;
}

a:hover{
	text-decoration: none;
}

.wrapper{
	max-width: 1020px;
	padding:20px;
	box-sizing: border-box;
	margin:0 auto;
}

.pc{display: block;}
.sp{display: none;}

.contents{
	padding-top:81px;
}

/*header*/
.header_wrapper{
	box-sizing: border-box;
	padding:8px 20px;
	position: fixed;
	z-index: 9500;
	width:100%;
	background-color:#fff;
	margin:0 auto;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}

.header_wrapper nav{
	max-width: 980px;
	box-sizing: border-box;
	margin:0 auto;
}

.header_btn{
	display: block;
    background: #8f0000;
    border: 3px double #fff !important;
    text-align: center;
    padding: 8px 10px !important;
    color: #fff !important;
    font-weight: bold;
    transition: .5s;
    letter-spacing: 1.5px;
	text-decoration: none !important;
}

.header_btn:hover {
    background-color: #C30E11;
}

/*メインビジュアル*/
#main_vd{
	padding-top: 37%;
	background-image: url("../images/main_vd_ap.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	max-height: 600px;
}

.heading{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:13%;
	margin:auto;
	font-size:29px;
	letter-spacing: 1.8px;
	color:#fff;
	text-shadow: 0 2px 10px rgba(14,1,1,0.5);
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
}

/*検索*/
input[type=text],
select {
    box-sizing: border-box;
    text-transform: none;
    text-indent: 0;
    font-weight: 700;
    vertical-align: middle;
    line-height: 20px;
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px
}

input[type=text],
select {
    background: #fff;
    border: 1px solid #ccc;
}

#search{
	margin-top:21px;
	padding:0 50px;
	box-sizing: border-box;
	z-index:999;
}

.form_area {
  position: relative;
}

.search_wrapper{
  display: flex;
  justify-content: space-between;
  width:100%;
  margin: 0 auto;
  max-width:800px;
  position: relative;
  background:rgba(255,255,255,0.8);
}

.search_left {
  width: 48%;;
}

.search_right {
  width: 48%;
}
.allsearch{
  position: relative;
  box-sizing: border-box;
  background: #8f0000;
  border:3px double #fff;
  font-size: 16px;
  text-align: center;
  top: 21px;
  left: 0;
  padding:11px 12px;
  color:#fff;
  font-weight: bold;
  z-index: 980;
  width: 100%;
  transition: .5s;
  letter-spacing: 2px;
}

.allsearch:hover{
	background-color:#C30E11;
}

.area{
  position: absolute;
  box-sizing: border-box;
  background: #666;
  font-size: 13px;
  text-align: center;
  top:22px;
  left:0;
  border: 0 !important;
  padding:16px 7px 17px;
  color:#fff;
  font-weight: bold;
  z-index: 1000;
}

#search form{
  padding:20px 0px 20px;
  position: relative;
  z-index: 999;
}

#search .site{
  position: relative;
  top:2px;
  left: 10px;
  width: calc(100% - 128px);
  margin: auto;
  z-index: 1001;
}
#search .free{
	position: absolute;
	left:391px;
	width:32%;}

#search .free>div{
	position: relative;
}

#search .search_btn{
	position: absolute;
	top:21px;
	right: 0;
}

#search .submit{
	position: relative;
	background: #8f0000;
	border: 3px double #fff;
	padding:11px 12px;
	color:#fff;
	cursor: pointer;
	z-index: 1002;
}

#search .submit:hover{
	background-color:#C30E11;
}

#search .submit img{
	width:26px;
}

/*事業概要*/
#company{
	text-align: center;
	margin-top:15px;
}

#company h2{
	margin-bottom:10px;
	font-size:39px;
	letter-spacing: 3px;
	margin:30px auto 20px;
	font-family:
}

#company p{
	font-size:21px;
	letter-spacing: 2px;
	margin:10px auto 50px;
	font-family:
}

.company_image{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}

.company_image div{
	width:48.7%;
}

.company_image img{
	width:100%;
}

/*インタビュー*/

#interview{
	margin-top:50px;
}

#interview h2{
	display: block;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:60px;
}

#interview h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 45px);
  width: 90px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

.people{
	display: flex;
	justify-content: space-between;
}

.margin-bottom{
	margin-bottom:65px;
}

.profile{
	width:32%;
	min-width: 300px;
	margin-right: 20px;
}

.profile img{
	width:100%;
	margin-bottom:10px;
}

.voice{
	width:62%;
}

.voice h3{
	font-size:25px;
	letter-spacing: 2.8px;
	margin-bottom:10px;
}

.position{
	display: inline-block;
	font-size: 13px;
	border: 1px solid #666;
	padding:2px 10px;
	margin-bottom:8px;
	min-width:80px;
	text-align: center;
}

.name{
	font-size:13px;
}

.name span{
	margin-left:10px;
}

/*動画*/
.cont_title {
  margin-bottom: 50px;
  text-align: center;
}
.cont_title h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.cont_title hr {
  width: 90px;
  margin: 10px auto 0;
  border: 0;
  border-top: 5px solid #666;
  border-radius: 50px;
}

/* standard_movie1 */
  .standard_movie1 {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 0;
}
.standard_movie1_inner_main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.standard_movie1_inner_main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*会社情報*/
#info{
	margin-top:50px;

}

#info h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
}

#info h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

#info li{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding:15px 50px;
	letter-spacing: 2px;
}

#info li:nth-child(odd){
	background-color: #E7E7E7;
}

#info li div:nth-of-type(1){
	width:25%;
}

#info li div:nth-of-type(2){
	width:75%;
}

/*地図*/
#map{
	margin-top:30px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 33.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*エントリーボタン*/

#button{
	margin:40px auto;
	letter-spacing: 2px;
}

#button .wrapper{
	text-align: center;
	width: calc(100% - 100px);
	max-width: 776px;
}

.btn{
	display: inline-block;
	color:#fff;
	font-weight:bold;
	background-color:#8f0000;
	border:3px double #fff;
	padding: 11px 12px;
	width:48%;
	text-align: center;
	transition: .5s;
}

.btn:hover{
	background-color:#C30E11;
}

/*フッター*/
.footer_wrapper{
	width:100%;
	background-image: url("../images/main_vd_ap.png");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size:10px;
	color:#fff;
	padding:20px;
	box-sizing: border-box;
}
.copyright{
	text-align: center;
}

@media screen and (min-width:1024px) {

.header_wrapper{
	padding:8px 0;
	}

.header_wrapper nav{
	max-width: 100%;
	position: relative;
	padding:0;
	margin:0;
	width:100%;
}

#logo{
	position: absolute;
	left:9%;
  top:0;
}

.heading{
	left:9%;
}
}

@media screen and (max-width:1024px) {
#main_vd{
	padding-top: 50%;
}
}

@media screen and (max-width:850px) {
#main_vd{
	padding-top: 61%;
}
}

@media screen and (max-width:750px) {

.pc{display: none;}
.sp{display: block;}

/*header*/
.header_wrapper{
	padding:8px 0px;
}

  .search_wrapper {
    flex-direction: column;
  }
  .search_left {
    width: 100%;;
  }

  .search_right {
    width: 100%;
  }

  #search form {
    padding: 20px 0px 0px;
    position: relative;
    z-index: 999;}

/*mainVD*/
#main_vd{
	height: 450px;
	padding-top: 0;
	background-image: url("../images/main_vd_sp_ap.png");
	background-position: center;
	background-size: 1220px;
}

.heading{
	font-size:25px;
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
}

/*検索*/
#search{
	margin-top:10px;
	padding:0 50px;
}

/*事業概要*/

#company h2{
	font-size:35px;
	margin:40px auto 20px;
}

#company p{
	font-size:17px;
	margin:10px auto 40px;
}

.company_image{
	flex-direction: column;
	margin-bottom:10px;
}

.company_image div{
	width:100%;
}

.company_image div:nth-of-type(1){
	margin-bottom:20px;
}


/*インタビュー*/

#interview{
	margin-top:15px;
}

#interview h2{
	display: block;;
	font-size: 26px;
	margin-bottom:50px;
}

.people{
	display: flex;
	flex-direction: column;
}

.profile{
	width:100%;
	min-width: 200px;
	margin-right: 0px;
	margin-bottom:20px;
}

.profile img{
	margin-bottom:15px;
}

.voice{
	width:100%;
}

.voice h3{
	font-size:20px;
	}

.position{
	font-size: 15px;
}

.name{
	font-size:15px;
}

#info{
	margin-top:30px;
}

#info h2{
	font-size:26px;
}

.gmap {
padding-bottom: 40.25%;
}

#button .wrapper{
	width: calc(100% - 66px);
}

.btn{
	width:100%;
	padding-left:0;
	padding-right:0;
}

}

@media screen and (max-width:600px) {

.contents{
	padding-top:62px;
}


header img{
	width:70%;
	max-width:120px;
	}

.heading{
	font-size: 4.8vw;
	text-align: center;
	width:100%;
	left: 0;
	right:0;
	}

.heading h1{
	display: inline-block;
	}

/*会社情報*/
#info .wrapper{
	padding:0;
}

#info li{
	padding:15px 20px;
}

#info li div:nth-of-type(1){
	width:25%;
	min-width:100px;
}

#info li div:nth-of-type(2){
	width:72%;
}

.gmap {
padding-bottom: 48.25%;
}
}

@media screen and (max-width:500px) {

.contents{
	padding-top:58px;
}

#search{
padding:0 10px;
}


#search .site{
  left: 12px;
  width: calc(100% - 134px);
  margin: auto;
  z-index: 1001;
}

.gmap {
padding-bottom: 55.25%;
}

#button .wrapper{
	width:100%;
	padding:0 10px;
}
.btn{
	width:100%;
	box-sizing: border-box;
}
}
