@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@500&display=swap');

#wrap{
}

#Content_feature * {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#Content_feature{
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}
#Content_feature a{
	color: #000 !important;
	text-decoration: none;
}
#Content_feature img{
	width: 100%;
}
#Content_feature .article_inner{
	margin: 0 auto;
	max-width: 1280px;
}
#Content_feature .inner{
  margin: 0 auto;
  max-width: 920px;
}
#Content_feature a.btn{
	background: #0a2388;
	display: block;
	width: 213px;
	height: 48px;
	color: #ffffff !important;
	font-size: 22px;
	font-weight: 500;
	padding: 5px;
	text-align: center;
}
#Content_feature a.btn:hover{
	opacity: 0.7;
}
@media (max-width: 820px) {
	#Content_feature .inner{
		max-width: 820px;
 		margin: auto;
		padding-left: 2.6%;
		padding-right: 2.6%;
	}
	#Content_feature a.btn {
    display: block;
		font-size: 18px;
    width: 100%;
    max-width: 300px;
		height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}/*-SP tablet-*/
@media (max-width: 390px) {
	#Content_feature .inner{
		max-width: 390px;
		margin: auto;
		padding-left: 5.1%;
		padding-right: 5.1%;
	}
	#Content_feature a.btn {
    display: block;
		font-size: 18px;
    width: 100%;
    max-width: 300px;
		height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}/*-SP-*/
#Content_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px){
#Content_feature .pcFlex{
	display: flex;
	flex-wrap: wrap;
}
}/*-PC only-*/
@media (max-width: 820px) {
	#Content_feature .article_inner > div{
		margin-left: auto;
		margin-right: auto;
	}
}/*-SP tablet-*/


/* maintitle */
.maintitle{
	background: url("images/bg_img01.jpg") no-repeat center left / cover;
	padding: 0 0 15px;
}
.maintitle ul.inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	padding-top: 15px;
}
.maintitle ul li{
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 15px;
	width: calc(100% / 4);
}
.maintitle ul li img{
	width: auto;
	height: 24px;
}
.maintitle ul li:first-child{
	border-left: 1px solid #fff;
}
@media (max-width: 390px) {
	.maintitle{
	padding: 0px 0;
	}
	#Content_feature .mainvisual{
		padding-bottom: 15px;
		text-align: center;
	}
	#Content_feature .mainvisual img{
		width: 100%;
	}
	.maintitle ul.inner{
		margin: 0 auto;
		padding: 0 0 15px;
		gap: 15px 0;
	}
	.maintitle ul li{
		padding: 2px 0;
		text-align: center;
		width: calc(100% / 2);
	}
	.maintitle ul li:nth-child(3){
		border-left: 1px solid #fff;
	}
	.maintitle ul li img{
		height: 14px;
	}
}/*-SP-*/

#Content_feature .bg02{
	background: url("images/bg_img02.png") no-repeat center -70px / 1770px;
}

/* .txt_schedule */
.txt_schedule {
	display: flex;
	justify-content: center;
	gap:5px min(3vw,28px);
	margin: 22px 0 60px;
}
.txt_schedule li{
	color: #fff;
	font-size: min(1.8vw,17px);
	padding: 1px 5px 4px;
	text-align: center;
	width: calc((100% - 56px)/3);
}
.txt_schedule .schedule01{
	background: #0a2388;
	border: 2px solid #0a2388;
}
.txt_schedule .schedule02{
	background: #af0000;
	border: 2px solid #af0000;
}
.txt_schedule .schedule03{
	background: #fff;
	border: 2px solid #0a2388;
	color: #0a2388;
}

#Content_feature .txt_schedule .schedule02 a,
#Content_feature .txt_schedule .schedule03 a{
  display: block;
  color: #fff !important
}
@media (max-width: 390px) {
	.txt_schedule{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.txt_schedule li{
		font-size: 16px;
		width: 100%;
	}
}/*-SP-*/

/* .h2 */
#Content_feature h2.contTi{
	display: block;
	font-size: 0;
}
#Content_feature h2.contTi img{
	width: auto;
	height: 35px;
}
@media (max-width: 820px) {
	#Content_feature h2.contTi img{
		height: 29px;
	}
}/*-SP tablet-*/

/*txtBox*/
.txtBox p{
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}

/* greetings */
#greetings{
	background: #fff;
	box-shadow: 0 0 15px rgba(10,35,136,.4);
	margin-bottom: 75px;
	padding: 50px 55px 35px;
}
#greetings p{
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif";
	font-size: min(2.9vw,24px);
	line-height: 2.08;
}
#greetings figure{
	margin: 16px 0 0;
	text-align: right;
}
#greetings img{
	width: 180px;
}
@media (max-width: 390px) {
	#greetings{
		margin-bottom: 30px;
		padding: 25px 25px 18px;
	}
	#greetings img{
		max-width: 126px;
	}
	#greetings p{
		font-size: 18px;
	}
}/*-SP-*/


/* story */
#story{
	padding: 0 0 55px;
}
#story h2.contTi{
	text-align: center;
}
#story .txtBox p{
	font-size: min(2.1vw,18px);
	line-height: 1.9;
}
#story .txtBox p em{
	color: #0a2388;
	font-size: min(3.5vw,29px);
	font-weight: 600;
}
#story .txtBox .txtEm{
	border: 1px solid #000;
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif";
	font-size: min(3vw,23px);
	letter-spacing: -0.07em;
	line-height: 1.3em;
	margin: 25px auto 20px;
	padding: 1px 2px 2px;
	max-width: 700px;
}
#story .txtBox .note{
	font-size: min(3.5vw,13px);
}
@media (max-width: 390px) {
	#story .txtBox p{
		font-size: 16px;
		line-height: 1.9;
		text-align: left;
	}
	#story .txtBox p em{
		font-size: 22px;
	}
	#story .txtBox .txtEm{
		font-size: 18px;
		padding: 1px 3px 2px;
	}
	#story .txtBox .note{
		margin-left: 1em;
		text-indent: -1em;
	}
}/*-SP-*/


/* character */
#character{
	background: url("images/bg_img01.jpg") no-repeat center top / cover;
	padding: 70px 0;
}
#character h2.contTi{
	margin-bottom: 0;
	margin-left: min(4.9%,45px);
	max-width: 160px;
}
#character .flex{
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -40px;
}
#character ul{
	width: min(45.87%,422px);
}
#character ul li{
	border-bottom: 1px solid #e6decb;
	padding: 30px 0 25px;
}
#character ul li h3{
	margin-bottom: 8px;
	font-size: 0;
}
#character ul li h3 img{
	height: min(3.2vw,32px);
	width: auto;
}
#character ul li p{
	color: #fff;
	font-size: min(4vw,18px);
	line-height: 1.67;
}
#character ul .charaImg01,
#character ul .charaImg02{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0 20px;
	padding-top: 0;
}
#character ul .charaImg02{
	flex-direction: row-reverse;
	margin-top: 72px;
}
#character ul .charaImg01 .txts,
#character ul .charaImg02 .txts{
	border-top: 1px solid #e6decb;
	padding-top: 18px;
	width: min(49.3%,208px);
}
#character ul .charaImg01 h3 img,
#character ul .charaImg02 h3 img{
	height: min(6.2vw,60px);
}
#character ul .charaImg01 figure,
#character ul .charaImg02 figure{
	width: min(40vw,216px);
	/* height: 439px; */
}
#character ul .charaImg01 figure{
	margin: 0 -28px 0 0;
}
#character ul .charaImg02 figure{
	margin: 0 0 0 -28px;
}
#character ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 820px) {
	#character .charaImg02.sp { display: none !important; }
	#character .charaImg02.pc { display: flex !important; }
}/*-SP tablet-*/
@media (max-width: 390px) {
	#character .charaImg02.sp { display: flex !important; }
	#character .charaImg02.pc { display: none !important; }
	#character h2.contTi{
		margin: 0 auto;
		text-align: center;
	}
	#character .flex{
		margin-top: 40px;
	}
	#character ul{
		width: 100%;
	}
	#character ul li{
		width: 100%;
	}
	#character ul li h3 img{
		height: 22px;
	}
	#character ul .charaImg01,
	#character ul .charaImg02{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#character ul .charaImg01 .txts,
	#character ul .charaImg02 .txts{
		border-top: none;
		width: 100%;
	}
	#character ul .charaImg01 h3 img,
	#character ul .charaImg02 h3 img{
		height: 42px;
	}
	#character ul .charaImg01 figure,
	#character ul .charaImg02 figure{
		width: min(50%, 293px);
		height: auto;
		margin: 0 auto;
	}
	#character ul .charaImg02{
		margin-top: 30px;
	}
}/*-SP-*/


/*		information
-----------------------------*/
#information .inner{
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
#information figure{
	margin-right: 40px;
  width: min(100%, 293px);
  height: auto;
}
#information figure img{
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}
#information .txts{
	width: 446px;
}
#information .txts p{
	text-align: center;
}
#information .boxLead{
	font-size: 20px;
  font-weight: 400;
  line-height: 2em;
	margin: 0 0 10px;
}
#information .infoData{
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 30px;
}
#information .infoData span{
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 2px;
}
#information h3{
  border-top: 1px solid #0a2388;
	border-bottom: 1px solid #0a2388;
  padding: 16px 0 14px;
	text-align: center;
}
#information h3 img{
	margin: 0 auto;
  width: min(100%, 383px);
  height: auto;
}
#information .btnWrap{
	justify-content: center;
	gap: 20px;
}
@media (max-width: 820px) {
	#information .txts{
		margin-top: 20px;
	}
	#information .boxLead{
		font-size: 18px;
	}
	#information .infoData{
		font-size: 24px;
		margin: 0 0 25px;
	}
	#information .infoData span{
		font-size: 13px;
	}
	#Content_feature #information a.btn{
		width: min(25vw,213px);
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#information .inner{
		flex-wrap: wrap;
	}
	#information figure{
		margin-right: 0;
	}
	#information h3 img{
		width: 70%;
	}
	#Content_feature #information a.btn{
		width: 100%;
	}
}/*-SP-*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 821px) {
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 820px) {
.pc { display: none !important; }
}