@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
}
body{
	width: 100%;
	color: #000;
	font-family: Arial,Helvetica,"Helvetica Neue","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
h1,h2,h3,h4,h5,h6,.btn,.title-company{
	font-family: "Times New Roman",Century,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper{
	position: relative;
	border-bottom: solid 1px #eee;
}
.wrapper::before{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  height: 100vh;
	background: url(bg-contents.jpg) no-repeat center top;
	background-size: cover;
	content: "";
	z-index: -1;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv-area
----------------------------------------*/
.mv-area{
	position: relative;
  max-width: 1200px;
  margin: 0 auto;
	padding: 10px 0 45px;
}
.mv-area .inner::before{
	position: absolute;
	top: 10px;
  right: 0;
	width: 43%;
  height: 100%;
  background: url(bg-mv.png) no-repeat center top;
  background-size: cover;
  content: "";
}
.mv-area .inner{
	padding: 0 3%;
}

@media screen and (max-width: 767px){
	.mv-area{
		padding: 10px 0 20px;
	}
	.mv-area .inner::before{
		top: 0;
		background: #fff url(bg-mv.png) no-repeat center top;
		background-size: 100%;
	}
}


/* header
----------------------------------------*/
.header{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 10;
}
.header-logo{
	width: 13%;
}
.header-btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-btn-application{
	margin-right: 10px;
}
.header-btn-application a{
	position: relative;
	display: block;
	padding: 0.6em 2.5em 0.6em 1em;
	background-color: #00a040;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.header-btn-application a::before{
	position: absolute;
	top: calc(50% - 5px);
	right: 1em;
	width: 20px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
	content: "";
  transform: skew(45deg);
}
.header-btn-application a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.header-logo{
		width: 30%;
		margin: 20px auto 0;
		order: 2;
	}
	.header-btn{
		width: 100%;
	}
	.header-btn-application{
		width: 100%;
		margin: 10px auto 0;
		order: 2;
	}
	.header-btn-application a{
		padding: 1.2em 2.5em 1.2em 1em;
	  font-size: 1.4rem;
	}
}


/* header-btn-language
----------------------------------------*/
.header-btn-language{
	display: flex;
}
.header-btn-language li + li{
	margin-left: 5px;
}
.header-btn-language a,
.header-btn-language span{
	position: relative;
	display: block;
	min-width: 100px;
	padding: 0.6em;
	border: solid 1px #000;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}
.header-btn-language a{
	background-color: #fff;
	color: #000; 
	text-decoration: none;
	transition: 0.5s;
}
.header-btn-language a:hover{
	background-color: #000;
	color: #fff; 
}
.header-btn-language span{
	background-color: #000;
	color: #fff; 
}

@media screen and (max-width: 767px){
	.header-btn-language{
		justify-content: flex-end;
	  width: 100%;
	}
	.header-btn-language a,
	.header-btn-language span{
		font-size: 1.4rem;
	}
}


/* btn-application
----------------------------------------*/
.btn-application{
	max-width: 700px;
	margin: 60px auto 0;
}
.btn-application a{
	position: relative;
	display: block;
	padding: 0.6em 0.5em;
	background-color: #00a040;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.btn-application a::before{
	position: absolute;
	top: calc(50% - 10px);
	right: 0.6em;
	width: 40px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
	content: "";
  transform: skew(45deg);
}
.btn-application a:hover{
	opacity: 0.8;
}
.btn-application .inner{
	padding: 0 5%;
}

@media screen and (max-width: 767px){
	.btn-application{
		margin: 40px auto 0;
	}
	.btn-application a{
		padding: 0.8em 0.5em;
		font-size: 2.5rem;
	}
	.btn-application a::before{
		width: 30px;
	  height: 9px;
	}
}


/* contents
----------------------------------------*/
.contents{
	padding: 80px 5%;
	background-color: #f7f7f7;
}
.contents .inner{
	max-width: 800px;
	margin: 0 auto;
}
.section + .section{
	margin-top: 60px;
}
.section-heading{
	margin-bottom: 40px;
  padding-bottom: 25px;
	border-bottom: solid 1px #ccc;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.section > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.section p .name,
.section p.question{
	font-weight: 700;
}
.section ul,
.section ol{
	margin: 0 0 1em 1em;
}
.section ul li,
.section ol li{
	padding-left: 1em;
	font-size: 1.6rem;
	line-height: 2;
	text-indent: -1em;
}

@media screen and (max-width: 767px){
	.contents{
		padding: 50px 5%;
	}
	.section-heading{
		margin-bottom: 35px;
    padding-bottom: 20px;
		font-size: 2.2rem;
	}
	.section > p{
		font-size: 1.5rem;
	}
	.section ul li,
	.section ol li{
		font-size: 1.5rem;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 80px 5%;
}
.contact .inner{
	max-width: 800px;
	margin: 0 auto;
}
.contact-heading{
	position: relative;
	margin-bottom: 45px;
	padding-left: 70px;
	font-size: 3.0rem;
	font-weight: 500;
}
.contact-heading::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #000;
	content: "";
}
.contact-company{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.contact-logo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 66.25%;
	margin: 30px auto;
}
.contact-logo li:nth-of-type(1){
	width: 56.60377358490566%;
}
.contact-logo li:nth-of-type(2){
	width: 33.9622641509434%;
}
.contact-logo li a{
	transition: 0.5s;
}
.contact-logo li a:hover{
	opacity: 0.8;
}
.contact-date{
	display: flex;
	flex-wrap: wrap;
}
.contact-date dt,
.contact-date dd{
	display: flex;
  align-items: center;
}
.contact-date dt{
	min-width: 180px;
	padding: 30px;
	background-color: #666;
	color: #fff;
	font-size: 2.0rem;
}
.contact-date dd{
	width: calc(100% - 180px);
  padding: 5px 0 5px 30px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.contact-date dt:nth-of-type(n+2),
.contact-date dd:nth-of-type(n+2){
	border-top: solid 1px #ccc;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 50px 5%;
	}
	.contact-heading{
		margin-bottom: 35px;
		padding-left: 50px;
		font-size: 2.6rem;
	}
	.contact-heading::before{
		width: 30px;
	}
	.contact-company{
		font-size: 2.0rem;
	}
	.contact-logo{
		width: 100%;
		margin: 15px auto;
	}
	.contact-date dt{
		width: 100%;
		padding: 15px;
		font-size: 1.8rem;
	}
	.contact-date dd{
		width: 100%;
		padding: 15px;
		font-size: 1.6rem;
	}
	.contact-date dt:nth-of-type(n+2),
	.contact-date dd:nth-of-type(n+2){
		border-top: none;
	}
}


/* nav-top
----------------------------------------*/
.nav-top{
	position: relative;
	padding: 0 3%;
	background: #000;
	z-index: 100;
}
.nav-top .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.625em 0;
}
.nav-top-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-top-list li{
	position: relative;
	width: calc(100% / 6);
}
.nav-top-list li::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	content: "";
}
.nav-top-list li:nth-of-type(1)::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	content: "";
}
.nav-top-list li a{
	display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
  height: 100%;
	padding: 0.625em 0.5em;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.nav-top-list li a:hover{
	opacity: 0.8;
}
.nav-top-list li span{
	display: inline-block;
}

@media screen and (max-width: 767px){
	.nav-top-list li{
		width: 18.75%;
	}
	.nav-top-list li:nth-of-type(1){
		width: 100%;
		margin-bottom: 10px;
		border-bottom: solid 1px #fff;
	}
	.nav-top-list li:nth-of-type(1)::before,
	.nav-top-list li:nth-of-type(1)::after,
	.nav-top-list li:last-of-type::before{
		content: none;
	}
	.nav-top-list li:nth-of-type(6){
		width: 25%;
	}
	.nav-top-list li a{
		font-size: 1.2rem;
	}
	.nav-top-list li:nth-of-type(1) a{
		padding: 0 0.5em 0.625em;
	}
}


/* nav-bottom
----------------------------------------*/
.nav-bottom{
	padding: 40px 5%;
	background-color: #000;
}
.nav-bottom .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.nav-bottom-list{
	display: flex;
	flex-wrap: wrap;
}
.nav-bottom-list li{
	width: 48%;
	padding: 15px 0 15px 20px;
	border-left: solid 1px #00a040;
}
.nav-bottom-list li:nth-child(n+3){
	margin-top: 20px;
}
.nav-bottom-list li:nth-child(odd){
	margin-right: 3%;
}
.nav-bottom-list li a{
	display: block;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}
.nav-bottom-list li a:hover{
	opacity: 0.8;
}
.nav-bottom-list li span{
	display: block;
}
.nav-bottom-list .company{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.nav-bottom-list .title{
	margin-top: 0.3em;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width: 767px){
	.nav-bottom{
		padding: 30px 5%;
	}
	.nav-bottom-list li{
		width: 100%;
		padding: 10px 0 10px 15px;
	}
	.nav-bottom-list li:nth-child(2n+1){
		margin-right: 0;
	}
	.nav-bottom-list li:nth-child(n+2){
		margin-top: 20px;
	}
	.nav-bottom-list .company{
		font-size: 1.8rem;
	}
	.nav-bottom-list .title{
		font-size: 1.5rem;
	}
}


/* back-btn
----------------------------------------*/
.back-btn{
	max-width: 300px;
	margin: 30px auto 0;
}
.back-btn a{
	position: relative;
	display: block;
  padding: 15px;
  background-color: #000;
  border: solid 1px #fff;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.back-btn a::before{
	position: absolute;
	top: calc(50% - 8px);
	right: 0.75em;
	width: 30px;
  height: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
	content: "";
  transform: skew(45deg);
}
.back-btn a:hover{
	background-color: #fff;
	color: #000;
}
.back-btn a:hover::before{
	border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px){
	.back-btn{
		max-width: 70%;
	}
	.back-btn a{
		font-size: 1.6rem;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 2em;
	right: 2em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* footer
----------------------------------------*/
.footer-bottom{
	background: #fff;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}