@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;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
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;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
}


/* title
----------------------------------------*/
.title{
  padding: 30px 5%;
  background: linear-gradient(90deg, #00294d, #081e31);
}
.title-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.title-main{
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.title-main span{
  color: #fabd00;
  font-size: 130%;
}

@media screen and (max-width: 767px){
  .title{
    padding: 15px 5%;
  } 
  .title-main{
    font-size: 3.0rem;
  } 
}


/* mv
----------------------------------------*/
.mv{
  position: relative;
}
.mv::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(90deg, #00294d, #081e31);
  content: "";
  z-index: -10;
}
.mv-inner{
  padding: 0 3%;
}
.mv-image{
  max-width: 1300px;
  margin: 0 auto;
}
.mv-person{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  background-color: #000;
}
.mv-person .left,
.mv-person .right{
	width: calc(100% / 2 - 100px);
}
.mv-person .left .name,
.mv-person .right .name{
  display: inline-block;
  color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
}
.mv-person .left .name span,
.mv-person .right .name span{
	font-size: 150%;
}
.mv-person .left{
  text-align: right;
}
.mv-person .cross{
  display: block;
  position: relative;
  width: 100px;
  margin: 0 50px;
}
.mv-person .cross::before,
.mv-person .cross::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fabd00;
	content: "";
}
.mv-person .cross::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.mv-person .cross::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 767px){
  .mv-inner{
    padding: 0;
  }
  .mv-person{
    padding: 15px 5px;
  }
  .mv-person .left,
  .mv-person .right{
    width: calc(100% / 2 - 30px);
  }
  .mv-person .left .name,
  .mv-person .right .name{
    font-size: 1.2rem;
  }
  .mv-person .left .name{
    text-align: right;
  }
  .mv-person .right .name{
    text-align: left;
  }
  .mv-person .cross{
    width: 30px;
    margin: 0 10px;
  }
  .mv-person .cross::before,
  .mv-person .cross::after{
    height: 30px;
  }
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding: 30px 5%;
  }
}


/* main
----------------------------------------*/
.main{
	padding: 0 3% 80px;
}
.main-inner{
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 5%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px){
  .main{
    padding: 0 3% 50px;
  }
  .main-inner{
    padding: 50px 5%;
  }
}


/* section
----------------------------------------*/
.section{
	max-width: 900px;
	margin: 0 auto;
}
.section + .section{
  margin-top: 90px;
}
.section-text{
  padding: 0 5.55555555555556%;
}
.section-heading{
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
}
.section-heading::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 3px;
	background-color: #fabd00;
	content: "";
}
.section p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section p:last-of-type{
	margin-bottom: 0;
}
.notes {
  margin: 1em 0 1.5em;
}
.notes li{
  padding-left: 2.5em;
  font-size: 1.4rem;
  line-height: 2;
  list-style-type: none;
  text-indent: -2.5em;
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 50px;
  }
  .section-text{
    padding: 0;
  }
  .section-heading{
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: 2.6rem;
  }
}


/* photo
----------------------------------------*/
.section-photo01{
	width: 56.25%;
}
.photo-left{
  float: left;
  margin: 5px 40px 40px -6.25%;
}
.photo-right{
  float: right;
  margin: 5px -6.25% 40px 40px;
}
.section-photo02{
 margin: 50px auto 0;
}

@media screen and (max-width: 767px){
	.section-photo01{
		width: 100%;
	}
	.photo-left,.photo-right{
		float: none;
		margin: 30px auto;
	}
  .section-photo02{
    margin: 30px auto 0;
   }
}


/* profile
----------------------------------------*/
.profile{
	padding: 80px 5%;
  background: linear-gradient(90deg,#00294d,#081e31);
}
.profile-inner{
  max-width: 800px;
  margin: 0 auto;
}
.profile-heading{
  margin-bottom: 30px;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
 text-align: center;
}
.profile-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-item li{
  width: 49.875%;
  padding: 20px 0;
}
.profile-item li:nth-of-type(1){
  padding-right: 40px;
}
.profile-item li:nth-of-type(2){
  position: relative;
  padding-left: 40px;
}
.profile-item li:last-of-type::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.profile-item li p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
.profile-item li p.name{
  margin-bottom: 5px;
}
.profile-item li p.name span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .profile{
    padding: 50px 5%;
  }
  .profile-heading{
    margin-bottom: 20px;
    font-size: 3.4rem;
  }
  .profile-item li{
    width: 100%;
    padding: 0;
  }
  .profile-item li:nth-of-type(1){
    padding-right: 0;
  }
  .profile-item li:nth-of-type(2){
    margin-top: 20px;
    padding-left: 0;
  }
  .profile-item li:last-of-type::before{
    content: none;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 130px 5%;
}
.contact-inner{
  max-width: 800px;
  margin: 0 auto;
}
.contact-inner p{
  font-size: 2.0rem;
  line-height: 2;
  text-align: center;
}
.contact-inner p a{
  text-decoration: none;
}
.contact-logo{
  max-width: 350px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 80px 5%;
  }
  .contact-logo{
    width: 80%;
    margin: 0 auto 40px;
  }
}


/* 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{
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}