@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";
}
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::before{
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background: url(bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv
----------------------------------------*/
.mv{
  width: 100%;
  background-color: #fff;
}
.mv-image{
  max-width: 1920px;  
  height: 500px;
  margin: 0 auto;
  background: url(mv226.jpg) no-repeat top center;
  background-size: cover;
}
.mv-inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.mv-textbox{
  width: 50.5%;
  position: relative;
  top: 130px;
  left: 47.5%;
}
.mv-text-title{
  margin-bottom: 20px;
  color: #FFB81C;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.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: #FFB81C;
	content: "";
}
.mv-text-person .cross::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.mv-text-person .cross::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

.mv-textbox .mv-title{
  color: #fff;
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  transition: ease .3s;
	font-size: 4.8rem;
	font-weight: 700;
	padding: 2px .5em;
	line-height: 1.6;
  background-color: #FFB81C;
}
.mv-subtitle{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  /* position: relative; */
  display: flex;
	align-items: flex-start;
  line-height: 1.4;
  margin-top: 10px;
  text-shadow: black -1px 2px 10px;
}
.mv-subtitle span{
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.mv-subtitle::before {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #fff;
  box-shadow: black -1px 2px 10px;
}
.mv-subtitle::before {
	margin-right: 10px;
  margin-top: .5em;
}

@media screen and (max-width: 1000px){
  .mv-textbox .mv-title{
    font-size: 4.8vw;
  }
  .mv-subtitle{
    font-size: 3vw;
  }
}
@media screen and (max-width: 1000px){
  .mv-image{
    height: 450px;
  }
}

@media screen and (max-width: 767px){
  .mv-image{
    height: auto;
    /* padding-bottom: 53.33333333333333%; */
    padding-bottom: 85%;
    background: url(bg-sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
  }
  .mv-inner{
    position: absolute;
    bottom: 20px;
  }
  .mv-textbox {
    width: 90%;
    position: relative;
    top: 0px;
    left: 5%;
  }
  .mv-textbox .mv-title{
    font-size: 4.8rem;
    padding: 1px .5em;
  }
  .mv-subtitle{
    font-size: 2.8rem;
  }
  .mv-subtitle::before {
    content: '';
    width: 30px;
    height: 3px;
  }
  .mv-subtitle span br{
    display: none;
  }
}

@media screen and (max-width: 640px){
  .mv-textbox .mv-title{
    font-size: 7.5vw
  }
  .mv-subtitle{
    font-size: 4vw;
  }
}


/* lead
----------------------------------------*/
.lead{
	padding: 50px 5%;
}
.lead-inner{
	max-width: 800px;
	margin: 0 auto;
}
.lead-inner p{
	font-size: 1.6rem;
  font-weight: bold;
	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: #fff;
}

@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{
  color: #001F33;
	position: relative;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
  text-align: center;
}
.section-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #FFB81C;
  border-radius: 50%;
  box-shadow: 16px 0 0 #FFB81C, -16px 0 0 #FFB81C;
}
.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;
}
.notes li {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
  list-style-type: none;
  text-indent: -1em;
}
.section p+ .notes{
  margin-bottom: 1.6rem;
}
.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.4rem;
  }
  .box{
    padding: 50px 5% 5%;
  }
  .box-heading{
    font-size: 2.4rem;
  }
}


/* photo
----------------------------------------*/
.section-photo01{
	width: 56.25%;
}
.photo-left{
  background-color: #fff4dd;
  float: left;
  margin: 5px 40px 40px -6.25%;
  padding: 15px 15px;
}
.photo-right{
  background-color: #fff4dd;
  float: right;
  margin: 5px -6.25% 40px 40px;
  padding: 15px 15px;
}
.section-photo02{
 margin: 50px auto;
}
.section-photo01 .name {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
  /* color: #013e65; */
  color: #001F33;
  font-weight: 600;
}
.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: 0 5% 80px;
  /* background: linear-gradient(90deg,#00294d,#081e31); */
}
.profile-inner{
  max-width: 800px;
  margin: 0 auto;
}
.profile-heading{
  background-color: #001F33;
  color: #fff;
  font-family: serif;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 15px 8px;
  display: inline-block;
  margin-top: 5%;
}
.profile-item{
  background-color: rgba(255,255,255,0.7);
  padding: 5% 5%;
}
.profile-item li:nth-of-type(1){
  padding-bottom: 20px;
}
.profile-item li p{
  font-size: 1.6rem;
  line-height: 2;
}
.profile-item li p.name{
  color: #001F33;
  margin-bottom: 5px;
  font-weight: 600;
}
.profile-item li p.name span{
  font-size: 150%;
}

@media screen and (max-width: 767px){
  .profile{
    padding: 50px 5%;
  }
  .profile-heading{
    font-size: 1.6rem;
  }
  .profile-item li p.name span{
    font-size: 120%;
  }
}

/* 関連リンク
----------------------------------------*/
.linkbox{
  padding: 80px 5%;
  background: linear-gradient(90deg,#00294d,#081e31);
}
.linkbox-inner{
  max-width: 800px;
  margin: 0 auto;
}
.linkbox-heading{
  margin-bottom: 30px;
  color: #FFB81C;
  font-size: 2.2rem;
  font-weight: 700;
 text-align: center;
}
.linkbox-item{
  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{
  background-color: #fff;
  padding: 90px 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{
  background-color: #fff;
}
.footer-bottom{
  border-top: solid 1px #ccc;
}
div.localFooter{
	padding: 20px;
	text-align: left;
	line-height: 1.6;
}