@charset "UTF-8";



/* -------------------------------------------

headr

------------------------------------------- */
header {
	background: linear-gradient(to right,#2f4c79,#1f3f6c);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 7rem 0 7rem;
}
h1 {
	width: 16rem;
}
@media screen and (max-width: 768px) {
	header {
		padding: 1.2rem 1.5rem;
	}
	h1 {
		width: 12rem;
	}
}
/* ---- btn ---- */
header div a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	background: var(--prime);
	border-radius: 10rem;
	width: 15rem;
	height: 3.6rem;
	padding-bottom: 0.1rem;
}
header div a i {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	header div a {
		width: 16rem;
	}
}



/* -------------------------------------------

kv

------------------------------------------- */
.kv {
	background: linear-gradient(to right,#2f4c79,#1f3f6c);
	color: #fff;
}
/* ---- wrap-1 ---- */
.kv .wrap-1 {
	display: flex;
	padding: 0 12rem 0 8rem;
}
.kv .wrap-1 > * {
	width: 50%;
}
.kv .wrap-1 > figure {
	position: relative;
	bottom: -1rem;
}
.kv .wrap-1 > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	right: -4rem;
	padding-top: 7rem;
}
.kv .wrap-1 p {
	margin: 2.5rem 0 3rem 0; 
}
@media screen and (max-width: 768px) {
	.kv .wrap-1 {
		flex-direction: column;
		padding: 0 3rem;
	}
	.kv .wrap-1 > * {
		width: 100%;
	}
	.kv .wrap-1 > figure {
		bottom: -1rem;
	}
	.kv .wrap-1 > div {
		right: auto;
		padding-top: 2.5rem;
		margin-bottom: 1.5rem;
	}
}
/* catch */
.kv-catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-serif);
	font-weight: 500;
	line-height: 1;
}
.kv-catch > span:nth-child(1) {
	font-size: 5rem;
}
.kv-catch > span:nth-child(1) i {
	font-size: 3.6rem;
}
.kv-catch > span:nth-child(2) {
	font-size: 3.6rem;
	margin: 1.5rem 0 1rem 0;
}
.kv-catch > span:nth-child(2) i {
	font-size: 2.4rem;
}
.kv-catch > span:nth-child(3) {
	font-size: 5.6rem
}
.kv-catch > span:nth-child(3) i {
	font-size: 4rem;
}
.kv-catch strong {
	font-weight: 500;
	color: var(--yellow);
}
@media screen and (max-width: 768px) {
	.kv-catch > span:nth-child(3) {
		font-size: 4.6rem
	}
	.kv-catch > span:nth-child(3) i {
		font-size: 2.4rem;
	}
}
/* more */
.kv .more-wrap a {
	width: 25rem;
	height: 5.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,#0f89d3,#15569f);
	border: solid 0.1rem #fff;
	position: relative;
	border-radius: 0.7rem;
	font-size: 1.5rem;
	padding-bottom: 0.15rem;
}
.kv .more-wrap a i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
}
/* ---- wrap-2 ---- */
.kv .wrap-2 {
	background: var(--prime);
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.kv .wrap-2 {
		flex-direction: column;
		align-items: center;
		padding: 1.5rem 0;
	}
}
/* div */
.kv .wrap-2 > div {
	margin-right: 4rem;
	position: relative;
	color: var(--yellow);
	font-size: 2.4rem;
	line-height: 1.2;
	padding-top: 0.5rem;
}
.kv .wrap-2 > div img {
	position: absolute;
	left: -3.2rem;
	top: -1.5rem;
	width: 3.6rem;
}
@media screen and (max-width: 768px) {
	.kv .wrap-2 > div {
		margin-right: 0;
		margin-bottom: 1rem;
		font-size: 3rem;
	}
}
/* ul */
.kv .wrap-2 > ul li {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.kv .wrap-2 > ul li:not(:last-child) {
	margin-bottom: 0.2rem;
}
.kv .wrap-2 > ul li > img {
	width: 2rem;
	margin-right: 1rem;
}
.kv .wrap-2 > ul li > span {
	width: calc(100% - 2rem);
}
.kv .wrap-2 > ul li > span i {
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
	.kv .wrap-2 > ul li {
		font-size: 1.8rem;
	}
}



/* -------------------------------------------

strong

------------------------------------------- */
.strong > p {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.strong > p {
		text-align: left;
	}
}
/* ---- ul ---- */
.strong > ul > li:not(:last-child) {
	margin-bottom: 5rem;
}
.strong > ul > li .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	align-items: center;
}
.strong > ul > li:nth-child(even) .wrap {
	flex-direction: row-reverse;
}
.strong > ul > li .wrap > figure {
	width: 35%;
	position: relative;
}
.strong > ul > li:nth-child(2) .wrap > figure,
.strong > ul > li:nth-child(4) .wrap > figure {
	padding-right: 4rem;
}
.strong > ul > li:nth-child(3) .wrap > figure {
	width: 39%;
}
.strong > ul > li .wrap > div {
	width: 59%;
}
@media screen and (max-width: 768px) {
	.strong > ul > li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.strong > ul > li .wrap {
		display: block;
		margin-bottom: 3rem;
	}
	.strong > ul > li:nth-child(1) .wrap figure {
		bottom: auto;
	}
	.strong > ul > li .wrap > figure {
		width: 100%;
		padding: 0 2rem;
		margin-bottom: -3rem;
	}
	.strong > ul > li:nth-child(2) .wrap > figure,
	.strong > ul > li:nth-child(4) .wrap > figure {
		padding-right: 0;
	}
	.strong > ul > li:nth-child(3) .wrap > figure {
		width: 100%;
	}
	.strong > ul > li .wrap > div {
		width: 100%;
	}
}
/* h3 */
.strong h3 {
	color: var(--prime);
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.strong h3 {
		font-size: 2.2rem;
		margin-bottom: 1.5rem;
	}
}
/* ul */
.strong > ul > li > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.strong > ul > li:nth-child(1) > ul {
	padding: 0 4rem;
}
.strong > ul > li > ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 15px 4px rgba(189, 203, 211, 0.34);
	border-radius: 0.8rem;
	width: 23.7%;
	padding: 1rem;
	text-align: center;
	line-height: 1.4;
}
.strong > ul > li > ul > li:nth-child(n + 5) {
	margin-top: 2rem;
}
.strong > ul > li:nth-child(1) > ul > li {
	width: 32%;
}
.strong > ul > li:nth-child(1) > ul > li:nth-child(n + 5) {
	margin-top: 0;
}
.strong > ul > li:nth-child(1) > ul > li:nth-child(n + 4) {
	margin-top: 2rem;
}
.strong > ul > li > ul > li span {
	color: var(--prime);
	font-style: italic;
	line-height: 1;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.8rem;
}
.strong > ul > li > ul > li img {
	width: auto;
	height: 7rem;
	margin-bottom: 0.5rem;
}
.strong > ul > li:nth-child(4) > ul > li img {
	height: 5.4rem;
}
@media screen and (max-width: 768px) {
	.strong > ul > li > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.strong > ul > li:nth-child(1) > ul {
		padding: 0;
	}
	.strong > ul > li > ul > li {
		width: 48%;
		font-size: 1.3rem;
	}
	.strong > ul > li > ul > li:nth-child(n + 5) {
		margin-top: auto;
	}
	.strong > ul > li > ul > li:nth-child(n + 3) {
		margin-top: 4%;
	}	
	.strong > ul > li:nth-child(1) > ul > li {
		width: 48%;
	}
	.strong > ul > li:nth-child(1) > ul > li:nth-child(n + 5) {
		margin-top: auto;
	}
	.strong > ul > li:nth-child(1) > ul > li:nth-child(n + 4) {
		margin-top: auto;
	}
	.strong > ul > li:nth-child(1) > ul > li:nth-child(n + 3) {
		margin-top: 4%;
	}	
}
/* num */
.strong .num {
	line-height: 1;
	font-family: var(--font-serif);
	color: #e1e9eb;
	font-style: italic;
	font-size: 6.4rem;
	letter-spacing: -0.07em;
	margin-bottom: 0.5rem;
	margin-left: -0.7rem;
	display: block;
}
.strong > ul > li:nth-child(odd) .num {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -1rem;
	margin-left: 0;
}
.strong .note {
	display: block;
	text-align: right;
	font-size: 1rem;
	margin-top: 1rem;
}
.strong .more-wrap {
	margin-top: 2.5rem;
}



/* -------------------------------------------

work

------------------------------------------- */
.work {
	background: var(--blue-light);
}
.work > p {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.work > p {
		text-align: left;
	}
}
/* ---- ul ---- */
.work > ul > li {
	background: #fff;
	border-radius: 0.8rem;
	box-shadow: 0 0 15px 4px rgba(189, 203, 211, 0.34);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.5rem 9rem 3rem 9rem;
}
.work > ul > li:not(:last-child) {
	margin-bottom: 3rem;
}
.work p {
	margin: 2rem 0;
}
@media screen and (max-width: 768px) {
	.work > ul > li {
		padding: 2.5rem;
	}
}
/* h3 */
.work h3 {
	margin-bottom: 1.2rem;
	font-weight: 500;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.work h3 {
		font-size: 2.2rem;
	}
}
/* dl */
.work dl {
	width: 100%;
	border: solid 0.1rem var(--prime);
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	background: var(--blue-light);	
}
.work dl dt {
	color: var(--prime);
	width: 30%;
	text-align: center;
	padding: 1rem 1rem 1.15rem 1rem;
	font-size: 1.6rem;
}
.work dl dd {
	width: 70%;
	padding: 1rem 1.5rem 1.15rem 1.5rem;
	background: #fff;
	border-radius: 0 0.8rem 0.8rem 0;
}
@media screen and (max-width: 768px) {
	.work dl {
		display: block;
	}
	.work dl dt {
		width: 100%;
	}
	.work dl dd {
		width: 100%;
		border-radius: 0 0 0.8rem 0.8rem;
	}
	.work dl dd i {
		color: var(--prime);
	}
}



/* -------------------------------------------

ai

------------------------------------------- */
.ai > p {
	text-align: center;	
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.ai > p {
		text-align: left;
	}
}
/* ---- wrap ---- */
.ai .wrap {
	border-top: solid 0.1rem var(--grey);
	border-bottom: solid 0.1rem var(--grey);
}
/* ---- toggle ---- */
.ai-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 1.8rem;
	position: relative;
	padding: 3rem 0 3.15rem 0;
	transition: all .3s;
	font-weight: 500;
}
.ai-toggle:hover {
	color: var(--prime);
	cursor: pointer;
}
.ai-toggle i {
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 4rem;
	top: calc(50% - 1rem)
}
.ai-toggle i::before,
.ai-toggle i::after {
	content: "";
	background: var(--grey);
	transition: all .3s;
	position: absolute;
}
.ai-toggle i::before {
	width: 100%;
	height: 0.1rem;
	left: 0;
	top: calc(50% - 0.05rem);
}
.ai-toggle i::after {
	width: 0.1rem;
	height: 100%;
	left: calc(50% - 0.05rem);
	top: 0
}
.ai-toggle.open i::after {
	transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
	.ai-toggle {
		font-size: 1.7rem;
		padding: 2.3rem 0 2.2rem 0;
		line-height: 1.5;
		text-align: center;
	}
	.ai-toggle i {
		right: 1rem;
	}	
}
/* ---- contents ---- */
.ai-contents {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.ai-contents > ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ai-contents > ul > li:not(:last-child) {
	margin-bottom: 5rem;
}
.ai-contents > ul > li p {
	text-align: center;
	margin: 2rem 0 3rem 0;
}
.ai-contents > ul > li:not(:last-child) {
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.ai-contents {
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
	.ai-contents > ul > li p {
		text-align: left;
		margin: 2rem 0;
	}	
}
/* feature */
.ai-feature {
	display: flex;
	justify-content: space-between;
	width: 88%;
}
.ai-feature > li {
	width: 48%;
	border-radius: 1rem;
	padding: 3rem 2.5rem;
}
.ai-feature > li:nth-child(1) {
	background: url(../img/ico-circle.png) no-repeat left -0.7rem top -0.7rem;
	background-size: 6rem auto;
	background-color: var(--blue-light);
}
.ai-feature > li:nth-child(2) {
	background: url(../img/ico-triangle.png) no-repeat left -0.4rem top -0.4rem;
	background-size: 6rem auto;	
	background-color: #f1f1f1;
}
.ai-feature dt {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 2rem;
	letter-spacing: 0.2em;
}
.ai-feature dd {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.ai-feature {
		display: block;
		width: 100%;
	}
	.ai-feature > li {
		width: 100%;
	}
	.ai-feature > li:nth-child(1) {
		margin-bottom: 1.5rem;
	}
	.ai-feature dt {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 2rem;
		letter-spacing: 0.2em;
	}
	.ai-feature dd {
		font-size: 1.4rem;
	}
}
/* logo */
.ai-contents > ul > li:nth-child(1) .logo {
	width: 32rem;
}
.ai-contents > ul > li:nth-child(2) .logo {
	width: 26rem;
}
.ai-contents > ul > li:nth-child(3) .logo {
	width: 18rem;
}
/* section */
.ai-contents > section {
	margin: 6rem 0 4rem 0;
	background: var(--blue-light);
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 0;
}
.ai-contents > section h3 {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.ai-contents > section p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.ai-contents > section {
		margin: 4rem 0;
		padding: 3rem;
	}
	.ai-contents > section h3 {
		font-weight: 500;
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.ai-contents > section p {
		text-align: left;
	}
}
/* more */
.ai-contents .more-wrap {
	display: flex;
	justify-content: center;
}
.ai-contents .more-wrap a {
	border: solid 0.1rem var(--grey);
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.15rem;
	width: 44rem;
	height: 6rem;
	position: relative;
	font-weight: 500;
	font-size: 1.7rem;
}
.ai-contents .more-wrap a i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 1.3rem;
}
.ai-contents .more-wrap a:hover {
	background: var(--grey);
	color: #fff;
	opacity: 1;
}



/* -------------------------------------------

price

------------------------------------------- */
.price {
	background: #2e4b78;
	color: #fff;
}
/* ---- ul ---- */
.price ul {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.price ul li {
	width: 14rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.price ul li > div {
	border-right: solid 0.1rem #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1rem 0;
	width: 100%;
}
.price ul > li:last-child > div {
	border: none;
}
.price ul > li > div img {
	width: auto;
	height: 4rem;
}
.price ul > li > div span {
	font-weight: 500;
	text-align: center;
}
.price ul > li > div span i {
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 2.2rem;
}
.price ul > li > img {
	width: 4rem;
}
@media screen and (max-width: 768px) {
	.price ul li {
		width: calc(100% / 5);
		font-size: 1.1rem;
	}
	.price ul > li > div img {
		height: 2.5rem;
		margin-bottom: 1rem;
	}
	.price ul > li > div span {
		line-height: 1.2;
	}	
	.price ul > li > div span i {
		font-size: 1.6rem;
	}
	.price ul > li > img {
		width: 3.6rem;
	}
}
/* ---- wrap ---- */
.price .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.price .wrap > span {
	width: 64rem;
	border: solid 0.1rem #fff;
	border-radius: 10rem;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	padding: 0.3rem 0 0.45rem 0;
	margin-bottom: 1.5rem;
}
.price .wrap > span i {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.price .wrap > span {
		width: 100%;
	}
}
/* div */
.price .wrap > div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.price .wrap > div {
		flex-direction: column;
		align-items: center;
	}	
}
.price .wrap > div > div:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
	.price .wrap > div > div:nth-of-type(1) {
		align-items: center;
		margin-right: 0;
		margin-bottom: 0.7rem;
	}
}
.price .wrap > div > div:nth-of-type(1) > span:nth-child(1) img {
	width: 16rem;
	margin-right: 0.5rem;
}
.price .wrap > div > div:nth-of-type(1) > span:nth-child(2) {
	color: var(--yellow);
	line-height: 1.3;
	font-size: 2.4rem;
	margin-top: 0.3rem;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.price .wrap > div > div:nth-of-type(1) > span:nth-child(2) {
		text-align: center;
	}
}

/* price */
.price .wrap > div > div:nth-of-type(2) {
	color: var(--yellow);
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: -1.2rem;
}
.price .wrap > div > div:nth-of-type(2) i {
	font-family: var(--font-en);
	font-size: 6.4rem;
	font-weight: 500;
}
/* p */
.price .wrap > p {
	margin-top: 3rem;
	width: 64rem;
	text-align: center;
	border-top: solid 0.1rem #fff;
	border-bottom: solid 0.1rem #fff;
	padding: 0.8rem 0 0.95rem 0;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.price .wrap > p {
		width: 100%;
		text-align: left;
		line-height: 1.4;
	}
}
/* ---- more ---- */
.price .more-wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}
.price .more-wrap a {
	color: #fff;
	position: relative;
	width: 32rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	background: linear-gradient(to right,#0f89d3,#15569f);
	border-radius: 0.8rem;
	border: solid 0.1rem #fff;
	padding-bottom: 0.15rem;
}
.price .more-wrap a i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
}
@media screen and (max-width: 768px) {

}



/* -------------------------------------------

model

------------------------------------------- */
/* ---- table-wrap ---- */
.table-wrap {
	margin-top: 0.3rem;
	display: flex;
}
.table-wrap > div {
	background: #ecf5f6;
	width: 20%;
	border-right: solid 0.3rem #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem 0 0 0.8rem;
	padding: 1rem 0;
}
.table-wrap > div span {
	text-align: center;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
	font-size: 2.2rem;
}
.table-wrap > div span i {
	font-size: 1.8rem;
}
.table-wrap > div img {
	width: 60%;
}
.table-wrap > table {
	width: 80%;
}
@media screen and (max-width: 768px) {
	.table-wrap {
		display: block;
		margin-top: 3rem;
	}	
	.table-wrap > div {
		width: 100%;
		border-right: none;
		border-bottom: solid 0.3rem #fff;		
		border-radius: 0.8rem 0.8rem 0 0;
		padding: 1.5rem 0;
	}
	.table-wrap > div img {
		width: 40%;
		mix-blend-mode: multiply;
	}
	.table-wrap > table {
		width: 100%;
	}	
}
/* ---- table ---- */
table {
	border-collapse: collapse;
}
table thead th {
	background: #ecf5f6;
	font-weight: normal;
	padding: 0.7rem 0 0.8rem 0;
	font-weight: 500;
}
table thead th:nth-of-type(1) {
	width: 35%;
	border-right: solid 0.3rem #fff;		
}
table thead th:nth-of-type(2) {
	width: 65%;
}
table td {
	padding: 0.7rem 3rem 0.8rem 3rem;
	border-top: solid 0.3rem #fff;	
}
table tbody tr:nth-of-type(odd) td {
	background: var(--blue-light);
}
table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
	border-right: solid 0.3rem #fff;	
}
@media screen and (max-width: 768px) {
	table thead th:nth-of-type(1) {
		width: 40%;
	}
	table thead th:nth-of-type(2) {
		width: 60%;
	}
	table {
		font-size: 1.3rem;
	}	
	table td {
		padding: 0.7rem 1.2rem 0.8rem 1.2rem;
		vertical-align: middle;
	}
}



/* -------------------------------------------

innovation

------------------------------------------- */
.innovation {
	background: var(--blue-light);
}
@media screen and (max-width: 768px) {
	.innovation .heading-1	{
		line-height: 1;
	}
	.innovation .heading-1 .jp {
		font-size: 3rem;
	}
	.innovation .heading-1 .jp i {
		font-size: 1.8rem;
	}
}
/* ---- ul ---- */
.innovation > ul > li {
	background: #fff;
	box-shadow: 0 0 15px 4px rgba(189, 203, 211, 0.34);
	padding: 4rem 6rem;
	position: relative;
	border-radius: 0.8rem;
}
.innovation > ul > li:not(:last-child) {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.innovation > ul > li {
		padding: 3rem;
	}
	.innovation > ul > li:not(:last-child) {
		margin-bottom: 3rem;
	}
}
/* innovation-cto */
.innovation-cto dt {
	display: flex;
	flex-direction: column;
}
.innovation-cto dt img {
	width: 18rem;
}
.innovation-cto dt span {
	margin: 1rem 0 2rem 0;
}
.innovation-cto figure img {
	position: absolute;
	right: 3.5rem;
	top: 3.5rem;
	width: 20rem;
}
.innovation-cto figure figcaption {
	display: flex;
	align-items: flex-end;
	font-size: 2.4rem;
}
.innovation-cto figure figcaption span {
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
	margin-left: 1.5rem;
}
.innovation-cto p {
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	.innovation-cto dt {
		align-items: center;
	}
	.innovation-cto figure {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.innovation-cto figure img {
		position: relative;
		right: auto;
		top: auto;
		width: 20rem;
		margin-bottom: 1rem;
	}
	.innovation-cto figure figcaption {
		display: flex;
		align-items: flex-end;
		font-size: 2.8rem;
	}
	.innovation-cto figure figcaption span {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}
	.innovation-cto p {
		margin-top: 2.5rem;
	}
}
/* innovation-spinflow */
.innovation-spinflow .wrap-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}
.innovation-spinflow .wrap-1 > div {
	display: flex;
	flex-direction: column;
}
.innovation-spinflow .wrap-1 > div img {
	width: 24rem;
	margin-bottom: 2.5rem;
}
.innovation-spinflow .wrap-1 > div h3 {
	font-size: 2.4rem;
}
.innovation-spinflow .wrap-1 > div h3 i {
	font-size: 1.2rem;
}
.innovation-spinflow .wrap-1 > figure {
	width: 20rem;
}
.innovation-spinflow .wrap-2 {
	display: flex;	
}
.innovation-spinflow .wrap-2 figure {
	width: 14rem;
}
.innovation-spinflow .wrap-2 p {
	padding-left: 2rem;
	width: calc(100% - 14rem);
}
@media screen and (max-width: 768px) {
	.innovation-spinflow .wrap-1 {
		display: block;
		margin-bottom: 1.5rem;
	}
	.innovation-spinflow .wrap-1 > div {
		flex-direction: column;
		align-items: center;
	}
	.innovation-spinflow .wrap-1 > div img {
		width: 20rem;
		margin-bottom: 2rem;
	}
	.innovation-spinflow .wrap-1 > div h3 {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	.innovation-spinflow .wrap-1 > div h3 i {
		font-size: 1.2rem;
		display: block;
	}
	.innovation-spinflow .wrap-1 > figure {
		width: 100%;
		margin-bottom: 3rem;
	}
	.innovation-spinflow .wrap-2 {
		flex-direction: column;
		align-items: center;	
	}
	.innovation-spinflow .wrap-2 figure {
		width: 50%;
		margin-bottom: 1rem;
	}
	.innovation-spinflow .wrap-2 p {
		padding-left: 0;
		width: 100%;
	}
}
/* innovation-support */
.innovation-support {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;	
	align-items: flex-end;
	padding: 0 6rem 2rem 6rem !important;	
}
.innovation-support > figure {
	width: 35%;
	position: relative;
	top: -1rem
}
.innovation-support > div {
	width: 65%;
	padding-bottom: 1rem;
}
.innovation-support h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}
.innovation-support h3 span {
	background: var(--prime);
	color: #fff;
	font-size: 1.8rem;
	padding: 0 1rem 0.1rem 1.2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.innovation-support {
		flex-direction: column-reverse;
		padding: 3rem !important;	
	}
	.innovation-support > figure {
		width: 100%;
		top: auto;
		margin-top: 2rem;
	}
	.innovation-support > div {
		width: 100%;
		padding-bottom: 0;
	}
	.innovation-support h3 {
		margin-bottom: 1rem;
		line-height: 1.2;
	}
	.innovation-support h3 span {
		padding: 0.3rem 1rem 0.4rem 1.2rem;
	}
}



/* -------------------------------------------

app

------------------------------------------- */
/* ---- wrap ---- */
.app .wrap {
	width: 72rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.app .wrap > figure {
	width: 20rem;
}
.app .wrap > div {
	width: 52rem;
	padding-left: 4rem;
}
.app .heading-1 {
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.app .wrap {
		padding: 0;
		width: 100%;
		display: block;
	}
	.app .wrap > figure {
		width: 20rem;
		margin: 0 auto 4rem auto;
	}
	.app .wrap > div {
		width: 100%;
		padding-left: 0;
	}
	.app .heading-1 {
		align-items: center;
		margin-bottom: 2rem;
	}
	.app .heading-1 .jp {
		font-size: 3.6rem;
	}
}



/* -------------------------------------------

aicomp

------------------------------------------- */
/* ---- ul ---- */
.aicomp ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.aicomp ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.aicomp img {
	border-radius: 0.8rem;
}
.aicomp ul li > figure {
	width: 63%;
}
.aicomp ul li > dl {
	width: 37%;
	padding-right: 3rem;
}
.aicomp ul li > dl dt {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.aicomp ul li {
		display: block;
	}
	.aicomp ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.aicomp ul li > figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.aicomp ul li > dl {
		width: 100%;
		padding-right: 0;
	}
	.aicomp ul li > dl dt {
		font-size: 2.4rem;
		line-height: 1.4;
	}
}



/* -------------------------------------------

contact

------------------------------------------- */
.contact {
	background: var(--blue-light);
}
.contact p {
	text-align: center;
}
/* ---- more ---- */
.contact .more-wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}
.contact .more-wrap a {
	color: #fff;
	position: relative;
	width: 32rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	background: linear-gradient(to right,#0f89d3,#15569f);
	border-radius: 0.8rem;
	border: solid 0.1rem #fff;
	padding-bottom: 0.15rem;
}
.contact .more-wrap a i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
}
@media screen and (max-width: 768px) {

}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	background: linear-gradient(to right,#2f4c79,#1f3f6c);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem 0 2rem 0;
	color: #fff;
}
footer img {
	width: 14rem;
	margin-bottom: 2rem;
}
footer small {
	font-size: 1.1rem;
	line-height: 1;
}