@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:middle;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1024px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.header_in{
	display: flex;
	justify-content: space-between;
	padding: 2vw 2.6vw 0;
}
.header_links ul{
	display: flex;
	align-items: center;
}
.header_links ul li{
	margin-left: 2vw;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.header_links ul li span.en{
	font-size: 14px;
	color: #808080;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
}
.header_links ul li a.tel span{
	font-size: 28px;
	font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";
}
.header_btn{
	position: relative;
}
.header_btn a{
	width: 220px;
  height: 45px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition-duration: 0.2s;
}
.header_btn a:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    background: url(../img/bg.png) left top;
}
.header_btn a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    vertical-align: middle;
}

.header_btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10vw;
    background: #f18a00;
    transition-duration: 0.2s;
    border: 2px solid #000;
}
.header_btn a:hover:before {
    animation: move-stripe1 .4s infinite linear;
}
@keyframes move-stripe1 { 
	0% { background-position: 0 0; }
  100% { background-position: -8px 0; } 
}
#fv{
	height: 49.74vw;
	position: relative;
}
.fv_bg{
	position: absolute;
  top: 0vw;
  right: 0vw;
  width: 67.5vw;
  height: 49.74vw;
  background-image: url(../img/fv-back.png);
  background-size: cover;
}
.fv_txt{
	position: absolute;
	left: 9.375vw;
	top: 10.83vw;
	width: 34.21vw;
}
.fv_btn{
	top: 38.22vw;
	left: 9.375vw;
	width: 26.77vw;
	position: absolute;
}
.fv_btn p{
	margin-top: 20px;
	font-size: 14px;
}
.fv_btn a{
	position: relative;
	padding: 1.8vw;
  display: block;
  box-sizing: border-box;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition-duration: 0.2s;
}
.fv_btn a:hover:before {
    animation: move-stripe1 .4s infinite linear;
}

.fv_btn a:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 10vw;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-transform: translate(0.34722vw, 0.34722vw);
  transform: translate(0.34722vw, 0.34722vw);
  background: url(../img/bg.png) left top;
}
.fv_btn a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
  font-size: 1.38889vw;
  letter-spacing: 0.1em;
  color: #fff;
  vertical-align: middle;
}
.fv_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10vw;
  background: #f7931e;
  transition-duration: 0.2s;
  border: 2px solid #000;
}
.fv_img{
	position: absolute;
	width: 43.38vw;
	top: 8.666vw;
	right: 7.08vw;
}
.logo img{
	width:11.56vw;
}



#concept{
	padding-top: 150px;
	padding-bottom: 90px;
}
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title_txt{
	font-size: 40px;
}
.title_mark{
	margin-bottom: 10px;
}
.concept_in{
	display: flex;
	justify-content: center;
	align-items: center;
}
.concept_img{
	width: 502px;
	text-align: center;
}
.concept_txt{
	width: 480px;
	margin-left: 120px;
	font-size: 18px;
	line-height: 2;
}
.back{
	padding-top: 180px;
	padding-bottom: 272px;
	background: url(../img/back.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}


#point{
	padding-bottom: 200px;
}
.point_subtxt{
	text-align: center;
	margin-bottom: 50px;
}
.point_list{
	margin: 0 auto;
	width: 90%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
}
.point_list li:nth-child(2){
	margin: 0 30px;
}

#contact{
	padding: 160px 0 240px;
	position: relative;
}

.contact_in{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
	background: #f2f2f2;
	border-radius: 20px;
	padding: 60px 0 100px;
	position: relative;
}
.contact_div{
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
}
.contact_div table{
	width: 100%;
}
.contact_div table th{
	width: 300px;
	padding: 17px 0;
	text-align: left;
	font-weight: normal;
}
.contact_div table td{
	padding: 17px 0;
}
.contact_div table td input{
	width: 100%;
	height: 64px;
	border-radius: 5px;
	border: none;
	background: #fff;
	padding: 5px;
}
.contact_div table td select{
	width: 100%;
	height: 64px;
	border-radius: 5px;
	border: none;
	background: #fff;
	padding: 5px;
}
.contact_div table td textarea{
	width: 100%;
	height: 64px;
	border-radius: 5px;
	border: none;
	background: #fff;
	height: 120px;
	padding: 5px;
}
.contact_submit{
	  position: absolute;
    left: 0px;
    right: 0px;
    bottom: -45px;
    text-align: center;
}
.contact_submit button{
    width: 480px;
    height: 90px;
    text-align: center;
    position: relative;
    border: none;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    transition-duration: 0.2s;
}
.contact_submit button:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    background: url(../img/bg.png) left top;
}
.contact_submit button:hover:before {
    animation: move-stripe1 .4s infinite linear;
}
.contact_submit button span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 4px;
    color: #fff;
    vertical-align: middle;
}
.contact_submit button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: #f7931e;
    transition-duration: 0.2s;
    border: 2px solid #000;
}
.contact_submit input.submit_btn{
	width: 300px;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 40px;
	border: 2px solid #000;
	background: #f7931e;
}
.company_info{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.company_info table{
	width: 100%;
}
.company_info th{
	width: 250px;
	padding: 30px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.company_info td{
	padding: 30px 10px;
	border-bottom: 1px dotted #ccc;

}
.company_info tr:last-child th,.company_info tr:last-child td{
	border-bottom: none;
}

.fixed_bottom{
	width: 5.2vw;
	position: fixed;
	right: 60px;
	bottom: 60px;
	z-index: 1;
}
footer{
	padding-top: 200px;
	padding-bottom: 90px;
	text-align: center;
	position: relative;
}
footer:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20.10vw;
	height: 15.625vw;
	background: url(../img/contact-back2.png) no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(../img/contact-back1.png) left top no-repeat;
  background-size: contain;
	width: 20.10vw;
	height: 15.625vw;
  z-index: -1;
}
.copyright{
	margin-top: 70px;
	font-size: 14px;
}

#thanks{
	font-size: 20px;
	padding: 200px 0 0;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.wpcf7-spinner{
	display: none !important;
}