@charset "utf-8";
/*=================================
top.css
- layout
- contents
@media only screen and (max-width: 767px)
clearfix
================================ */

/* layout
-------------------------------- */
#top #contentsArea {
	padding: 0;
}

/* contents
-------------------------------- */
#top [class*="topContentBox"] {
	width: 100% !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
					background-size: cover;
}
#top [class*="topContentBox"] > * {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#top [class*="topContentBox"] > *:first-child {
	margin-top: 0;
}
#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
}
#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading > span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #0071be;
}
#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading span:first-letter {
	color: #0051bf;
}
#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading + * {
	margin-top: 2em !important;
}

/* topContentBox01 */
#top .topContentBox01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
					flex-direction: column;
	-webkit-justify-content: center;
					justify-content: center;
	position: relative;
	height: calc(100vh - 70px);
	background-image: url(/img/index_main_bg01.jpg);
}
#top.tablet .topContentBox01 {
	height: 750px;
}
#top .topContentBox01 > .heading {
	margin-top: -70px;
	text-align: center;
}
#top .topContentBox01 > .heading + * {
	margin-top: -15px;
}
#top .topContentBox01 .btnLink01 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#top .topContentBox01 .btnLink01 a {
	min-width: 235px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border-color: #ffffff;
}
#top .topContentBox01 .btnLink01 a span {
	padding: 0.6em 2em 0.6em 1em;
}
.pc#top .topContentBox01 .btnLink01 a:hover {
	color: #333333;
	background-color: #ffffff;
}
.pc#top .topContentBox01 .btnLink01 a:hover span:after {
	border-top-color: #333333;
	border-right-color: #333333;
}
#top .topContentBox01 .topAnchor01 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
}

/* topContentBox02 */
#top .topContentBox02 {
	position: relative;
	height: 850px;
	padding-top: 45px;
	background-color: #0051bf; 
}
#top .topContentBox02 > .heading {
	position: relative;
	color: #ffffff;
	font-size: 55px;
	font-size: 5.5rem;
	text-align: center;
	z-index: 1;
	line-height: 1.2;
}
#top .topContentBox02 > .heading > a {
	padding-right: 50px;
	color: #ffffff;
}
#top .topContentBox02 > .heading > a:after {
	content: "";
	position: absolute;
	top: 0.55em;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
					transform: rotate(45deg);
}
.pc#top .topContentBox02 > .heading > a:hover:after {
	right: 0;
}
#top .topContentBox02 .topAnchor02 {
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -569px;
	z-index: 1;
}

/* topContentBox03 */
#top .topContentBox03 {
	padding: 140px 0 100px;
	background-color: #ffffff;
}

/* topContentBox04 */
#top .topContentBox04 {
	padding: 80px 0;
	background-color: #eff3f8;
}
#top .topContentBox04 > .heading {
	position: relative;
	margin-top: -110px;
	color: #0051bf;
	font-size: 50px;
	font-size: 5.0rem;
	text-align: center;
	z-index: 1;
	line-height: 1.2;
}
#top .topContentBox04 > .heading  + * {
	margin-top: 50px;
}
#top .topContentBox04 > .heading > a {
	padding-right: 35px;
	color: #0051bf;
}
#top .topContentBox04 > .heading > a:after {
	content: "";
	position: absolute;
	top: 0.55em;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #0051bf;
	border-right: 3px solid #0051bf;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
					transform: rotate(45deg);
}
.pc#top .topContentBox04 > .heading > a:hover:after {
	right: 0;
}

/* topContentBox05 */
#top .topContentBox05 {
	height: 800px;
	padding-top: 55px;
	background: url(/img/index_main_bg02.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
					background-size: cover;
}
#top .topContentBox05 > .heading {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	font-size: 5.0rem;
	text-align: center;
	z-index: 1;
	line-height: 1.2;
}
#top .topContentBox05 > .heading > a {
	padding-right: 35px;
	color: #ffffff;
}
#top .topContentBox05 > .heading > a:after {
	content: "";
	position: absolute;
	top: 0.55em;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
					transform: rotate(45deg);
}
.pc#top .topContentBox05 > .heading > a:hover:after {
	right: 0;
}

/* topAnchor */
#top .topAnchor01 {
	height: 75px;
	width: 170px;
	overflow: hidden;
}
#top .topAnchor01 > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	width: 170px;
	padding-top: 15px;
	color: #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0.7, #0158c9), color-stop(0.00, #0790fb));
	background: -webkit-linear-gradient(left top, #0790fb 0%, #0158c9 70%);
	background: -moz-linear-gradient(left top, #0790fb 0%, #0158c9 70%);
	background: linear-gradient(to right bottom, #0790fb 0%, #0158c9 70%);
	border-radius: 50%;
}
#top .topAnchor01 > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	width: 170px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
					transition: opacity 0.2s ease-out 0s;
}
.pc#top .topAnchor01 > a:hover:before {
	opacity: 0.3;
}
#top .topAnchor01 > a:after {
	content: "";
	position: absolute;
	top: 55px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
}
#top .topAnchor02 {
	width: 1138px !important;
}
#top .topAnchor02 > a {
	display: -webkit-flex;
	display: flex;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
	position: relative;
	height: 130px;
	width: 100%;
	padding: 0 60px 0 40px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 47px;
	font-size: 4.7rem;
	font-weight: bold;
	background: url(/img/index_anc_bg01.jpg) no-repeat 0 0;
}
#top .topAnchor02 > a .subTitle {
	display: inline-block;
	margin-left: 35px;
	font-size: 24px;
	font-size: 2.4rem;
}
#top .topAnchor02 > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
}
.pc#top .topAnchor02 > a:hover {
	-webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.4);
		 -moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.4);
					box-shadow:0px 0px 10px 3px rgba(0,0,0,0.4);
}

/* flexElement2 */
#top .flexElement2 > .one-third {
	width: calc((100% - 60px) / 3);
}
#top .flexElement2 > .two-third {
	width: calc((100% - 60px) / 3 * 2);
}

/* newsColumn01 */
#top .flexElement1 > section.column {
	width: 100%;
}
#top .newsColumn01 .newsBox dt {
	padding-top: 3px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}
#top .newsColumn01 .newsBox dt .year {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	font-size: 1.6rem;
}
#top .newsColumn01 .newsBox dd {
	font-size: 17px;
	font-size: 1.7rem;
}

/* specialLinks */
#top .specialLinks {
	width: 1090px;
}
#top .specialLinks.flexElement2 > .column {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
#top .specialLinks.flexElement2 > .column:nth-child(2n) {
	margin-right: 0;
}

/* pickUpSlider */
#top .pickUpSlider {
	margin-top: 1.5em;
	padding-bottom: 35px;
}
#top .pickUpSlider .slick-arrow {
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: opacity 0.3s ease-out 0s;
					transition: opacity 0.3s ease-out 0s;
}
.pc#top .pickUpSlider .slick-arrow:hover {
	opacity: 0.6;
}
#top .pickUpSlider .slick-prev {
	left: 0;
}
#top .pickUpSlider .slick-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	height: 15px;
	width: 15px;
	margin-top: -8px;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	-webkit-transform: rotate(-135deg);
		 -moz-transform: rotate(-135deg);
		 			transform: rotate(-135deg);
}
#top .pickUpSlider .slick-next {
	right: 0;
}
#top .pickUpSlider .slick-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	height: 15px;
	width: 15px;
	margin-top: -8px;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
#top .pickUpSlider .slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	height: 10px;
	padding: 0;
	list-style: none;
	text-align: center;
}
#top .pickUpSlider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}
#top .pickUpSlider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
#top .pickUpSlider .slick-dots li button:hover,
#top .pickUpSlider .slick-dots li button:focus {
	outline: none;
}
#top .pickUpSlider .slick-dots li button:hover:before,
#top .pickUpSlider .slick-dots li button:focus:before {
	opacity: 1;
}
#top .pickUpSlider .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #cccccc;
	border-radius: 50%;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-out 0s;
					transition: all 0.2s ease-out 0s;
}
.pc#top .pickUpSlider .slick-dots li button:hover:before,
#top .pickUpSlider .slick-dots li.slick-active button:before {
	background: #0051bf;
}

@media only screen and (max-width: 767px){
	/* contents
	-------------------------------- */
	#top [class*="topContentBox"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	#top [class*="topContentBox"] > * {
		width: 100%;
	}
	#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading {
		font-size: 26px;
		font-size: 2.6rem;
	}
	#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading > span {
		padding-bottom: 3px;
	}
	#top [class*="topContentBox"] [class*="flexElement"] > .column > .heading + * {
		margin-top: 1.5em !important;
	}
	
	/* topContentBox01 */
	#top .topContentBox01 {
		height: 450px;
		height: calc(100vh - 50px);
		background-image: url(/img/sp_index_main_bg01.jpg);
	}
	#top .topContentBox01 > .heading {
		margin-top: -50px;
	}
	#top .topContentBox01 > .heading img {
		width: 320px;
	}
	#top .topContentBox01 > .heading + * {
		margin-top: -5px;
	}
	#top .topContentBox01 .btnLink01 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#top .topContentBox01 .btnLink01 a {
		display: inline-block;
		width: auto;
		min-width: 60%;
	}
	#top .topContentBox01 .btnLink01 a span {
		padding: 0.8em 2em 0.8em 1em;
	}
	#top .topContentBox01 .topAnchor01 {
		margin-left: -60px;
	}
	
	/* topContentBox02 */
	#top .topContentBox02 {
		height: auto;
		padding-top: 25px;
		padding-bottom: 80px;
	}
	#top .topContentBox02 > .heading {
		font-size: 32px;
		font-size: 3.2rem;
	}
	#top .topContentBox02 > .heading > a {
		padding-right: 16px;
	}
	#top .topContentBox02 > .heading > a:after {
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	#top .topContentBox02 .topAnchor02 {
		bottom: -45px;
		left: 0;
		margin-left: 0;
		padding: 0 10px;
		z-index: 1;
	}

	/* topContentBox03 */
	#top .topContentBox03 {
		padding: 70px 10px 50px;
		background-color: #ffffff;
	}
	
	/* topContentBox04 */
	#top .topContentBox04 {
		padding: 25px 0 0;
	}
	#top .topContentBox04 > .heading {
		position: relative;
		margin-top: -45px;
		color: #0051bf;
		font-size: 32px;
		font-size: 3.2rem;
	}
	#top .topContentBox04 > .heading  + * {
		margin-top: 10px;
	}
	#top .topContentBox04 > .heading > a {
		padding-right: 15px;
	}
	#top .topContentBox04 > .heading > a:after {
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 2px solid #0051bf;
		border-right: 2px solid #0051bf;
	}
	
	/* topContentBox05 */
	#top .topContentBox05 {
		position: relative;
		height: auto;
		padding: 20px 15px 160px;
		background: url(/img/sp_index_main_bg03.jpg) no-repeat 50% 100% #041f7e;
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
	}
	#top .topContentBox05:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 200px;
		width: 100%;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #041f7e), color-stop(0.00, #0f80e5));
		background: -webkit-linear-gradient(#0f80e5, #041f7e);
		background: -moz-linear-gradient(#0f80e5, #041f7e);
		background: linear-gradient(#0f80e5, #041f7e);
	}
	#top .topContentBox05 > .heading {
		position: relative;
		font-size: 32px;
		font-size: 3.2rem;
		z-index: 1;
	}
	#top .topContentBox05 > .heading > a {
		padding-right: 15px;
	}
	#top .topContentBox05 > .heading > a:after {
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	#top .topContentBox05 .specialLinks {
		position: relative;
		z-index: 1;
	}
	
	/* topAnchor */
	#top .topAnchor01 {
		height: 60px;
		width: 120px;
	}
	#top .topAnchor01 > a {
		height: 120px;
		width: 120px;
		padding-top: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#top .topAnchor01 > a:before {
		height: 120px;
		width: 120px;
	}
	#top .topAnchor01 > a:after {
		top: 45px;
		width: 6px;
		height: 6px;
		margin-left: -3px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	#top .topAnchor02 {
		width: 100% !important;
	}
	#top .topAnchor02 > a {
		display: block;
		height: 90px;
		width: 100%;
		padding: 10px 20px 0;
		font-size: 30px;
		font-size: 3.0rem;
		text-align: center;
		line-height: 1;
		background: url(/img/sp_index_anc_bg01.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
						background-size: cover;
	}
	#top .topAnchor02 > a .subTitle {
		display: block;
		margin: 5px 0 0;
		font-size: 15px;
		font-size: 1.5rem;
	}
	#top .topAnchor02 > a:after {
		top: auto;
		bottom: 10px;
		right: auto;
		left: 50%;
		width: 8px;
		height: 8px;
		margin: 0 0 0 -4px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	
	/* newsColumn01 */
	#top .newsColumn01 .newsBox > a,
	#top .newsColumn01 .newsBox > dl {
		padding-left: 0;
	}
	#top .newsColumn01 .newsBox dl {
		display: table;
		width: 100%;
	}
	#top .newsColumn01 .newsBox dt {
		display: table-cell;
		width: 70px;
		padding-top: 0;
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		vertical-align: top;
	}
	#top .newsColumn01 .newsBox dt .year {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#top .newsColumn01 .newsBox dd {
		display: table-cell;
		padding-left: 0.5em;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		vertical-align: middle;
	}
	
	/* specialLinks */
	#top .specialLinks {
		width: 100%;
	}
	#top .specialLinks > .column {
		margin-right: 0 !important;
	}
	
	/* pickUpSlider */
	#top .pickUpSlider .slideItem img {
		width: 100%;
	}
	#top .pickUpSlider .slick-arrow {
		bottom: 0;
	}

}

@media only screen and (max-width: 767px) and (orientation: landscape){
	#top .topContentBox01 {
		height: 400px;
	}
}

