@charset "UTF-8";

/**
 * Main Visual
 */
.main-visual {

	background-image: url("../images/top/main_visual.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px 0 50px;
	min-height: 400px;
}

.main-visual p{
	text-align: center;
	padding-top: 120px;
}

.main-visual p img{
	width: 80%;
	max-width: 800px;
}

@media (max-width: 960px) {
.main-visual {

	min-height: 200px;
	padding: 25px 0 0;
}
	.main-visual p{
	text-align: center;
	padding-top: 50px;
}
}
.main-visual__text {
	font-size: 4.0rem;
	text-align: center;
}

@media (max-width: 960px) {
.main-visual__text {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
}
.main-visual__image {
	display: none;
}
.main-visual__image img {
	width: 100%;
}

@media (max-width: 960px) {
.main-visual__image {
	display: block;
}
}
/**
 * System
 */
.top-system {
	box-sizing: border-box;
	padding: 52px 0;
	min-height: 454px;
}

@media (max-width: 960px) {
.top-system {
	background-image: none;
	padding: 22px 0;
	min-height: 0;
}
}
.top-system__title {
	color: #005557;
	font-size: 3.0rem;
	line-height: 1.2;
	margin-bottom: 19px;
	text-align: center;
}

@media (max-width: 960px) {
.top-system__title {
	font-size: 2.2rem;
}
}
.top-system__title-text {
	background-image: url("../images/top/icon_system.png");
	background-repeat: no-repeat;
	background-size: 32px;
	padding: 4px 0 0 40px;
}

@media (max-width: 960px) {
.top-system__title-text {
	background-size: 24px;
	padding: 2px 0 0 30px;
}
}
.top-system__summary {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto 51px;
	width: 82.2916666667%;
}

@media (max-width: 960px) {
.top-system__summary {
	font-size: 1.4rem;
	margin-bottom: 20px;
	width: 100%;
}
}
.top-system__summary__paragraph-span {
	display: block;
}
.top-system__buttons__list {
	display: table;
	margin: 0 auto;
	width: 95.8333333333%;
}

@media (max-width: 960px) {
.top-system__buttons__list {
	width: 100%;
}
}

@media (max-width: 750px) {
.top-system__buttons__list {
	display: block;
}
}
.top-system__buttons__item {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 30.4347826087%;
	position: relative;
}
.top-system__buttons__item:nth-child(1) {
	background-color: #fed766;
	background-image: linear-gradient(-60deg, rgba(3, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	border-radius: 5px;
}

.top-system__buttons__item:nth-child(3) {
	background-color: #81c14b;
	background-image: linear-gradient(-60deg, rgba(3, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	border-radius: 5px;
}

.top-system__buttons__item:nth-child(5) {
	background-color: #009fb7;
	background-image: linear-gradient(-60deg, rgba(3, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
	border-radius: 5px;
}

.top-system__buttons__item:nth-child(2), .top-system__buttons__item:nth-child(4) {
	width: 4.347826087%;
}

@media (max-width: 750px) {
.top-system__buttons__item {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.top-system__buttons__item:nth-child(2), .top-system__buttons__item:nth-child(4) {
	display: none;
}
}
.top-system__buttons__item__link {
	box-sizing: border-box;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 17px 0 36px;
	min-height: 140px;
}
.top-system__buttons__item__link:hover .top-system__buttons__item__label {
	background-color: #004446;
}
.top-system__buttons__item__title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 17px 8px;
	text-align: center;
}
.top-system__buttons__item__body {
	font-size: 1.3rem;
	line-height: 1.3076923077;
	margin: 0 17px;
	text-align: center;
}

@media (max-width: 750px) {
.top-system__buttons__item__body {
	width: 80%;
	margin: 0 auto;
}
}
.top-system__buttons__item__label {
	background-color: #005557;
	border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 30px;
	opacity: 0.8;
	padding: 0 0 0 23px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.top-system__buttons__item__label:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 1.8rem;
	position: absolute;
	right: 8px;
}
/**
 * How to
 */
.top-howto {
	background-image: url("../images/top/bg_howto.png");
	background-position: center;
	box-sizing: border-box;
	padding: 44px 0;
	min-height: 260px;
	margin-bottom: 50px;
}

@media (max-width: 960px) {
.top-howto {
	padding: 20px 0;
	min-height: 0;
	margin-bottom: 30px;
}
}
.top-howto__title {
	color: #005557;
	font-size: 3.0rem;
	line-height: 1.2;
	margin-bottom: 43px;
	text-align: center;
}

@media (max-width: 960px) {
.top-howto__title {
	font-size: 2.2rem;
	margin-bottom: 16px;
}
}
.top-howto__title-text {
	background-image: url("../images/top/icon_howto.png");
	background-repeat: no-repeat;
	background-size: 30px 32px;
	padding: 4px 0 0 40px;
}

@media (max-width: 960px) {
.top-howto__title-text {
	background-size: 24px;
	padding: 3px 0 0 30px;
}
}
.top-howto__buttons__list {
	display: table;
	margin: 0 auto;
	width: 95.8333333333%;
}

@media (max-width: 889px) {
.top-howto__buttons__list {
	display: block;
	width: 100%;
}
}
.top-howto__buttons__item {
	display: table-cell;
	text-align: center;
	width: 30.4347826087%;
}
.top-howto__buttons__item .fa {
	font-size: 2.3rem;
	margin-right: 15px;
	vertical-align: middle;
}
.top-howto__buttons__item:nth-child(2), .top-howto__buttons__item:nth-child(4) {
	width: 4.347826087%;
}

@media (max-width: 889px) {
.top-howto__buttons__item {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.top-howto__buttons__item:nth-child(2), .top-howto__buttons__item:nth-child(4) {
	display: none;
}
}
.top-howto__buttons__item__link {
	background-color: #005557;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 80px;
	text-decoration: none;
}
.top-howto__buttons__item__link:hover {
	background-color: #004446;
}

@media (max-width: 889px) {
.top-howto__buttons__item__link {
	line-height: 50px;
}
}
.top-howto__buttons__item__link-text {
	vertical-align: middle;
}
