/*===============================
MARK: root 
=================================*/
:root {
	--fz10: 0.625rem;
	--fz12: 0.75rem;
	--fz13: 0.8125rem;
	--fz14: 0.875rem;
	--fz16: 1rem;
	--fz17: 1.0625rem;
	--fz18: 1.125rem;
	--fz20: 1.25rem;
	--fz22: 1.375rem;
	--fz24: 1.5rem;
	--fz26: 1.625rem;
	--fz28: 1.75rem;
	--fz30: 1.875rem;
	--fz32: 2rem;
	--fz34: 2.125rem;
	--fz36: 2.25rem;
	--fz38: 2.375rem;
	--fz40: 2.5rem;
	--transform-center: translate(-50%, -50%);
}

/*===============================
MARK: common
=================================*/
body {
	position: relative;
	overflow-x: hidden;
	font-family:
		'游ゴシック体', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
		'Helvetica Neue', Arial, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	color: #231815;
	font-display: swap;
	background-color: #fff;
	letter-spacing: 0.07em;
}

main {
	overflow-x: hidden;
	padding-bottom: 80px;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

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

.d-flex {
	display: flex;
	align-items: start;
	justify-content: start;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.c-white,
.c-white * {
	color: #fff;
}

.bg-white {
	background: #fff;
}

.container {
	margin-inline: auto;
	width: min(100%, 1080px);
	padding-inline: 20px;
}

.container.--md {
	width: min(100%, 903px);
}

/*===============================
MARK: ボタン
=================================*/

.btn {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	padding: 1em 2.2em;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	border-radius: 50em;
	background-color: #009ee7;
	border: 2px solid #fff;
}

.btn.btn-about {
	background: #fff;
	border: none;
	padding: 1em 7.2em;
}

/*===============================
MARK: header
=================================*/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
	width: 100%;
	z-index: 2;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-inline: auto;
	width: min(100%, 1080px);
	padding-inline: 20px;
}

.site-logo {
	width: clamp(120px, 18%, 182px);
}

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

.g-nav ul {
	display: flex;
	column-gap: 40px;
	list-style: none;
}

.g-nav a img {
	display: block;
	height: var(--fz10);
	width: auto;
}

/*===============================
MARK: MV
=================================*/
#mv {
	position: relative;
	z-index: 0;
}

#mv .inner {
	position: relative;
}

.mv-slider img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#mv .splide__pagination {
	bottom: 10%;
}

#mv .splide__pagination__page {
	background: #595757;
	border-radius: 0;
	height: 3px;
	margin: 3px;
	opacity: 1;
	width: 35px;
}

#mv .splide__pagination__page.is-active {
	transform: unset;
	background: #fff100;
}

#mv h1 {
	position: absolute;
	z-index: -1;
}

/*===============================
MARK: TOP-CONTENT
=================================*/
.page-content section {
	position: relative;
	background: transparent;
	margin-top: -65px;
}

.section-inner {
	border-radius: 0 0 60px 60px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
	background: #efefef;
	padding-block: 80px;
}

.section-heading h2 {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.section-heading h2 img {
	height: clamp(2rem, calc(1.7rem + 1.2307692307692308vw), 2.5rem);
	width: auto;
}

#concept {
	z-index: 10;
}

#concept .section-inner {
	border-radius: 60px;
	background: #dceaba;
	background: linear-gradient(-29deg, rgba(220, 234, 186, 1) 0%, rgba(100, 181, 56, 1) 100%);
	padding-bottom: 40px;
}

#concept .d-flex {
	align-items: stretch;
}

#concept p {
	margin-top: 1.5em;
	line-height: 2.4;
	font-weight: 700;
	font-size: clamp(1rem, calc(0.925rem + 0.3076923076923077vw), 1.125rem);
}

.concept-summary .btn-wrap {
	margin-top: 30px;
}

.concept-image {
	flex: 1;
}

.concept-image img {
	width: 100%;
}

#information {
	z-index: 9;
}

#information .section-inner {
	background: #006eb6;
	background: linear-gradient(0deg, rgba(0, 110, 182, 1) 16%, rgba(0, 171, 234, 1) 90%);
	padding-top: 140px;
}

#information .section-heading h2 {
	align-items: center;
}

#information .section-heading p {
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: normal;
	margin-top: 40px;
}

#information .d-flex {
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

#information .section-heading {
	margin-bottom: 45px;
}

#information .information-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	width: fit-content;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	line-height: 1.9;
}

.coming-soon span {
	font-size: 1.5rem;
}

.info-item {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	max-width: 400px;
}

.thumbnail-wrap {
	aspect-ratio: 80 / 43;
}

.thumbnail-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-item a {
	color: #231815;
	text-decoration: none;
	font-weight: 700;
}

.info-ttl {
	padding: 15px 20px;
}

.info-ttl p {
	font-size: 18px;
	letter-spacing: normal;
}

.event-list .info-ttl p {
	font-size: var(--fz16);
}

.event-list .info-ttl .date {
	color: #666666;
	font-size: var(--fz14);
	margin-bottom: 10px;
}

#event {
	z-index: 8;
}

#event .section-inner {
	background: #db002a;
	background: linear-gradient(0deg, rgba(219, 0, 42, 1) 0%, rgba(240, 111, 111, 1) 100%);
	padding-top: 140px;
}

#event .section-heading h2 {
	align-items: center;
}

#event .section-heading p {
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: normal;
	margin-top: 40px;
}

#event .d-flex {
	justify-content: center;
}

#event .section-heading {
	margin-bottom: 45px;
}

#event .coming-soon {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#letter {
	z-index: 6;
}

#letter .section-inner {
	background: #ffeb00;
	padding-top: 140px;
}

#letter .section-heading h2 {
	align-items: center;
}

#letter p {
	margin-top: 40px;
	font-weight: 700;
	font-size: clamp(1rem, calc(0.925rem + 0.3076923076923077vw), 1.125rem);
	line-height: 2;
}

#letter .btn-wrap {
	margin-top: 40px;
	text-align: center;
}

#members {
	z-index: 4;
}

#members .section-inner {
	background: #fddd6c;
	background: linear-gradient(0deg, rgba(253, 221, 108, 1) 0%, rgba(238, 129, 18, 1) 90%);
	padding-top: 140px;
}

#members .section-heading h2 {
	align-items: center;
}

#members .section-heading p {
	margin-top: 25px;
	font-weight: 700;
	font-size: clamp(1rem, calc(0.925rem + 0.3076923076923077vw), 1.125rem);
	line-height: 2;
}

.member-list-wrap {
	margin-top: 70px;
}

.member-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.member-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding-inline: 20px;
	padding-block: 10px;
}

.member-item img {
	height: auto;
}

#members .join {
	margin-top: 100px;
	background: url(../images/join_img01.svg) no-repeat;
	background-position: top right;
	background-size: 50%;
}

#members .join .section-heading h2 {
	align-items: start;
}

#members .join .section-heading h3 {
	font-size: clamp(1.125rem, calc(0.8999999999999999rem + 0.9230769230769231vw), 1.5rem);
	margin-block: 1em 0.5em;
	line-height: 1.8;
}

.statement {
	margin-top: 80px;
}

.statement .section-heading {
	margin-bottom: 65px;
}

.statement-item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.statement-sendai {
	display: flex;
	gap: 20px;
}

.statement-grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.statement-ttl {
	letter-spacing: normal;
	font-size: 1rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.statement-sendai .statement-ttl {
	font-size: clamp(1.125rem, calc(0.96875rem + 0.625vw), 1.375rem);
	border: none;
}

.statement-item .d-flex {
	margin-top: 20px;
	column-gap: 20px;
}

.statement-img {
	border-radius: 7px;
	overflow: hidden;
	max-width: 142px;
}

.statement-sendai .statement-img {
	max-width: 213px;
}

.statement-sendai .statement-detail {
	flex: 1;
}

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

.statement-detail {
	flex: 1;
}

.statement-profile {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.statement-profile > img {
	display: block;
	width: min(100%, 197px);
}

.statement-aeon .statement-profile > img {
	width: 163px;
}

.statement-miyagicoop .statement-profile > img {
	width: 135px;
}

.statement-tohokuuni .statement-profile > img {
	width: 161px;
}

.statement-lawson .statement-profile > img {
	width: 171px;
}

.statement-meijiyasuda .statement-profile > img {
	width: 66px;
}

.statement-iris .statement-profile > img {
	width: 84px;
}

.statement-pola .statement-profile > img {
	width: 135px;
}

.statement-sendai .statement-profile {
	flex-direction: row;
	align-items: end;
	gap: 12px;
	margin-top: 5px;
}

.statement-position {
	display: inline-block;
	font-size: var(--fz14);
	padding-right: 3px;
	padding-top: 5px;
}

.statement-sendai .statement-position {
	padding-top: 0;
}

.statement-position.fz12 {
	font-size: var(--fz12);
}

.statement-name {
	display: inline-block;
	font-size: var(--fz18);
	font-weight: 700;
}

.statement-text {
	font-size: var(--fz14);
	letter-spacing: normal;
	line-height: 1.9;
	margin-top: 15px;
}

.join-lead {
	font-size: var(--fz14);
	font-weight: 700;
	line-height: 1.8;
}

.images-list {
	margin-top: 60px;
	column-gap: 40px;
}

.join-images img {
	height: auto;
}

.applications {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.applications p {
	padding: 2.5em;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50em;
}

.to-top {
	position: fixed;
	right: 20px;
	bottom: 40px;
	padding: 10px 15px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #fff368;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	z-index: 50;
}
.to-top.show {
	opacity: 1;
	visibility: visible;
}

/*===============================
MARK: footer
=================================*/

.site-footer .section-inner {
	border-radius: 60px 60px 0 0;
	background: #b4dff6;
	background: linear-gradient(90deg, rgba(180, 223, 246, 1) 0%, rgba(241, 248, 252, 1) 100%);
}

.site-footer .section-inner .container > .d-flex {
	justify-content: space-between;
}

.management {
	font-size: var(--fz10);
	font-weight: 700;
}

.footer-logo img {
	width: clamp(81px, 35%, 177px);
}

.management .d-flex {
	gap: 2em;
	margin-top: 1.5em;
}

.document {
	align-self: flex-end;
}

.document > ul {
	list-style: none;
	gap: 20px;
	margin-top: 20px;
}

.document a {
	display: flex;
	gap: 5px;
	font-weight: 700;
	color: #231815;
	text-decoration: none;
	font-size: var(--fz12);
}

.document .btn-wrap a {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	background: #006eb6;
	background: linear-gradient(90deg, rgba(0, 110, 182, 1) 16%, rgba(0, 171, 234, 1) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.5em 2.3em 0.5em 1.5em;
}

.document .btn-wrap a span {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	line-height: 1;
}

/*===============================
MARK: Cookie同意
=================================*/

#cookie-attention {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #64b538;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 1em;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 1000;
}

#cookie-attention.show {
	display: flex;
	gap: 0.75em;
	align-items: center;
	justify-content: center;
}

#cookie-attention.fade-in {
	opacity: 1;
	pointer-events: auto;
}

#cookie-attention a {
	color: #fff;
	text-decoration: underline;
}

#cookie-attention button {
	background-color: #fff;
	color: #64b538;
	border: none;
	padding: 0.5em 1em;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}

#cookie-attention button:hover {
	background-color: #e5f4dc;
}

#cookie-attention.fade-out {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/*===============================
MARK: サンクスページ
=================================*/
main.thanks-page {
	min-height: 81vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
}

main.thanks-page .checkmark .check {
	display: inline-block;
}
main.thanks-page .checkmark .check::before {
	content: '';
	display: block;
	height: 25px;
	width: 35px;
	border-bottom: 5px solid #64b538;
	border-left: 5px solid #64b538;
	transform: rotate(-45deg);
}

main.thanks-page .checkmark p {
	font-weight: 700;
	margin-top: 15px;
}

main.thanks-page h2 {
	margin-top: 0.7em;
	margin-bottom: 1em;
}

main.thanks-page .btn-wrap {
	margin-top: 2em;
}

/*===============================
MARK: 下層ページ
=================================*/
body.information .site-header,
body.event .site-header,
body.lower-page .site-header {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding-bottom: 20px;
	background-color: #fff;
}

.page-ttl {
	background: #006eb6;
	background: linear-gradient(0deg, rgba(0, 110, 182, 1) 16%, rgba(0, 171, 234, 1) 90%);
	color: #fff;
	text-align: center;
	border-radius: 0 0 60px 60px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding-block: 60px 50px;
}

body.event .page-ttl {
	background: #db002a;
	background: linear-gradient(0deg, rgba(219, 0, 42, 1) 0%, rgba(240, 111, 111, 1) 100%);
}

.page-ttl p span {
	display: inline-block;
	padding: 0 10px 8px 10px;
	border-bottom: 2px solid #fff;
}

.page-ttl p span img {
	height: 11px;
}

.page-ttl h1 {
	margin-top: 20px;
	font-size: clamp(1rem, calc(0.7093023255813953rem + 1.1627906976744187vw), 1.5rem);
}

.lower-page-content {
	margin-top: 60px;
}

.lower-page-content p {
	line-height: 1.8;
	letter-spacing: normal;
	margin-bottom: 1.525em;
}

.info-img {
	margin-bottom: 40px;
}

.lower-page-content .lead {
	font-weight: 700;
	margin-bottom: 2em;
}

.lead-section hr {
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: auto;
	margin-inline-end: auto;
	color: #ddd;
	background: #ddd;
	overflow: hidden;
	border: none;
	height: 1px;
}

.lower-page-content h2 {
	position: relative;
	margin-block: 50px 1em;
	background: #f5f5f5;
	padding: 5px 10px 5px 20px;
	border-radius: 5px 0 0 5px;
}

.lower-page-content h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #fa9600;
	background: linear-gradient(0deg, rgba(250, 150, 0, 1) 0%, rgba(255, 210, 0, 1) 100%);
	border-radius: 5px 0 0 5px;
}

.lower-page-content h2:not(:first-child) {
	margin-top: 80px;
}

.table {
	border-collapse: collapse;
}

.table th {
	background: #f1f8fc;
	padding-block: 15px;
	padding-inline: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	word-break: auto-phrase;
}

.table td {
	background: #f5f5f5;
	padding-block: 15px;
	padding-inline: 25px;
	border-bottom: 1px solid #fff;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: none;
}

.lower-page-content ol {
	margin-left: 2.5em;
}

.lower-page-content ol li::marker {
	font-weight: 700;
	color: #1faa39;
}

.lower-page-content ul {
	margin-left: 2.5em;
	list-style: none;
}

.lower-page-content ul li:before {
	content: '';
	position: absolute;
	display: block;
	top: 0.8em;
	left: -1.2em;
	background: #00a0c3;
	background: linear-gradient(
		135deg,
		rgba(0, 160, 195, 1) 0%,
		rgba(0, 160, 195, 1) 20%,
		rgba(250, 255, 0, 1) 100%
	);
	border-radius: 50%;
	width: 0.7em;
	height: 0.7em;
}

.lower-page-content ul li::after {
	content: '';
	position: absolute;
	display: block;
	top: 0.95em;
	left: -1.04em;
	background-color: #fff;
	border-radius: 50%;
	width: 0.4em;
	height: 0.4em;
}

.lower-page-content li {
	position: relative;
	line-height: 2.25em;
}

.youtube {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin-inline: auto;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

.lower-page-content dl {
	margin-bottom: 1em;
}

.lower-page-content dl dt {
	color: #1faa39;
	font-weight: 700;
}

.lower-page-content dl dd {
	padding-left: 1em;
	margin-bottom: 1em;
}

.lower-page-content dl dd span {
	display: block;
}

.lower-page-content dl .part-ttl {
	padding-left: 3.5em;
}

.profile {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 10px;
	max-width: 580px;
	margin-top: 30px;
}

.profile p {
	text-align: right;
	margin-block: 10px 0;
}

.timeline {
	margin: 2em auto 0;
	width: 80%;
	max-width: 780px;
}

.timeline.--wide {
	width: 90%;
	max-width: 900px;
}

.timeline .img-wrap {
	margin-bottom: 0.5em;
}

.timeline-item {
	margin-bottom: 1.8em;
}

.timeline p {
	font-size: 90%;
}

.img-flex {
	display: flex;
	gap: 20px;
}

/* MARK: 感震ブレーカー */
.breaker {
	main {
		background: #fdd000;
		padding-bottom: 0;
	}

	.info-img {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.info-img img {
		display: block;
	}

	.mv-ttl {
		position: relative;
		padding-inline: 8%;
		z-index: 1;
		margin-bottom: -17%;
	}

	.mv-copy {
		margin-top: -3%;
		padding-inline: 10%;
	}

	.btn-section {
		padding-bottom: 2em;
	}

	.btn-section .btn {
		background-color: #22ac38;
	}

	.section01 {
		background: #fff;
		padding-block: 70px 20px;
	}

	.lower-page-content h2 {
		position: relative;
		margin-block: 0 1em;
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.lower-page-content h2::before {
		content: none;
	}

	.section01 h2 {
		padding-inline: 10%;
		margin-bottom: 50px;
	}

	.section01 .detail {
		gap: 20px;
		margin-top: 15px;
	}

	.prediction {
		flex: 1;
	}

	.prediction .inner {
		display: flex;
		border: 2px solid #d0111b;
	}

	.prediction .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d0111b;
		color: #fff;
		font-weight: 700;
		font-size: var(--fz28);
		padding-inline: 35px;
	}

	.prediction .number {
		display: flex;
		align-items: start;
		justify-content: center;
		flex-direction: column;
		color: #d0111b;
		font-weight: 700;
		font-size: var(--fz26);
		padding: 20px 10px 21px 30px;
	}

	.prediction .number p {
		margin-bottom: 0;
		line-height: 1.4;
	}

	.prediction .number span {
		font-size: 140%;
	}

	.prediction .number span span {
		font-size: 80%;
	}

	.prediction small {
		display: block;
		font-size: var(--fz12);
		margin-top: 5px;
	}

	.area-map {
		border-radius: 15px;
		overflow: hidden;
		width: 47%;
	}

	.area-map .sub-ttl {
		text-align: center;
		color: #fff;
		background: #d0111b;
		font-weight: 700;
		font-size: var(--fz18);
		padding: 9px 15px;
	}

	.area-map .map-summary {
		background: #fce4d6;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px;
	}

	.map-summary .txt p {
		font-weight: 700;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	.map-summary .txt small {
		display: block;
		font-size: var(--fz12);
		letter-spacing: normal;
	}

	.map-summary .btn {
		border: none;
		width: 100%;
		padding-inline: 0.5em;
		border-radius: 7px;
		line-height: 1.4;
	}

	.section01 .btn-wrap {
		margin-top: 30px;
	}

	.section02 {
		padding-bottom: 73px;
		background-image: url(../../information/images/breaker/bg-pattern.svg);
		background-repeat: repeat-x;
		background-size: auto;
		background-position: bottom;
	}

	.section02::before {
		content: '';
		position: relative;
		top: -1px;
		display: inline-block;
		width: 100%;
		height: 60px;
		background: #ffffff;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
		margin-bottom: 35px;
		margin-top: -1px;
	}

	.section02 h2 img {
		margin-inline: auto;
	}

	.section02 .item {
		background: #fff;
		border-radius: 20px;
		padding: 30px;
	}

	.section02 .item:nth-of-type(1) {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}

	.section02 .item .graph {
		flex: 1;
		padding-right: 67px;
	}

	.section02 .item .summary {
		width: 50%;
		font-size: var(--fz24);
		font-weight: 700;
	}

	.section02 .item .summary .reason {
		font-size: 48px;
		color: #d0111b;
	}

	.section02 .item .summary .reason span {
		display: inline-block;
		background-image: linear-gradient(
			0deg,
			transparent 0.15em,
			#fff100 0.15em,
			#fff100 0.6em,
			transparent 0.2em
		);
		line-height: 1.4;
	}

	.section02 .item .summary p {
		margin-bottom: 0.3em;
	}

	.section02 .item .summary p:last-of-type {
		font-size: 28px;
	}
	.section02 .item .summary small {
		display: block;
		font-size: var(--fz12);
		font-weight: normal;
		margin-top: 50px;
	}

	.section02 .item h3 {
		border-radius: 50em;
		color: #fff;
		background: #d0111b;
		font-size: var(--fz32);
		padding: 10px 15px;
		margin-bottom: 30px;
	}

	.section03 {
		background: #fff;
		padding-block: 40px 70px;
	}

	.section03 h2 img {
		margin-inline: auto;
	}

	.point {
		margin-bottom: 40px;
	}

	.point .inner {
		border: 2px solid #22ac38;
		border-radius: 0 20px 20px 20px;
		padding: 35px 40px 40px 40px;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	}

	.point-ttl h3 {
		font-size: var(--fz32);
		width: fit-content;
		text-align: center;
	}

	.point-ttl h3 span {
		display: inline-block;
		color: #fff;
		background: #22ac38;
		border-radius: 10px 10px 0 0;
		width: 100%;
		padding: 10px 30px;
	}

	.check-list {
		font-size: var(--fz18);
		font-weight: 700;
	}

	.check-list small {
		display: inline-block;
		font-weight: normal;
	}

	.check-list .emphasis {
		color: #d0111b;
		font-size: 150%;
	}

	.lower-page-content ul li {
		line-height: 1.5;
	}

	.lower-page-content ul li:before {
		content: '';
		position: absolute;
		display: block;
		top: 0.4em;
		left: -1.9em;
		background: url(../../information/images/breaker/icon_check.svg) no-repeat;
		background-size: contain;
		border-radius: 0;
		width: 28px;
		height: 28px;
	}

	.lower-page-content ul li::after {
		content: none;
	}

	.point01 .check-list {
		margin-bottom: 20px;
	}

	.point .point-img {
		gap: 30px;
		align-items: stretch;
	}

	.point01 h4 {
		margin-top: 50px;
	}

	.point01 h4 span {
		display: inline-block;
		border-radius: 50em;
		color: #fff;
		background: #d0111b;
		font-size: var(--fz26);
		padding: 10px 50px;
	}

	.point01 .lead {
		font-size: var(--fz18);
		margin-top: 30px;
	}

	.point01 .lead .emphasis {
		font-size: var(--fz38);
		display: inline-block;
		background-image: linear-gradient(
			0deg,
			transparent 0.15em,
			#fff100 0.15em,
			#fff100 0.6em,
			transparent 0.2em
		);
		line-height: 1.4;
		color: #d0111b;
	}

	.point01 .lead .mid {
		font-size: var(--fz22);
	}

	.point01 .inner-img {
		flex: 1;
	}

	.fukidashi {
		position: relative;
		background: #d0111b;
		border-radius: 10px;
		color: #fff;
		margin-top: 6px;
		width: 52%;
		padding: 20px 10px;
	}

	.fukidashi::before {
		content: '';
		position: absolute;
		left: -17px;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 18px;
		height: 35px;
		background: #d0111b;
		clip-path: polygon(100% 0, 0 50%, 100% 100%);
	}

	.fukidashi p {
		font-weight: 700;
		font-size: var(--fz22);
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.fukidashi p span {
		color: #fff100;
	}

	.fukidashi p .emphasis {
		font-size: var(--fz32);
	}

	.fukidashi small {
		display: block;
		font-size: var(--fz12);
		letter-spacing: normal;
	}

	.point01 .point-img:last-of-type {
		padding-inline: 3%;
		gap: 40px;
	}

	.point02 .point-img {
		gap: 48px;
		margin-top: 30px;
		padding-right: 20px;
	}

	.point03 .point-img {
		gap: 38px;
		align-items: end;
		margin-top: 20px;
	}

	.bottom-section {
		background: #fff;
		padding-bottom: 80px;
	}

	.bottom-section h3 img {
		margin-inline: auto;
	}

	.bottom-section .usabou {
		margin-block: 60px 30px;
		padding-right: 5%;
	}

	.bottom-section .usabou img {
		width: 280px;
		margin-inline: auto;
	}

	.bottom-section .footer-logo img {
		margin-inline: auto;
		width: 260px;
	}
}

/* MARK: XIBとは */

.about {
	.lower-page-content {
		margin-top: 0;
	}
	.lead-section {
		position: relative;
		border-radius: 0 0 60px 60px;
		background: #dceaba;
		background: linear-gradient(-29deg, rgba(220, 234, 186, 1) 0%, rgba(100, 181, 56, 1) 100%);
		padding-block: 48px 40px;
		color: #fff;
		box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.page-mv .d-flex {
		align-items: center;
	}

	.concept-summary {
		flex: 1;
	}

	.concept-image {
		flex: initial;
		width: 45%;
	}

	.page-mv h1 {
		margin-left: -0.6em;
	}

	.page-mv .lead {
		font-size: var(--fz22);
		margin-bottom: 0;
		margin-top: 2.7em;
		line-height: 2.3;
	}

	.section-heading h2 {
		display: block;
	}

	.lower-page-content h2 {
		position: relative;
		margin-block: 0 1em;
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.lower-page-content h2::before {
		content: none;
	}

	.section01 {
		background: #f9f9f9;
		padding-top: 160px;
		margin-top: -60px;
		padding-bottom: 80px;
	}

	.section01 .section-heading h2 {
		background: #006847;
		border-radius: 50em;
		color: #fff;
		font-size: var(--fz30);
		padding: 8px 15px;
	}

	.section-heading p {
		line-height: 2.3;
		font-size: var(--fz18);
		letter-spacing: inherit;
	}

	.section01 .detail {
		align-items: stretch;
		gap: 40px;
		margin-block: 50px 40px;
	}

	.section01 .detail > div {
		background: #fff;
		border-radius: 30px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
		flex: 1;
		padding: 20px 20px 25px 20px;
	}

	.stakeholder h3,
	.action h3 {
		font-size: var(--fz24);
		border-bottom: 2px solid #006847;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.stakeholder .lead,
	.action .lead {
		font-size: var(--fz20);
		margin-bottom: 20px;
	}

	.action .d-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.arrow img {
		margin-inline: auto;
	}

	.section01 .summary {
		line-height: 2.3;
		font-size: var(--fz18);
		letter-spacing: inherit;
		margin-block: 30px 40px;
	}

	.ecosystem {
		max-width: 863px;
		margin-top: 70px;
		margin-inline: auto;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
		padding: 25px 35px 30px 35px;
	}

	.ecosystem p {
		margin-bottom: 0;
		margin-top: 15px;
		font-size: var(--fz24);
		color: #006847;
	}

	.ecosystem p span {
		display: inline-block;
		background-image: linear-gradient(
			0deg,
			transparent 0.15em,
			#fff100 0.15em,
			#fff100 0.6em,
			transparent 0.2em
		);
		line-height: 1.4;
	}

	.ecosystem h3 {
		transform: translate(-22px, -100%);
	}

	.ecosystem .ttl {
		position: relative;
		display: inline-block;
		border: 2px solid #006847;
		background: #fff;
		border-radius: 50em;
		padding: 10px 2em 10px 4em;
	}

	.ecosystem .circle {
		display: flex;
		position: absolute;
		bottom: -2px;
		left: -15px;
		color: #fff;
		background: #d0121b;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		width: 73px;
		height: 73px;
		font-size: 21px;
	}

	.ecosystem .inner {
		margin-top: -30px;
	}

	.section02 {
		padding-bottom: 95px;
	}

	.section02 .section-heading {
		margin-top: 80px;
	}

	.section02 .section-heading h2 {
		position: relative;
		margin-bottom: 10px;
	}
	.section02 .section-heading h2 span {
		position: relative;
		display: inline-block;
		background: #fff;
		font-size: var(--fz30);
		z-index: 1;
		padding-inline: 10px;
	}
	.section02 .section-heading h2::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: block;
		height: 2px;
		width: 100%;
		background: #006847;
		z-index: 0;
	}

	.action-plan {
		margin-top: 60px;
		max-width: 863px;
		margin-inline: auto;
		background: #efefef;
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
		padding: 25px 35px 30px 35px;
	}

	.action-plan h3 {
		transform: translateY(-100%);
	}

	.action-plan h3 span {
		display: inline-block;
		background: #006847;
		color: #fff;
		border-radius: 50em;
		padding: 10px 2.5em;
	}

	.action-plan .plan {
		background-color: #fff;
		position: relative;
		padding: 15px 20px 20px 20px;
		margin-bottom: 40px;
		text-align: center;
		font-weight: 700;
	}
	.action-plan .plan:last-of-type {
		margin-bottom: 0;
	}
	.action-plan .plan h4 {
		position: absolute;
		top: -1em;
		left: 0;
		display: inline-block;
		font-size: var(--fz18);
		color: #fff;
		background: #444444;
		border-radius: 50em;
		padding: 4px 1.5em;
	}

	.plan .ttl {
		font-size: var(--fz18);
		margin-bottom: 10px;
	}

	.plan .main {
		margin-bottom: 0;
	}

	.plan .main span {
		color: #d0121b;
		font-size: 160%;
	}

	.project {
		display: inline-block;
		color: #fff;
		font-size: var(--fz14);
		background: #231815;
		padding: 2px 10px;
		margin-bottom: 10px;
	}

	.list-wrap p {
		margin-bottom: 0;
		text-align: left;
	}

	.position {
		position: relative;
		background: #cf121b;
		color: #fff;
		font-size: var(--fz14);
		padding: 5px 8px;
		letter-spacing: normal;
		line-height: 1.4;
		margin-top: 6px;
	}

	.position::after {
		content: '';
		position: absolute;
		top: 0.5em;
		left: 100%;
		display: block;
		height: 2px;
		width: 21px;
		background: #d0121b;
	}

	.project-list {
		gap: 16px;
		justify-content: center;
	}

	.position-main {
		color: #d0121b;
	}

	.goal {
		margin-top: 60px;
		max-width: 585px;
		margin-inline: auto;
		background: #fff;
		border-radius: 15px;
		border: 3px solid #006847;
		padding: 25px 35px 30px 48px;
	}

	.goal h3 {
		transform: translateY(calc(-100% - 4px));
		margin-bottom: -1.25em;
	}

	.goal h3 span {
		display: inline-block;
		background: #006847;
		color: #fff;
		border-radius: 50em;
		padding: 10px 2.5em;
	}

	.goal-list {
		font-size: var(--fz24);
		font-weight: 700;
		color: #d0121b;
	}

	.goal-list p {
		display: flex;
		gap: 8px;
		margin-bottom: 0.5em;
	}

	.goal-list p span img {
		display: inline-block;
		vertical-align: sub;
	}

	.point {
		margin-top: 30px;
		max-width: 863px;
		margin-inline: auto;
		background: #efefef;
		border-radius: 10px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
		padding: 30px;
	}

	.point-list {
		position: relative;
		display: flex;
		align-items: stretch;
		margin-bottom: 30px;
		font-weight: 700;
	}

	.point-list:last-of-type {
		margin-bottom: 0;
	}

	.point-list .badge {
		position: absolute;
		right: 0;
	}

	.point-list dt {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #888888;
		font-size: var(--fz18);
		text-align: center;
		border-radius: 5px 0 0 5px;
		width: 5.5em;
		min-height: 4.5em;
	}

	.point-list dd {
		display: flex;
		flex: 1;
		align-items: center;
		background: #fff;
		border-radius: 0 5px 5px 0;
		width: 100%;
		padding-inline: 1em 3em;
		line-height: 2;
		margin-right: 60px;
		margin-bottom: 0;
	}

	.section03 {
		padding-block: 80px;
		background: #f9f9f9;
	}

	.section03 .section-heading h2 {
		position: relative;
		margin-bottom: 40px;
	}

	.section03 .section-heading h2::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: block;
		height: 2px;
		width: 100%;
		background: #006847;
		z-index: 0;
	}

	.section03 .section-heading h2 span {
		position: relative;
		display: inline-block;
		background: #f9f9f9;
		font-size: var(--fz30);
		z-index: 1;
		padding-inline: 10px;
	}

	.example {
		max-width: 863px;
		margin-inline: auto;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 40px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	}

	.example:last-of-type {
		margin-bottom: 0;
	}

	.example .detail {
		padding: 30px 25px;
		font-weight: 700;
	}

	.example .heading {
		position: relative;
	}

	.heading-bg img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.example .heading h3 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		line-height: 1.7;
	}

	.example .heading h3 span {
		display: inline;
		background: #fff;
		font-size: clamp(1.125rem, calc(0.7573529411764706rem + 1.4705882352941175vw), 1.75rem);
		padding: 5px;
	}

	.example .heading .notice {
		color: #fff;
		font-weight: 700;
		font-size: var(--fz12);
		position: absolute;
		bottom: 1em;
		right: 1em;
	}

	.example .detail p:last-of-type {
		margin-bottom: 0;
	}

	#members .section-inner {
		border-radius: 60px;
		padding-block: 10px 30px;
	}

	#members .join {
		margin-top: 70px;
	}

	.applications {
		margin-top: 70px;
	}
}

/* MARK: 仙台防災関連 */
body.week {
	background: #f9f9f9;
}
body.week .page-ttl,
body.switch-on .page-ttl {
	background: #6bbb6e;
	background: linear-gradient(0deg, rgba(107, 187, 110, 1) 0%, rgba(173, 209, 113, 1) 100%);
	position: relative;
}

.week .main-title img {
	max-height: 180px;
	margin-inline: auto;
}

.main-title {
	padding-block: 74px 140px;
}

.week .main-title .date {
	margin-top: 17px;
	margin-bottom: -44px;
	padding-left: 7%;
}

.week h2 {
	background: #fff;
	border: 3px solid #22ac38;
	border-radius: 30px;
	color: #1faa39;
	font-size: clamp(1.5rem, calc(1.25rem + 1vw), 2rem);
	padding: 0.35em 1em;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.week .lead-text h2 {
	margin-top: calc(-1em - 0.2em);
}

.week .lead-text p {
	font-size: 1.125rem;
	line-height: 2.4;
	margin-bottom: 2.5em;
}

.week .lead-text p:first-of-type {
	margin-bottom: 1em;
}

.fukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	color: #1faa39;
}
.fukidashi::before {
	content: '';
	width: 4em;
	height: 4px;
	transform: rotate(67deg);
	box-sizing: border-box;
	background-color: #1faa39;
	border-radius: 2px;
	margin-top: 0.7em;
}
.fukidashi::after {
	content: '';
	width: 4em;
	height: 4px;
	transform: rotate(-67deg);
	box-sizing: border-box;
	background-color: #1faa39;
	border-radius: 2px;
	margin-top: 0.7em;
}

.week .lead-text .fukidashi h3 {
	font-size: clamp(1.125rem, calc(0.96875rem + 0.625vw), 1.4375rem);
}

.week .lead-text .btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3%;
	margin-top: 10px;
}

.btn.btn-bousai {
	border: 8px solid #faf0a0;
	border-radius: 20px;
	background: #f68e00;
	padding: 1em 3.5em;
	font-size: 18px;
}

.btn.btn-bousai:hover {
	transform: translateY(4px);
}

.btn.btn-bousai.--pdf {
	padding: 1em 5em 1em 2.5em;
}

.btn.btn-bousai.--pdf::after {
	content: '';
	display: block;
	width: 38px;
	height: 44px;
	background-image: url(../images/sendai-bousai/week_icon_pdf.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.8em;
	transform: translateY(-50%);
}

.week .main-content {
	padding-top: 50px;
}

.activities-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 40px;
	grid-row-gap: 68px;
}

.activities-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	background: #fff;
	border-radius: 30px;
	padding: 40px 25px 25px 25px;
}

.activities-heading {
	border-bottom: 1px solid #707070;
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.activities-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.activities-heading .company-name {
	font-size: clamp(1rem, calc(0.875rem + 0.5vw), 1.25rem);
}

.activities-ttl {
	font-size: clamp(1rem, calc(0.875rem + 0.5vw), 1.25rem);
	color: #1faa39;
	margin-bottom: 10px;
}

.activities-content .d-flex {
	gap: 15px;
}

.activities-summary {
	flex: 1;
	line-height: 1.9;
}

.activities-img {
	width: 42%;
}

.activities-message {
	background: #e9f2d8;
	border-radius: 20px;
	padding: 25px 25px 20px 25px;
	font-size: var(--fz14);
	color: #231815;
	line-height: 2.1;
}

.activities-message .message-ttl {
	color: #6bbb6e;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}

.switch-on ul,
.switch-on ol {
	list-style: none;
}

.switch-on .lead-text,
.switch-on .steps,
.switch-on .declaration {
	background: #f9f9f9;
}

.switch-on .lead-text h2 {
	color: #fff;
	font-size: clamp(1.25rem, calc(0.875rem + 1.5vw), 2rem);
	margin-bottom: 40px;
	transform: translateY(-1.5em);
}

.switch-on .lead-text h2 .bubble {
	display: inline-block;
	position: relative;
	background: #f65f00;
	border-radius: 50em;
	padding: 0.35em 1.8em;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
}

/* .switch-on .lead-text h2 .bubble::before {
	content: '';
	display: block;
	width: 41px;
	height: 23.5px;
	background: url(../images/sendai-bousai/bubble_org.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 99%;
	right: 18%;
} */

.switch-on .lead-text h2 .bubble span {
	color: #ebff00;
}

.switch-on .lead-text .lead {
	font-size: clamp(1.125rem, calc(0.75rem + 1.5vw), 1.875rem);
	font-weight: 700;
	line-height: 2.4;
	margin-top: -1em;
}

.switch-on .steps {
	padding-top: 30px;
}

.step-action {
	background: #fff;
	border-radius: 30px;
	padding: 30px 30px 30px 50px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.step-action .d-flex {
	align-items: center;
	gap: 35px;
}

.step-action .fukidashi {
	gap: 4px;
	padding: 0;
	margin-bottom: 5px;
}

.step-action .fukidashi::before {
	width: 2em;
	height: 4px;
	transform: rotate(70deg);
	margin-top: 0;
}

.step-action .fukidashi::after {
	width: 2em;
	height: 4px;
	transform: rotate(-70deg);
	margin-top: 0;
}

.step-action .fukidashi p {
	font-size: clamp(1.125rem, calc(0.9375rem + 0.75vw), 1.5rem);
	font-weight: 700;
}

.step-action .ttl h3 {
	font-size: clamp(1.375rem, calc(1.15625rem + 0.8750000000000001vw), 1.8125rem);
}

.step-action .ttl h3 span {
	color: #f65f00;
}

.step-action .list {
	font-size: clamp(1.125rem, calc(0.9375rem + 0.75vw), 1.5rem);
	font-weight: 700;
}

.step-action .list li {
	display: flex;
	gap: 13px;
	margin-bottom: 20px;
}
.step-action .list li:last-child {
	margin-bottom: 0;
}

.step-action .list .num {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6bbb6e;
	border-radius: 50%;
	color: #fff;
	font-size: 90%;
	width: 37px;
	height: 37px;
	flex-shrink: 0;
}

.step-action .list .yellow {
	color: #f68e00;
}

.step-item {
	position: relative;
	margin-top: 80px;
	padding-bottom: 40px;
}

.step-item a {
	text-decoration: none;
}

.step-heading h3 {
	display: flex;
	align-items: stretch;
	gap: 10px;
	color: #1faa39;
	font-size: clamp(1.5rem, calc(1.15625rem + 1.375vw), 2.1875rem);
	margin-bottom: 15px;
	line-height: 1.4;
}

.step-heading h3 .step-badge {
	display: flex;
	align-items: center;
	background: #1faa39;
	color: #fff;
	border-radius: 22px;
	padding: 0.1em 1.5em;
	font-size: 70%;
}

.step-heading .heading-main span {
	display: block;
	font-size: clamp(0.9375rem, calc(0.78125rem + 0.625vw), 1.25rem);
}

.border-rounded {
	border-radius: 50em;
	height: 10px;
	background-color: #add171;
}

.step-lead {
	color: #000;
	font-weight: 700;
	font-size: var(--fz18);
	line-height: 2.2;
	margin-block: 35px 30px;
}

.step01 h4 {
	font-size: var(--fz18);
	margin-bottom: 0.8em;
}

.step01 h4 span {
	color: #1faa39;
}

.hazardmap {
	position: relative;
	display: flex;
	gap: 20px;
}

.step-item .pdf-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 25px;
	margin-bottom: 10px;
}

.pdf-list .heading {
	background: #6bbb6e;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: var(--fz18);
	padding: 0.1em 1em;
	margin-bottom: 15px;
}

.pdf-list ul {
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.pdf-list ul li {
	padding-left: 1.8em;
	position: relative;
}

.pdf-list ul li::before {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/sendai-bousai/list_arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}

.pdf-list a {
	color: #231815;
	font-size: var(--fz18);
}

.step01 .notice {
	font-size: var(--fz12);
	color: #767676;
}

.step01 .map-wrap {
	flex: 1;
}

.step01 .usabou {
	position: relative;
	width: 27%;
}

.step01 .usabou img {
	position: absolute;
	width: 90%;
	bottom: 9%;
	right: 0;
}

.step02 .preparation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 39px;
}

.step02 .preparation .ac-wrap,
.step02 .preparation .risk {
	width: 47%;
}

.step02 .preparation .ac-wrap h4 {
	background: #6bbb6e;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: var(--fz18);
	padding: 0.2em 1em;
	margin-bottom: 20px;
}

.js-details {
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
}

.accordion:last-child {
	margin-bottom: 0;
}

.js-details-summary {
	display: block;
	position: relative;
	font-size: var(--fz18);
	font-weight: 600;
	cursor: pointer;
	padding: 23px 18px;
}

.js-details-summary::-webkit-details-marker {
	display: none;
}

.ac-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.ac-title__inner {
	display: flex;
	align-items: center;
	gap: 19px;
}

.ac-title__inner img {
	flex-shrink: 1;
	width: min(21%, 70px);
}

.accordion-btn {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 0;
	border-bottom: 0;
	background: #add171;
	border-radius: 50%;
	width: 23px;
	height: 23px;
}

.accordion-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.accordion-btn::after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
	transform: rotate(90deg);
	transition: all 0.2s;
}

.js-details-summary.is-active .accordion-btn::after {
	transform: rotate(0deg);
}

.ac-detail {
	padding: 0px 18px 20px 18px;
}

.ac-inner {
	padding-top: 20px;
	border-top: 2px solid #cae19f;
}

.ac-inner p {
	line-height: 1.9;
}

.risk .heading h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(1.125rem, calc(0.96875rem + 0.625vw), 1.4375rem);
	color: #f65f00;
	border-bottom: 1px solid #707070;
	padding-bottom: 11px;
	margin-bottom: 15px;
}

.risk .heading h3 span {
	display: block;
	margin-top: 10px;
}

.risk p {
	line-height: 1.9;
}

.risk p span {
	color: #f65f00;
}

.risk .btn-wrap {
	margin-top: 17px;
}

.risk .btn.btn-bousai {
	padding: 0.6em 1.8em;
}

.comment-form {
	background: #fff;
	border-radius: 30px;
	padding: 0 60px 35px 60px;
	margin-top: 50px;
}

.comment-form h3 {
	color: #fff;
	font-size: clamp(1rem, calc(0.875rem + 0.5vw), 1.25rem);
	margin-bottom: 15px;
	transform: translateY(-1.5em);
}

.comment-form .bubble {
	display: inline-block;
	position: relative;
	background: #f65f00;
	border-radius: 50em;
	padding: 0.7em 2.8em;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
}

.comment-form .bubble::before {
	content: '';
	display: block;
	width: 41px;
	height: 23.5px;
	background: url(../images/sendai-bousai/bubble_org.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 99%;
	right: 14%;
}

.comment-form .attribute-section {
	display: flex;
	align-items: center;
	gap: 22px;
	padding-bottom: 23px;
}

.comment-form .select-wrap .wpcf7-form-control-wrap {
	display: block;
	background: #1faa39;
	height: 37px;
	width: 120px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.comment-form .select-wrap .wpcf7-form-control-wrap::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 15px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: -1;
}

.comment-form .select-wrap select {
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-size: var(--fz18);
	font-weight: 700;
}

.comment-form .select-wrap select option {
	color: initial;
}

.wpcf7-not-valid-tip {
	position: absolute;
	width: 150%;
	top: 100%;
	left: 0;
}

.check-affiliation .wpcf7-list-item {
	margin: 0 0 0 0.5em;
}

.check-affiliation label {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
}

.check-affiliation input {
	position: relative;
	width: 22px;
	height: 22px;
	appearance: none;
	background: #cae19f;
	background: linear-gradient(0deg, rgba(202, 225, 159, 1) 0%, rgba(31, 170, 57, 1) 100%);
	border: solid 1px #add171;
	border-radius: 5px;
	box-shadow: 0 0 0 0 transparent;
}

/* チェックマーク */
.check-affiliation input::before {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	mask-image: url(../images/sendai-bousai/check.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #ffffff;
}

.check-affiliation input:checked::before {
	opacity: 1;
}

.comment-form .text-wrap {
	border: 2px solid #b4babe;
	border-radius: 20px;
	padding: 30px 30px 16px 30px;
}

.comment-form textarea {
	width: 100%;
}

.comment-form textarea::placeholder {
	font-size: var(--fz18);
	color: #b5b5b5;
	font-weight: 700;
	line-height: 1.7;
}

.comment-form .counter {
	text-align: right;
	font-size: var(--fz14);
	color: #b5b5b5;
	font-weight: 700;
}

.comment-form .submit-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.comment-form .wpcf7-spinner {
	display: none;
}

.submit-area .submit-copy {
	background-image: url(../images/sendai-bousai/submit_copy.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 90px;
	height: 160px;
}

.submit-area .wpcf7-submit {
	background-image: url(../images/sendai-bousai/submit_bg.gif);
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent;
	width: 306px;
	height: 100%;
	aspect-ratio: 153 / 127;
}

form.sent .submit-area .wpcf7-submit {
	background-image: url(../images/sendai-bousai/submit_bg_done.gif);
	pointer-events: none;
}

.cf7-turnstile {
	margin-top: 30px;
}

.comment-form .notice {
	font-size: var(--fz12);
	color: #767676;
}

.declaration {
	padding-bottom: 70px;
}

.declaration .heading {
	padding-top: 10px;
}

.declaration h3 img {
	margin-inline: auto;
}

.switch-slider {
	margin-top: 40px;
}

.switch-slider .splide__track {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.switch-slider .switch-card {
	position: relative;
	background: #fff;
	border: 11px solid #6bbb6e;
	border-radius: 30px;
	padding: 25px 30px 25px 30px;
}

.switch-slider .switch-card::after {
	content: '';
	display: block;
	width: 35px;
	height: 19px;
	background: url(../images/sendai-bousai/bubble_grn.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(100% + 11px);
	right: 15%;
}

.switch-summary {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: 100%;
}

.switch-comment {
	font-weight: 700;
	line-height: 2;
}

.switch-meta {
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 15px;
	color: #add171;
	font-weight: 700;
}

.switch-slider .splide__arrows {
	display: flex;
	justify-content: end;
	gap: 35px;
}

.switch-slider .splide__arrow {
	position: relative;
	height: 48px;
	width: 48px;
	opacity: 1;
	top: unset;
	left: unset;
	right: unset;
	transform: unset;
}

.bousai-member {
	padding-top: 80px;
}

.bousai-theme h2 {
	font-size: clamp(2rem, calc(1.4375rem + 2.25vw), 3.125rem);
	color: #8d9580;
	filter: drop-shadow(0 0 30px #d0d0d0);
}

.bousai-theme img {
	width: 100%;
	max-width: 820px;
	margin-inline: auto;
	margin-top: 30px;
}

.member-heading {
	margin-top: 60px;
}

.member-heading h3 {
	background: #add171;
	border-radius: 30px;
	font-size: clamp(1.75rem, calc(1.53125rem + 0.8750000000000001vw), 2.1875rem);
	padding: 0.3em 1em;
}

.member-heading p {
	font-weight: 700;
	font-size: var(--fz18);
	line-height: 2.3;
	margin-top: 1em;
}

.company-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	color: #1faa39;
	margin-block: 30px 20px;
}

.company-heading::before,
.company-heading::after {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	border-radius: 50em;
	background: #add171;
}

.company-heading h3 {
	font-size: clamp(1.75rem, calc(1.53125rem + 0.8750000000000001vw), 2.1875rem);
}

.bousai-member h4 {
	font-size: clamp(1.75rem, calc(1.53125rem + 0.8750000000000001vw), 2.1875rem);
	color: #7c7c7c;
	margin-bottom: 30px;
}

.sponsor {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	margin-bottom: 70px;
}

.sponsor-item {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	padding-inline: 35px;
	padding-block: 30px;
}

.sponsor-item .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.5em;
	margin-bottom: 20px;
}

.sponsor-item .logo img {
	height: auto;
	max-height: 101px;
	width: auto;
	max-width: 219px;
}

.sponsor-item p {
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.sponsor-item .txt-link a {
	position: relative;
	display: inline-block;
	font-size: var(--fz13);
	color: #1faa39;
	text-decoration: none;
}

.sponsor-item .txt-link a::after {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	background: url(../images/sendai-bousai/icon_ex.svg) no-repeat;
	background-size: contain;
	margin-left: 3px;
	vertical-align: text-top;
}

.bousai-member .member-list {
	margin-bottom: 70px;
}

.supporter-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 23px;
	grid-row-gap: 20px;
}

.supporter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding-inline: 20px;
	padding-block: 10px;
}

.timestamp {
	font-weight: 700;
	margin-top: 25px;
}

.supervision {
	margin-top: 35px;
}

.supervision p {
	background: #efefef;
	font-weight: 700;
	padding: 0.8em 1em;
}
