@charset "utf-8";

#container {
	/* padding-top: 163px; */
}

#main {
	color: #1e1e1e;
}

.sec00 {
	text-align: center;
}
.sec00 h2 {
	margin-bottom: 45px;
}
.sec00 h3 {
	margin-bottom: 60px;
}

.sec01 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	height: 480px;
	padding: 40px 50px 0;
	background: #e8fee4 url(../img/bg_character.png) 50% -20px no-repeat;
	margin: 0 auto 20px;
}
.sec01 .heading {
	text-align: center;
	margin-bottom: 40px;
}
.sec01 .body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.sec01 .character {
	display: block;
	width: 150px;
}
.sec01 .character_image {
	margin-bottom: 20px;
}
.sec01 .character_caption {
	padding: 0 10px;
}
.sec01 .character_name {
	display: block;
	line-height: 1.0;
	color: #f67519;
	font-weight: bold;
	margin-bottom: 8px;
}
.sec01 .character_profile {
	font-size: .875em;
}

.sec02 {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	padding: 25px 148px 40px 153px;
	background-color: #ffefe1;
	margin: 0 auto 40px;
}

.sec02 .article {
	display: block;
	margin-top: 33px;
}

.sec02 .article_cassette {
	display: block;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.sec02 .article_cassette:hover {
	opacity: .8;
}
.sec02 .article_cassette[href="javascript:void(0);"] {
	cursor: default;
}
.sec02 .article_cassette[href="javascript:void(0);"]:hover {
	opacity: 1;
}

.sec02 .article_figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.sec02 .artcle_content {
	position: relative;
	width: 240px;
	height: 180px;
	background-color: #fff;
}
.sec02 .artcle_content:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	display: block;
	width: 88px;
	height: 77px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec02 .artcle_content:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	border: 14px solid transparent;
	border-left-color: #fff;
	-webkit-transform: translate(99%, -50%);
	-ms-transform: translate(99%, -50%);
	-o-transform: translate(99%, -50%);
	transform: translate(99%, -50%);
}
.sec02 .artcle_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: #fff;
}
.sec02 .artcle_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 35px;
	text-align: center;
	font-size: .875em;
	font-weight: bold;
}
.sec02 .artcle_link {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 126px;
	height: 32px;
	padding: 0 22px 0 12px;
	line-height: 32px;
	color: #fff;
	font-size: .875em;
	background: #fe7701 url(../img/icon_arrow_white.png) 104px 50% no-repeat;
}

.sec02 .article.article01 .article_figure,
.sec02 .article.article03 .article_figure,
.sec02 .article.article05 .article_figure,
.sec02 .article.article07 .article_figure,
.sec02 .article.article09 .article_figure,
.sec02 .article.article11 .article_figure,
.sec02 .article.article13 .article_figure {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	padding-right: 8px;
}
.sec02 .article.article01 .artcle_content:after,
.sec02 .article.article03 .artcle_content:after,
.sec02 .article.article05 .artcle_content:after,
.sec02 .article.article07 .artcle_content:after,
.sec02 .article.article09 .artcle_content:after,
.sec02 .article.article11 .artcle_content:after,
.sec02 .article.article13 .artcle_content:after {
	right: auto;
	left: 0;
	border-right-color: #fff;
	border-left-color: transparent;
	-webkit-transform: translate(-99%, -50%);
	-ms-transform: translate(-99%, -50%);
	-o-transform: translate(-99%, -50%);
	transform: translate(-99%, -50%);
}

.sec02 .article.article02 .article_figure,
.sec02 .article.article04 .article_figure,
.sec02 .article.article06 .article_figure,
.sec02 .article.article08 .article_figure,
.sec02 .article.article10 .article_figure,
.sec02 .article.article12 .article_figure {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sec02 .article.article01 .artcle_content:before {
	background-image: url(../img/ttl_no1.png);
}
.sec02 .article.article02 .artcle_content:before {
	background-image: url(../img/ttl_no2.png);
}
.sec02 .article.article03 .artcle_content:before {
	background-image: url(../img/ttl_no3.png);
}
.sec02 .article.article04 .artcle_content:before {
	background-image: url(../img/ttl_no4.png);
}
.sec02 .article.article05 .artcle_content:before {
	background-image: url(../img/ttl_no5.png);
}
.sec02 .article.article06 .artcle_content:before {
	background-image: url(../img/ttl_no6.png);
}
.sec02 .article.article07 .artcle_content:before {
	background-image: url(../img/ttl_no7.png);
}
.sec02 .article.article08 .artcle_content:before {
	background-image: url(../img/ttl_no8.png);
}
.sec02 .article.article09 .artcle_content:before {
	background-image: url(../img/ttl_no9.png);
}
.sec02 .article.article10 .artcle_content:before {
	background-image: url(../img/ttl_no10.png);
}
.sec02 .article.article11 .artcle_content:before {
	background-image: url(../img/ttl_no11.png);
}
.sec02 .article.article12 .artcle_content:before {
	background-image: url(../img/ttl_no12.png);
}
.sec02 .article.article13 .artcle_content:before {
	background-image: url(../img/ttl_no13.png);
}

.sec02 .article_btn_more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	display: block;
	width: 240px;
	cursor: pointer;
	margin: 33px auto 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.sec02 .article_btn_more:hover {
	opacity: .8;
}

.sec03 {
	margin-bottom: 30px;
}

.sec03 .profileOuter {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 890px;
	border: #428c98 1px solid;
	margin: 0 auto;
}

.sec03 .profileOuter .profile1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 29px;
}

.sec03 .profileOuter .profile1 img {
	width: 90px;
	height: 90px;
}
.sec03 .profileOuter .profile1 p,
.sec03 .profileOuter .profile2 p {
	width: 640px;
	margin-left: 29px;
	font-size: .875em;
}

.sec03 .profileOuter .profile1 p strong {
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	margin-bottom: .3em;
}
.sec03 .profileOuter .profile1 p span {
	display: block;
	margin-top: 0.5em;
}
.sec03 .profileOuter .profile1 p span a {
	text-decoration: underline;
}