@charset "utf-8";
.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
	height: 37.5vw;
	opacity: 0;
	animation: fadeIN 1s forwards;
	animation-delay: 0.5s;
}

.hero,
.hero_container .swiper-slide {
	height: 37.5vw;
	min-height: 600px;
}


.hero_container .swiper-slide {
	position: relative;
}
.top_news_flex {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px 0 120px;
	display: flex;
	opacity: 0;
	animation: fadeIN 1s forwards;
	animation-delay: 0.5s;
}
.top_news_flex th,
.top_news_flex td {
	padding: 0 0 	20px;
	text-align: left;
	font-weight: normal;
}
.top_news_flex a {
	color: #333;
	text-decoration: none;	
}
.top_news_flex a:hover {
	text-decoration: underline;	
}

.top_news_flex .category {
	font-size: 11px;
	background: #E6E6E6;
	display: inline-block;
	padding: 2px 5px;
	margin-left: 30px;
	width: 80px;
	text-align: center;
}
.top_news_flex th {
	padding-right: 20px;
	width: 1%;
	white-space: nowrap;
}
.top_news {
	margin: 60px 0;	
}

section h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px;
	font-size: 36px;
}
section .top_news_flex h2 {
	margin: 0 80px 0 0;	
}

@media(max-width: 768px) {
.hero,
.hero_container .swiper-slide {
	height: 120vw;
	min-height: inherit;
}	
}
@media(max-width: 767px) {
.top_news {
	margin: 30px 0 60px;	
}
.top_news_flex {
	display: block;	
}
section .top_news_flex h2 {
	text-align: left!important;
	margin: 0 0 20px;
}
.top_news_flex th,
.top_news_flex td {
	display: block;
	padding: 0;
		
}
.top_news_flex table {
	border-top: 1px solid #C4C4C4;
	width: 100%;
}
.top_news_flex th {
	padding: 20px 0 10px;	
}
.top_news_flex td {
	padding: 0px 0 20px;
	border-bottom: 1px solid #C4C4C4;
}
.top_news_flex .category {
	margin-left: 15px;	
}
}


.loopslider {
	margin: 0 0 100px;
	height: 180px;
	text-align: left;
	display: flex;
}

.loopslide_inner {
	display: flex;
}
.loopslide_inner:first-child {
	animation: loop 130s linear infinite;
}
.loopslide_inner:nth-child(2) {
	animation: loop2 130s -80s linear infinite;
}
.loopslide_inner:last-child {
	animation: loop3 130s -40s linear infinite;
}
@keyframes loop {
0% {
	transform: translateX(200%);
}
to {
	transform: translateX(-100%);
}
}
 @keyframes loop2 {
0% {
	transform: translateX(100%);
}
to {
	transform: translateX(-200%);
}
}
 @keyframes loop3 {
0% {
	transform: translateX(0%);
}
to {
	transform: translateX(-300%);
}
}


.use_flex {
	max-width: 660px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.use_item {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.use_item img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}


.use_flex .use_item:nth-child(2),
.feature_col_flex .feature_col_flex_col:nth-child(2) { animation-delay: 0.2s;}
.use_flex .use_item:nth-child(3),
.feature_col_flex .feature_col_flex_col:nth-child(3) { animation-delay: 0.3s;}
.use_flex .use_item:nth-child(4),
.feature_col_flex .feature_col_flex_col:nth-child(4) { animation-delay: 0.4s;}
.use_flex .use_item:nth-child(5) { animation-delay: 0.5s;}
.use_flex .use_item:nth-child(6) { animation-delay: 0.6s;}
.use_flex .use_item:nth-child(7) { animation-delay: 0.7s;}
.use_flex .use_item:nth-child(8) { animation-delay: 0.8s;}


.news_col.fadeInActive,
.use_item.fadeInActive {
	animation: fadeIN 1s forwards;
}
.use_item.fadeInActive img {
    animation: useShadow 1s forwards;
	animation-delay: 1.5s;
}

@keyframes useShadow {
0% {
		box-shadow: none;
}
100% {
	box-shadow: rgba(0, 0, 0, 0.2) 8px 10px 10px -4px;
}
}


.use_item_icon {
	margin: 0 auto 15px;
	padding: 0 30px;
}
.use_item p {
	font-size: 13px;	
}

.use_notes {
	max-width: 660px;
	margin: 0 auto 60px;
	padding: 0 20px 0 120px;
	display: flex;
	justify-content: center;
	font-size: 11px;
	padding-top: 30px;
	border-top: 1px solid #D6D6D6;
}

.use_notes dl {
  
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
 }
 .use_notes dt {
	 margin-right: 15px; 
 }


.story_flex {
	display: flex;
	align-items: center;
	margin: 0 auto 120px;
	min-height: 500px;
}
.story_flex_caption {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
@media(max-width: 1200px) {
.story_flex_caption {
	width: 60%;
}
}

.story_flex_caption h2,
.story_flex_caption p,
.story_flex_caption .viewmore {
	margin-left: 20px;	
}

.story_flex_caption h2 {
	text-align: left;
}
section .story_flex_caption h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.story_flex_caption p {
	line-height: 1.8;
	margin-bottom: 40px;
}
.story_flex_caption_inner {
	position: relative;
	left: 30px;
}
.story_flex_caption_inner h3 {
	position: relative;
	width: 480px;
	margin: 0 0 60px;
}
.story_flex_caption_inner h3 img {
	width: 100%;
	height: auto;	
}


.story_flex_photo {
	width: 50%;
	min-height: 500px;
	background: url(../images/top_story_photo.jpg) no-repeat left center;
	background-size: cover;
}


.feature_bg_flex {
	background: url(../images/top_feature_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 400px;
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature_bg_flex_caption {
	width: 560px;
}
.feature_bg_flex_caption p {
	line-height: 1.7;
	margin: 0 0 40px;
}
.feature_bg_flex_caption h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 30px;
}
.feature_bg_flex_caption p.ph12 {
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 30px;
	line-height: 1.0;
}

.feature_col_flex {
	max-width: 960px;
	margin: 0 auto 120px;
	padding: 0 40px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between; 
}
.feature_col_flex.two {
	margin-bottom: 60px;	
}

.feature_col_flex_col {
	width: 33.3%;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}

.feature_col_flex.two .feature_col_flex_col {
	width: 50%;
	padding-top: 20px;
}


.feature_col_flex_col.second {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.feature_col_flex.two .feature_col_flex_col.second {
	border-left: 1px solid #DDD;
	border-right: none;
}

.feature_col_flex_col .no {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin: 0 0 30px;
	letter-spacing: 1px;
}
.feature_col_flex_col h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

.feature_col_flex.two .feature_col_flex_col h4 {
	font-size: 36px;
	margin: 0 0 25px;
}

.feature_col_flex_col p {
	margin: 0 0 45px;
}
.feature_col_flex_col p.feature_en {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

.safety_bg_flex {
	background: url(../images/top_safety_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 480px;
	margin: 0 0 120px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
@media(min-width: 1501px) {
.story_flex_photo {
	background: url(../images/top_story_photo.jpg) no-repeat center center;
	background-size: 100%;
}
.feature_bg_flex {
	background: url(../images/top_feature_bg.jpg) no-repeat center center;
	background-size: 100%;
	height: 24vw;

}
.safety_bg_flex {
	background: url(../images/top_safety_bg.jpg) no-repeat center bottom;
	height: 24vw;
	background-size: 100%;
}
}

@media(max-width: 768px) {
	
.top_news_flex,
.use_notes,
.use_flex,
.story_flex_caption_inner {
	padding: 0 20px;	
}
.use_notes {
	padding-top: 20px;	
}
}

@media(max-width: 767px) {

section h2 {
	margin: 0 0 20px;
	font-size: 28px;
}


.loopslider {
	height: 165px;
	margin-bottom: 60px;
}
.loopslide_item,
.loopslide_item img {
	width: 300px;
	height: auto;	
}


.use_flex {
	padding: 0 20px 120px;
}

.use_item {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 5px;
	margin: 0 0 30px;
}
.use_item_icon {
	padding: 0 10px;	
}
.use_item p {
	font-size: 11px;	
}

.use_notes dl {
	display: block;	
}




.story_flex {
	
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto 80px;
	min-height: 64%;
}
.story_flex_caption {
	width: 100%;
	display: block;
}

.story_flex_caption p {
	line-height: 1.8;
	margin-bottom: 40px;
}
.story_flex_caption_inner {
	position: relative;
	left: inherit;
	padding: 0 20px;
	margin-top: -5vw;
}
.story_flex_caption h2,
.story_flex_caption p,
.story_flex_caption .viewmore {
	margin-left: 0;	
}

.story_flex_caption_inner h3 {
	position: relative;
	width: 64%;
	margin: 0 0 40px;
}

.story_flex_photo {
	width: 100%;
	height: 65vw;
	min-height: inherit;
	background: url(../images/top_story_photo.jpg) no-repeat left center;
	background-size: cover;
}





.feature_bg_flex {
	background: url(../images/top_feature_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	min-height: inherit;
	height: 130vw;
	margin: 0 0 35px;

}
.feature_bg_flex_caption {
	width: inherit;
	padding: 0 25px;
}
.feature_bg_flex_caption p {
	margin: 0 0 30px;
}
.feature_bg_flex_caption h4 {
	font-size: 18px;
	margin: 0 0 30px;
}
.safety .feature_bg_flex_caption h4 {
	margin: 0 0 15px;	
}


.feature_bg_flex_caption p.ph12 {
	font-size: 20vw;
	margin: 0 0 30px;
}

.feature_col_flex {
	max-width: inherit;
	margin: 0 auto 120px;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.feature_col_flex.two {
	margin-bottom: 0!important;
}

.feature_col_flex_col {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.feature_col_flex.two .feature_col_flex_col {
	width: 100%;
	padding-top: 30px;
}

.feature_col_flex_col.second,
.feature_col_flex.two .feature_col_flex_col.second {
	border-left: none;
	border-right: none;
}

.feature_col_flex_col .no {
	font-size: 15px;
	margin: 0 0 10px;
}
 
.feature_col_flex_col h4,
.feature_col_flex.two .feature_col_flex_col h4 {
	font-size: 30px;
	margin: 0 0 5px;
}
.feature_col_flex.two .feature_col_flex_col h4 {
	margin: 0 0 10px;
}

.feature_col_flex_col p {
	margin: 0 0 25px;
}
.feature_col_flex_col p.feature_en {
	font-size: 11px;	
}



.safety_bg_flex {
	background: url(../images/top_safety_bg_sp.jpg) no-repeat center center;
	background-size: cover;
	min-height: inherit;
	height: 130vw;
	margin: 0 0 80px;
	display: block;
	padding-top: 10vw;
	box-sizing: border-box;
}


}


@media(max-width: 320px) {
.feature_bg_flex_caption {
	padding: 0 20px;	
}
.safety .feature_bg_flex_caption h4 {
	font-size: 15px;
}
.use_flex {
	padding: 0 5px;	
}
.use_item_icon {
	padding: 0 5px;
}
.use_item p {
	font-size: 9px;	
}
}
