@charset "utf-8";
/* CSS Document */


#headerUpper #headerInner #logo01 {
	width: 360px;
	margin-top: 35px;
}
#headerUpper.transform #headerInner #logo01 {
	width: 250px;
    margin-top: 25px;
}
#video_01 h1 {
	font-family: 'Timmana', sans-serif;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
	#headerUpper #headerInner #logo01 {
		width: 280px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 2000px) {
	.sp #headerUpper #headerInner #logo01 {
		width: 240px;
		margin-top: 20px;
	}
}

/*
===================================================
	whatsnew
===================================================
*/

#whatsnew .inner {
	max-width: 100%;
	padding: 60px 0;
}
#whatsnew .inner h1 {
	margin-bottom: 30px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
#whatsnew .inner h1 span {
	font-family: "M PLUS 1p";
	font-size: 0.536em;
}
#whatsnew .inner .slider a {
	margin: 0 10px;
}
#whatsnew .inner .slider a p.date {
	margin: 0.5em 0;
	font-size: 1.3em;
}
#whatsnew .inner .slider a div {
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#whatsnew .inner .slider a:hover div {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.slick-slider {
	position: relative;
}
.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	text-indent: -9998px;
	background: url("../img/arrow_prev.png") no-repeat center center;
	display: block;
	border: none;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	z-index: 10;
	top: 37.5%;
	left: 15px;
	transform: translateY(-37.5%);
	-webkit- transform: translateY(-37.5%);
	cursor: pointer;
}
.slick-next {
	background-image: url("../img/arrow_next.png");
	left: inherit;
	right: 15px;
}
.sp .slick-prev {
	top: 22%;
	left: 3px;
}
.sp .slick-next  {
	top: 22%;
	right: 3px;
}


/*
===================================================
	bisTopics
===================================================
*/

.bisTopics h1 {
	padding: 50px 0;
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	text-align: center;
	background: #5D89C5;
}
.bisTopics h1 span {
	font-family: "M PLUS 1p";
	font-size: 0.536em;
}
.bisTopics .topics {
	height: 670px;
    background-position: center center;
    background-size: cover;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
	position: relative;
}
.bisTopics .topics .layer {
	width: 100%;
	min-height: 100%;
	background: url("../img/layer.png") repeat left top;
	position: absolute;
}
.bisTopics .topics .inner {
	position: relative;
	z-index: 1;
}
.bisTopics .topics .textArea {
	width: 360px;
	background: #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
#bisTopics02.bisTopics .topics .textArea,
#bisTopics04.bisTopics .topics .textArea {
	color: #FFF;
	background: #356CB6;
	right: 0;
}
.bisTopics .topics .textArea h2 {
	margin-top: 40px;
	padding-left: 40px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 4em;
	position: relative;
}
.bisTopics .topics .textArea h2:before {
	width: 30px;
	content: "";
	border-top: solid 5px #356CB6;
	position: absolute;
	left: 0;
	top: 0.5em;
	bottom: 0;
}
#bisTopics02.bisTopics .topics .textArea h2:before,
#bisTopics04.bisTopics .topics .textArea h2:before {
	border-color: #FFF;
}
.bisTopics .topics .textArea h2 span {
	margin-left: 1em;
	font-family: "M PLUS 1p";
	font-size: 0.4em;
	letter-spacing: 0;
	display: inline-block;
}
.bisTopics .topics .textArea div {
	padding: 40px 40px 60px 40px;
}
.bisTopics .topics .textArea div h3 {
	margin-bottom: 0.7em;
	font-family: "Noto Sans JP";
	font-size: 2em;
}
.bisTopics .topics .textArea div p {
	font-size: 1.5em;
	line-height: 1.7;
}
.bisTopics .topics .textArea a {
	width: 15em;
	height: 60px;
	color: #FFF;
	font-size: 1.6em;
	line-height: 60px;
	text-align: center;
	background: #FFA514;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.bisTopics .topics .textArea a:hover {
	color: #000;
	background-color: #FFF;
}
/*.bisTopics .topics .textArea img {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -40px;
	cursor: pointer;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.bisTopics .topics .textArea img:hover {
	opacity: 0.8;
}*/

.iziModal-content p {
    margin-bottom: 1em;
}
.iziModal-content h1,
.iziModal-content h2 {
	font-family: "M PLUS 1p";
}
.iziModal-content h1 {
	margin-bottom: 1em;
	padding: 10px;
	color: #FFF;
	font-size: 2.2em;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	background: #356CB6;
}
.iziModal-content h2 {
	margin-bottom: 1.25em;
	font-size: 1.7em;
	line-height: 1.4;
}
.iziModal-content div {
	position: relative;
	overflow: hidden;
}
.iziModal-content ol {
	margin-left: 1.75em;
}
.iziModal-content ol:last-child {
	margin-bottom: 0 !important;
}
.iziModal-content ol li {
	list-style: decimal;
}
.iziModal-content figure {
	width: 40%;
	margin-left: 5%;
	float: right;
}
.iziModal-content figure img {
	width: 100%;
	height: auto;
}
.iziModal-wrap a {
	cursor: pointer;
}
.iziModalToggle {
	cursor: pointer;
}
.izimodalNav {
	height: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1em;
	position: relative;
	overflow: hidden;
}
.izimodalNav a {
	padding: 0.5em;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	background: #356CB6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moztransition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.izimodalNav a:hover {
	background: #FFA514;
}
.izimodalNav .bNext {
	right: 0;
}
.izimodalNav .bPrev {
	left: 0;
}

@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 600px) {
	.sp .bisTopics .topics {
		height: inherit;
	}
	.sp .bisTopics .topics .inner {
		max-width: 100%;
	}
	.sp .bisTopics .topics .layer {
		background: none;
	}
	.sp .bisTopics .topics .textArea {
		width: 100%;
		transform: translateX(0%) translateY(0%);
		-webkit- transform: translateX(0%) translateY(0%);
		top: inherit;
		left: 0%;
		position: relative;
		overflow: hidden;
	}
	.sp #bisTopics02.bisTopics .topics .textArea,
	.sp #bisTopics04.bisTopics .topics .textArea {
		background-color: rgba(53,108,182,.7);
		right: inherit;
	}
	.sp .bisTopics .topics .textArea h2 {
		margin-top: 25px;
	}
	.sp .bisTopics .topics .textArea div {
		padding-bottom: 140px;
	}
	.sp .bisTopics .topics .spImage {
		width: 100%;
		height: 0;
		padding: 40% 0 0 0;
		background-position: center center;
		background-size: cover;
		display: flex;
		/*align-items: center;
		justify-content: center;*/
		position: relative;
	}
	.sp .bisTopics .topics .textArea a {
		bottom: 50px;
	}
	.sp .iziModal-content figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5%;
		float: none;
	}
}


/*
===================================================
	message
===================================================
*/

#message .inner {
	padding: 60px 0;
	text-align: center;
}
#message .inner h1 {
	margin-bottom: 40px;
	font-family: "M PLUS 1p";
	color: #356CB6;
}
#message .inner #read {
	margin-bottom: 40px;
}
#message .inner p a {
	height: 40px;
	padding: 0 4em;
	font-weight: bold;
	color: #356CB6;
	line-height: 40px;
	display: inline-block;
	border: solid 2px #356CB6;
	background: #FFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}
#message .inner p a::before,
#message .inner p a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #356CB6;
	border-right: 2px solid #356CB6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#message .inner p a:hover {
	color: #FFF;
	background: #356CB6;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#message .inner p a:hover::before ,
#message .inner p a:hover::after {
	border-color: #FFF;
}


/*
===================================================
	policy
===================================================
*/

#policy {
	background: url("../img/bg_policy.jpg") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#policy .inner {
	padding: 100px 0 110px;
	text-align: center;
}
#policy .inner h1 {
	margin: 40px 0 20px;
	font-size: 3.6rem;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: #356CB6;
}
#policy .inner h1 span {
	margin: 0;
	display: block;
	font-size: 1.4rem;
	font-family: 'Noto Serif SC', serif;
}
#policy .inner h1:first-child {
	margin-top: 0;
}
#policy .inner p {
	font-size: 1.6rem;
	font-weight: 400;
}

@media screen and (max-width: 2000px) {
	.sp #policy .inner {
		padding: 60px 0 80px;
	}
}


/*
===================================================
	profile
===================================================
*/

#profile h1 {
	padding: 60px 0;
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	text-align: center;
	background: #5D89C5;
}
#profile h1 span {
	font-family: "M PLUS 1p";
	font-size: 0.536em;
}
#profile .inner {
	padding: 50px 0;
}
#profile .inner table {
	max-width: 64%;
	margin: 0 auto;
}
#profile .inner tr {
	border-bottom: solid 1px #CECECE;
}
#profile .inner th {
	width: 12em;
	font-weight: normal;
}
#profile .inner th,
#profile .inner td {
	padding: 12px 5px 10px 0;
}

@media screen and (max-width: 2000px) {
	.sp #profile .inner table {
		max-width: 90%;
	}
	.sp #profile .inner th,
	.sp #profile .inner td {
		display: block;
	}
	.sp #profile .inner th {
		width: 100%;
		padding-bottom: 0;
		font-weight: bold;
	}
	.sp #profile .inner td {
		padding-top: 0;
	}
}


/*
===================================================
	contactUs
===================================================
*/

#contactUs {
	background: #EEE;
}
#contactUs h1 {
	padding: 60px 0 55px;
	font-family: 'Titillium Web', sans-serif;
	color: #5D89C5;
	text-align: center;
	position: relative;
}
#contactUs h1 span {
	font-family: "M PLUS 1p";
	font-size: 0.536em;
}
#contactUs h1::before,
#contactUs h1::after {
	width: 40px;
	height: 5px;
	margin: auto;
	content: "";
	border-bottom: solid 5px #5D89C5;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#contactUs .inner {
	padding: 50px 0 80px;
	text-align: center;
}
#contactUs table {
	max-width: 80%;
	margin: 40px auto;
}
#contactUs th,
#contactUs td {
	padding-top: 0;
	padding-bottom: 0;
}
#contactUs th {
	width: 25%;
	font-weight: normal;
	border-right: solid 5px #FFF;
}
#contactUs td {
	padding-left: 5%;
	vertical-align: bottom;
}
#contactUs .require {
	margin-left: 0.5em;
	padding: 0 4px;
	color: #FFF;
	font-size: 0.6875em;
	background: #C20404;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
#contactUs .note {
	margin-left: 1em;
	font-size: 0.875em;
}
#contactUs td input,
#contactUs td textarea {
	margin: 8px 0 16px;
	padding: 1.6%;
	font-size: 1em;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contactUs td .short {
	width: 40%;
}
#contactUs td .long {
	width: 80%;
}
#contactUs button {
	height: 40px;
	padding: 0 4em;
	font-size: 1.6em;
	font-weight: bold;
	color: #356CB6;
	line-height: 1;
	display: inline-block;
	border: solid 2px #356CB6;
	background: #FFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}
#contactUs button::before,
#contactUs button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #356CB6;
	border-right: 2px solid #356CB6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contactUs button:hover {
	color: #FFF;
	background: #356CB6;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
	cursor: pointer;
}
#contactUs button:hover::before ,
#contactUs button:hover::after {
	border-color: #FFF;
}

@media screen and (max-width: 2000px) {
	.sp #contactUs table {
		max-width: 90%;
		margin: 1.5em auto;
	}
	.sp #contactUs th,
	.sp #contactUs td {
		padding-left: 0;
		display: block;
	}
	.sp #contactUs th {
		width: 97%;
		margin-bottom: 1.5em;
		padding-left: 3%;
		border-right: none;
		border-left: solid 5px #FFF;
		font-weight: bold;
	}
	.sp #contactUs td input,
	.sp #contactUs td textarea {
		padding: 5%;
	}
	.sp #contactUs td .short,
	.sp #contactUs td .long {
		width: 90%;
	}
	.sp #contactUs .note {
		margin-top: -4px;
		margin-left: 0;
		margin-bottom: 16px;
		line-height: 1.4;
		display: inline-block;
		overflow: hidden;
	}
}

