@charset "UTF-8";

/*--------------------------------------
共通
--------------------------------------*/
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.main h2 {
	position: relative;
	text-align: center;
	font-size: 28px;
	padding-bottom: 0.8em;
	margin-bottom: 4rem;
}

.main h2::before {
	content: "";
	width: 50px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	background-image: linear-gradient(90deg, var(--blue-1) 50%, var(--red-1) 50%);
}

.main h2 .logo {
	display: inline-block;
	width: 240px;
	padding: 0 10px;
	margin: 0 0 -20px;
}

@media screen and (max-width: 1360px) {
	.max-w {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 750px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 640px) {
	.main h2 {
		font-size: 22px;
	}

	.main h2 .logo {
		width: 220px;
		margin: 0 0 -18px;
	}

	.lead {
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 500px) {
	.main h2 {
		font-size: 20px;
	}

	.main h2 .logo {
		width: 195px;
		margin: 0 0 -15px;
	}

	.lead {
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
}

/*--------------------------------------
mv
--------------------------------------*/
.mv {
	min-height: 730px;
	/* border-radius: 0 0 50px 50px; */
	padding: 70px 0 70px 70px;
	position: relative;
	display: flex;
	align-items: center;
}

.mv-tx {
	width: 100%;
	max-width: 1066px;
	margin: auto;
	font-weight: 700;
	z-index: 1;
}

.mv-tx h1 {
	font-size: 5.6rem;
	line-height: 1.2;
	margin-bottom: 3.3rem;
}

.mv-tx p {
	max-width: 450px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 4.5rem;
}

.mv-img {
	width: 90%;
	max-width: 960px;
	position: absolute;
	top: 55%;
	left: 55%;
	transform: translate(-15%, -50%);
	z-index: 0;
}

.patent {
	position: absolute;
	bottom: 60px;
	right: 60px;
	font-size: 1.2rem;
	z-index: 1;
}

@media screen and (max-width: 1366px) {
	.mv-img {
		left: 60%;
	}
}

@media screen and (max-width: 1280px) {
	.mv {
		padding: 70px 0 70px 40px;
	}

	.mv-img {
		left: 60%;
	}

	.mv-tx h1 {
		font-size: 4.8rem;
		margin-bottom: 3rem;
	}

	.mv-tx p {
		max-width: 400px;
		font-size: 1.6rem;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 860px) {
	.mv {
		min-height: 680px;
	}

	.mv-tx h1 {
		font-size: 4rem;
	}

	.mv-tx p {
		max-width: 310px;
		font-size: 1.5rem;
		text-align: left;
	}
}

@media screen and (max-width: 680px) {
	.mv-img {
		left: 65%;
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.mv {
		padding: 100px 30px 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.mv-tx {
		margin: 0 auto;
		text-align: center;
	}

	.mv-tx p {
		width: 100%;
		max-width: 100%;
	}

	.mv-img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0, 0);
		margin: 0 auto 0;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.mv-tx h1 {
		font-size: 3.2rem;
	}

	.mv-tx p {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
}

/*--------------------------------------
sec01
--------------------------------------*/
.sec-01 .card-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
	margin: 5rem auto;
}

.sec-01 .card-wrap li {
	width: calc((100% - 44px)/3);
	min-width: 280px;
	padding: 23px;
	border-radius: 10px;
	border: solid 1px var(--blue-3);
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	flex-shrink: 0;
}

.sec-01 .card-wrap img {
	width: 117px;
	margin: 0 auto 20px;
}

@media screen and (max-width: 1080px) {
	.sec-01 .card-wrap li {
		padding: 23px 10px;
		font-size: 1.4rem;
		min-width: 250px;
	}
}

@media screen and (max-width: 600px) {
	.sec-01 .card-wrap {
		gap: 10px;
	}

	.sec-01 .card-wrap li {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 15px 0 15px 25px;
	}

	.sec-01 .card-wrap img {
		width: 95px;
		margin: 0;
	}

	.sec-01 .card-wrap li p {
		width: calc(100% - 95px);
		padding: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.sec-01 .card-wrap li {
		padding: 15px 0 15px 15px;
		font-size: 1.3rem;
	}

	.sec-01 .card-wrap img {
		width: 75px;
		margin: 0;
	}

	.sec-01 .card-wrap li p {
		width: calc(100% - 75px);
		padding: 0 15px;
	}
}


/*--------------------------------------
sec02
--------------------------------------*/
.sec-02 {
	position: relative;
	border-radius: 50px;
	background-color: var(--blue-5);
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
	background-size: 40px 40px;
	background-repeat: repeat;
}

.sec-02 .card-wrap {
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 26px auto 26px auto auto auto;
	gap: 15px 0px;
	grid-template-areas:
		". . . li1 li1 li1 . . ."
		". li2 li2 li2 . li3 li3 li3 ."
		"li4 li4 li4 . . . li7 li7 li7"
		"li5 li5 li5 . . . li8 li8 li8"
		"li6 li6 li6 . . . li9 li9 li9"
		". . li10 li10 li10 li10 li10 . .";
}

.sec-02 .li1 {
	grid-area: li1;
}

.sec-02 .li2 {
	grid-area: li2;
}

.sec-02 .li3 {
	grid-area: li3;
}

.sec-02 .li4 {
	grid-area: li4;
}

.sec-02 .li5 {
	grid-area: li5;
}

.sec-02 .li6 {
	grid-area: li6;
}

.sec-02 .li7 {
	grid-area: li7;
}

.sec-02 .li8 {
	grid-area: li8;
}

.sec-02 .li9 {
	grid-area: li9;
}

.sec-02 .li10 {
	grid-area: li10;
}

.sec-02 .card-wrap li {
	position: relative;
	padding: 14px 10px;
	font-size: 1.5rem;
	text-align: center;
	border-radius: 10px;
	line-height: 1.3;
	border: solid 1px var(--gray-1);
	background-color: #fff;
}

.sec-02 .card-wrap .li1,
.sec-02 .card-wrap .li4,
.sec-02 .card-wrap .li7 {
	font-size: 1.3rem;
	padding: 3px;
	border-radius: 5rem;
	font-weight: 700;
	background-color: var(--gray-1);
}

.sec-02 .img04 {
	max-width: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
}

@media screen and (max-width: 1200px) {
	.sec-02 .card-wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto auto auto auto auto auto;
		gap: 10px 20px;
		grid-template-areas:
			". li1 li1 ."
			"li2 li2 li3 li3"
			"li4 li4 li7 li7"
			"li5 li5 li8 li8"
			"li6 li6 li9 li9"
			"li10 li10 li10 li10";
		margin: 0 auto;
	}

	.sec-02 .img04 {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%, 0);
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 750px) {
	.sec-02 {
		border-radius: 30px;
	}
}

@media screen and (max-width: 680px) {
	.sec-02 .card-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
}

@media screen and (max-width: 450px) {
	.sec-02 h2 br {
		display: none;
	}

	.sec-02 .img04 {
		max-width: 260px;
	}
}

/*--------------------------------------
sec-03
--------------------------------------*/
.sec-03 .card-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 20px;
	margin: 60px auto;
}

.sec-03 li {
	min-width: 270px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 20px;
	text-align: center;
}

.sec-03 li h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
}

.sec-03 li p {
	font-size: 1.5rem;
}

.sec-03 li img {
	text-align: center;
	width: 100%;
	max-width: 215px;
	height: auto;
	margin: 0 auto 10px;
}

@media screen and (max-width: 1200px) {
	.sec-03 .card-wrap {
		gap: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sec-03 li {
		gap: 15px;
		width: calc((100% - 30px)/2);
	}
}

@media screen and (max-width: 750px) {
	.main .sec-03 h2 {
		line-height: 2;
	}
}

@media screen and (max-width: 640px) {
	.sec-03 li {
		width: 100%;
	}
}

/*--------------------------------------
sec-04
--------------------------------------*/
.sec-04 {
	border-radius: 50px;
	background-color: #dbf0f0;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c4e8e9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #c4e8e9 calc(100% - 1px));
	background-size: 40px 40px;
	background-repeat: repeat;
}

.sec-04 .card-wrap {
	display: flex;
	gap: 10px;
}

.sec-04 .card-wrap+.card-wrap {
	margin-top: 20px;
}

.sec-04 h3 {
	width: 200px;
	font-size: 1.8rem;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 15px 0 0;
	color: #fff;
	background-color: var(--blue-1);
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
}

.sec-04 .card-wrap ul {
	width: calc(100% - 210px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 10px;
}

.sec-04 li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 8px;
	align-items: center;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 17px 10px;
}

.sec-04 li p {
	line-height: 1.3;
	font-size: 1.5rem;
}

.sec-04 li img {
	text-align: center;
	width: 100%;
	max-width: 25px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
	.sec-04 h3 {
		width: 170px;
		font-size: 1.6rem;
	}

	.sec-04 .card-wrap ul {
		width: calc(100% - 180px);
	}
}

@media screen and (max-width: 840px) {
	.sec-04 .card-wrap {
		flex-direction: column;
	}

	.sec-04 h3 {
		width: 100%;
		padding: 8px;
		clip-path: none;
	}

	.sec-04 h3 br {
		display: none;
	}

	.sec-04 .card-wrap ul {
		width: 100%;
	}
}


@media screen and (max-width: 750px) {
	.sec-04 {
		border-radius: 30px;
	}
}

@media screen and (max-width: 700px) {
	.sec-04 .card-wrap ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.sec-04 li {
		padding: 17px 5px;
	}

	.sec-04 li p {
		font-size: 1.4rem;
	}
}


/*--------------------------------------
news-list .sec-06
--------------------------------------*/
.sec-06 {
	background-color: #f7f7f7;
	border-radius: 50px;
}

.news-list {
	max-width: 730px;
	margin: auto;
	border-top: solid 1px #D5DEDE;
}

.news-list a {
	width: 100%;
	padding: 13px 60px 13px 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 12px;
	border-bottom: solid 1px #D5DEDE;
}

.news-list a:hover {
	background-color: var(--blue-3);
}

.news-list a::after {
	content: "";
	width: 1.1em;
	height: 1.1em;
	background-image: url(../img/chevron-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}

.news-list .date {
	color: #77CAD1;
	font-weight: 700;
}

.news-list .tag {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 1em;
	border-radius: 2px;
	line-height: 1;
	color: var(--blue-1);
	font-weight: 700;
	font-size: 1.0rem;
	background-color: var(--blue-2);
}

.news-list .tit {
	margin-top: 5px;
	font-weight: 700;
}

.news-list .tit,
.news-list .tx {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.sec-06 {
		border-radius: 30px;
	}

	.news-list a {
		font-size: 1.5rem;
		padding: 10px 40px 10px 0;
	}

	.news-list a::after {
		right: 8px;
	}
}

/*--------------------------------------
company
--------------------------------------*/
.company {
	max-width: 730px;
	margin: auto;
}

.company th {
	width: 220px;
}

@media screen and (max-width: 750px) {
	.company th {
		width: 100%;
	}
}