@charset "utf-8";

/*----------------------------
	main visual
-----------------------------*/
.list_catch {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 1px;
}
.list_catch_main,
.list_catch_banner a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list_catch_main {
	flex-basis: 73%;
	position: relative;
}
.list_catch_main::after {
	content: "";
	background-color: rgba(51,153,204,.5);
	display: block;
	transition-duration: .5s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 20
}
.list_catch_main:hover::after {
	background-color: rgba(51,153,204,0);
}
h1 {
	position: absolute;
	bottom: 70px;
	left: 40px;
	z-index: 30;
}
h1 em {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 4px 4px 0 #39c;
}
#slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#slide li, #dots {
	position: absolute;
}
#slide li {
	width: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 15;
}
#slide li:not(:first-child) {
	display: none;
}
#slide img {
	width: 100%;
	height: auto;
}
#dots {
	display: flex;
	bottom: 20px;
	left: 40px;
	z-index: 25;
}
#dots li+li {
	margin-left: 20px;
}
#dots a {
	background-color: #fff;
	color: transparent;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	overflow: hidden;
}
#dots a:hover {
	opacity: .8;
}
#dots a.is_current {
	background-color: #39c;
}
.list_catch_banner {
	flex-basis: 27%;
	margin-left: 1px;
}
.list_catch_banner a {
	color: #fff;
	display: block;
	padding-top: 80%;
	position: relative;
}
.list_catch_banner a:first-child {
	background-image: url(../images/bnr_guide_l.jpg);
}
.list_catch_banner a:first-child::before {
	content: url(../images/new.png);
	transform: translate(-50%, -150%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
}
.list_catch_banner a:last-child {
	background-image: url(../images/bnr_blog_l.jpg);
	margin-top: 1px;
}
.list_catch_banner a::after {
	content: "";
	transition-duration: .4s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
}
.list_catch_banner a:nth-child(1)::after {
	background-color: rgba(204,51,119,.5);
}
.list_catch_banner a:nth-child(1):hover::after {
	background-color: rgba(204,51,119,0);
}
.list_catch_banner a:nth-child(2)::after {
	background-color: rgba(51,204,51,.5);
}
.list_catch_banner a:nth-child(2):hover::after {
	background-color: rgba(51,204,51,0);
}
/* notice */
.list_catch_banner span {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	display: block;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 10;
}
.list_catch_banner a:nth-child(1) span {
	text-shadow: 4px 4px 0 #c37;
}
.list_catch_banner a:nth-child(2) span {
	text-shadow: 4px 4px 0 #3c3;
}
.notice {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 24px 0 22px;
}
.notice p {
	flex: auto;
	padding-left: 40px;
}
.notice .notice_title {
	flex: 0 0 140px;
}
.notice_title {
	border-right: 1px solid #fff;
}
.notice .notice_link {
	flex: 0 0 112px;
	padding-left: 0;
	padding-right: 40px;
}
.notice a {
	color: #000;
}
.notice p:not(.notice_link) a:hover {
	text-decoration: underline;
}
.notice .notice_link a {
	background-color: #39c;
	color: #fff;
	font-size: .75rem;
	text-align: center;
	display: block;
	padding: 8px 0 7px;
}
.ico_info {
	color: #39c;
	font-weight: bold;
}
.ico_info::before {
	content: url(../images/ico_info.png);
	vertical-align: -6px;
	margin-right: 5px;
}
/*----------------------------
	main contents
-----------------------------*/
section {
	padding: 80px 0;
}
h2 {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 55px;
}
section h2::before {
	display: block;
	margin-bottom: 8px;
}
/* goals */
.section_goal h2::before {
	content: url(../images/head_goals.png);
}
.section_goal ul {
	margin-top: 55px;
	margin-bottom: 60px;
}
.section_goal li {
	text-align: left;
	float: left;
	width: 50%;
	height: 245px;
	margin-bottom: 110px;
	position: relative;
}
.section_goal li:nth-child(2) {
	padding-top: 180px;
}
.section_goal li:nth-child(even) {
	float: right;
}
.section_goal li:last-child {
	margin-bottom: 0;
}
.section_goal li p {
	background-color: #fff;
	font-size: .875rem;
	line-height: 1.25;
	letter-spacing: .15em;
	display: inline-block;
	padding: 15px 30px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section_goal li:nth-child(even) p {
	right: auto;
	left: 0;
}
.section_goal em {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
/* event */
.section_event {
	margin-top: 80px;
}
.section_event h3 {
	background: url(../images/head_event.png) no-repeat center top;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 35px;
}
.image_outer {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.image_outer::before, .image_outer::after {
	content: "";
	display: block;
	position: absolute;
}
.image_outer::before {
	content: url(../images/ribbon_left.png);
	top: -106px;
	left: -75px;
}
.image_outer::after {
	content: url(../images/ribbon_right.png);
	top: -104px;
	right: -60px;
}
.image_outer img:first-child {
	margin-right: 10px;
}
.image_outer img:last-child {
	margin-left: 10px;
}
/* information */
.section_info {
	padding-top: 0;
}
.section_info h2::before {
	content: url(../images/head_info.png);
}
.info_outer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.info_outer h3,
.info_outer ul {
	box-sizing: border-box;
}
.info_outer h3 {
	color: #39c;
	flex-basis: 320px;
	padding-left: 155px;
}
.info_outer ul {
	flex: auto;
	padding-left: 50px;
	position: relative;
}
.info_outer ul::before {
	content: "";
	background-image: linear-gradient(to bottom, #39c, #39c 10px, transparent 5px, transparent);
	background-size: 1px 15px;
	width: 1px;
	height: 40%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.info_outer li+li {
	margin-top: 18px;
}
.info_outer a {
	color: #000;
}
.info_outer a:hover {
	text-decoration: underline;
}
.ico_blog::before {
	content: url(../images/ico_blog.png);
	vertical-align: -6px;
	margin-right: 5px;
}
.info_outer ul+h3,
.list_blog {
	margin-top: 55px;
}
.list_blog li+li {
	margin-top: 10px;
}
.list_blog a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.list_blog p {
	padding-left: 20px;
}
.list_blog span {
	font-size: .75rem;
	display: block;
}
/*----------------------------
	contents
-----------------------------*/
.link_outer {
	text-align: center;
}
.link_outer a {
	background-color: #fff;
	color: #171717;
	text-align: left;
	display: inline-block;
	width: 240px;
	padding: 12px 50px 11px 20px;
	box-sizing: border-box;
	box-shadow: 2px 2px 0 #cfcfcf;
}
.link_outer a+a {
	margin-left: 40px;
}
.link_arrow {
	position: relative;
}
.link_arrow::after {
	content: url(../images/link_arrow.png);
	transform: translateY(-50%);
	transition-duration: .5s;
	position: absolute;
	top: 50%;
	right: 20px;
}
.link_arrow:hover::after {
	right: 15px;
}
/*----------------------------
	media query
-----------------------------*/
@media only screen and (max-width:860px){
	.list_catch {
		display: block;
		margin-bottom: 0;
	}
	.list_catch_main {
		height: 272px;
		margin-bottom: 1px;
	}
	h1 {
		bottom: 45px;
		left: 18px;
		right: 15px;
	}
	h1 em {
		font-size: 1.25rem;
		line-height: 1.75;
	}
	#slide li {
		width: auto;
		height: 100%;
	}
	#slide img {
		width: auto;
		height: 100%;
	}
	#dots {
		left: 20px;
	}
	.list_catch_banner {
		display: -webkit-flex;
		display: flex;
		margin-left: 0;
	}
	.list_catch_banner a {
		flex-basis: 50%;
		height: 240px;
		padding-top: 0;
	}
	.list_catch_banner a:last-child {
		margin-top: 0;
		margin-left: 1px;
	}
	.list_catch_banner span {
		font-size: 1.25rem;
		line-height: 240px;
	}
	section {
		padding: 40px 0;
	}
	h2 {
		margin-bottom: 20px;
	}
	section h2::before {
		content: "";
	}
	.section_goal ul {
		margin-top: 25px;
	}
	.section_goal li {
		width: 95%;
		height: auto;
		margin-bottom: 20px;
		padding-top: 0 !important;
	}
	.section_goal li img {
		width: 100%;
		height: auto;
	}
	.section_goal li p {
		padding: 15px 0 0 15px;
		bottom: -1px;
		right: -1px;
	}
	.section_goal li:nth-child(even) p {
		padding: 15px 15px 0 0;
		left: -1px;
	}
	.link_outer a+a {
		margin: 25px 0 0;
	}
	.section_event {
		overflow-x: hidden;
	}
	.section_event h3 {
		font-size: 1.5rem;
	}
	.image_outer {
		width: 276px;
		margin: 0 auto 25px;
		padding: 0;
	}
	.image_outer::before, .image_outer::after {
		overflow: hidden;
	}
	.image_outer::before {
		width: 95px;
		height: 100px;
		top: 270px;
		left: -95px;
	}
	.image_outer::after {
		width: 104px;
		height: 104px;
		top: 228px;
		right: -104px;
	}
	.image_outer img {
		margin: 0 0 20px !important;
	}
	.section_info h2 {
		margin-bottom: 40px;
	}
	.info_outer h3 {
		flex-basis: 30%;
		padding-left: 0;
	}
	.info_outer ul {
		flex: 0 0 70%;
		padding-left: 30px;
	}
	.info_outer li {
		font-size: .75rem;
	}
	/* 非表示 */
	.notice {
		display: none;
	}
}