@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
	line-height: 1.8;
}

body * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body *:focus {
	outline: none;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	background-color: #eee;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type=checkbox]::before {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	content: "";
	cursor: pointer;
	background-color: #eee;
	cursor: pointer;
}
[type=checkbox]::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 1px;
	width: 16px;
	height: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg) scale(0, 0);
	    -ms-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
[type=checkbox]:checked::after {
	border-color: #000;
	-webkit-transform: rotate(-45deg) scale(1, 1);
	    -ms-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	/*color: #ccc;*/
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	/*color: #ccc;*/
}

::-moz-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::-ms-input-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::placeholder {
	/* Others */
	/*color: #ccc;*/
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.scroll-wrap {
	position: relative;
	max-height: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.scroll-wrap::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-track {
	background-color: rgba(34, 34, 34, 0);
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgb(34, 34, 34);
	border-radius: 4px;
}

#wrap {
	overflow: hidden;
}

@media screen and (min-width: 1200px) {
	.sp-view {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	.pc-view {
		display: none !important;
	}
}
.sec-inner {
	position: relative;
	width: 1560px;
	max-width: 100%;
	padding: 0 60px;
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 80px;
}
h2 small {
	font-size: 2.4rem;
	display: block;
	margin-bottom: 10px;
	color: #C7154C;
}
h2 span {
	font-size: 4.8rem;
	display: block;
}
h2 i {
	font-weight: normal;
	font-style: normal;
	display: block;
	margin-top: 10px;
	color: #999;
}

.lead {
	margin-top: -40px;
	margin-bottom: 80px;
	width: 720px;
	max-width: 100%;
}

header {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
}

@media (max-width: 999px) {
	.sec-inner {
		padding: 0 40px;
	}
}
@media (max-width: 640px) {
	body {
		font-size: 1.4rem;
	}
	.sec-inner {
		padding: 0 20px;
	}
	h2 {
		margin-bottom: 60px;
	}
	h2 small {
		font-size: 1.6rem;
	}
	h2 span {
		font-size: 3.6rem;
	}
	.lead {
		margin-top: -20px;
		margin-bottom: 60px;
	}
	header {
		left: 20px;
		top: 20px;
		width: 90px;
	}
}
.innov-mv {
	position: relative;
	z-index: 1;
	height: 1080px;
	padding-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.innov-mv__img {
	position: absolute;
	left: 0;
	top: 0;
	height: 1366px;
	width: 100%;
	max-width: 2400px;
}
.innov-mv__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	display: block;
}
.innov-mv .sec-inner div {
	width: 720px;
	max-width: 100%;
}
.innov-mv h1 {
	margin-bottom: 60px;
}
.innov-mv h2 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.innov-mv p {
	margin-bottom: 80px;
}
.innov-mv .btn-about {
	height: 80px;
	width: 550px;
	padding: 10px 20px;
	line-height: 1.5;
	max-width: 100%;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, right top, from(#005BAA), to(#248095));
	background: linear-gradient(90deg, #005BAA, #248095);
	-webkit-box-shadow: 0 5px 15px rgba(0, 91, 170, 0.33);
	        box-shadow: 0 5px 15px rgba(0, 91, 170, 0.33);
	text-align: center;
}
.innov-mv .btn-about:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 91, 170, 0.5);
	        box-shadow: 0 1px 3px rgba(0, 91, 170, 0.5);
}

@media (max-width: 1200px) {
	.innov-mv {
		height: auto;
		padding-top: 480px;
		padding-bottom: 150px;
	}
	.innov-mv__img {
		height: 620px;
		-webkit-transform: translateY(-90px);
		    -ms-transform: translateY(-90px);
		        transform: translateY(-90px);
	}
}
@media (max-width: 640px) {
	.innov-mv {
		padding-top: 310px;
		padding-bottom: 120px;
	}
	.innov-mv__img {
		height: 310px;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.innov-mv h1 {
		margin-bottom: 40px;
	}
	.innov-mv h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.innov-mv p {
		margin-bottom: 60px;
	}
	.innov-mv .btn-about {
		font-size: 1.6rem;
	}
}
.innov-case {
	position: relative;
	padding: 120px 0 150px;
	background: url(../img/case_bg.webp) center top -50px repeat-y, -webkit-gradient(linear, left top, right top, from(#005BAA), to(#248095));
	background: url(../img/case_bg.webp) center top -50px repeat-y, linear-gradient(90deg, #005BAA, #248095);
	background-blend-mode: screen;
}
.innov-case h2 {
	color: #fff;
}
.innov-case h2 small {
	color: #fff;
}
.innov-case .lead {
	color: #fff;
}
.innov-case__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 60px;
}
.innov-case__item {
	width: calc((100% - 120px) / 3);
	overflow: hidden;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 35, 75, 0.5);
	        box-shadow: 0 10px 30px rgba(0, 35, 75, 0.5);
}
.innov-case__item figure {
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
}
.innov-case__item figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}
.innov-case__item figure figcaption {
	color: #fff;
	background-color: #C7154C;
	font-size: 2rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 30px;
}
.innov-case__item:hover {
	-webkit-box-shadow: 0 2px 6px rgba(0, 35, 75, 0.75);
	        box-shadow: 0 2px 6px rgba(0, 35, 75, 0.75);
}
.innov-case__item__text {
	padding: 30px 30px 40px;
}
.innov-case__item__text p {
	margin-bottom: 10px;
}
.innov-case__item__text h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

@media (max-width: 999px) {
	.innov-case__wrap {
		gap: 40px;
	}
	.innov-case__item {
		width: calc((100% - 40px) / 2);
	}
}
@media (max-width: 640px) {
	.innov-case {
		padding: 80px 0 120px;
	}
	.innov-case__wrap {
		gap: 20px;
	}
	.innov-case__item {
		width: calc((100% - 20px) / 2);
		border-radius: 20px;
	}
	.innov-case__item figure figcaption {
		font-size: 1.2rem;
		left: 10px;
		top: 10px;
		padding: 4px 10px;
	}
	.innov-case__item__text {
		padding: 15px 10px 15px;
	}
	.innov-case__item__text p {
		margin-bottom: 5px;
	}
	.innov-case__item__text h3 {
		font-size: 1.6rem;
	}
}
.innov-info {
	position: relative;
	padding: 120px 0 150px;
	background: #F3F3F3 url(../img/info_bg.webp) center top repeat-y;
}
.innov-info__wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(55, 55, 55, 0.1);
	        box-shadow: 0 10px 30px rgba(55, 55, 55, 0.1);
	border-radius: 40px;
	overflow: hidden;
}
.innov-info__wrap img {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.innov-info {
		padding: 80px 0 120px;
	}
	.innov-info__wrap {
		border-radius: 30px;
	}
}
.innov-measure {
	position: relative;
	padding: 120px 0 150px;
	border-bottom: 1px solid #eee;
}
.innov-measure__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 60px;
}
.innov-measure__item {
	width: calc((100% - 120px) / 3);
	overflow: hidden;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0 10px 30px rgba(55, 55, 55, 0.1);
	        box-shadow: 0 10px 30px rgba(55, 55, 55, 0.1);
}
.innov-measure__item:hover {
	-webkit-box-shadow: 0 2px 6px rgba(55, 55, 55, 0.15);
	        box-shadow: 0 2px 6px rgba(55, 55, 55, 0.15);
}
.innov-measure__item figure {
	aspect-ratio: 16/9;
}
.innov-measure__item figure img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.innov-measure__item__text {
	padding: 30px 30px 40px;
}
.innov-measure__item__text p {
	margin-top: 10px;
}
.innov-measure__item__text h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

@media (max-width: 999px) {
	.innov-measure__wrap {
		gap: 40px;
	}
	.innov-measure__item {
		width: calc((100% - 40px) / 2);
	}
}
@media (max-width: 640px) {
	.innov-measure {
		padding: 80px 0 120px;
	}
	.innov-measure__wrap {
		gap: 20px;
	}
	.innov-measure__item {
		width: calc((100% - 20px) / 2);
		border-radius: 20px;
	}
	.innov-measure__item__text {
		padding: 15px 10px;
	}
	.innov-measure__item__text p {
		margin-top: 5px;
	}
	.innov-measure__item__text h3 {
		font-size: 1.6rem;
	}
}
/*# sourceMappingURL=style.css.map */