@charset "utf-8";
/* CSS Document */

#header {
	opacity: 1 !important;
}

.article__watashi {
	margin: 0 auto;
	max-width: 980px;
	padding: 40px 20px 150px;
}

@media screen and (max-width: 768px) {
	.article__watashi {
		padding: 30px 20px 80px;
	}
}

.article__watashi__catch {
	margin-top: 40px;
	font-family: Kosugi Maru;
	font-size: 18px;
	line-height: 2.4;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.article__watashi__catch {
		font-size: 15px;
		line-height: 2;
		text-align: left;
	}
}

.article__watashi__list {
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

@media screen and (max-width: 768px) {
	.article__watashi__list {
		display: block;
		margin-top: 0;
	}
}

.article__watashi__list li {
	flex-basis: calc(50% - 30px);
	background-color: #F7FBF5;
}

@media screen and (max-width: 768px) {
	.article__watashi__list li {
		margin: 30px auto 0;
		max-width: 444px;
	}
}

.article__watashi__list li a {
	display: block;
	text-decoration: none;
	color: #3F3B3A;
}

.article__watashi__list li a:hover .article__watashi__img img {
	transform: scale(1.1);
}

.article__watashi__list li a:hover .btn {
	background-color: #89C122;
	color: #fff;
}

.article__watashi__list li a:hover .btn span {
	background-image: url(../img/arrow_w.svg);
}

.article__watashi__img {
	overflow: hidden;
}

.article__watashi__img img {
	width: 444px;
	height: 280px;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
}

.article__watashi__text {
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.article__watashi__text {
		padding: 24px;
	}
}

.article__watashi__text>p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	height: 54px;
}

@media screen and (max-width: 768px) {
	.article__watashi__text>p {
		height: 46px;
		font-size: 15px;
	}
}

.article__watashi__text .btnArea {
	margin-top: 30px;
	text-align: center;
}

.article__science {
	background-color: #F7FBF5;
	padding: 120px 0 30px;
}

@media screen and (max-width: 768px) {
	.article__science {
		padding: 60px 0 30px;
	}
}

.article__science__inner {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px 60px;
	background-image: url(../img/science_bg.svg);
	background-repeat: no-repeat;
	background-position: 100% calc(100% + 2px);
}

@media screen and (max-width: 768px) {
	.article__science__inner {
		background-position: 90% 300px;
		background-size: auto 126px;
	}
}

.article__science__catch {
	font-family: 'Jost';
	font-weight: 700;
	font-size: 52px;
	line-height: 1.1;
	letter-spacing: 10px;
	color: #89C12229;
}

@media screen and (max-width: 768px) {
	.article__science__catch {
		font-size: 36px;
		line-height: 48px;
	}
}

.article__science__title {
	margin-top: 20px;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0.5em;
	color: #89C122;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.article__science__title {
		font-size: 32px;
		font-weight: 700;
	}
}

.article__science__titlesub {
	margin-top: 60px;
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.article__science__titlesub {
		margin-top: 30px;
		font-size: 18px;
	}
}

.article__science__text {
	margin-top: 30px;
	max-width: calc(100% - 300px);
	font-family: Kosugi Maru;
	font-size: 18px;
	line-height: 240%;
	letter-spacing: 0.1em;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.article__science__text {
		margin-top: 20px;
		max-width: 100%;
		font-size: 15px;
		line-height: 1.8;
	}
}

.article__science__list {
	padding-bottom: 120px;
	border-top: solid 1px #89C122;
}

@media screen and (max-width: 768px) {
	.article__science__list {
		padding-bottom: 60px;
	}
}

.article__science__list li {
	border-bottom: solid 1px #89C122;
}

.article__science__list li a {
	display: block;
	padding: 40px 20px;
	color: #3F3B3A;
	text-decoration: none;
	font-size: 15px;
	line-height: 240%;
	letter-spacing: 0.1em;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
	.article__science__list li a {
		padding: 30px 20px;
		background-color: #ffffff;
	}
}

.article__science__list li a:hover {
	background-color: #ffffff;
}

.article__science__list__inner {
	margin: 0 auto;
	max-width: 940px;
	font-family: Kosugi Maru;
}

.article__science__list__date {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
}

.article__science__list__title {
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ ProN W3";
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.article__science__list__title {
		font-size: 16px;
	}
}