@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%;
}
*, *: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;}
a{word-break: break-all;}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.wrapper img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* mv
----------------------------------------*/
.mv{
	max-width: 1200px;
	height: 806px;
	margin: 0 auto;
	background: url(mv-bg.jpg) no-repeat bottom center;
	background-size: cover;
  	background-size: 1200px auto;
}
.maintitle{
  /* background:linear-gradient(to right, #0f62fe 0%, #00359e 100%); */
  text-align: center;
}
.maintitle img{
  width: 840px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mv-inner{
	position: relative;
	max-width: 786px;
	height: 806px;
	margin: 0 auto;
	padding-top: 25px;
}
.mv-name{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.mv-name-01,
.mv-name-02,
.mv-name-03{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-shadow: black 1px 1px 10px, black -1px -1px 10px;
}
.mv-name-01{
  /* text-align: right; */
  margin-left: 20px;
}
.mv-name-01 span,
.mv-name-02 span,
.mv-name-03 span{
	font-size: 160%;
}

@media screen and (max-width: 767px){
	.mv{
		position: relative;
		padding: 0 3%;
		background: url(mv-bg-sp.jpg) no-repeat bottom;
		background-size: cover;
		height: 721px;
		height: 94.0026075619vw;
		background-size: 100% auto;
	}
	.maintitle img{
		width: 100%;
		max-width: 680px;
		text-align: center;
		padding-top: 20px;
	}
	.mv-inner{
		height: 721px;
		height: 94.0026075619vw;
		padding-top: 0;
	}
	.mv-name{
		bottom: 10px;
		max-width: 600px;
	}
	.mv-name-01, .mv-name-02, .mv-name-03{
		text-shadow: black 1px 1px 10px, black -1px -1px 10px, black -1px -1px 10px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 680px){
	.mv,
	.mv-inner{
		height: 615px;
		height: calc(90.4411764705vw + 26px);
	}
}

@media screen and (max-width: 480px){
	.mv-name-01{
		margin-left: 10px;
	}
	.mv-name-01, .mv-name-02, .mv-name-03{
		line-height: 1.4;
		font-size: 1.2rem;
	}
	.mv-name-01 span, .mv-name-02 span, .mv-name-03 span{
		font-size: 135%;
	}
}
@media screen and (max-width: 360px){
	.mv-name-01{
		margin-left: 0px;
	}
}

/* lead
----------------------------------------*/
.lead{
	padding: 70px 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: 40px 5%;
	}
	.lead p{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 640px){
	.lead{
		padding: 5% 5%;
	}
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
	padding: 90px 5%;
}
.page01 .section:nth-of-type(odd){
	background: #f4f4f4;
}
.page02 .section:nth-of-type(even){
	background: #f4f4f4;
}
.section-inner{
	max-width: 800px;
	margin: 0 auto;
  clear: both;
}
.section-inner2{
	max-width: 900px;
	margin: 0 auto;
  clear: both;
}
.section-heading{
	display: flex;
	color: #0e257c;
 	align-items: center;
	margin-bottom: 45px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.section-heading::before, .section-heading::after {
	content: "";
	height: 6px;
	flex-grow: 1;
	background-color: #0f62fe;
}
.section-heading::before {
	margin-right: 1rem;
}
.section-heading::after {
	margin-left: 1rem;
}
.section-inner p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section-inner p:last-of-type{
	margin-bottom: 0;
}
.section-inner p.moderator{
	color: #0f62fe;
	font-weight: 600;
}
.section-inner p span.name{
	color: #0e257c;
	font-weight: 600;
}
.clear{
	clear: both;
}

@media screen and (max-width: 767px){
	.section{
		padding: 60px 5%;
	}
	.section-heading{
		margin-bottom: 40px;
		padding-bottom: 15px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 640px){
	.section {
        padding: 7.5% 5% 2.5%;
    }
	.section-heading{
		font-size: 2.0rem;
		max-width: 100%;
		margin-bottom: 1em;
	}
	.section-heading br{
		display: none;
	}
	.section-heading::before, .section-heading::after{
		flex-basis: 10%;
	}
	.section-heading::before {
		margin-right: 10px;
	}
	.section-heading::after {
		margin-left: 10px;
	}
}

/* photo
----------------------------------------*/
.photo-left,
.photo-right{
	margin-top: 45px;
	margin-bottom: 45px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	gap: 10px;
}
.photo-right .photo{
	order: 2;
	z-index: 1;
}
.photo-right .photo-caption{
	order: 1;
}
.photo{
	width: 63.333333%;
}
.photo img{
	display: block;
	line-height: 0;
}
.photo-left .photo-caption,
.photo-right .photo-caption{
	color: #0e257c;
	border-bottom: 2px solid #0f62fe;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	flex-basis: 50%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.8;
	padding: 1em 1em;
}
.photo-right .photo-caption{	
	text-align: right;
}
.photo-caption span{
	font-size: 1.8rem;
}
.photo-center{
	max-width: 700px;
	margin: 45px auto;
}
.comment{
	background-color: #e2e8ff;
}
.comment-caption {
	color: #0e257c;
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
	padding: 1em 1em;
	font-feature-settings: "palt";
}
.comment-caption span{
	align-items: center;
	margin-top: 50%;
}

@media screen and (max-width: 640px){
	.photo-left,.photo-right{
		display: block;
		margin-top: 10%;
    	margin-bottom: 10%;
	}
	.photo-caption{
		font-size: 1.3rem;
	}
	.photo-left .photo-caption, .photo-right .photo-caption{
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.photo-right .photo-caption {
		text-align: left;
	}
	.photo-caption span {
		font-size: 1.7rem;
	}
	.comment-caption span{
		margin-top: 0;
		font-size: 1.7rem;
	}
}


/* figure
----------------------------------------*/
.figure-center{
	margin: 40px auto 0;
}
.figure-caption{
	margin-bottom: 15px;
	padding: 5px 0 5px 15px;
	border-left: solid 2px #0f62fe;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	color: #00359e;
	font-size: 2.6rem;
}
p.figure-text{
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 1em;
}
.section:nth-of-type(2) .figure-center:nth-of-type(1){
	margin: 40px auto;
}

@media screen and (max-width: 767px){
	.figure-center{
		margin: 30px auto 0;
	}
	.figure-caption{
		font-size: 1.5rem;
	}
}

/* link
----------------------------------------*/
.link{
	padding: 60px 5%;
	background: #e2e8ff;
}
.link-inner{
	max-width: 580px;
	margin: 0 auto;
}
.link-heading{
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.link-heading::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7.5%;
	height: 6px;
	border-radius: 3px;
	background: #0f62fe;
	content: "";
}
.link-list + .link-heading{
	margin-top: 1.5em;
}
.link-list{
	padding-right: 1em;
}
.link-list li{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	text-indent: -1.5em;
	margin-left: 1.75em;
}
.link-list li + li{
	margin-top: 20px;
}
.link-list li a{
	color: #0e257c;
	/* font-size: 1.3rem; */
}

.link-list li a {
	/* text-decoration: none;
	color: #0e1d6b;
	font-weight: 600; */
	position: relative;
	padding-left: 25px;
  }
  .link-list li a::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #0f62fe;
	border-right: 3px solid #0f62fe;
	transform: rotate(45deg);
  }


.link.info{
	background-color: #0e257c;
	color: #fff;
}
.link.info li a{
	color: #e2e8ff;
}
.link.info .link-inner{
	max-width: 100%;
	text-align: center;
}
.link.info .link-inner li{
	margin-left: 0;
}
.link.info .link-list{
	padding-right: 0;
}

@media screen and (max-width: 767px){
	.link{
		padding: 45px 5%;
	}
	.link-heading{
		margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 2.8rem;
	}
	.link-list li{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 640px){
	.link{
		padding: 7.5% 5%;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
	background: #262626;
}
.contact-inner{
	max-width: 800px;
	margin: 0 auto;
}
.contact-heading{
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 35px;
	color: #fff;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.contact-heading::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 15%;
	height: 2px;
	background: #0f62fe;
	content: "";
}
.contact-text{
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.8;
	text-align: center;
}
.contact-text a{
	color: #fff;
	font-size: 80%;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 60px 5%;
	}
	.contact-heading{
		margin-bottom: 40px;
		padding-bottom: 15px;
		font-size: 2.8rem;
	}
	.contact-text{
		font-size: 1.8rem;
	}
}


/* readmore
----------------------------------------*/
.readmore{
	padding: 0 5% 100px;
	background: #f4f4f4;
}
.readmore-inner{
	max-width: 800px;
  margin: 0 auto;
}
.readmore-btn a{
	position: relative;
	display: block;
	padding: 1em 1.8em 1em 1em;
	border-radius: 0.333em;
	/* background: #0f62fe; */
	background:linear-gradient(to right, #00359e 0%, #001c54 100%);
	color: #fff;
	font-feature-settings: "palt";
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-decoration: none;
	transition: 0.5s;
}
.readmore-btn a::before{
	position: absolute;
	top: calc(50% - 5px);
	right: 1em;
	content: "";
	width: 20px;
	height: 20px;
	border-right: 3px solid #0fc9fe;
	border-bottom: 3px solid #0fc9fe;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.readmore-btn a:hover{
	opacity: 0.7;
}
.readmore-btn a small{
	color: #0fc9fe;
	display: block;
	margin-bottom: 0.5em;
	/* font-size: 65%; */
	font-weight: 700;
	border-bottom: 1px solid #0fc9fe;
}
.section + .readmore{
	margin-top: -30px;
}

@media screen and (max-width: 767px){
  .readmore{
		padding: 0 5% 60px;
  }
  .readmore-btn a{
    font-size: 2.0rem;
  }
	.readmore-btn a::before{
		width: 15px;
		height: 15px;
	}
	.section + .readmore{
		margin-top: -20px;
	}
}


/* note_text
----------------------------------------*/
#note_text{
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  #note_text-note{
    font-size: 1.3rem;
  }
}


/* pagenation
----------------------------------------*/
.pagenation{
  padding: 60px 5%;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  margin: 0 0.4em;
}
.pagenation-list-current,
.pagenation-list-link{
  width: 50px;
  height: 50px;
  border: solid 1px #0f62fe;
  line-height: 50px;
  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.5s;
}
.pagenation-list-link a:hover{
  background: #0f62fe;
  color: #fff;
}

@media screen and (max-width: 767px){
  .pagenation{
    padding: 1.5em 5%;
  }
  .pagenation-list-current,
  .pagenation-list-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* pagetop
----------------------------------------*/
#errorMessage {
	font-size: 1.2rem;
	color: #999999;
	line-height: 1.4em;
	margin-bottom: 30px;
}
	
	

/* 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;
		right: 0;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* localFooter
----------------------------------------*/
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}