@charset "utf-8";

/* 女の子支援
-------------------------------------------------- */
#pageHeader.withImg {
	background-image: url(../images/img_1.jpg);
}

@media screen and (max-width: 768px) {
	#pageHeader.withImg h1::after {
		background-image: url(../images/img_1_sp.jpg);
	}
}

.lead {
	margin-bottom: 0;
	padding-bottom: 150px;
	background: url(../images/bg_1.svg) no-repeat 0 100%;
}

@media screen and (min-width: 769px) {
	.lead h2 span {
		display: inline-block;
	}
	
	.lead .col .img {
		max-width: 600px;
	}
}

@media screen and (max-width: 768px) {
	.lead {
		padding-bottom: 0;
		background-position: 0 28%;
		background-size: 80% auto;
	}
}

.reason,
.state,
.support {
	max-width: 992px;
}

@media screen and (max-width: 1032px) {
	.reason,
	.state,
	.support {
		margin: 0 20px;
	}
}         

.reason h2 {
	margin: -36px 0 18px;
}

.reason strong {
	color: var(--magenta);
}

.reason .splide {
	border-color: var(--bgMagenta);
	background-color: var(--bgMagenta);
}

.reason .splide img {
	margin: 10px auto;
}

.reason .splide .comment a {
	color: var(--textGray);
	word-break: break-all;
}

.reason .splide__pagination__page {
	border-color: #c4c4c4;
	background-color:#c4c4c4;
}

@media screen and (max-width: 768px) {
	.reason h2 {
		margin-top: 58px;
	}
	
	.reason .splide img {
		padding-left: 0;
		width: 300px;
		display: block;
		margin: 20px auto;
	}
}

.state h3 {
	width: fit-content;
	margin-bottom: 16px;
	padding-bottom: 18px;
	background: url(../images/bg_2.svg) no-repeat 0 100% / 100% 15px;
}

.state h3 span {
	display: inline-block;
}

.state .col {
	margin-top: 36px;
}

.state .col:not(:last-child) {
	padding-bottom: 48px;
	border-bottom: 1px solid var(--borderLightGray);
}

@media screen and (max-width: 768px) {
	.state .col {
		margin-top: 32px;
		display: flex;
		flex-direction: column-reverse;
	}
	
	.state .col:not(:last-child) {
		padding-bottom: 8px;
	}
	
	.state .col .img {
		margin: 0 0 18px;
	}
}

.support {
	margin-bottom: 96px;
}

.support img + h3 {
	margin: 20px 0 14px;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.support {
		margin-bottom: 80px;
	}
	
	.support img {
		width: 100%;
	}
}

.future {
	padding-bottom: 95px;
	border-top: 1px solid var(--bgMagenta);
	border-bottom: 1px solid var(--bgMagenta);
}

.future .col {
	margin-bottom: 36px;
}

.future img {
	border-radius: 8px;
}

.future figcaption {
	margin-top: 16px;
	font-size: 1.8rem;
	font-weight: 600;
}

.future figcaption span {
	display: inline-block;
}

.future .col .btn {
	margin-top: 16px;
	width: 230px;
}

.future .btnA {
	margin-top: 24px;
}

@media screen and (max-width: 768px) {
	.future {
		padding-bottom: 80px;
	}
	 
	.future .col li:not(:last-child) {
		margin-bottom: 32px;
	}
	
	.future .col .btn {
		width: 350px;
	}
}

.message {
	padding: 136px 0 146px;
	background: url(../images/bg_3.jpg) no-repeat 50% 100% / cover;
}

@media (-ms-high-contrast:active) {
	.message {
		background: none;
	}
}

.message .inner {
	max-width: 992px;
	position: relative;
}

@media screen and (max-width: 1032px) {
	.message {
		padding: 100px 0 80px;
		background-size: auto;
	}
	
	.message .inner {
		margin: 0 20px;
	}
}

.message .inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 2%;
	width: 90%;
	height: 97.5%;
	background-image: linear-gradient(to bottom, #f9f9f9, #eee);
	box-shadow: 4px 4px 16px rgba(0,0,0,.15);
	transform: rotate(-5deg);
}

.message .letter {
	padding: 64px 10%;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 8px 8px 40px rgba(0,0,0,.15);
	position: relative;
	z-index: 1;
}

.message h2 {
	margin-top: 0;
	font-size: 2.4rem;
}

.message .letter p {
	margin: 0 -8px;
	padding: 0 8px;
	line-height: 2.0;
  background-image: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), var(--borderLightGray) calc(100% - 1px), var(--borderLightGray) 100%);
  background-size: 100% 2em;
}

.message .letter p:not(:last-child) {
	margin-bottom: 2em;
}

.message .letter p {
	border-top: 1px solid var(--borderLightGray);
}

@media (-ms-high-contrast:active) {
	.message .letter p {
		border-top: 0;
	}
}

.message .letter p span {
	display: inline-block;
}

.message .letter p strong {
	display: inline-block;
	width: calc(100% + 16px);
	margin: .778em -8px;
	padding-left: 8px;
	background: #fff;
	font-size: 1.8rem;
	
}

@media screen and (max-width: 768px) {
	.message .inner::before {
		top: -10px;
		left: -7px;
		width: 95%;
		height: 95vw;
	}
	
	.message .letter {
		padding: 32px 10% 48px;
	}
	
	.message h2 {
		font-size: 2.0rem;
	}
	
	.message .letter p {
		font-size: 1.4rem;
	}
	
	.message .letter p span {
		display: inline;
	}
	
	.message .letter p strong {
		margin: .75em -8px;
		font-size: 1.6rem;
	}
}

.projects {
	padding: 55px 0 79px;
	border-top: 1px solid var(--bgYellow);
	border-bottom: 1px solid var(--bgYellow);
}

.projects .box {
	margin-top: 24px;
	border-color: var(--white);
}

.projects .box .btn {
	width: fit-content;
}

@media screen and (max-width: 768px) {
	.projects {
		padding: 31px 0 55px;
	}
	
	.projects .box .btn {
		margin-top: 18px;
	}
}

.girlsDay .box {
	display: flex;
	padding: 47px;
}

.girlsDay .img {
	width: 472px;
	margin: -48px 48px -48px -48px;
	border-radius: 16px 0 0 16px;
	overflow: hidden;
}

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

.girlsDay .txt {
	flex: 1;
}

.girlsDay h3 {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

.girlsDay .btn {
	margin-top: 26px;
}

@media screen and (max-width: 768px) {
	.girlsDay .box {
		display: block;
		padding: 23px 23px 39px;
	}
	
	.girlsDay .img {
		width: calc(100% + 48px);
		margin: -24px -24px 32px;
		border-radius: 8px 8px 0 0;
	}
	
	.girlsDay h3 {
		font-size: 2.4rem;
		margin-bottom: 12px;
	}
	
	.girlsDay .btn {
		margin-top: 18px;
	}
}
/*girlslabバナー*/

.boxGirlsDay {
	width: 992px;
	margin: 70px auto 0;
	padding: 173px 46px 24px;
	border-radius: 16px;
	border: 2px solid #FDA482;
	background: url(/activity/images/boxGirlsDay_pc.png);
	background-size: cover;
	position: relative;
}

.boxGirlsDay .img {
	width: 140px;
	height: 158px;
	position: absolute;
	top: 13px;
	left: 29px;
}

.boxGirlsDay h2 {
	width: 386px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 37px;
	left: 196px;
}

.boxGirlsDay h2 img {
	width: 100%;
	height: auto;
}
.boxGirlsDayText {
	margin: 0;
}
.boxGirlsDay p.btn.left {
	min-width: 263px;
	margin: 0;
	position: absolute;
	top: 59px;
	left: 703px;
}
.boxGirlsDay .btnA a {
	color: var(--White, #FFF);
	background: #2E5F78;
	border: none;
}
.boxGirlsDay .btnA a:hover {
	background: #6c8fa0;
}
.boxGirlsDay .btnA a::before {
	background-image: url(/activity/images/icon_vector.svg);
}

@media (max-width: 768px) {
	.boxGirlsDay .pc{
		display: none;
	}
	.boxGirlsDay .SP{
		display: block;
	}
	
	.boxGirlsDay {
		width: 100%;
		padding: 16px 25px;
		border-radius: 8px;
		border-width: 1px;
		background-image: url(/activity/images/boxGirlsDay_sp.png);
	}
	
	.boxGirlsDay h2,
	.boxGirlsDay .img,
	.boxGirlsDay p.btn.left {
		position: static;
		top: auto;
		right: auto;
	}
	
	.boxGirlsDay h2 {
		width: 257.55px;
		margin: 0 auto;
	}

	.boxGirlsDay .img {
		width: 221px;
		height: 222px;
		margin: 0 auto 0;
		overflow: hidden;
	}
	.boxGirlsDay .img img {
		width: 100%;
		height: auto;
		margin-top: -13px;
	}
	.boxGirlsDayText {
		margin: 16px auto 24px;
	}
	.boxGirlsDay p.btn.left {
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#contentBody .box,
	.boxGirlsDay {
		margin-top: 32px;
	}
}*/