@charset "utf-8";
/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

.g-body {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-feature-settings: 'palt';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	width: 100%;
	height: 100%;
	background: #000;
	position: relative;
	cursor: default;
}

input,
textarea,
select,
button{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:before,
a:after,
a img,
input[type='image'] {
	color: #bf1a20;
	text-decoration: underline;
	transition: .2s;
}

a:hover {
	opacity: .8;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

sup {
	vertical-align: top;
}


/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-wrap {
	background: #fff;
}

.g-container {
	padding: 0 0 90px;
}


/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-show__mobile {
	display: none !important;
}

.u-hide__mobile {
	display: block !important;
}

.u-show__tablet {
	display: none !important;
}

.u-hide__tablet {
	display: block !important;
}

.u-contents {
	margin: 60px 0 0;
}

.u-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}

.u-flex {
	display: flex;
}

.u-flex__center {
	align-items: center;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

.u-movie-player {
	margin: 30px 0;
	padding: 5px;
	background: #f1f1f1;
}

.u-movie-player__inner {
	padding: 56.25% 0 0;
	background: #000;
	position: relative;
}

.u-movie-player iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-font-abel {
	font-family: 'Abel';
}

.u-align__left {
	text-align: left;
}

.u-align__center {
	text-align: center;
}

.u-align__right {
	text-align: right;
}

.u-text {
	font-size: 1.7rem;
	line-height: 1.65;
	letter-spacing: 0;
	margin: 1.5em 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.u-title__hi {
	font-size: 2.8rem;
	padding: .5em 0 .5em 0;
	border-bottom: 2px solid #54AED7;
}

.u-title__hi + * {
	margin-top: 30px;
}

.u-list {
	padding: 0 0 10px 1.25em;
}

.u-list li {
	line-height: 1.5;
	list-style: disc;
	margin: 0 0 5px;
}

.u-notes {
	margin: .5em 0 0;
}

.u-note {
	font-size: 1.3rem;
	line-height: 1.35;
	padding: 0 0 0 1.25em;
	position: relative;
}

.u-note--noindent {
	padding-left: 0;
}

.u-note:after {
	content: attr(data)'';
	position: absolute;
	top: 0;
	left: 0;
}

.u-mgt__0 { margin-top: 0 !important; }
.u-mgt__10 { margin-top: 10px !important; }
.u-mgt__20 { margin-top: 20px !important; }
.u-mgt__30 { margin-top: 30px !important; }
.u-mgt__40 { margin-top: 40px !important; }
.u-mgt__50 { margin-top: 50px !important; }
.u-mgt__60 { margin-top: 60px !important; }
.u-mgt__70 { margin-top: 70px !important; }
.u-mgt__80 { margin-top: 80px !important; }
.u-mgt__90 { margin-top: 90px !important; }
.u-mgt__100 { margin-top: 100px !important; }
.u-mgt__110 { margin-top: 110px !important; }
.u-mgt__120 { margin-top: 120px !important; }

.u-pdt__10 { padding-top: 10px !important; }
.u-pdt__20 { padding-top: 20px !important; }
.u-pdt__40 { padding-top: 40px !important; }
.u-pdt__60 { padding-top: 60px !important; }
.u-pdt__80 { padding-top: 80px !important; }
.u-pdt__100 { padding-top: 100px !important; }

.u-pdr__10 { padding-right: 10px !important; }
.u-pdr__15 { padding-right: 15px !important; }
.u-pdr__20 { padding-right: 20px !important; }
.u-pdr__25 { padding-right: 25px !important; }
.u-pdr__30 { padding-right: 30px !important; }
.u-pdr__35 { padding-right: 35px !important; }
.u-pdr__40 { padding-right: 40px !important; }
.u-pdr__45 { padding-right: 45px !important; }
.u-pdr__60 { padding-right: 60px !important; }
.u-pdr__80 { padding-right: 80px !important; }
.u-pdr__100 { padding-right: 100px !important; }

.u-pdb__10 { padding-bottom: 10px !important; }
.u-pdb__20 { padding-bottom: 20px !important; }
.u-pdb__30 { padding-bottom: 30px !important; }
.u-pdb__40 { padding-bottom: 40px !important; }
.u-pdb__60 { padding-bottom: 60px !important; }
.u-pdb__80 { padding-bottom: 80px !important; }
.u-pdb__100 { padding-bottom: 100px !important; }

.u-pdl__10 { padding-left: 10px !important; }
.u-pdl__20 { padding-left: 20px !important; }
.u-pdl__40 { padding-left: 40px !important; }
.u-pdl__60 { padding-left: 60px !important; }
.u-pdl__80 { padding-left: 80px !important; }
.u-pdl__100 { padding-left: 100px !important; }

.u-video-player__inner {
	padding: 56.25% 0 0;
	position: relative;
}

.u-video-player__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.u-bg-lightblue {
	background: #EBEFF2;
}


/* ----------------------------------------------------------------------
 * HEADER
 * ---------------------------------------------------------------------- */
.g-header {
	line-height: 1;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.g-header__global {
	border-bottom: 1px solid #ccc;
}

.g-header__global .u-inner {
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}

.g-header__global-logo {
	width: 330px;
}

.g-header__global-contact a {
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 140px;
	height: 50px;
	padding: 3px 0 0;
	display: block;
	background: #BF1A20;
	position: relative;
}

.g-header__global-contact a:hover {
	background: #000;
}

.g-header__global-contact a:before {
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 auto 3px;
	background: url(/assets/img/global/icon-mail.png) no-repeat center / 100% auto;
	display: block;
}

.g-nav {
	line-height: 1;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 50px !important;
	z-index: 100;
}

.g-nav:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.g-nav.isFixed {
	background-color: rgba(255,255,255,.85);
	backdrop-filter: blur(20px) brightness(200%);
	position: fixed;
	top: 0 !important;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
}

.g-nav .u-inner {
	min-height: 90px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	align-items: center;
	justify-content: space-between;
}

.g-nav h1 {
	width: 165px;
}

.g-nav ul {
	text-align: right;
	width: calc(100% - 165px);
}

.g-nav ul li {
	padding: 0 0 0 35px;
	display: inline-block;
}

.g-nav ul li:first-of-type {
	padding: 0;
}

.g-nav ul li a {
	color: #000;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	padding: .25em 0;
	display: block;
}

.g-nav ul li a:hover,
.ecology_economy-page .g-nav__item--eco a,
.performance-page .g-nav__item--performance a,
.safety-page .g-nav__item--safety a,
.operability-page .g-nav__item--operability a,
.option-page .g-nav__item--option a {
	color: #00A872;
	font-weight: 700;
}





/* ----------------------------------------------------------------------
 * FOOTER
 * ---------------------------------------------------------------------- */
.g-footer {
	line-height: 1;
	border-top: 2px solid #54AED7;
}

.g-footer__nav {
	padding: 40px 0 60px;
	background: #fff;
}

.g-footer__nav ul {
	padding: 0 120px;
}

.g-footer__nav ul li {
	width: calc(100% / 2);
	padding: 0 6px;
}

.g-footer__nav ul li a {
	color: #505051;
	text-decoration: none;
	min-height: 60px;
	display: block;
	border: 1px solid #54AED7;
	border-radius: 5px;
	position: relative;
}

.g-footer__nav ul li a:before {
	content: '';
	width: 9px;
	height: 14px;
	display: block;
	background: url("/product/goodfinder/_assets/img/common/arrow-blue-01.svg") no-repeat center / 100% 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: .2s;
}

.g-footer__nav ul li a:hover {
	color: #fff;
	background: #54AED7;
	opacity: 1;
}

.g-footer__nav ul li a:hover:before {
	background-image: url("/ersis/_assets/img/common/arrow-white-01.svg");
}

.g-footer__nav ul li a em {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	position: absolute;
	top: calc(50% - .15em);
	left: 40px;
	transform: translateY(-50%);
}

.g-footer__nav ul li a em small {
	font-size: 1.3rem;
	font-weight: 400;
	padding: 5px 0 0;
	display: block;
}

.g-footer__global:after {
	content: '';
	display: block;
	clear: both;
}

.g-footer__global-pagetop {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-100%);
}

.g-footer__global-pagetop a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	width: 130px;
	height: 30px;
	padding: 8px 0 0;
	display: block;
	background: #000;
}

.g-footer__global-pagetop a:after {
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	display: inline-block;
	background: url(/assets/img/global/arrow-red-01.png) no-repeat center / 100% auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.g-footer__global {
	padding-top: 15px;
	padding-bottom: 15px;;
}

.g-footer__global p {
	color: #ddd;
	font-size: 1.32rem;
	padding: 5px 0 0;
	float: left;
}

.g-footer__global ul {
	align-items: center;
	justify-content: flex-end;
	float: right;
}

.g-footer__global ul li {
	border-left: 1px solid #ddd;
}

.g-footer__global ul li:last-of-type {
	border-right: 1px solid #ddd;
}

.g-footer__global ul li a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}




/* ----------------------------------------------------------------------
 * MAIN
 * ---------------------------------------------------------------------- */
.l-mv {
	margin-top: 0;
	background: #0095ba;
	position: relative;
}

.l-mv .u-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.l-mv__catch {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-mv__catch:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(8,35,62,.8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.l-mv__catch .u-inner {
	padding: 4.5% 0 0;
}

.l-mv__catch img {
	width: 46%;
	position: absolute;
	top: 50%;
	left: 43.8%;
	z-index: 10;
	transform: translate(0,-50%);
}

.l-mv .u-inner figure {
	width: 47.145%;
}

.l-mv .u-inner h1 {
	width: calc(100% - 47.145%);
	padding: 8.2% 2% 0 3%;
}

.l-video {
	margin-top: 0;
}

.l-video .u-inner {
	display: flex;
	align-items: center;
}

.l-video h2 {
	color: #55AFD8;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.85;
	letter-spacing: .1em;
	white-space: nowrap;
	width: 47.145%;
	padding: .5em 0 0;
}

.l-video h2 mark {
	color: #55AFD8;
	background: linear-gradient(transparent 80%, #F6DC00 0%);
}

.l-video .u-video-player {
	width: calc(100% - 47.145%);
}



.l-point__items {
	padding: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
}

.l-point__item {
	color: #343233;
	text-align: center;
	width: calc(100% / 2 - 15px);
	padding: 0 20px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(0,86,124,.5);
	position: relative;
}

.l-point__badge {
	width: 20%;
	border-radius: 10px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.l-point__badge img {
	border-radius: 10px 0 0 0;
}

.l-point__item figure {
	padding: 5% 0 4%;
}

.l-point__item figure img {
	width: 75%;
}

.l-point__item h3 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .05em;
}

.l-point__item h3 b {
	color: #54AED7;
	font-weight: 900;
}

.l-point__item small {
	font-size: 1rem;
	text-align: right;
	margin: .5em 0 0;
	display: block;
}

.l-system figure {
	position: relative;
}

.l-system figure img {
	width: 69.5%;
	margin: 0 auto;
}

.l-system figure figcaption {
	color: #C20011;
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-caution figure {
	padding: 0 0 0 5%;
}

.l-caution figure {
	width: 79.5%;
	margin: 0 auto;
}

.l-product__items {
	padding: 0 5%;
	display: flex;
	gap: 0 5%;
}

.l-product__item {
	width: calc(100% / 2);
}

.l-attention {
	margin: 40px 0 0;
	padding: 20px;
	display: flex;
	align-items: center;
	background: #ECEFF1;
	border-radius: 10px;
}

.l-attention h3 {
	width: 70px;
}

.l-attention ul {
	width: calc(100% - 60px);
	padding: 0 0 0 10px;
}

.l-attention ul li {
	font-size: 1rem;
	line-height: 1.35;
	margin: .15em 0 0;
	padding: 0 0 0 1.25em;
	position: relative;
}

.l-attention ul li:before {
	content: '';
	width: .8em;
	height: .8em;
	background: #000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
}
