@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;
}


/* mv
----------------------------------------*/
.mv-image{
  max-width: 1300px;
  height: 680px;
  margin: 0 auto;
  background: url(bg.jpg) no-repeat center;
  background-size: cover;
}
.mv-text{
  max-width: 1000px;
  margin: -60px auto 0;
  padding: 40px 10px;
  background: linear-gradient(90deg,#00294d,#081e31);
}
.mv-text-title{
  margin-bottom: 20px;
  color: #fabd00;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.mv-text-person{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-text-person .left,
.mv-text-person .right{
	width: calc(100% / 2 - 100px);
}
.mv-text-person .left .name,
.mv-text-person .right .name{
  display: inline-block;
  color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
  text-align: center;
}
.mv-text-person .left .name span,
.mv-text-person .right .name span{
	font-size: 150%;
}
.mv-text-person .left{
  text-align: right;
}
.mv-text-person .cross{
  display: block;
  position: relative;
  width: 100px;
  margin: 0 50px;
}
.mv-text-person .cross::before,
.mv-text-person .cross::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fabd00;
	content: "";
}
.mv-text-person .cross::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.mv-text-person .cross::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

.mv-image{
  position: relative;
  text-align: center;
}
.mv-inner{
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
.mv-textbox .mv-title{
  color: #fff;
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;/*ベンダープレフィックス*/

	/* 以降の設定はデザインに合わせて調整 */
	font-size: 3.8rem;
	font-weight: 700;
	padding: 2px .5em;
	line-height: 1.6;
  background-color: #013e65;
}
.mv-textbox .mv-title span{
  color: #fabd00;
  font-size: .75em;
  letter-spacing: 0.01em;
  vertical-align: 8%;
}

@media screen and (max-width: 900px){
  .mv-image{
    /* height: 450px; */
    height: 640px;
  }
}

@media screen and (max-width: 767px){
  .mv-image{
    height: auto;
    /* padding-bottom: 53.33333333333333%; */
    padding-bottom: 78.226857887%;
    background: url(bg-sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .mv-text{
    margin: 0 auto;
    padding: 20px 5px;
  }
  .mv-text-title{
    margin-bottom: 10px;
    font-size: 3.8rem;
  }
  .mv-text-person .left,
  .mv-text-person .right{
    width: calc(100% / 2 - 30px);
  }
  .mv-text-person .left .name,
  .mv-text-person .right .name{
    font-size: 1.2rem;
  }
  .mv-text-person .left .name{
    text-align: right;
  }
  .mv-text-person .right .name{
    text-align: left;
  }
  .mv-text-person .cross{
    width: 30px;
    margin: 0 10px;
  }
  .mv-text-person .cross::before,
  .mv-text-person .cross::after{
    height: 30px;
  }
  .mv-image{
    margin-bottom: 20px;
  }
  .mv-inner{
    position: absolute;
    bottom: -20px;
  }
}

@media screen and (max-width: 640px){
  .mv-textbox .mv-title{
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px){
  .mv-inner {
    position: absolute;
    bottom: -30px;
  }
  .mv-textbox .mv-title{
    font-size: 3rem;
    font-size: 6.25vw;
  }
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
	font-size: 1.6rem;
	line-height: 2;
}
.lead-inner p.note{
  font-size: 1.3rem;
  margin-top: 1em;
}

@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;
}
.section p.question{
  color: #013e65;
  font-weight: 600;
}
.box-heading{
  color: #013e65;
  text-align: center;
	margin-bottom: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
}
.box{
  max-width: 1100px;
  margin: 40px auto;
  padding: 80px 5% 40px;
  border: 2px solid #013e65;
}
.box .section-photo02{
  max-width: 565px;
  text-align: center;
}
@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;
  }
  .box{
    padding: 50px 5% 5%;
  }
  .box-heading{
    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;
}
.section-photo01 .name {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
}
.section-photo01 .name span {
    font-size: 150%;
}
.section-photo01.photo-right .name{
  text-align: right;
}
p.photo-right-profile{
  color: #013e65;
  border-top: 1px solid #013e65;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-top: 1em;
}
@media screen and (max-width: 767px){
	.section-photo01{
		width: 100%;
	}
	.photo-left,.photo-right{
		float: none;
		margin: 30px auto;
	}
  .section-photo02{
    margin: 30px auto;
   }
}


/* 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;
  }
}

/* 関連リンク
----------------------------------------*/
.linkbox{
  padding: 80px 5%;
  background: linear-gradient(90deg,#00294d,#081e31);
}
.linkbox-inner{
  max-width: 800px;
  margin: 0 auto;
}
.linkbox-heading{
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
 text-align: center;
}
.linkbox-item{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  text-align: center;
}
.linkbox-item li{
  width: 100%;
  padding: 20px 0;
}
.linkbox-item li p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
.linkbox-item li p a{
  color: #fff;
}
@media screen and (max-width: 767px){
  .linkbox{
    padding: 50px 5%;
  }
  .linkbox-heading{
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .linkbox-item li{
    width: 100%;
    padding: 0;
  }
}

/* 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;
}