@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;
	scroll-behavior: smooth;
}
body {
	width: 100%;
	color: #000;
	font-family: "游ゴシック","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;
	-webkit-text-size-adjust: 100%;	
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:focus {outline:none;}
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
----------------------------------------*/
.content_wr{
	background: url("bg.jpg")no-repeat top center;
	background-size: 2100px 6797px;
	background-color: #f7f7f7;
	padding-bottom: 60px;
}
.contents{
	padding-bottom: 55px;
}
.contents img{
	width: 100%;
	height: auto;
}
.main{
	max-width: 1000px;
	margin: 40px auto 0;
	padding: 70px 0;
}

@media screen and (max-width: 767px){
	.contents{
		padding-bottom: 30px;
	}
	.main{
		margin: 20px auto 0;
		padding: 50px 0;
	}
}


/* mv
----------------------------------------*/
.mv{
	background: #fff url(bg-mv.jpg) no-repeat right top;
	background-size: cover;
}

.title-inner{
	position: relative;
	width: 100%;
	height: 660px;
	margin: 0 auto;
} 
.h1-bg{
	width:100%; 
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	bottom: 0;
	height: auto;
	transition-duration: 0.2s;
}
.wide{
	margin: 0 auto;
	max-width: 900px;
	padding: 1em;
}
h1{
	width: 90%;
	text-align: left;
}
h1 img.sp,.sp{
	display: none;
}
h1 img{
	width:100%;
	height: auto;
}
.title-caption{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: right;
	text-shadow: #000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px;
	transition-duration: 0.2s;
	padding: 0.5em 0.5em 0;
}

@media screen and (max-width: 768px){
.title-inner{
    height: 500px;
    transition-duration: 0.2s;
}
h1{
	width: 100%;
}	
.title-caption{
    font-size: 1.2rem;
}

}

@media screen and (max-width: 480px){
.mv{
	background: #fff url(bg-mv-sp.jpg) no-repeat center top;
	background-size: cover;
}

.title-caption{
	padding: 10px;
	transition-duration: 1s;
    text-shadow: #000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px,#000 1px 0 10px;
}	
	
h1 img.pc,.pc{
    display: none;
}
h1 img.sp,.sp{
    display: block;
}

}
@media screen and (max-width: 380px){
	.title-inner{
		height: 440px;
	}
	.title-caption{
		top: 1em;
		font-size: 1.0rem;
	}
	
}


/* lead
----------------------------------------*/
.lead{
	padding: 30px 5%;
	background-image: linear-gradient(0deg, #227fc3, #00d4ff);
}
.lead-inner{
	max-width: 900px;
	margin: 0 auto;
}
.lead-inner > .text{
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}

.lead-caption{
	color: #fff;
	margin: 20px 0 0 0;
	bottom: 5px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: left;
}
@media screen and (max-width: 767px){
	.lead{
		padding: 20px;
	}
	.lead-inner > .text{
		width: 100%;
		font-size: 1.6rem;
	}
	.lead-inner > .photo{
		width: 70%;
		margin: 10px auto 0;
	}
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 5%;
}
.section + .section{
	margin-top: 90px;
}
.section-heading{
	margin:0 auto 50px;
	color: #217fc4;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.section-heading::after{
	content: "";
	display: block;
	margin: 0.8em auto 0;
	width:260px;
	border-bottom: 4px solid transparent;
    border-image: url(title-line.png) 30 round;
}
.section > p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 1.8;
}
.section > p.question{
	color: #8a652c;
	font-weight: 700;
}
.section > p:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	.section + .section{
		margin-top: 50px;
	}
	.section-heading{
		margin-bottom: 30px;
		font-size: 2.6rem;
		line-height: 1.3;
	}
.section-heading::after{
	margin: 0.6em auto 0;
	width:200px;
}	
	.section > p{
		font-size: 1.5rem;
	}
}


/* figure
----------------------------------------*/
.photo-profile{
	width: 40%;
	float: left;
	margin: 5px 40px 30px 0;
}
.photo-profile > figcaption{
	padding: 20px;
	background: #efefef;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-profile > figcaption .name{
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", serif;
	font-size: 170%;
	font-weight: 700;
}
.photo-right{
	width: 50%;
	float: right;
	margin: 5px 0 30px 40px;
}
.photo-center,
.figure-center{
	width: 87.5%;
	margin: 40px auto;
	padding: 0 auto;
}
.photo-center img,
.figure-center img{
	width: 100%;
}
.photo-center{
	text-align: left;
}
.photo-center > figcaption,
.photo-right > figcaption,
.figure-center > figcaption{
	margin: 15px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 5%;
}

@media screen and (max-width: 767px){
	.photo-profile{
		width: 84%;
		float: none;
		margin: 30px auto;
	}
	.photo-right{
		width: 100%;
		float: none;
		margin: 30px auto;
	}
	.photo-center{
		width: 100%;
		margin: 30px auto;
	}
	.figure-center{
		width: 100%;
		margin: 30px auto;
	}
	.photo-profile > figcaption,
	.photo-center > figcaption,
	.figure-center > figcaption{
		font-size: 1.3rem;
	}
}


/* information
----------------------------------------*/
.information{
	margin: 60px auto 50px;
	padding: 0 5%;
}
.information-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 10px;
	background: #fff;
	box-sizing: border-box;
}
.company-logo{
	width: 60%;
	margin: 0 auto 2em;
}
.company-logo img{
	width: 100%;
	height: auto;
}
.information-inner > .text{
	margin-left: 30px;
}
.information-inner > .text p{
	font-size: 1.5rem;
	line-height: 1.6;
}
.information-heading{
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
}

@media screen and (max-width: 767px){
	.information{
		margin: 30px auto;
	}
	.information-inner{
		padding: 20px 10px;
	}
	.information-inner > .text{
		width: 100%;
		margin: 20px 0 0 0;
		text-align: center;
	}
	.information-heading{
		font-size: 2.0rem;
	}
	.information-inner > .text p{
		font-size: 1.5rem;
	}
}


/* contact
----------------------------------------*/
.contact{
	margin: 0 auto;
	padding: 0 5%;
}
.contact-inner{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.contact-heading{
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.contact-inner > p{
	font-size: 1.4rem;
	line-height: 1.6;
}

@media screen and (max-width: 767px){
	.contact-heading{
		font-size: 1.8rem;
	}
	.contact-inner > p{
		font-size: 1.3rem;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1.5em;
	right: 1.5em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* localFooter
----------------------------------------*/
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}