@charset "UTF-8";
/* ie >= 9 */

/* config */
/* box-sizing */
.container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}

/* hover img alpha */
@media screen and (min-width: 960px) { /* pc */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}
.container {
	font-family: 'Noto Sans JP', sans-serif; /* web font */
	font-size: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container img {
	border: none;
}
.container .pd2per {
	padding: 0 2%;
}
.container .ib {
	display: inline-block;
}
.container .bold {
	font-weight: bold;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent *, .container .indent05 *, .container .indent-ico * {
	text-indent: 0;
	margin-left: 0;
}
.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}
.container .mb24px {
	margin-bottom: 24px;
}
.oh {
	overflow: hidden;
}

@media screen and (min-width: 768px) { /* tab, pc */
	.pc-block{
		display: block;
	}
	.pc-ib {
		display: inline-block;
	}
}
.fs12px {
	font-size: 12px;
}


/* content ------------ */
.container img {
	max-width: 100%;
	width:/***/auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .sec {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec {
		margin-bottom: 72px;
	}
}

/* common head */
.container .header {
}

.container .header .h1-box {
	text-align: center;
}
.container .header .h1-box h1 {
	font-size: 6.2vw;
	font-weight: 700;
}

.container .header .kv-box {
	overflow: hidden;
}

.container .header .kv-box .img-box01{
	float: left;
	width: 50%;
}

.container .header .kv-box .img-box02{
	float: right;
	width: 50%;
}

.container .header .kv-box .img-box01 img,
.container .header .kv-box .img-box02 img{
	width: 100%;
}


@media screen and (min-width: 960px) { /* pc */
	.container .header .h1-box h1 {
		font-size: 60px;
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .header {
	}
	
	div.container .header .kv-box{
	  position: relative;
		z-index: 1;
		overflow: hidden;
	}
	div.container .header .h1-box {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 25%;
		width: 50%;
	}
	div.container .header .kv-box .img-box01{
		width: 25%;
	}

	div.container .header .kv-box .img-box02{
		width: 25%;
	}
}

/* p1 lead */
.p1 .lead-box .bg-box {
	background-image: url("lead_bg01.jpg");
	background-color: #2877c7;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

.p1 .lead-box .bg-box .ttl-box {
	padding-top: 4em;
	margin-bottom: 16px;
}

.p1 .lead-box .bg-box .txt-box {
	color: #ffffff;
	padding-bottom: 8em;
}

/* lead img 2024 */
.p1 .lead-box .img-box2024 {
}

.p1 .lead-box .img-box2024 ul {
	list-style: none;
	overflow: hidden;
	max-width: 528px;
	margin: -6em auto 0;
	padding: 0;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p1 .lead-box .img-box2024 ul li {
	margin-bottom: 1%;
}

.p1 .lead-box .img-box2024 ul li:nth-child(1) {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.p1 .lead-box .img-box2024 ul li:nth-child(2) {
	-ms-flex-preferred-size: 49.5%;
	flex-basis: 49.5%;
	
	position: relative;
	z-index: 1;
}

.p1 .lead-box .img-box2024 ul li:nth-child(2):after{
	content: " ";
  display: block;
  background-color: white;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 500%;
  height: 1px;
}

.p1 .lead-box .img-box2024 ul li:nth-child(3) {
	-ms-flex-preferred-size: 49.5%;
	flex-basis: 49.5%;
}

.p1 .lead-box .img-box2024 ul li img{
	width: 100%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .lead-box {
		margin-bottom: 72px;
	}
	
	div.p1 .lead-box .bg-box .ttl-box h2 {
		font-size: 275.00%; /* 44px */
	}
	div.p1 .lead-box .bg-box .txt-box {
		font-size: 20px;
	}

	/* lead img 2024 */
	div.p1 .lead-box .img-box2024 ul {
		max-width: 798px;
	}
	
	div.p1 .lead-box .img-box2024 ul li:nth-child(1) {
		-ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
    
    position: relative;
		top: 0;
		left: 0;
		z-index: 1;
	}
 
	div.p1 .lead-box .img-box2024 ul li img{
		width: auto;
	}
}


@media screen and (max-width: 414px) { /* small sp */
	.p1 .lead-box:after {
		height: 0;
		padding-top: 18%;
	}
}

/* bg txt box */
.p1 .bg-txt-box{
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
	padding: 2em 0;
	
	background-color: #000;
	color: #fff;
}
.p1 .bg-txt-box:after {
	content: " ";
	display: block;
	background-color: #000;
	position: absolute;
	z-index: 0;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 15vw;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .bg-txt-box:after {
		height: 7em;
	}
}

/* sec common */
.mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.mw800px {
	max-width: 800px;
	margin: 0 auto;
}
/* nominate */
.nominate-box {
	margin-top: 40px;
	padding: 4%;
	background: #FFF;
	border: 2px #004ea2 solid;
	margin-bottom: 40px;
}
.nominate-box .txtlink {
	margin-bottom: 30px;
}
.nominate-box .title-box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px #004ea2 solid;
}
.nominate-box .title-box h2 {
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #004ea2;
}
.nominate-box .title-box .sub {
	text-align: center;
	margin-top: 16px;
}
.nominate-box .txtlink p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.nominate-box .txtlink a {
	margin: 5px 0 0 10px;
	padding: 7px;
	font-size: 18px;
	color: #004ea2;
	border-left: 3px #004ea2 solid;
	font-weight: bold;
	line-height: 1.3;
	display: inline-block;
}
.nominate-box .txtlink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nominate-box .txtlink ul li {
	margin-bottom: 20px;
}
.nominate-box .txtlink a:after {
	background-image: url(arrow_blue.png);
}
.txtlink a:after {
	content: '';
	display: inline-block;
	margin-left: 20px;
	width: 50px;
	height: 12px;
	background: url(arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.txtlink a:link,
.txtlink a:visited {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (min-width: 960px) { /* pc */
	.txtlink a:hover, 
	.txtlink a:active {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		text-decoration: none;
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	div.nominate-box {
		margin-bottom: 80px;
		padding: 30px;
	}
	div.nominate-box .title-box {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	div.nominate-box .title-box h2{
		font-size: 24px;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
	}
	div.nominate-box .txtlink p {
		font-size: 16px;
	}
	div.nominate-box .txtlink a {
		margin: 5px 0 0 20px;
		padding: 10px;
		font-size: 20px;
	}
	div.nominate-box .txtlink ul li {
		margin-bottom: 30px;
	}
}

/* link-box */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-align-items: center;
	align-items: center;
}
.flex_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.link-box {
	width: 100%;
	padding: 50px 0;
	background-color: #004ea2;
	color: #fff;
}
.link-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-box .txtlink {
	margin-bottom: 16px;
}
.link-box .txtlink a {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
}
.link-box .banner a {
	font-size: 18px;
	width: 100%;
	height: 70px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #004ea2;
	background: #FFF;
	text-decoration: none;
}
.link-box .banner a.last {
	padding: 0 2%;
	margin-top: 40px;
}
.link-box .banner span {
	max-width: 400px;
}

.link-box .banner > .sub-text-box{
	text-align: center;
	margin-top: 8px;
	
	flex: 1;
}

@media screen and (min-width: 960px) { /* pc */
	div.link-box .banner a {
    font-size: 112.50%; /* 18px */
	}
	div.link-box .banner a:hover {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
		box-shadow: 0px 5px 20px rgba(0,0,0,0.9);
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	div.link-box .txtlink a {
		font-size: 24px;
	}
	div.link-box .banner a,
	div.link-box .banner > .sub-text-box{
    -ms-flex-preferred-size: 48%;
	  flex-basis: 48%;
		width: 48%;
		height: 100px;
		
		font-size:min(2.2vw,112.50%); /* 18px */
	}
	div.link-box .banner > .sub-text-box{
		flex: initial;
	}
	div.link-box .banner a.last {
		margin-top: 0;
	}
	
	div.link-box .banner .item:nth-child(1) { order: 1; }
	div.link-box .banner .item:nth-child(2) { order: 3; 
		height: auto;
	}
	div.link-box .banner .item:nth-child(3) { order: 2; }
}

@media screen and (max-width: 414px) { /* small sp */
	div.link-box .banner a {
		font-size: 4vw;
	}
}

/* footer-logo-box */
.footer-logo-box {
	padding: 50px 4%;
	text-align: center;
}
.footer-logo-box .note-box {
	padding-top: 8px;
	font-size: 12px;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.footer-logo-box {
		padding: 80px 0;
	}
}

/* nominate */
.nominate-box h3 {
    padding-bottom: 10px;
    font-size: 112.50%; /* 18px */
    font-weight: bold;
    letter-spacing: 0.5em;
    color: #e30012;
}

.nominate-box .txtlink p.r {
    color: #e30012;
}

.nominate-box .txtlink p {
    font-weight: bold;
    line-height: 1.3;
}


/* micro clearfix -------- */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/* for iphone ----------- */
body {
	-webkit-text-size-adjust: 100%; /* iphone 自動調整対策 */
}
