@charset "utf-8";

/* プラン・インターナショナルとは
-------------------------------------------------- */
#pageHeader {
	background-color: var(--white);
	border-bottom: 1px solid var(--white);
}
#main {
	background: url(/first/images/bg_2.png) no-repeat 0 100% / 100% auto;
}
.innerC {
	max-width: 992px;
}
.bgWhite {
	background-color: var(--white)!important;
	border: 1px solid var(--white)!important;
}
@media (-ms-high-contrast:active) {
	#main {
		background: none;
	}
}
@media screen and (max-width: 768px) {
	#main {
		background-position: -50px 100%;
		background-size: auto;
	}
}
@media screen and (max-width: 1032px) {
    .innerC {
        margin: 0 20px;
    }
}
.lead .col {
	margin-top: 68px;
}
.promoVideo {
	margin-top: 68px;
	margin-bottom: 36px;
	padding-left: 18%;
	padding-right: 18%;
	text-align: center;
}
.promoVideoInner {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.promoVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.lead {
		background-position: 0 8%;
		background-size: 60%;
	}
	.lead .col {
		margin-top: 32px;
		text-align: center;
	}
	.promoVideo {
		margin-top: 32px;
		padding: 0;
	}
}
.support .splide__list {
	align-items: flex-start;
}
@media screen and (min-width: 1030px) {
	.voice .splide__arrow,
	.support .splide__arrow {
		width: 38px;
	}
}
.support .splide__arrow--prev {
	left: -104px;
}
.support .splide__arrow--next {
	right: -104px;
}
.voice .splide__arrow--prev {
	left: -217px;
}
.voice .splide__arrow--next {
	right: -217px;
}
@media screen and (max-width: 1222px) {
	.support .splide__arrow--prev {
		left: calc((100vw - 992px) / -2 + 10px);
	}
	.support .splide__arrow--next {
		right: calc((100vw - 992px) / -2 + 10px);
	}
	.voice .splide__arrow--prev {
		left: calc((100vw - 992px) / -2 + -103px);
	}
	.voice .splide__arrow--next {
		right: calc((100vw - 992px) / -2 + -103px);
	}
}
@media screen and (max-width: 1029px) {
	.support .splide__arrow--prev {
		left: -4px;
	}
	.support .splide__arrow--next {
		right: -4px;
	}
	.voice .splide__arrow--prev {
		left: -118px;
	}
	.voice .splide__arrow--next {
		right: -118px;
	}
}
@media screen and (max-width: 768px) {
	.voice .splide__arrow--prev {
		left: -68px;
	}
	.voice .splide__arrow--next {
		right: -68px;
    }
}
@media screen and (max-width: 768px) {
	.splide__pagination--ttb {
		top: 12px;
	}
}
.support {
	max-width: 992px;
	margin: 32px auto 80px;
}
.support .splide__slide {
	padding: 40px;
	border: 1px solid #abe4f3;
	border-radius: 16px;
	background-color: #abe4f3;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.support .splide__slide .colL {
	width: 61.6%;
	padding: 12px 16px;
	border: 1px solid var(--white);
	border-radius: 8px;
	background-color: var(--white);
}
.support .splide__slide .colL h3 {
	margin: 0 0 18px;
}
.support .splide__slide .colL figure {
	display: flex;
	margin-bottom: 18px;
}
.support .splide__slide .colL figure img {
	width: 163px;
	margin-right: 16px;
}
.support .splide__slide .colL figcaption {
	flex: 1;
	color: var(--darkBlue);
}
.support .splide__slide .colL figcaption strong {
	display: block;
	padding: 16px 0 16px 48px;
	background-image: url(/shared/images/ico_18.svg), url(/shared/images/ico_19.svg);
	background-repeat: no-repeat;
	background-position: 0 0, 100% 100%;
	background-size: 26px 18px;
	font-size: 2.4rem;
	line-height: 1.5;
}
.support .splide__slide.slide3 .colL figcaption strong {
	padding: 8px 0 8px 32px;
	font-size: 2.2rem;
}
.support .splide__slide .colL figcaption strong span {
	display: inline-block;
}
.support .splide__slide .colL p {
	margin-bottom: 0;
	font-size: 1.4rem;
}
.support .splide__slide .colR {
	width: 33.5%;
	display: flex;
	flex-direction: column;
}
.support .splide__slide .colR .statistics {
	display: flex;
	flex-direction: column;
	padding: 12px 20px;
	border: 1px solid var(--white);
	border-radius: 4px;
	background-color: var(--white);
	font-size: 1.3rem;
	font-weight: 600;
	flex: 1;
}
.support .splide__slide .colR .statistics p span {
	display: inline-block;
}
.support .splide__slide .colR .statistics figure {
	margin-top: 12px;
	flex: 1;
}
.support .splide__slide .colR .statistics img {
	width: auto;
	height: auto;
}
.support .splide__slide .colR .statistics figcaption {
	margin-top: 16px;
	font-size: 1.4rem;
	font-weight: 300;
}
.support .splide__slide .colR .btn {
	margin-top: 20px;
	min-width: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.support {
		margin-bottom: 64px;
	}
	.support .splide__slide {
		padding: 20px;
		display: block;
	}
	.support .splide__slide .colL,
	.support .splide__slide .colR {
		width: 100%;
	}
	.support .splide__slide .colL {
		margin-bottom: 20px;
	}
	.support .splide__slide .colL figure {
		display: block;
	}
	.support .splide__slide .colL figure img {
		width: 100%;
		margin-bottom: 24px;
	}
	.support .splide__slide .colL figcaption strong {
		margin-bottom: 12px;
		padding: 0 0 0 36px;
		font-size: 2.0rem;
	}
	.support .splide__slide.slide3 .colL figcaption strong {
		margin-right: -0.5em;
		padding: 20px 0 20px 12px;
		font-size: 2.0rem;
	}
	.support .splide__slide .colL p {
		font-size: 1.6rem;
	}
	.support .splide__slide .colR .statistics img {
		display: block;
		width: 270px;
		margin: 0 auto;
	}
}
.use .img {
	width: 372px;
	max-width: none;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.use .img {
		max-width: 100%;
	}
}
.approval {
	margin-top: 24px;
	text-align: center;
}
.approval h3 {
	display: inline-block;
	width: 21.5em;
	max-width: calc(100% - 40px);
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}
.approval h3::before {
	content: '';
	position: absolute;
	right: -70px;
	bottom: 10px;
	width: 82px;
	height: 82px;
	background: url(../../images/bg_5.svg) no-repeat 0 0 / 100%;
}
.approval h3 span {
	display: inline-block;
}
.approval .splide {
	margin: 0 auto;
}
.approval .splide a {
	color: var(--textBlack);
	text-decoration: none;
}
.approval .splide img {
	border-radius: 16px;
}
.approval .splide figcaption {
	margin-top: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
}
.approval .splide figcaption .post {
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
}
.approval .splide figcaption::after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: calc(100% + 28px);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--planBlue) url(../../shared/images/ico_2.svg) no-repeat 50% 50% / 110%;
}
.approval .splide__arrow {
	top: 158px;
	width: 38px;
}
.approval p.btn {
	margin-top: 56px;
}
@media screen and (max-width: 768px) {
	.approval h3 {
		width: 17em;
	}
	.approval h3::before {
		right: -10px;
		top: -36px;
		bottom: auto;
		width: 60px;
		height: 60px;
		z-index: -1;
	}
	.approval figcaption {
		font-size: 1.6rem;
	}
	.approval figcaption::after {
		width: 16px;
		height: 16px;
	}
}
/* ここから追記 */
/* 共通 */
#contentBody {
	margin-top: 48px;
}
.wrap-border {
	padding: 56px 48px;
}
@media screen and (min-width: 769px) {
	#commonHeader.fix ~ #main {
		margin-top: 0!important;
	}
}
@media screen and (min-width: 769px) {
    .innerA p.btn {
        width: 472px;
        min-width: 0;
    }
}
@media screen and (max-width: 768px) {
	#contentBody {
		margin-top: 28px;
	}
	.wrap-border {
		padding: 32px 16px 40px;
	}
}
/* キービジュアル */
#pageHeader p.btn {
	margin: 0;
}
#pageHeader .header-content {
	max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    align-items: center;
    margin: 0 20px;
    margin: 0 auto;
    min-height: 280px;
	flex-direction: column;
    align-items: initial;
    justify-content: center;
}
#pageHeader h1 {
	max-width: none;
    min-height: auto;
    margin: initial;
    padding: 0;
    display: block;
}
#pageHeader.withImg {
	background-image: url(/first/images/key_new_pc.jpg);
}
#pageHeader.withImg h1 {
	min-height: auto;
}
#pageHeader.withImg .sub-txt {
	color: var(--textBlack);
    font-weight: bold;
	font-size: 26px;
    margin: 20px 0 24px;
	line-height: 1.6;
}
#pageHeader.withImg::after {
	bottom: 0;
}
@media screen and (min-width: 769px) {
	#pageHeader.withImg h1 span {
	margin-top: 42px;
}
}
@media screen and (max-width: 1240px) {
	#pageHeader .header-content{
		margin: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	#pageHeader.withImg h1 {
		height: 60px;
	}
	#pageHeader.withImg p.btn {
		width: fit-content;
	}
	#pageHeader {
		height: 330px;
		overflow: hidden;
	}
	#pageHeader.withImg {
		background-image: none;
	}
	#pageHeader.withImg h1::after {
		background-image: url(/first/images/key_new_sp.jpg);
		background-position: 96% 23%;
		height: 264px;
	}
	#pageHeader .header-content .sub-txt {
		color: var(--white);
		font-size: 2.4rem;
		line-height: 1.4;
	}
	#pageHeader.withImg .sub-txt span {
	text-shadow: rgba(0,0,0,0.3) 3px 3px 3px,
	rgba(0,0,0,0.3) -3px -3px 3px,
	rgba(0,0,0,0.3) 3px -3px 3px,
	rgba(0,0,0,0.3) -3px 3px 3px;
	}
	#pageHeader .header-content {
		display: contents;
	}
	#pageHeader.withImg .wrapper-sub {
		padding: 0 20px;
	}
	#pageHeader.withImg h1 span:first-of-type {
		padding: 8px 20px 2px;
	}
	#pageHeader.withImg h1 span:last-of-type {
		padding: 16px 20px;
	}
	#pageHeader.withImg .notice {
		font-size: 1.2rem;
		font-weight: normal;
		color: #fff;
		text-shadow: 0px 0px 4px #000000, rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.2) 1px 1px 1px, rgba(0, 0, 0, 0.2) -1px -1px 1px, rgba(0, 0, 0, 0.2) 1px -1px 1px, rgba(0, 0, 0, 0.2) -1px 1px 1px;
	}
}
@media screen and (min-width: 351px) and (max-width: 375px) {
	#pageHeader .header-content .sub-txt {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 350px) {
	#pageHeader .header-content .sub-txt {
		font-size: 2rem;
	}
	#pageHeader .header-content .sub-txt {
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	#pageHeader .header-content .sub-txt {
		margin: 175px 0 0;
	}
}
.lead p.txt {
	font-weight: bold;
}
.lead .wrapper-boxes {
	margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)) !important;
    gap: 26px;
}
.lead .wrapper-boxes img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.lead p {
		font-size: 1.6rem;
	
	}
	.lead .wrapper-boxes {
		grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)) !important;
		margin-top: 20px;
		gap: 8px;
	}
}
@media screen and (max-width: 350px)  {
	.lead .wrapper-boxes {
		grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)) !important;
	}
}
@media screen and (min-width: 351px) and (max-width: 375px) {
	.lead .wrapper-boxes {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
	}
}
@media screen and (min-width: 769px) {
	.lead p.txt {
		text-align: center;
		font-size: 2rem;
	}
	#pageHeader.withImg h1 span {
		display: inline-block;
	}
}
/* もくじ */
.mokuji {
	border-left: 24px solid var(--planBlue);
	padding: 18px 30px 30px;
}
.mokuji .ttl {
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 5px solid var(--planBlue);
	font-size: 1.8rem;
	/* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
}
.mokuji ul.marker li {
	padding-left: 2em;
	margin-bottom: 0;
}
.mokuji ul.marker li::before {
	border: none;
    background-color: transparent;
    background-image: url(/shared/images/ico_1.svg);
    transform: translateY(-50%) rotate(90deg);
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
@media screen and (min-width: 769px) {
	.mokuji {
		margin: 56px auto 0!important;
	}
	.mokuji ul.marker li {
		display: inline-block;
		margin-right: 8px;
	}
}
@media screen and (max-width: 768px) {
	.mokuji {
		margin-top: 30px!important;
		padding: 20px 24px 24px;
	}
	.mokuji .ttl {
		font-size: 1.8rem;
	}
	.mokuji .ttl-l {
		font-size: 1.6rem;
	}
}
/* プランの活動について */
#section2 .colWrap {
	margin-top: 24px;
}
.col_effect {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)) !important;
	gap: 26px;
}
.col_effect .card_effect {
    background-color: #ffffff;
    padding: 31px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.col_effect .card_effect h3 {
    margin: 0;
}
.card_effect_title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.img_effect {
    width: 100%;
    position: relative;
    margin: 16px 0;
}
.col_effect .card_effect p {
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
	.col_effect {
		margin-top: 24px;
	}
	#section2 .splide__arrow--next {
        right: -5px;
    }
	.splide__arrow--prev {
        left: -5px;
    }
}
@media screen and (max-width: 720px) {
    .col_effect .card_effect {
        width: 100%;
        padding: 20px;
    }
}
/* 寄付でできること */
.voice {
	border: 1px solid var(--bgMagenta);
    background-color: var(--bgMagenta);
	margin-top: 0;
	padding: 40px;
	border-radius: 16px;
}
.voice .col {
	margin-top: 48px;
}
.voice .col:first-of-type {
	margin-top: 0;
}
.voiceBox {
	max-width: 992px;
    margin: 24px auto 0;
}
.voiceBox h4 {
	color: var(--magenta);
}
.voice h2 {
	margin-top: 0;
}
.voice .splide__slide .img {
	width: 310px;
}
.voice .splide__slide img {
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 768px) {
	.voice .voiceBox .col .txt > h4:first-child {
		margin: 24px 0 12px;
	}
	#section1-3 .voice {
	padding: 20px;
}
}
/* 3つの寄付方法 */
#section3 h4 {
	font-size: 2rem;
	margin-top: 5px;
}
#section3 .wrapper-boxes {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)) !important;
    gap: 26px;
}
#section3 .wrapper-boxes .box {
	margin-top: 0;
	border: 1px solid var(--bgYellow);
	border-radius: 16px;
}
#section3 .wrapper-boxes .box .btn {
	margin-top: 0;
}
#section3 .wrapper-boxes .box .img {
	margin-bottom: 24px;
	position: relative;
}
#section3 .wrapper-boxes .box .sub-ttl img {
	width: 100%;
}
#section3 .wrapper-boxes .box .img .labels {
	position: absolute;
	top: 8px;
	left: -4px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#section3 .wrapper-boxes .box .img .labels .type {
	background-color: #dc0080;
    color: var(--white);
	font-size: 2rem;
    font-weight: bold;
	letter-spacing: 0.1em;
    padding: 4px 12px;
	margin-bottom: 6px;
}
#section3 .wrapper-boxes .box .img .labels .type.onetime {
	background-color: var(--darkBlue);
}
#section3 .wrapper-boxes .box .img .labels .price {
	background-color: var(--white);
    color: #dc0080;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
	border: 1px solid var(--lightGray);
}
#section3 .wrapper-boxes .box .img img {
	width: 100%;
}
#section3 .wrapper-boxes .box .linkA {
	margin-bottom: 20px;
}
#section3 .col p.btn.btnC {
	width: 100%;
	margin-top: 0;
}
.pro_sub {
	margin-bottom: 0;
    background-image: url(/first/images/bg_line_2.svg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
    display: inline-block;
    padding-bottom: 12px;
}
@media screen and (min-width: 769px) {
	#section3 .wrapper-boxes .box:first-child .comment {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	#section3 h4 {
		font-size: 1.8rem;
	}
}
/* 公益財団法人の認定書類の説明と画像 */
#nintei {
	margin-top: 88px;
}
.nintei-img {
    margin: 0 auto;
}
.nintei-img figure img {
	display: block;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
}
.nintei-img figcaption {
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}
.nintei-img .comment {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .nintei-img {
        width: 820px;
    }
	.nintei-img li {
        width: 360px;
    }
	.d-flex-lg {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		margin-top: 56px;
    }
}
@media screen and (max-width: 768px) {
	.nintei-img img {
        width: min(58.6vw, 440px);
		margin: 0 auto;
    }
	.nintei-img li + li {
        margin-top: min(8vw, 30px);
    }
	.nintei-img figure {
		text-align: center;
	}
}

/* 女の子支援 */
.btnA.LightBlue a {
    border-color: var(--lightBlue);
    background-color: var(--lightBlue);
}
.btnA.LightBlue a::before {
	background-image: url(/shared/images/ico_2.svg);
}
/* あなたの支援で世界は変わります */
#section1-2 h4 {
	line-height: 1;
	margin: 20px 0 12px;
}
@media screen and (min-width: 769px) {
	.item-wrap {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
		gap: 56px;
	}
}
@media screen and (max-width: 768px) {
	.item-wrap .item + .item {
		margin-top: 32px;
	}
}
/* 私たちが取り組んできたこと */
#section2-2 {
	padding-bottom: 79px;
}