@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: "游ゴシック","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:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.contents{
	width: 100%;
	margin: 0 auto;
}
.contents::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(bg-contents.jpg);
	background-size: cover;
}
.contents img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* mv
----------------------------------------*/
.mv{
	position: relative;
	background-color: #fff;
	z-index: 10;
}
.mv::before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  height: 50%;
	background-color: #f0f0f0;
	content: "";
	z-index: -10;
}
.mv-inner{
	max-width: 1400px;
	margin: 0 auto;
	background: url(bg-mv.jpg) no-repeat center;
	background-size: cover;
}
.mv-title{
	position: relative;
	max-width: 900px;
	height: 550px;
  margin: 0 auto;
}
.mv-title-inner{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mv-title-main{
	padding: 20px 30px;
	background: linear-gradient(90deg,#0f62fe,#003596);
	color: #fff;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.mv-title-main .sub{
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	border-top: solid 1px #fff;
	font-size: 78%;
}
.mv-title-main span{
	display: inline-block;
}
.mv-title-person{
	display: inline-block;
	margin-top: 15px;
	padding: 10px 30px;
	background: linear-gradient(90deg,#0f62fe,#003596);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 950px){
	.mv-title{
		height: 450px;
	}
}

@media screen and (max-width: 767px){
	.mv-inner{
		background: none;
	}
	.mv-title{
		height: auto;
	}
	.mv-title-inner{
		position: relative;
		transform: unset;
	}
	.mv-title-inner::before{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 66.66666666666667%;
		content: "";
		background: url(bg-mv-sp.jpg) no-repeat center top;
		background-size: contain;
		z-index: -10;
	}
	.mv-title-main{
		position: relative;
		margin-top: 66.66666666666667%;
	}
	.mv-title-main{
		padding: 20px 3% 20px;
		font-size: 2.8rem;
	}
	.mv-title-person{
		display: block;
		margin-top: 0;
		padding: 0 5% 30px;
		font-size: 1.6rem;
		text-align: center;
	}
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
	background-color: #f0f0f0;
}
.lead-inner{
	max-width: 760px;
	margin: 0 auto;
}
.lead p{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.9;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 30px 5%;
	}
	.lead p{
		font-size: 1.6rem;
	}
}


/* section
----------------------------------------*/
.section{
	padding: 70px 5%;
}
.section + .section{
	padding-top: 0;
}
.section-inner{
	max-width: 760px;
	margin: 0 auto;
}
.section-heading{
	position: relative;
	margin-bottom: 50px;
	padding: 20px 10px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.section-heading::before,
.section-heading::after{
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	content: '';
	border-top: solid 2px #0f62fe;
	border-bottom: solid 2px #0f62fe;
}
.section-heading::before{
  border-left: solid 2px #0f62fe;
  left: 0;
}
.section-heading::after{
  border-right: solid 2px #0f62fe;
  right: 0;
}
.section p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.section p.question{
	font-size: 1.8rem;
	font-weight: 700;
}
.section p b{
	color: #0f62fe;
}

@media screen and (max-width: 767px){
	.section{
		padding: 50px 5%;
	}
	.section-heading{
		margin-bottom: 30px;
		padding: 10px;
		font-size: 2.4rem;
	}
	.section p{
		font-size: 1.5rem;
	}
	.section p.question{
		font-size: 1.7rem;
	}
}


/* photo
----------------------------------------*/
.photo-left{
	float: left;
	width: 59.21052631578947%;
	margin: 8px 40px 40px -70px;
}
.photo-left-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.photo-left-caption span{
	font-size: 150%;
}
.photo-center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 760px;
	margin: 40px auto;
}
.photo-center-image{
	position: relative;
  display: block;
  width: 92.10526315789474%;
  margin-right: -10%;
  order: 2;
  z-index: 10;
}
.photo-center-caption{
	width: 52.63157894736842%;
	margin-right: -42.85714285714286%;
  margin-left: -10%;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
	order: 1;
	z-index: 20;
}

@media screen and (max-width: 940px){
	.photo-left{
		margin: 8px 40px 40px -2%;
	}
	.photo-center-caption{
		margin-left: -2%;
	}
}

@media screen and (max-width: 767px){
	.photo-left{
		float: none;
		width: 100%;
		margin: 30px auto;
	}
	.photo-left-caption{
		font-size: 1.3rem;
	}
	.photo-center{
		margin: 30px auto;
	}
	.photo-center-image{
		width: 100%;
		order: 1;
	}
	.photo-center-caption{
		width: 100%;
		margin: 15px 0 0 0 ;
		font-size: 1.7rem;
		order: 2;
	}
}


/* figure
----------------------------------------*/
.figure-center{
	margin: 40px auto;
}
.figure-center.w600{
	max-width: 600px;
	margin: 40px auto 0;
}
.figure-center-caption{
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px){
	.figure-center{
		width: 100%;
	  margin: 30px auto;
	}
	.figure-center.w600{
		max-width: 600px;
		margin: 30px auto 0;
	}
	.figure-center-caption{
		font-size: 1.5rem;
	}
}


/* profile
----------------------------------------*/
.profile{
	position: relative;
	margin-top: 80px;
  padding: 40px 30px 30px;
  background-color: #edf3fc;
}
.profile-heading{
	margin-top: -60px;
	color: #0f62fe;
	font-style: italic;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: right;
}
.profile-name{
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	font-size: 1.6rem;
	font-weight: normal;
}
.profile-name span{
	font-size: 150%;
}

@media screen and (max-width: 767px){
	.profile{
		margin-top: 60px;
		padding: 30px 20px 20px;
	}
	.profile-heading{
		margin-top: -50px;
		font-size: 3.6rem;
	}
}


/* link
----------------------------------------*/
.link{
	padding: 70px 5%;
	background-color: #000;
}
.link-inner{
	display: flex;
	align-items: center;
	max-width: 760px;
	margin: 0 auto;	
}
.link-heading{
	padding-right: 30px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	white-space: nowrap;
}
.link-list{
	padding: 30px 0 30px 40px;
	border-left: solid 1px #fff;
}
.link-list li{
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
	list-style-type: disc;
}
.link-list li + li{
	margin-top: 30px;
}
.link-list a{
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.link-list a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px){
	.link{
		padding: 50px 5%;
	}
	.link-inner{
		flex-wrap: wrap;
	}
	.link-heading{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 0 20px 0;
		border-bottom: solid 1px #fff;
		font-size: 2.2rem;
	}
	.link-list{
		width: 100%;
		padding: 0 0 0 20px;
		border-left: none;
	}
	.link-list li{
		font-size: 1.6rem;
	}
	.link-list li + li{
		margin-top: 15px;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 110px 5%;
	background-color: #fff;
}
.contact-inner{
	max-width: 760px;
	margin: 0 auto;	
}
.contact-heading{
	margin-bottom: 60px;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
}
.contact-link{
	max-width: 700px;
	margin: 0 auto;	
}
.contact-link a{
	display: block;
	padding: 35px 10px;
	background: linear-gradient(90deg,#0f62fe,#003596);
	border-radius: 0.3em;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
  transition: 0.5s;
}
.contact-link a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 70px 5%;
	}
	.contact-heading{
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.contact-link a{
		padding: 30px 10px;
		font-size: 2.4rem;
	}
}


/* readmore
----------------------------------------*/
.readmore{
	padding: 0 5% 70px;
}
.readmore-inner{
	max-width: 760px;
  margin: 0 auto;
}
.readmore-btn a{
	position: relative;
  display: block;
  padding: 30px 20px 20px;
	border-radius: 0.3em;
  background: linear-gradient(90deg,#0f62fe,#003596);
  color: #fff;
  font-feature-settings: "palt";
  text-decoration: none;
  transition: 0.7s;
}
.readmore-btn a .title{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-size: 2.2rem;
	line-height: 1.5;
}
.readmore-btn a .more{
	position: relative;
	display: block;
	padding-right: 40px;
	font-feature-settings: "palt";
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: right;
}
.readmore-btn a .more::before,
.readmore-btn a .more::after{
	position: absolute;
	top: calc(50% - 6px);
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.readmore-btn a .more::before{
  right: 5px;
}
.readmore-btn a .more::after{
  right: 17px;
}
.readmore-btn a:hover{
	opacity: 0.7;
}
.readmore-btn a small{
	display: block;
  margin-bottom: 0.3em;
  font-size: 65%;
  font-weight: 700;
}

@media screen and (max-width: 767px){
	.readmore{
		padding: 0 5% 50px;
	}
  .readmore-btn a{
    font-size: 2.0rem;
  }
	.readmore-btn a .title{
		font-size: 1.8rem;
	}
	.readmore-btn a .more{
		position: relative;
		display: block;
		padding-right: 30px;
		font-size: 2.4rem;
	}
	.readmore-btn a .more::before,
	.readmore-btn a .more::after{
		top: calc(50% - 5px);
		width: 8px;
		height: 8px;
	}
}


/* note_text
----------------------------------------*/
#note_text{
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 2;
}
#errorMessage {
	font-size: 12px;
	color: #999999;
	line-height: 1.4em;
	margin-bottom: 30px;
	}

@media screen and (max-width: 767px){
  #note_text-note{
    font-size: 1.3rem;
  }
}


/* pagenation
----------------------------------------*/
.pagenation{
  padding: 60px 5%;
	background-color: #f0f0f0;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  margin: 0 0.5em;
}
.pagenation-list-current,
.pagenation-list-link{
  width: 45px;
  height: 45px;
  border: solid 2px #0f62fe;
  line-height: 45px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.pagenation-list-current{
  background: #0f62fe;
  color: #fff;
}
.pagenation-list-link a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f62fe;
  text-decoration: none;
  transition: 0.7s;
}
.pagenation-list-link a:hover{
  background: #0f62fe;
  color: #fff;
}

@media screen and (max-width: 767px){
  .pagenation{
	  padding: 30px 5%;
  }
  .pagenation-list-current,
  .pagenation-list-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.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
----------------------------------------*/
.footer{
	background-color: #fff;
}
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}