@charset "UTF-8";

/* ========================================
   JAにしうわについてページ
======================================== */

/*********************************************************************************
    共通部分
*********************************************************************************/
body {
	background-color: var(--bg-color--primary);
}

.external_link {
	color: #0097eb;
	font-size: 16px;
	line-height: clamp(1.563em, 1.226em + 0.7vw, 1.688em);
	text-decoration: underline;
}

.common_subtitle {
	display: flex;
	position: relative;
	color: #006252;
	font-size: clamp(1.25em, 0.711em + 0.6vw, 1.25em);
	line-height: clamp(1.688em, 1.543rem + 0.3vw, 1.813rem);
	column-gap: 10px;
	align-items: center;
}

.common_subtitle::before {
	display: block;
	min-width: 5px;
	background-color: #006252;
	content: "";
}

.sp-section-divider {
	display: none;
}

.br-pc {
	display: inline;
}



.main_container {
	padding-top: 120px;
	padding-bottom: 65px;
}

@media screen and (min-width: 768px) {
	.container {
		background-color: #f7f7f7;
	}

	.main_container {
		padding-top: 120px;
		padding-bottom: 65px;
	}

	.br-pc {
		display: inline;
	}

	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.common_page-text {
		max-width: 315px;
		margin: 0 auto 40px;
	}

	.br-sp {
		display: inline;
	}

	.container {
		background-color: #ffffff;
	}

	.main_container {
		padding-top: 80px;
		padding-bottom: 35px;
	}

	.sp-section-divider {
		display: block;
		width: 100%;
		height: 50px;
		background-color: #f7f7f7;
	}

	.br-pc {
		display: none;
	}

	.common_subtitle::before {
		min-width: 7px;
		height: 52px;
	}
}

/*********************************************************************************
    アンカーナビゲーション
*********************************************************************************/
.about_anchor-nav {
	display: block;
	margin: 0 auto;
}

.about_anchor-list {
	display: grid;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
}

.about_anchor-link {
	display: flex;
	width: 100%;
	height: clamp(3.75rem, 1.237rem + 5.24vw, 5rem);
	padding: 0 10px;
	background-color: #ebebeb;
	color: #000000;
	font-weight: 500;
	font-size: clamp(0.813em, 0.686em + 0.26vw, 0.938em);
	column-gap: 5px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s;
}

.about_anchor-link:hover {
	background-color: #006252;
	color: #ffffff;
}

.about_anchor-link i.anchor_icon {
	font-style: normal;
	font-size: clamp(1em, 0.747em + 0.53vw, 1.25em);
}

.about_anchor-link i:not(.anchor_icon) {
	font-size: clamp(1em, 0.81em + 0.4vw, 1.188em);
}

@media screen and (min-width: 768px) {
	.about_anchor-nav {
		max-width: 1450px;
		width: 95%;
		margin-bottom: 42px;
		padding: 23px 10px;
		border: 2px solid #006252;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}

	.about_anchor-list {
		gap: 10px;
	}

	@media screen and (min-width: 926px) {
		.about_anchor-list {
			max-width: 1070px;
			justify-content: space-between;
		}
	}

	@media screen and (max-width: 925px) {
		.about_anchor-list {
			max-width: 650px;
			column-gap: 10px;
			grid-template-columns: repeat(3, 1fr);
		}
	}

	.about_anchor-select {
		display: none;
	}

	.about_anchor-item {
		max-width: 260px;
		min-width: 210px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	/* ===== 共通 ===== */
	.about_anchor-nav {
		max-width: 315px;
		width: calc(100% - 60px);
	}

	.about_anchor-select {
		display: flex;
		width: 100%;
		height: 50px;
		padding: 10px 20px 10px 15px;
		border: 1px solid #006252;
		background-color: #006252;
		color: #ffffff;
		font-weight: 500;
		font-size: 16px;
		text-align: left;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		transition: all 0.4s;
	}

	.about_anchor-select:hover {
		opacity: 0.8;
	}

	.about_anchor-select i {
		font-size: 7px;
		transition: all 0.4s;
	}

	.about_anchor-select.is-open i {
		transform: rotate(180deg);
	}

	.about_anchor-list {
		border: 1px solid;
	}

	.about_anchor-item {
		width: 100%;
	}

	.about_anchor-link {
		height: 55px;
		background-color: #006252;
		color: #ffffff;
		font-size: 14px;
		word-break: auto-phrase;
	}

	.about_anchor-link:hover {
		background-color: #ffffff;
		color: #006252;
	}

	.about_anchor-link br {
		display: none;
	}

	.about_anchor-list {
		display: none;

/* jQueryでスライド */
		border: 1px solid #006252;
		border-top: none;
	}

	.about_anchor-link i {
		display: none;
	}
}

/*********************************************************************************
    JAにしうわについて固有部分
*********************************************************************************/

.about_section {
	max-width: 1360px;
	width: 90%;
	margin: auto;
	margin-bottom: 44px;
	padding-top: 52px;
	padding-right: 92px;
	padding-bottom: 52px;
	padding-left: 92px;
	background-color: #ffffff;
}

#philosophy,
#csr-sdgs,
#management-plan,
#reform-progress,
#outline,
#membership,
#tachibana {
	scroll-margin-top: 120px;
}

.about_section-content {
	max-width: 1000px;
	margin: auto;
}

.common_about-title {
	display: flex;
	width: 100%;
	height: 80px;
	margin-bottom: 25px;
	background-color: #ffffe0;
	font-weight: bold;
	font-size: clamp(1.5em, 1.211em + 0.6vw, 1.75em);
	text-align: center;
	justify-content: center;
	align-items: center;
}

.section_subtitle {
	padding-bottom: 8px;
	border-bottom: 4px solid #006252;
	color: #006252;
	font-size: clamp(1.5em, 1.211em + 0.6vw, 1.75em);
	text-align: center;
}

.section_subtitle:not(:first-of-type) {
	margin-top: 65px;
}

.management-philosophy-text {
	padding-top: 24px;
	color: #006252;
	font-size: clamp(1em, 0.6em + 0.6vw, 1.25em);
	line-height: 32px;
	text-align: center;
}

.basic-philosophy-list {
	padding-top: 12px;
}

.basic-philosophy-item {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: dashed 2px #006252;
}

.basic-philosophy-title {
	margin-bottom: 4px;
	color: #006252;
	font-size: clamp(1.25em, 0.75em + 0.6vw, 1.5em);
}

.content-block {
	margin-top: 30px;
}

.content-elderly-support {
	margin-top: 0px;
}

.content-title {
	display: flex;
	border-bottom: 2px dashed #006252;
	color: #006252;
	font-size: clamp(1.25rem, 1.082rem + 0.35vw, 1.313rem);
	align-items: center;
}

.content-subtitle {
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 1em;
}

.content-text {
	padding: 0 1.5%;
	line-height: 1.625em;
}

.ja-eco-poster-img {
	width: 373px;
	margin-top: 22px;
}

.content-list-item {
	line-height: 1.9em;
}

.sdgs-declaration {
	margin-top: 30px;
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
}

.sdgs-logo-container {
	display: flex;
	margin-top: 13px;
	justify-content: center;
	align-items: center;

	gap: 40px;
}

.ja-logo-img {
	width: 111px;
}

.sdgs-logo-img {
	width: 75px;
}

.sdgs-text {
	width: clamp(400px, 50% + 10vw, 660px);
	margin: auto;
	margin-top: 20px;
	line-height: 2em;
}

/* .activity-block {
	margin-top: 29px;
	padding: 0 1.5%;
}

.activity-title {
	font-weight: normal;
	font-size: 1em;
	line-height: 2em;
}

.activity-text {
	font-size: 1em;
	line-height: 2em;
}

.activity-list {
	font-size: 1em;
	line-height: 2em;
}

.activity-detail-list {
	padding: 0 1.5%;
}

.activity-note {
	margin-top: 32px;
	margin-bottom: 29px;
	font-size: 1em;
	line-height: 1.75em;
} */

.activity-detail-textarea {
	width: 95%;
    margin: 20px auto 0;
    line-height: 1.7;
}

.activity-photo-list {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* gap: 20px; */
}

.activity-photo-item {
	width: calc(100% / 4 - 12px);
}

.activity-photo-img {
	width: 100%;
	object-fit: cover;
}

.document-list {
	max-width: 1000px;
	margin: auto;
	margin-top: 30px;
}

.document-list-item {
	margin-top: 20px;
	padding: 0 1.5% 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #006252;
	color: #006252;
}

.outline-content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

.outline-table {
	width: 100%;
	border-top: 2px dashed #006252;
	border-collapse: collapse;
}

.outline-table tr {
	border-bottom: 2px dashed #006252;
}

.outline-table th {
	width: 220px;
	padding: 16px 26px 16px 32px;
	font-weight: bold;
	font-size: 1.125em;
	text-align: left;
}

.outline-table td {
	padding: 16px 0;
}

.outline-table tr:first-child td {
	display: flex;
	align-items: center;

	gap: 16px;
}

.outline-footer {
	margin-top: 8px;
	font-size: 0.875em;
	text-align: right;
}

.join-title {
	font-weight: bold;
	font-size: 1em;
}

.join-text {
	margin-top: 12px;
	font-size: 0.9375em;
	line-height: 1.75em;
}

.benefit-list {
	display: flex;
	margin-top: 12px;
	justify-content: space-between;

	gap: 11px;
}

.benefit-item {
	display: flex;
	max-width: 316px;
	width: 100%;
	min-height: 150px;
	padding: 14px 16px;
	border: 2px solid #006252;
	border-radius: 10px;
	flex-direction: column;
}

.benefit-title {
	margin-bottom: 2px;
	color: #006252;
	font-weight: bold;
	font-size: 1.125em;
}

.benefit-detail-item {
	font-size: 0.875em;
	line-height: 1.75em;
	white-space: nowrap;
}

.required-documents-list {
	display: grid;
	max-width: 704px;
	margin-top: 13px;
	padding: 15px 35px;
	background-color: #f5f5f5;
	grid-template-columns: 1fr 1.5fr;

	gap: 35px;
}

.document-item {
	display: flex;
	align-items: center;
}

/* 【3】を全幅にする */
.document-item:nth-child(3) {
	grid-column: 1 / -1;
}

.document-number {
	margin-right: 8px;
	color: #006252;
	font-weight: bold;
	font-size: 1.125em;
}

.document-description {
	font-size: 0.875em;
	line-height: 1.75em;
}

.capital-info {
	margin-top: 14px;
	font-weight: 500;
	font-size: 0.9375em;
	line-height: 1.75em;
}

.caution-notes {
	margin-top: 7px;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.75em;
}

.year-section {
	max-width: 1000px;
	margin: auto;
}

.year-section + .year-section {
	margin-top: 30px;
}

.year-header {
	padding: 0 1.5%;
	border-bottom: 2px dashed #006252;
}

.year-header:not(:first-of-type) {
	margin-top: 30px;
}

.year-button {
	display: flex;
	padding: 0;
	padding-bottom: 3px;
	border: none;
	background: none;
	color: inherit;
	color: #006252;
	font: inherit;
	font-size: 1.125em;
	align-items: center;
	cursor: pointer;

	gap: 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.year-button .icon-icon_arrow_bottom {
	font-size: 12px;
}

.year-button:focus {
	outline: none;
}

.icon-accordion {
	display: inline-block;
	height: 14px;
	font-size: 0.6em;
	transition: transform 0.3s ease;
}

.year-button.is-open .icon-accordion {
	transform: rotate(180deg);
}


.magazine-wrapper {
	display: none;
}

.magazine-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.magazine-list {
	display: flex;
	list-style: none;
	width: 100%;
	padding: 0 24px;
	column-gap: 20px;
	flex-wrap: wrap;

	row-gap: 30px;
}

.magazine-link {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.magazine-link:hover {
	opacity: 0.7;
}

.magazine-cover-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

	aspect-ratio: 827 / 1169;
}

.magazine-issue {
	margin: 0;
	margin-top: 8px;
	color: #333333;
	font-size: 0.875em;
	text-align: center;
}

.magazine-item {
	width: 141px;
}

.magazine-cover-img {
	width: 100%;

	object-fit: cover;
}

.magazine-issue {
	margin-top: 7px;
	color: #2b1e1d;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.common_subtitle::before {
		height: 50px;
	}

	.content-title {
		margin-bottom: 16px;
		padding: 0 1.5%;
	}

	.content-subtitle {
		padding: 0 1.5%;
	}
}

@media screen and (max-width: 1000px) {
	.benefit-list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.magazine-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.magazine-item {
		width: 130px;
	}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	.about_section {
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
		padding-top: 50px;
	}

	#philosophy,
	#csr-sdgs,
	#management-plan,
	#reform-progress,
	#outline,
	#membership,
	#tachibana {
		scroll-margin-top: 40px;
	}


	.about_section-content {
		padding: 0 20px;
	}

	.section_subtitle {
		padding-bottom: 4px;
		font-size: clamp(1.375em, 1em + 0.6vw, 1.5em);
	}

	.section_subtitle.text-left {
		padding-left: 10px;
		text-align: left;
	}

	.section_subtitle:not(:first-of-type) {
		margin-top: 37px;
	}

	.management-philosophy-text {
		padding: 12px 10px 0 10px;
		font-weight: bold;
		line-height: 1.625em;
		text-align: left;
	}

	.basic-philosophy-list {
		padding-top: 0;
	}

	.basic-philosophy-item {
		padding: 14px 10px 17px;
	}

	.basic-philosophy-title {
		font-size: clamp(1em, 0.875em + 0.6vw, 1.125em);
	}

	.basic-philosophy-text {
		font-size: clamp(0.925em, 0.75em + 0.6vw, 1em);
		line-height: 1.625em;
	}

	.content-block {
		margin-top: 33px;
	}

	.about_section-content .content-block:first-of-type {
		margin-top: 14px;
	}

	.content-title {
		margin-bottom: 10px;
		padding: 0 10px 4px 10px;
		font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.25rem);
	}

	.content-subtitle {
		margin: 10px;
	}

	.content-text {
		padding: 0 10px;
		font-size: clamp(0.925em, 0.75em + 0.6vw, 1em);
		line-height: 1.625em;
	}

	.content-compliance .content-subtitle {
		margin-top: 20px;
		margin-bottom: 8px;
	}

	.content-compliance {
		margin-bottom: 96px;
	}

	.content-eco {
		margin-top: 14px;
	}

	.ja-eco-poster-img {
		width: 100%;
	}

	.content-list-item {
		line-height: 1.75em;
	}

	.content-social-contribution {
		margin-top: 14px;
	}

	.content-subtitle-dementia {
		margin-top: 20px;
	}

	.sdgs-declaration {
		margin-top: 14px;
		font-size: clamp(0.9em, 0.75em + 0.6vw, 1em);
	}

	.sdgs-text {
		width: 100%;
		padding: 0 10px;
		line-height: 1.75em;
	}

	.content-elderly-support {
		margin-top: 14px;
	}

	/* .activity-block {
		margin-top: 10px;
		padding: 0px;
	}

	.activity-title {
		padding: 0 10px;
		font-size: 0.95em;
		line-height: 1.75em;
	}

	.activity-text {
		padding: 0 10px;
		font-size: 0.95em;
		line-height: 1.75em;
	}

	.activity-list {
		padding: 0 10px;
	}

	.activity-detail-list {
		padding: 0 10px;
	}

	.activity-list-item {
		font-size: 0.95em;
		line-height: 1.75em;
	}

	.activity-note-title {
		padding: 0;
	}

	.activity-note {
		margin-top: 28px;
		margin-bottom: 26px;
		padding: 0 10px;
	} */

	.activity-detail-textarea {
		font-size: 1em;
        margin-top: 13px;
	}

	.activity-photo-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.activity-photo-item {
		width: 100%;
	}

	.activity-photo-img {
		width: 100%;
	}

	.document-list {
		margin-top: 17px;
		padding: 0 20px;
	}

	.document-list-item {
		margin-top: 12px;
		padding: 0 10px 12px;
	}

	.outline-title {
		margin-bottom: 0;
	}

	.outline-content {
		padding: 0 20px;
	}

	.outline-table {
		border-top: 0;
	}

	.outline-table tr {
		display: flex;
		padding: 14px 10px;
		flex-direction: column;
	}

	.outline-table th , .outline-table td {
		display: block;
		width: 100%;
		padding: 0;
	}

	.outline-table th {
		margin-bottom: 7px;
		font-size: 1em;
	}

	.outline-table tr:first-child td {
		display: block;
	}

	.outline-table td {
		font-size: 0.95em;
	}

	.outline-footer {
		text-align: left;
	}

	.benefit-list {
		padding: 0 10px;

		gap: 11px;
	}

	.benefit-item {
		width: 100%;
		height: auto;
		padding: 14px 16px;
	}

	.required-documents-list {
		display: grid;
		padding: 22px 10px;
		grid-template-columns: 1fr 1.75fr;

		gap: 18px;
	}

	.required-documents-list .document-item {
		width: 100%;
	}

	.document-item:nth-child(3) {
		grid-column: 1 / -1;
	}

	.year-section {
		padding: 0 20px;
	}

	.magazine-inner {
		padding-top: 12px;
		padding-bottom: 15px;
	}

	.magazine-list {
		display: grid;
		padding: 0;
		column-gap: 6px;
		grid-template-columns: 1fr 1fr 1fr;

		row-gap: 15px;
	}

	.magazine-item {
		width: 100%;
	}

	.magazine-issue {
		margin-top: 4px;
		font-size: 0.9em;
	}

	.year-section + .year-section {
		margin-top: 15px;
	}
}
