@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, ul, ol{
  margin: 0;
  padding: 0; }
h1 {
	margin-bottom: 20px;
}
h2 {
	font-size: 2.8rem;
	margin-bottom: 20px;
	font-weight: normal;
}
.h2-together{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 1.6rem;
	margin-bottom: 16px;
}
p{
	font-size: 1.3rem;
	margin-bottom: 16px;
	line-height: 1.6;
}
.l-container__wrap a:hover{
	opacity: 0.6;
}
.l-container__wrap {
    max-width: 1130px;
	margin-inline: auto;
}
section{
	margin-bottom: 40px;
}
.mv-wrap{
	text-align: center;
	margin-inline: calc(var(--container-size) * -1);
	margin-top: var(--header-height);
}
.mv-titie{
	text-align: center;	
}
.mv-wrap-p{
	margin-block: 30px;
	text-align: center;
	font-weight: bold;
}
.everyone-in-menu{
	font-size: 1.8rem;
	font-weight: bold;
	margin-block: 60px;
}
.everyone-in-menu li{
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
  position: relative;
}
.everyone-in-menu li a {
 display: block;
	padding-right: 20px;
}
.everyone-in-menu a::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #D64133;
}
.everyone-in-menu a::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.everyone-in-menu .btn-orange::before {
  background-color: #B36110;
}
.everyone-in-menu .btn-green::before {
  background-color: #00856A;
}
.everyone-in-menu .btn-blue::before {
  background-color: #007DB8;
}
.everyone-in-menu .btn-purple::before {
  background-color: #745499;
}
.actions-block-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 8%;
}
.action-block{
	width: 46%;
    display: flex;
	aspect-ratio: 1 / 1;
}
.action-block-wrap h2{
	padding: 30px;
	color: #fff;
	margin-bottom: 0;
	border-radius: 20px 20px 0 0;
	font-weight: bold;
}
#adapt-01 h2{
	background-color: #80271f;
}
#adapt-02 h2{
	background-color: #6b3a0a;
}
#adapt-03 h2{
	background-color: #005040;
}
#adapt-04 h2{
	background-color: #004b6e;
}
#adapt-05 h2{
	background-color: #46325c;
}
.adapt-block{
	padding: 30px;
	color: #fff;
	border-radius: 0 0 20px 20px;
}
.red {
	background-color: #D64133;	
}
.orange{
	background-color: #B36110;
}
.green{
	background-color: #00856A;	
}
.blue{
	background-color: #007DB8;	
}
.purple{
	background-color: #745499;	
}
.adapt-block{
	display: grid;
    grid-template-columns: 1fr 80px;
}
.adapt-block-en{
	font-size: 1.6rem;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: bold;
}
.adapt-block-en img{
	width: 180px;
	margin-bottom: 8px;
	}
.en-num{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
	margin-right: 10px;
}
.adapt-block-note{
	grid-row: 2 / 3;
	grid-column: 1 / 3;
}
.adapt-block-nom{
	grid-row: 1 / 2;
	grid-column: 2 / 2;
	font-size: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
	text-align: right;
	margin-top: -30px;
}
.actions-block-wrap{
	grid-row: 3 / 3;
	grid-column: 1 / 3;
}	
.action-block img{
	border: 5px solid #fff;
	border-radius: 10px;
	width: 100%;
}
.action-illust{
	margin-inline: auto;
	padding: 60px 0;
}
.action-illust{
	width: 80%;
}
.more-link{
	background-color: #fff;
	color: #000;
	border-radius: 30px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.h2-together{
	text-align: center;
	margin-bottom: 40px;
}
.campaign-info{
	background-color: #EFEFEF;
	padding: 20px;
	text-align: center;
}
.campaign-info h2{
	font-weight: normal;
}
.campaign-info p{
	text-align: left;
}
.campaign-logo{
	background-color: #fff;
	padding: 20px;
	border: 3px solid #000;
}
.campaign-15action{
	background-color: #fff;
	padding: 10px;
	border: 3px solid #000;
	border-top: none;
}
.more-link-black{
	margin-top: 20px;
}
.more-link-black a{
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 5px;
	padding: 10px;
}
.everyone-link li h3{
	margin-top: 0;
	font-size: 1.6rem;
}
.everyone-link li p{
	margin-bottom: 0;
}
.everyone-sns-wrap ul{
	display: flex;
	justify-content: center;
}
.everyone-sns-wrap li{
	margin-right: 10px;
}
.everyone-sns-wrap li img{
	width: 30px;
}
.everyone-sns{
	margin-bottom: 30px;
}
.pc-br{
	display: none;
}
.animate__animated {
 visibility: hidden;
 opacity: 0;
 transition: 1s;
}
.animate__fadeInRight {
 visibility: visible;
 opacity: 1;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.animate__delay-1 {
 animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__delay-2 {
 animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__delay-3 {
 animation-delay: calc(var(--animate-delay) * 1);
}

.mv-wrap{
	position: relative;
}
.mv-01{
	width: 14vw;
	position: absolute;
	right: 0;
	top: 37%;
}
.mv-02{
	width: 14vw;
	position: absolute;
	left: 1%;
	top: 34%;
}
/* animationプロパティの用意 */
.cloud-animation {
  animation: cloud-animation 1.8s ease-in-out infinite alternate-reverse;
}
.cloud-animation2 {
  animation: cloud-animation2 1.6s ease-in-out infinite alternate-reverse;
}
/* @keyframesの用意 */
@keyframes cloud-animation {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}
@keyframes cloud-animation2 {
  0% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(9px);
  }
}

/*15アクション個別ページ*/
.action-detail h1{
	font-size: 1.6rem;
	margin-top: 20px; 
}
.action-detail h2{
	font-size: 2rem;	
}
.actions-mv h2 img{
	border-radius: 20px;
}
.select-actions h2{
	padding-bottom: 10px;
}
.action-num{
	font-weight: bold;
}
.action-graph-wrap{
	background-color: #EDF6F1;
	padding: 20px;
	border-radius: 20px;
}
.action-graph-wrap h3{
	margin-top: 0;
	color: #00856A;
}
.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	padding-bottom: 16px;
}
.scroll-box img {
  max-width: 100%;
  min-width: 1000px;
}
.action-graph-text{
	margin-top: 20px;
}
.action-graph-text p{
	margin: 0;
}
.action-graph-text p:first-child{
	color: #00856A;
	font-weight: bold;
}
.select-menu li{
	padding-bottom: 10px;
	margin-bottom: 16px;
	position: relative;
	padding-left: 30px;
}
.select-menu li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #00856A;
}
.select-menu li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 0.5rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 8px;
    left: 3px;
    transform: rotate(-45deg);
}
.action-green h1, .action-green .action-num{
	color: #00856A;
}
.select-menu li{
	border-bottom: dotted 2px #00856A;
	color: #00856A;
	font-weight: bold;
}
#action-block-link{
	margin-inline: calc(var(--container-size) * -1);
	background-color: #00856A;
}
#campaign-info{
	margin-inline: calc(var(--container-size) * -1);
	background-color: #F9F9F9;
}
.campaign-logo a{
	text-decoration: underline;
}
.action-block-link-wrap{
	padding: 30px;
	color: #fff;
	max-width: 980px;
	margin-inline: auto;
}
.campaign-info-2col{
	padding: 60px 30px;
	max-width: 980px;
	margin-inline: auto;
}
.campaign-info-right{
	text-align: center;
}
.campaign-info-right h3{
	margin-top: 30px;
}		
.campaign-info-right .more-link-black a{
	padding: 5px 50px;
	font-size: 1.6rem;
}
.select-actions hgroup{
	color: #fff;
	padding: 10px 20px 0;
	border-radius: 10px 10px 0 0;
}
.actions-mv .action-num{
	margin-top: 60px;
}
.actions-mv h2{
	font-weight: bold;
}
.select-actions h2,.select-actions p{
	margin-bottom: 0;
	font-weight: bold;
}
.select-actions-list{
	background-color: #EDF6F1;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}
.select-actions-list p{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.back-link a{
	border: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	font-weight: bold;
}
.select-menu-s li{
	list-style: disc;
	border-bottom: none!important;
	margin-bottom: 0;
	padding: 0;
}
.select-menu-s li:first-child{
	margin-top: 20px;
}
.select-menu-s li::before,.select-menu-s li::after{
	display: none;
}

/*色分け*/
.action-red h1, .action-red .action-num,.action-red .action-graph-wrap h3,.action-red .action-graph-text p:first-child{
	color: #D64133;
}
.action-red .select-menu li{
	border-bottom: dotted 2px #D64133;
	color: #D64133;
}
.action-red .select-menu li::before {
  background-color: #D64133;
}
.action-red #action-block-link{
  background-color: #D64133;
}
.action-red .select-actions-list,.action-red .action-graph-wrap{
  background-color: #fcf0ef;	
}
.action-orange h1, .action-orange .action-num,.action-orange .action-graph-wrap h3,.action-orange .action-graph-text p:first-child{
	color: #B36110;
}
.action-orange .select-menu li{
	border-bottom: dotted 2px #B36110;
	color: #B36110;
}
.action-orange .select-menu li::before {
  background-color: #B36110;
}
.action-orange #action-block-link{
  background-color: #B36110;
}
.action-orange .select-actions-list,.action-orange .action-graph-wrap{
  background-color: #f7efe7;	
}
.action-blue h1, .action-blue .action-num,.action-blue .action-graph-wrap h3,.action-blue .action-graph-text p:first-child{
	color: #007DB8;
}
.action-blue .select-menu li{
	border-bottom: dotted 2px #007DB8;
	color: #007DB8;
}
.action-blue .select-menu li::before {
  background-color: #007DB8;
}
.action-blue #action-block-link{
  background-color: #007DB8;
}
.action-blue .select-actions-list,.action-blue .action-graph-wrap{
  background-color: #e5f2f8;
}
.action-purple h1, .action-purple .action-num,.action-purple .action-graph-wrap h3{
	color: #745499;
}
.action-purple .select-menu li{
	border-bottom: dotted 2px #745499;
	color: #745499;
}
.action-purple .select-menu li::before {
  background-color: #745499;
}
.action-purple #action-block-link{
  background-color: #745499;
}
.action-purple .select-actions-list,.action-purple .action-graph-wrap{
  background-color: #f1eef5;
}
.action-15-wrap .action-graph-text p{
	color: #000;
	font-weight: normal;
}

@media screen and (min-width:960px){
.action-detail{
	max-width: 980px;
	margin-inline: auto;		
}
h2 {
    font-size: 4.3rem;
}
h3 {
    font-size: 2.6rem;
}
h4 {
    font-size: 2.4rem;
}
h5 {
    font-size: 2rem;
}
h6 {
    font-size: 1.6rem;
}
p {
    font-size: 1.6rem;
}
ul {
    margin-left: 1em;
}
.mv-wrap h1 img{
	margin-top: 60px;
}
.mv-wrap-p{
	margin-top: 60px;
}
.mv-wrap-p p{
	font-size: 2rem;
}
.everyone-in-menu{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	font-size: 2.4rem;
}	
.everyone-in-menu li{
	width: 30%;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.action-block-wrap h2{
	padding: 50px 80px;
	font-size: 6rem;
}
.en-num{
	margin-right: 20px;
}
.adapt-block{
	display: grid;
    grid-template-columns: 150px 1fr;
	padding: 80px 100px 100px;
}
.adapt-block h3{
	margin-top: 0;
}
.adapt-block-en{
	font-size: 2.4rem;
	transform-origin:20px 10%;
transform: rotate(90deg);
	grid-row: 1 / 2;
	grid-column: 1 / 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
	.adapt-block-en img{
		width: 240px;
	}
.adapt-block-note{
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-right: 40px;
}
.adapt-block-nom{
	font-size: 180px;
	grid-row: 1 / 2;
	grid-column: 3 / 3;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
	margin-top: -60px;
}	
.actions-block-wrap{
	grid-row: 2 / 2;
	grid-column: 2 / 4;
}	
	
.actions-block-wrap{
	gap: 40px 3.5%;
}
.action-block{
	width: 31%;
}
.action-illust{
	margin-inline: inherit;
}
.actions-block-wrap div:last-child{
    margin-left: auto;
}
.action-block img{
	border: 14px solid #fff;
	border-radius: 20px;
}
.action-block-wrap-illust{
	position: absolute;
	right: 0;
	bottom: 0;
	}
.action-illust{
	width: inherit;
}
.more-link{
	font-size: 1.8rem;
	margin-top: 20px;
	padding: 8px;
}
.h2-together{
	font-size: 4.3rem;
	margin-bottom: 80px;
}
.campaign-info{
	padding: 100px;
}
.campaign-info h2{
	margin-top: 0;
}
.campaign-logo{
	padding: 60px;
	border: 8px solid #000;
}
.campaign-logo img{
	margin-bottom: 40px;
}
.campaign-15action{
	padding: 60px;
	border: 8px solid #000;
	border-top: none;
}
.more-link-black{
	margin-top: 40px;
	font-size: 2.4rem;
}
.more-link-black a{
	border-radius: 60px;
	padding: 20px 50px;
}
.everyone-link{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 40px;
}
.everyone-link li h3{
	font-size: 2rem;
}
.everyone-link li{
	width: 32%;
}
.everyone-sns-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 8%;
}
.everyone-sns-wrap > div{
	width: 46%;
}
.everyone-sns-wrap ul{
	justify-content: flex-start;
}
.everyone-sns-wrap li{
	margin-right: 30px;
}
.everyone-sns-wrap li img{
	width: 60px;
}
.pc-br{
	display: block;
}
	
/*15アクション個別ページ*/
.action-detail h1{
	font-size: 3.6rem;
	margin-bottom: 40px;
}
.action-detail h2{
	font-size: 3.2rem;	
	margin-top: 0;
}
.actions-mv hgroup{
	margin-top: 30px;	
}
.action-graph-wrap{
	padding:  20px 40px;
}
.action-graph-wrap h3{
	font-size: 2.8rem;
}
.action-15-wrap{
	display: flex;
}
.action-15-wrap-img{
	width: 44%;
}
.action-15-wrap .action-graph-text{
	width: 56%;
}
.scroll-box {
  overflow-x: inherit;
}
.scroll-box img {
  min-width: 100%;
}
.action-graph-text{
	display: flex;
	justify-content: space-between;
}
.select-actions hgroup{
	display: inline-block;
}
.select-actions-list{
	border-top: 5px solid #00856A;
}
.select-actions-list p{
	font-size: 2.2rem;
	padding: 20px;
}
.select-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.select-menu li{
	width: 49%;
	font-size: 2.4rem;
}
.select-menu li::before {
  top: 9px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
.select-menu li::after {
  width: 16px;
  height: 10px;
    top: 12px;
    left: 4px;
}
.select-actions-list-04{
	display: flex;
	justify-content: space-between;
}
.select-actions-list-04 li{
	width: 100%;
}
.select-actions-list-04 .select-menu{
	flex-direction: column;
	justify-content: flex-start;
}
.action-block-link-wrap{
	display: flex;
	justify-content: space-between;
	padding: 60px 0
}
.action-block-link-wrap h2{
	margin-block: 0;
	font-size: 3.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#action-block-link .adapt-block{
	padding: 60px;
}
#action-block-link .actions-block-wrap{
	width: 70%;
	gap: 4%;
}
#action-block-link .actions-block-wrap .action-block img{
	border: 8px solid #fff;
}
.back-link a{
	border: 8px solid #fff;
	border-radius: 20px;
}
#action-block-link .action-block{
	width: 22%;
}
#action-block-link .actions-block-wrap div:last-child{
    margin-left: inherit;
}
.campaign-info-2col{
	display: flex;
	padding: 40px 80px;
	justify-content: space-between;
	align-items: center;
}
.campaign-info-left{
	width: 40%;		
}
.campaign-info-right{
	width: 50%;
	text-align: center;
}	
.campaign-info-right h3{
	margin-top: 0;
}		
.campaign-info-right .more-link-black a{
	padding: 10px 50px;
	font-size: 2rem;
}
	
/*色分け*/	
.action-red .select-actions-list{
	border-top: 5px solid #D64133;
}
.action-orange .select-actions-list{
	border-top: 5px solid #B36110;
}
.action-blue .select-actions-list{
	border-top: 5px solid #007DB8;
}
.action-purple .select-actions-list{
	border-top: 5px solid #745499;
}
}