*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

body {
	background-color: #f5f4ea;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	transition: opacity 0.3s;
}

.fv {
	height: 100vh;
	position: relative;
}

.fv__inner {
	height: 100%;
}

.fv__img {
	height: 100%;
	width: 100%;
}

.fv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.fv__logo {
	aspect-ratio: 408/95;
	bottom: 30px;
	left: 50%;
	max-width: 612px;
	position: absolute;
	transform: translateX(-50%);
	width: 92.7%;
}

.fv__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.fv__badge {
	aspect-ratio: 1/1;
	bottom: clamp(100px, 28.4vw, 176px);
	max-width: 157px;
	position: absolute;
	right: 3.4%;
	width: 35.7%;
}

.fv__badge img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.about {
	padding-bottom: 100px;
	padding-top: 100px;
}

.about__inner {
	margin-inline: auto;
	max-width: 600px;
	padding: 0 20px;
	width: 100%;
}

.about__content {
	border-bottom: 2px solid #428c37;
	padding-bottom: 100px;
}

.section__title-en {
	color: #428c37;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.section__title-ja {
	color: #2a3429;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin-top: 18px;
}

.about__img {
	aspect-ratio: 380/207;
	border-radius: 20px;
	margin-top: 24px;
	overflow: hidden;
}

.about__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about__text {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.7;
	margin-top: 35px;
}

.about__text p:nth-of-type(n + 2) {
	margin-top: 35px;
}

.about__mission {
	margin-top: 50px;
}

.u-about-mission__br {
	display: none;
}

.about__mission__label {
	background-color: #428c37;
	border-radius: 15px;
	padding: 5px 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.about__mission__label-title {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.about__mission__text {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 17px;
}

.sp-only {
	display: block;
}

.about__mission__text-green {
	color: #428c37;
}

.about__mission__list {
	margin-top: 30px;
}

.about__mission__list li:not(:first-child) {
	margin-top: 25px;
}

.about__mission__item {
	color: #2a3429;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.about__mission__item-date {
	font-weight: 500;
	width: 29%;
}

.about__mission__item-text {
	border-left: 1.5px solid #2a3429;
	font-weight: 400;
	padding-left: 10px;
	width: 71%;
}

.news {
	padding-bottom: 100px;
}

.news__inner {
	margin-inline: auto;
	max-width: 600px;
	padding: 0 30px;
}

.news__button-box {
	margin-top: 30px;
}

.news__button__link {
	background-color: #ffffff;
	border: 1px solid #7d827c;
	border-radius: 50px;
	color: #2a3429;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	width: 216px;
}

.news__button__arrow {
	color: #2a3429;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.news__button__link:hover {
	background-color: #2a3429;
	border-color: #2a3429;
	color: #ffffff;
}

.news__button__link:hover .news__button__arrow {
	color: #ffffff;
}

.news__card-list {
	margin-top: 40px;
}

.news__card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news__card-link:hover .news__card-title-text {
	color: #428c37;
}

.news__card-item:not(:first-child) {
	margin-top: 60px;
}

.news__card-img {
	aspect-ratio: 380/200;
	border-radius: 10px;
	overflow: hidden;
}

.news__card-date {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin-top: 16px;
}

.news__date-time {
	color: #7d827c;
	display: inline-block;
}

.news__date-label {
	border: 1px solid #428c37;
	border-radius: 20px;
	color: #428c37;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 13px;
}

.news__card-title-text {
	-webkit-line-clamp: 2;
	color: #2a3429;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 12px;
	min-height: 60px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-box-orient: vertical;
}

.news__card-text {
	border-top: 1px solid #d2dbd1;
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 12px;
	min-height: 80px;
	padding-top: 12px;
}

.news__card-button {
	margin-top: 12px;
	transition: all 0.3s ease;
}

.news__card-button:hover {
	opacity: 0.7;
}

.news__card-button__link {
	align-items: center;
	color: #2a3429;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 600;
	gap: 10px;
	justify-content: end;
	letter-spacing: 0.02em;
	line-height: 1;
}

.news__card-button__arrow-box {
	align-items: center;
	background-color: #2a3429;
	border-radius: 50%;
	display: flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.news__card-button__arrow {
	color: #ffffff;
}

.service {
	background-color: #c5e0b3;
	padding-bottom: 32px;
	padding-top: 100px;
}

.service.bg_none{
	background: none;
}

.service__title {
	text-align: center;
}

.service__title .section__title-ja {
	margin-top: 5px;
}

.service__lead__box {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 35px;
	text-align: center;
}

.service__card-list {
	margin-inline: auto;
	margin-top: 67px;
	max-width: 600px;
	width: 100%;
}

.service__card-link {
	display: block;
}

.service__card-link:hover {
	background-color: #428c37;
}

.service__card-link:hover .service__card-number svg {
	color: #ffffff;
}

.service__card-link:hover .service__card-icon {
	color: #ffffff;
}

.service__card-link:hover .service__card-title h3 {
	color: #ffffff;
}

.service__card-link:hover .service__card-text {
	color: #ffffff;
}

.service__card-item {
	display: flex;
	flex: 1;
}

.service__card-item:not(:first-child) {
	margin-top: 50px;
}

.service__card-link {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 53px 45px 36px 45px;
	position: relative;
	transition: all 0.3s ease;
}

.service__card-number {
	aspect-ratio: 58/50;
	color: #428c37;
	left: 16px;
	max-height: 50px;
	position: absolute;
	top: -25px;
	transition: all 0.3s ease;
	width: 58px;
}

.service__card-number svg {
	height: 100%;
	width: 100%;
}

.service__card-icon {
	color: #428c37;
	text-align: center;
}

.service__card-title {
	margin-top: 17px;
}

.service__card-title h3 {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s ease;
}

.service__card-text {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 18px;
	transition: all 0.3s ease;
}

.pr-times {
	margin-bottom: 100px;
	margin-top: 80px;
}

.pr-times__title__box {
	margin-inline: auto;
	max-width: 600px;
	width: 100%;
}

.pr-times__title {
	text-align: center;
}

.pr-times__title-block {
	color: #2a3429;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.pr-times__title-green {
	color: #428c37;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.pr-times__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 24px;
}

.pr-times__card-list-box {
	background-color: #ffffff;
	border-radius: 10px;
	margin-inline: auto;
	margin-top: 25px;
	max-width: 600px;
	padding: 55px 53px 41px 53px;
	width: 100%;
}

.pr-times__card-item:not(:first-child) {
	margin-top: 57px;
}

.pr-times__card-head-img {
	aspect-ratio: 1/1;
	border-radius: 10px;
	overflow: hidden;
}

.pr-times__card-head-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pr-times__card-body {
	margin-top: 23px;
}

.commentator__role {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.commentator__name a {
	color: #428c37;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.7;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.commentator__name a::after {
	background-color: #428c37;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.commentator__sub-role {
	border-left: 1px solid #2a3429;
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 8px;
	padding-left: 10px;
}

.commentator__career {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7;
	margin-top: 19px;
}

.pr-times__heading {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.7;
	margin-top: 24px;
}

.pr-times__comment {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.pr-times__note {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 19px;
}

.pr-times__members {
	margin-top: 30px;
}

.pr-times__members-header {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.pr-times__members-body {
	margin-top: 4px;
}

.pr-times__members-identity {
	display: block;
}

.pr-times__members-identity:not(:first-child) {
	margin-top: 10px;
}

.pr-times__members-name a {
	color: #428c37;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.pr-times__members-sub-role {
	border-left: 1px solid #2a3429;
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.7;
	padding-left: 10px;
}

@media screen and (min-width: 768px) {

.fv {
	height: 100%;
}

.fv__logo {
	aspect-ratio: 1167/272;
	bottom: 0;
	max-width: 100%;
	width: 60.8%;
}

.fv__badge {
	bottom: 8vw;
	max-width: 100%;
	right: 8.1%;
	width: 11.25%;
}

.about {
	padding-bottom: 0;
	padding-top: 100px;
}

.news {
	margin-top: 100px;
}

.news__title .section__title-ja {
	font-size: 36px;
}

.service {
	padding-bottom: 80px;
	padding-top: 80px;
}

.pr-times__lead {
	line-height: 1.3;
	margin-top: 35px;
}

.pr-times__members-identity {
	align-items: center;
	display: flex;
	gap: 10px;
}

}

@media screen and (min-width: 1024px) {

.about__inner {
	max-width: 1653px;
}

.about__content {
	display: flex;
	gap: 4.6%;
	padding-bottom: 100px;
}

.about__explanation {
	width: 35.1%;
}

.section__title-ja {
	font-size: 50px;
}

.about__img {
	aspect-ratio: 937/530;
	height: 100%;
	margin-top: 31px;
	max-height: 530px;
	width: 60.3%;
}


.about__mission {
	white-space: nowrap;
}

.u-about-mission__br {
	display: block;
}

.about__mission__text {
	font-size: 24px;
}

.sp-only {
	display: none;
}

.about__mission__item {
	padding-left: 20px;
}

.about__mission__item-date {
	width: initial;
}

.about__mission__item-text {
	margin-left: 10px;
	width: initial;
}

.news__inner {
	max-width: 1653px;
	padding: 0 20px;
	width: 100%;
}

.news__content {
	display: flex;
	gap: 8.1%;
}

.news__title-button__box {
	width: 19.6%;
}

.news__card-list {
	display: flex;
	gap: 3.06%;
	margin-top: 0px;
	width: 72.3%;
}

.news__card-item {
	width: 32.3133333333%;
}

.news__card-item:not(:first-child) {
	margin-top: 0px;
}

.service__card-list {
	display: flex;
	gap: 3.06%;
	margin-top: 95px;
	max-width: 1450px;
}

.service__card-item:not(:first-child) {
	margin-top: 0px;
}

.service__card-link {
	padding: 53px 45px 60px 45px;
}

.pr-times {
	margin-bottom: 150px;
	margin-top: 150px;
}

.pr-times__title__box {
	max-width: 1048px;
}

.pr-times__title-block {
	font-size: 38px;
}

.pr-times__title-green {
	font-size: 38px;
}

.pr-times__card-list-box {
	margin-top: 55px;
	max-width: 1121px;
	padding: 30px;
}

.pr-times__card-item {
	display: flex;
	gap: 2.5%;
}

.pr-times__card-head {
	width: 25.9%;
}

.pr-times__card-body {
	margin-top: 0;
	width: 71.6%;
}

.commentator__identity {
	align-items: center;
	display: flex;
	gap: 15px;
}

.commentator__career {
	margin-top: 6px;
}

.pr-times__heading {
	margin-top: 30px;
}

.pr-times__note {
	margin-top: 32px;
}

}

@media screen and (min-width: 1060px) {

.u-about-mission__br {
	display: none;
}

}

.about__arrow-box {
	align-items: center;
	background-color: #2a3429;
	border-radius: 50%;
	/* display: flex; */
	height: 24px;
	/* justify-content: center; */
	width: 24px;
}

.about__arrow {
	color: #ffffff;
}


/* about link */
.about__card-button {
    margin-top: 48px;
    transition: all 0.3s ease;
}

.about__card-button:hover {
    opacity: 0.7;
}

.about__card-button__link {
    align-items: center;
    color: #2a3429;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    justify-content: flex-start; /* 前回の回答通り左揃えに設定 */
    letter-spacing: 0.02em;
    line-height: 1;
}

.about__card-button__arrow-box {
    align-items: center;
    background-color: #2a3429;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.about__card-button__arrow {
    color: #ffffff;
}

