@charset 'UTF-8';

.mainimg {
	position: relative;
	z-index: 0;
	background: none;
	padding: 134px 40px 0;
}
.mainimg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("../image/main_bg.jpg") top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
}
.mainimg .box {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.mainimg .text_box {
	position: relative;
	z-index: 9;
	padding-top: 100px;
	text-align: left;
}
.mainimg h2 {
	margin-bottom: 68px;
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
	line-height: 1.9545;
	letter-spacing: 0.1em;
}
.mainimg .title {
	display: block;
	margin-bottom: 22px;
	font-size: 7.0rem;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.mainimg .button {
	background: #FFF;
	max-width: 320px;
	width: 100%;
}
.mainimg .button a {
	display: block;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 80px;
	background: #CA2222;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.mainimg .button a span {
	padding-left: 32px;
	background: url('../image/icon01.png') left top no-repeat;
}
.mainimg .button a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.mainimg .image {
	position: absolute;
	top: 0;
	right: 0;
}
.mainimg .image img {
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}
.main {
	padding: 135px 0 0;
}
.section {
	max-width: 1220px;
}
.contact {
	margin-top: 0;
}

.index-problem {
	position: relative;
	z-index: 0;
	padding-top: 80px;
	margin-bottom: 115px;
}
.index-problem::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url('../image/index_bg01.jpg') center no-repeat;
	background-size: cover;
	width: 100%;
	height: 440px;
}
.index-problem .box {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	background: #222222;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	padding: 60px 70px 7px;
	letter-spacing: 0.1em;
}
.index-problem .box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -90px;
	border-left: 450px solid transparent;
	border-right: 450px solid transparent;
	border-top: 90px solid #222222;
}
.index-problem .title {
	margin-bottom: 45px;
	font-size: 4.6rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.index-problem .title span {
	color: #FFE000;
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
	background: url('../image/icon02.png') left bottom no-repeat;
}
.index-problem ul {
	display: table;
	margin: 0 auto;
}
.index-problem ul li {
	background: url('../image/icon03.jpg') left top no-repeat;
	margin-bottom: 24px;
	padding-left: 40px;
	font-size: 2.4rem;
	line-height: 1.5833;
}
/* .index-problem */
.index-howto .box {
	position: relative;
}
.index-howto .image {
	position: absolute;
	top: 0;
	left: -390px;
}
.index-howto .text_box {
	max-width: 620px;
	width: 100%;
	margin: 0 0 0 auto;
}
/* .index-howto  */
.index-introduction {
	margin-bottom: 100px;
	padding: 0;
}
.index-introduction .headding {
	margin-bottom: 65px;
}
.index-introduction .wrapper {
	position: relative;
	z-index: 0;
	margin-bottom: 70px;
}
.index-introduction .wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url('../image/index_bg02.jpg') center no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.index-introduction .wrapper01::before {
	background: url('../image/index_bg03.jpg') top center no-repeat;
	background-size: cover;
}
.index-introduction .wrapper::after {
	content: 'HAKO WANA';
	position: absolute;
	color: rgba(255, 255, 255, 0.2);
	font-size: 11.749rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 900;
	font-family: 'Muli', sans-serif;
	left: -7px;
	top: -30px;
}
.index-introduction .wrapper.wrapper01::after {
	content: 'KUKURI WANA';
}
.index-introduction .wrapper-box {
	max-width: 1220px;
	width: 100%;
	padding: 44px 40px 0;
	margin: 0 auto;
}
.index-introduction .title {
	position: relative;
	z-index: 9;
	margin-bottom: 93px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.75;
}
.index-introduction .title span {
	font-size: 2.8rem;
	color: #FFE000;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3571;
	margin-right: 20px;
}
.index-introduction .box {
	display: flex;
	justify-content: center;
}
.index-introduction .article {
	max-width: 250px;
	width: 100%;
	margin: 0 23px;
}
.index-introduction .article:first-child {
	margin-left: 0;
}
.index-introduction .article:last-child {
	margin-right: 0;
}
.index-introduction .article .comment {
	word-break: break-word;
	margin-top: 15px;
	line-height: 1.75;
}
.index-introduction .text {
	margin-top: 36px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 2.2857;
}
/* .index-introduction */
.index-user {
	padding: 80px 40px 100px;
	margin-bottom: 0;
	background: url('../image/bg.jpg') center repeat;
}
.index-user .box {
	background: #FFFFFF;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 20px 120px 80px;
}
.index-user .headding {
	margin-bottom: 50px;
}
/* news
------------------------------*/
.index-news {
	position: relative;
	background: #F8F8F8;
	margin-bottom: 0;
}
.index-news__image {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: calc(50% + 200px);
}
.index-news__box {
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	padding: 62px 0 55px;
}
.news-title {
	margin-top: 7px;
	position: relative;
	z-index: 9;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1em;
}
.news-title__big {
	display: block;
	margin-top: 12px;
	font-size: 4.6rem;
	line-height: 1.2;
}
.news-title__orange {
	color: #FFE000;
}
.index-news .inner {
	max-width: 660px;
	width: 100%;
}
.news-box {
	margin-bottom: 18px;
}
.news-box .news {
	padding: 13px 0 14px;
	font-weight: bold;
	line-height: 1.75;
}
.news-box .news .box {
	display: flex;
}
.news-box .news .date {
	min-width: 120px;
	margin-right: 13px;
	color: #666666;
}
.news-box .news h4,
.news-box .news h4 a {
	font-weight: normal;
}
.index-news .button {
	max-width: 155px;
	width: 100%;
	margin: 0 0 0 auto;
}
.index-news .button a {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 40px;
	background: #222222;
}
.index-news .button a:hover {
	text-decoration: none;
	opacity: 0.8;
}
