
/* .site-main-header */
@media all {
	.site-main-header img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	/* sp */
	@media only screen and (max-width: 767px) {
		.site-main-header {
			height: 150vw;
		}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.site-main-header {
			height: 65.5vw;
			max-height: 800rem;
		}
	}
}

/* .aside-news */
@media all {
	.aside-news {background-color: var(--blue);}
	.aside-news-inner {
		position: relative;
		margin: 0 auto;
		background-color: #fff;
	}
	.aside-news-item-ttl {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.aside-news-button {width: 140rem;}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.aside-news {padding: 20rem 16rem;}
		.aside-news-inner {
			padding: 16rem;
			border-radius: 16rem;
		}
		.aside-news-ttl {width: 80rem;}
		.aside-news-list {margin-top: 14rem;}
		.aside-news-item {line-height: 18rem;}
		.aside-news-item + .aside-news-item {
			margin-top: 6rem;
			padding-top: 5rem;
			border-top: 1rem solid var(--blue);
		}

		.aside-news-item-date {font-size: 12rem;}
		.aside-news-item-ttl {
			margin-top: 2rem;
			-webkit-line-clamp: 2;
		}
		
		.aside-news-more {
			margin-top: 16rem;
			text-align: right;
		}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.aside-news {padding: 35rem 0;}
		.aside-news-inner {
			display: flex;
			align-items: center;
			width: calc(100% - 32rem);
			max-width: 1000rem;
			height: 210rem;
			border-radius: 20rem;
		}
		.aside-news-ttl {
			flex-shrink: 0;
			margin-left: min(85rem, calc(50vw - 50% + 16rem));
			width: 141rem;
		}
		.aside-news-list {
			display: flex;
			flex-direction: column;
			justify-content: center;
			margin-left: min(65rem, calc(50vw - 50% + 35rem));
			padding-right: 85rem;
		}
		.aside-news-item + .aside-news-item {margin-top: 22rem;}
		.aside-news-item a {display: flex;}
		.aside-news-item-date {margin-right: 35rem;}
		.aside-news-item-ttl {-webkit-line-clamp: 1;}
		
		.aside-news-button {
			position: absolute;
			right: 40rem;
			bottom: 15rem;
		}

	}
}

/* .structure-section */
@media all {
	.structure-section {
		background: left top url(../img/home/structure-bg.png);
	}
	.structure-header {text-align: center;}
	.structure-header-lead {
		white-space: nowrap;
		letter-spacing: .02em;
		line-height: 2.222;
	}
	.structure-header-ttl {margin: 0 auto;}

	.structure-dt {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 1rem;
		background-color: var(--yellow);
		border-radius: 2em;
	}
	.structure-dd-item {
		position: relative;
		padding-left: 1em;
		color: #000;
		line-height: 1.5;
	}
	.structure-dd-item::before {
		content: '・ ';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 1em;
		height: 1em;
	}
	.structure-dd-item + .structure-dd-item {
		margin-top: 1em;
	}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.structure-section {
			padding: 50rem 0 60rem;
			background-size: 20rem 20.2rem;
		}
		.structure-header-lead {
			font-size: 13.5rem;
			white-space: nowrap;
		}

		.structure-header-ttl {
			margin-top: 40rem;
			width: 180rem;
		}
		.structure-img {
			margin: 20rem auto 0;
			width: 95%;
		}
		.structure-dl {
			margin-top: 30rem;
			padding: 0 1em;
		}
		.structure-dt {
			margin-bottom: 10rem;
			height: 28rem;
			font-size: 16rem;
		}
		.structure-dd + .structure-dt {margin-top: 20rem;}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.structure-section {
			padding: 70rem 16rem 80rem;
			background-size: 25rem 26rem;
		}
		.structure-header-lead {font-size: 18rem;}
		.structure-header-lead p + p {margin-top: 40rem;}

		.structure-header-ttl {
			margin-top: 70rem;
			width: 254rem;
		}
		.structure-img,
		.structure-dl {
			margin: 40rem auto 0;
			width: calc(100% - 32rem);
			max-width: 1000rem;
		}

		.structure-dl {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			margin-top: 60rem;
		}
		.structure-dt {
			width: 216rem;
			height: 34rem;
			font-size: 24rem;
		}
		.structure-dd {
			width: calc(100% - 238rem);
		}
		.structure-dt:nth-child(n+3),
		.structure-dd:nth-child(n+4) {margin-top: 40rem;}

	}
}

/* .char-section */
@media all {
	.char-section {
		background-color: var(--blue);
		color: #fff;
	}
	.char-header-ttl {text-align: center;}
	.char-header-ttl img {width: auto;}

	.char-dl {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.char-dt {font-weight: 900;}
	.char-dd {
		line-height: 2.0588;
		white-space: nowrap;
	}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.char-section {padding: 30rem 16rem 40rem;}
		.char-header-ttl img {height: 22rem;}
		.char-header-ttl img + img {margin-top: 11rem;}
		.char-content {margin-top: 10rem;}
		.char-dl {
			align-items: center;
			justify-content: center;
			align-content: center;
		}
		.char-dt {
			order: 1;
			margin-top: 10rem;
			font-size: 30rem;
			text-align: center;
		}
		.char-dd {
			order: 3;
			margin-top: 10rem;
			text-align: center;
		}
		.char-img {
			order: 2;
			margin: 10rem auto 0;
			width: 75%;
		}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.char-section {padding: 40rem 0 50rem;}
		.char-header-ttl img {height: 29rem;}

		.char-content {margin-top: 30rem;}
		.char-dl {
			align-content: space-between;
			margin: 0 auto;
			width: 700rem;
			height: 280rem;
		}
		.char-dt, .char-dd {padding-left: 30rem;}
		.char-dt {
			margin-top: 3rem;
			font-size: 40rem;
		}
		.char-dd {
			margin-top: 13rem;
			font-size: 17rem;
		}
		.char-img {width: 350rem;}
	}
}

/* .support-section */
@media all {
	.support-section {background-color: var(--light-blue);}

	.support-header-img {margin: 0 auto;}
	.support-header-ttl img {width: auto;}

	.support-content {color: #000;}
	.support-dt {
		position: relative;
		padding-bottom: .6em;
		border-bottom: var(--pink) solid 1rem;
	}
	.support-dt::before {
		content: '';
		position: absolute;
		bottom: calc(50% - .5em);
		left: 0;
		display: block;
		width: 2.4em;
		height: 1.8em;
		background: center / contain no-repeat url(../img/home/support-icon.svg);
	}
	.support-dt strong {
		font-weight: bold;
		color: var(--pink);
	}

	.support-pink-label {
		display: inline-block;
		background-color: var(--pink);
		color: #fff;
		text-align: center;
	}

	.support-bank-dl {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.support-bank-notice2 {margin-top: 2em;}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.support-section {padding: 40rem 0 50rem;}
		.support-header-img {width: 150rem;}
		.support-header-ttl {
			margin-top: 3rem;
			text-align: center;
		}
		.support-header-ttl img {height: 35rem;}

		.support-content {
			margin-top: 35rem;
			padding: 0 16rem;
		}
		.support-dt {
			padding-left: 3em;
			font-size: 18rem;
			line-height: 1.25;
		}
		.support-dt strong {
			display: inline-block;
			font-size: 20rem;
			white-space: nowrap;
		}
		.support-dd + .support-dt {margin-top: 40rem;}

		.support-pink-label {
			padding: 4rem 3rem 5rem;
			min-width: 85rem;
			border-radius: 4rem;
			font-size: 14rem;
		}

		.support-bank {
			position: relative;
			margin-top: 1em;
		}
		.support-bank-img {
			position: absolute;
			bottom: -10rem;
			right: 0;
			width: 25%;
		}
		.support-bank-dd {
			margin-top: -2rem;
			width: calc(100% - 95rem);
			line-height: 2;
		}
		.support-bank-dt:nth-child(n+3) {margin-top: 6rem;}
		.support-bank-dd:nth-child(n+4) {margin-top: 4rem;}
		.support-bank-notice {
			margin-top: 15rem;
			padding-left: 10rem;
			font-size: 10rem;
			line-height: 1.4;
		}
		.support-bank-notice2 {line-height: 2;}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.support-section {padding-top: 90rem;}
		.support-header-img {width: 262rem;}
		.support-header-ttl {
			display: flex;
			justify-content: center;
			margin-top: 12rem;
		}
		.support-header-ttl img {height: 61rem;}

		.support-content {
			margin: 55rem auto 0;
			width: 700rem;
		}
		.support-dt {
			padding-left: 3.5em;
			font-size: 25rem;
			letter-spacing: .04em;
		}
		.support-dd + .support-dt {margin-top: 60rem;}

		.support-pink-label {
			padding: 6rem 6rem 7rem;
			min-width: 100rem;
			border-radius: 5rem;
			font-size: 17rem;
		}

		.support-bank {
			margin-top: 26rem;
			display: flex;
		}
		.support-bank-img {
			flex-shrink: 0;
			padding-left: 32rem;
			width: 285rem;
			height: 156rem;
		}
		.support-bank-img img {
			width: auto;
			height: 100%;
		}

		.support-bank-dd {
			width: calc(100% - 130rem);
			line-height: 2.333;
		}
		.support-bank-dt:nth-child(n+3) {margin-top: 6rem;}
		.support-bank-dd:nth-child(n+4) {margin-top: 4rem;}
		.support-bank-notice {
			margin-top: 12rem;
			font-size: 12rem;
		}
		.support-bank-notice2 {line-height: 2.3333;}
	}
}

/* .support-tax */
@media all {
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.support-tax,
		.support-mokuromi {margin-top: 1em;}
		.support-tax-dt {width: 100%;}
		.support-tax-dd + .support-tax-dt {margin-top: 2em;}
		.support-tax-dd {
			margin-top: 10rem;
			line-height: 2;
		}
		.support-tax-button,
		.support-tax-other-button,
		.support-mokuromi-button {
			margin-top: 1em;
			font-size: 12rem;
			text-align: center;
		}
		.support-tax-img {
			margin: 30rem auto 0;
			width: 40%;
		}
		.support-tax-other {
			margin-top: 30rem;
			line-height: 2;
		}
		.support-tax-other-button {margin: 10rem auto 20rem;}

		.support-mokuromi{ line-height: 2;}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.support-tax,
		.support-mokuromi {margin-top: 26rem;}
		.support-tax-dd + .support-tax-dt {margin-top: 20rem;}
		.support-tax-dd {
			margin-top: 10rem;
			line-height: 2.3333;
		}
		.support-tax-button,
		.support-tax-other-button,
		.support-mokuromi-button {
			margin-top: 10rem;
			text-align: right;
		}
		.support-tax-img {
			margin: 20rem auto 0;
			width: 187rem;
		}

		.support-tax-other {margin-top: 20rem;}
		.support-tax-other-button {margin-bottom: 20rem;}
		.support-mokuromi-button {margin-top: 20rem;}
	}
}

/* .request-section */
@media all {
	.request-section {background-color: var(--light-blue);}

	.request-header-img {margin: 0 auto;}
	.request-header-ttl img {width: auto;}

	.request-content {color: #000;}
	.request-li {
		position: relative;
		padding-left: .75em;
	}
	.request-li::before {
		content: '・';
		position: absolute;
		left: 0;
	}
	.request-lead {text-align: center;}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.request-section {padding: 40rem 0 50rem;}
		.request-header-img {width: 140rem;}
		.request-header-ttl {
			margin-top: 6rem;
			text-align: center;
		}
		.request-header-ttl img {height: 33rem;}
		.request-header-ttl img + img {margin-top: 4rem;}
		.request-content {
			margin-top: 15rem;
			padding: 0 16rem;
		}
		.request-lead {line-height: 2;}
		.request-dl {margin-top: 20rem;}
		.request-dd {
			margin-top: 1em;
			line-height: 2;
		}
		.request-dd + .request-dt {margin-top: 20rem;}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.request-section {padding: 65rem 0 110rem;}
		.request-header-img {width: 220rem;}
		.request-header-ttl {
			display: flex;
			justify-content: center;
			margin-top: 16rem;
		}
		.request-header-ttl img {height: 54rem;}
		.request-header-ttl img:nth-child(2) {margin-left: -1.5rem;}

		.request-content {
			margin: 25rem auto 0;
			width: 700rem;
		}
		.request-lead {line-height: 2.333;}
		.request-dl {margin-top: 55rem;}
		.request-dd {
			margin-top: 16rem;
			line-height: 2.333;
		}
		.request-dd + .request-dt {margin-top: 40rem;}
	}
}

/* .supporter-section */
@media all {
	.supporter-section {background-color: var(--light-blue);}
	.supporter-section-inner {
		margin: 0 auto;
		border: 2rem solid var(--blue);
		background: #fff;
		border-radius: 1.334em;
	}
	.supporter-header {text-align: center;}
	.supporter-header small {
		display: block;
		margin-top: 1em;
	}
	.supporter-header-ttl + .supporter-header-lead {margin-top: 2em;}
	.supporter-header-lead {line-height: 2;}
	.supporter-list {
		margin: 2em auto 0;
		padding-top: 2em;
		border-top: 2rem solid var(--blue);
	}
	
	/* sp */
	@media only screen and (max-width: 767px) {
		.supporter-section-inner {
			padding: 50rem 15rem 30rem;
			background-size: 20rem 20.2rem;
			width: calc(100% - 30rem);
		}
		.supporter-header-ttl img {width: 140rem;}
		.supporter-header-lead {font-size: 14.5rem;}
		.supporter-header-lead small {font-size: 11rem;}
		.supporter-list {
			padding: 2em .5em 0;
			font-size: 13rem;
			line-height: 1.8;
		}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.supporter-section {
			padding: 100rem 20rem 0;
		}
		.supporter-section-inner {
			padding: 80rem 20rem;
			background-size: 25rem 26rem;
			max-width: 1000rem;
		}
		.supporter-header-ttl img {width: 193rem;}
		.supporter-header-lead {font-size: 18rem;}
		.supporter-header-lead small {font-size: 15rem;}
		.supporter-list {
			row-gap: 2em;
			max-width: 800rem;
			font-size: 18rem;
			line-height: 2;
		}
	}
}

/* .requirement-section */
@media all {
	.requirement-section {background-color: var(--blue);}
	.requirement-content {background-color: #fff;}
	.requirement-header-title-sub {width: auto;}
	.requirement-lead,
	.requirement-dd {color: #000;}
	.requirement-dt {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--pink);
		color: #fff;
	}
	.requirement-paper-list {
		display: flex;
		justify-content: space-between;
	}
	.requirement-paper-item a {
		position: relative;
		width: 100%;
	}

	.requirement-end-content {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5em;
		color: var(--pink);
	}

	/* sp */
	@media only screen and (max-width: 767px) {
		.requirement-section {padding: 50rem 16rem;}
		.requirement-header-ttl {width: 100%;}
		.requirement-content {
			margin-top: 50rem;
			padding: 40rem 16rem;
			border-radius: 12rem;
		}
		.requirement-content-header {text-align: center;}
		.requirement-header-title img {width: 200rem;}
		.requirement-header-title-sub {
			margin-top: 12rem;
			height: 24rem;
		}
		.requirement-lead,
		.requirement-dd {line-height: 1.75;}
		.requirement-content-header + .requirement-lead {
			margin-top: 20rem;
		}
		.requirement-dt {
			margin-top: 16rem;
			padding: 4rem 3rem 5rem;
			border-radius: 4rem;
			font-size: 14rem;
		}
		.requirement-dd {
			padding: 8rem 8rem 0;
		}

		.requirement-paper-list {margin-top: 20rem;}
		.requirement-paper-item {
			width: 49%;
			height: 29rem;
			font-size: 12rem;
		}
		.requirement-paper-item a.button.black {padding-right: 2em;}
		.requirement-paper-item a::after {
			position: absolute;
			right: 10rem;
		}

		.requirement-end-content {
			margin-top: 40rem;
			font-size: 14rem;
		}
	}

	/* pc & tab */
	@media print,
	(min-width: 768px) {
		.requirement-section {
			padding: 90rem 20rem 110rem;
		}
		.requirement-header-ttl {
			margin: 0 auto;
			width: 390rem;
		}
		.requirement-content {
			margin: 80rem auto 0;
			padding: 70rem 0;
			max-width: 1000rem;
			border-radius: 16rem;
		}
		.requirement-content-header {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 20rem 26rem;
		}
		.requirement-lead,
		.requirement-dd {line-height: 2.33;}

		.requirement-header-title {
			display: block;
			text-align: center;
			width: 100%;
		}
		.requirement-header-title img {width: 285rem;}
		.requirement-header-title-sub {height: 34rem;}

		.requirement-lead,
		.requirement-dl,
		.requirement-paper-list {
			margin: 0 auto;
			max-width: 700rem;
		}

		.requirement-content-header + .requirement-lead {
			margin-top: 36rem;
		}
		.requirement-dl {
			display: flex;
			flex-wrap: wrap;
			row-gap: 30rem;
			margin-top: 36rem;
		}
		.requirement-dt {
			height: 30rem;
			border-radius: 5rem;
			font-size: 17rem;
		}
		.requirement-dd {padding-left: 30rem;}

		.requirement-1 .requirement-dt {width: 170rem;}
		.requirement-1 .requirement-dd {width: calc(100% - 170rem);}
		
		.requirement-2 .requirement-dt {width: 88rem;}
		.requirement-2 .requirement-dd {width: calc(100% - 95rem);}

		.requirement-paper-list {margin-top: 30rem;}
		.requirement-paper-item {
			width: 47.15%;
			height: 40rem;
			font-size: 18rem;
		}
		.requirement-paper-item a::after {
			position: absolute;
			right: 20rem;
			width: 20rem;
			height: 20rem;
		}

		.requirement-end-content {
			margin-top: 70rem;
			font-size: 18rem;
		}
	}
}




/* .template-section */
@media all {
	
	/* sp */
	@media only screen and (max-width: 767px) {}

	/* pc & tab */
	@media print,
	(min-width: 768px) {}
}
