@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
	ヘッダーロゴ
-----------------------------------------------------------------------------*/
@media (min-width: 992px) {
	#mainNav h1 {
		margin: 0;
	}
	#mainNav .navbar-brand {
		display: flex;
		align-items: center;
	}
	#mainNav .navbar-brand img {
		height: 36px;
	}
	#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
        height: 30px;
    }
	#mainNav h1 .navbar-brand span {
		display: inline-block;
		padding-left: 1em;
	}
	#mainNav .navbar-brand img.color_logo {
		display: none;
	}
	#mainNav .navbar-brand img.white_logo {
		display: inline-block;
	}
	#mainNav.navbar-shrink .navbar-brand img.color_logo {
		display: inline-block;
	}
	#mainNav.navbar-shrink .navbar-brand img.white_logo {
		display: none;
	}
}
@media (max-width: 991px) {
	#mainNav .navbar-brand img.white_logo {
		display: none !important;
	}
}
/*-----------------------------------------------------------------------------
	トップページメインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position: relative;
}
.visual-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
	color: var(--orange);
	display: flex;
	align-items: flex-end;
}
.visual-content-inner {
	padding-left: 5%;
	padding-bottom: 10%;
	text-align: left;
}
.visual-content h2 {
	margin: 0;
	font-size: 42px;
	font-weight: 500;
	font-family: var(--ja1);
	white-space: nowrap;
	line-height: 1.75;
}
.visual-content h2 span:not(.kutouten) {
	display: inline-block;
    padding: 5px .35em;
	margin-bottom: .5rem;
	background: var(--blue1);
	background: #fff;
    position: relative;
    line-height: 1.5;
    margin-bottom: 15px;
}
.visual-content h2 span:not(.kutouten):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: -webkit-clip-path .4s cubic-bezier(1,.05,.05,.75) .7s;
    transition: -webkit-clip-path .4s cubic-bezier(1,.05,.05,.75) .7s;
    transition: clip-path .4s cubic-bezier(1,.05,.05,.75) .7s;
}
.visual-content h2 span:not(.kutouten):last-child:before {
	transition-delay: .9s;
}
.visual-content.isPlay h2 span:not(.kutouten):before {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}
@media (max-width: 991px) {
	.visual-content h2 {
		font-size: 36px;
	}
	#visual {
	    height: 600px !important;
	}
}
@media (max-width: 767px) {
	.visual-content h2 {
		font-size: 20px;
	}
	.visual-content-inner {
	    padding-left: 3%;
	    padding-bottom: 5%;
	}
	.visual-content h2 span:not(.kutouten) {
		margin-bottom: 8px;
	}
	#visual {
	    height: 500px !important;
	}
}
/*-----------------------------------------------------------------------------
	メインナビ
-----------------------------------------------------------------------------*/
@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item:last-child a {
        background-color: var(--orange);
        border-radius: 100px;
        padding-left: 1em;
        padding-right: 1em;
    }
	    #mainNav.navbar-shrink .navbar-nav .nav-item:last-child .nav-link {
	    color: #fff;
	}
    #mainNav .navbar-nav .nav-item:last-child a:hover {
	    color: #fff;
	    background-color: var(--orange2);
    }
}

/*-----------------------------------------------------------------------------
	トップページお知らせ
-----------------------------------------------------------------------------*/
#top_news {
	background-color: var(--bg-green);
}
#top_news.page-section h3.section-subheading {
	margin-bottom: 2rem;
}
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
#top01 {
	position: relative;
	overflow: hidden;
}
#top01::before {
	content: '';
	display: block;
	width: 100%;
	height: 70%;
	background: url(../images/top/bg_top01.svg) center center/contain no-repeat;
	opacity: .1;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: -1;
}
.top01_content {
	max-width: 560px;
	margin: 0 auto;
	font-size: 1.2em;
	position: relative;
}
.top01_content p {
	line-height: 2.5;
}
.top01_content p.color-orange {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}
.top01_content figure {
	border-radius: 50%;
	width: 220px;
	overflow: hidden;
	position: absolute;
	opacity: .8;
}
.top01_content figure.top01_img01 {
	top: -130px;
	left: -300px;
	width: 250px;
}
.top01_content figure.top01_img02 {
	top: -90px;
	right: -280px;
}
.top01_content figure.top01_img03 {
	bottom: -40px;
	left: -220px;
	width: 200px;
}
.top01_content figure.top01_img04 {
	bottom: 30px;
	right: -210px;
	width: 180px;
}
#top02 {
	position: relative;
	background: var(--bg-beige);
	z-index: -2;
}
#top02 .container {
	position: relative;
	padding-bottom: 130px;
}
#top02 .container::before {
	content: '';
	display: block;
	width: 80%;
	height: 100%;
	position: absolute;
	left: 10%;
	bottom: 0;
	background: url(../images/top/bg_top02.svg) center bottom/contain no-repeat;
	z-index: 0;
	opacity: .2;
}
#top02 .row {
	position: relative;
	z-index: +1;
}
.top02_txt {
	position: relative;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 4rem;
	opacity: .6;
	padding-left: 2em;
}
.top02_txt:last-child {
	margin-bottom: 0;
}
.top02_txt span.en {
	position: absolute;
	opacity: .2;
	font-size: 3rem;
	left: 0;
	top: -.8em;
}
/*-----------------------------------------------------------------------------
	トップページ運営団体
-----------------------------------------------------------------------------*/
#top_about table.table-contact th {
	background-color: var(--bg-green);
	padding: 1em;
	text-align: center;
}
#top_about table.table-contact td {
	padding: 1em 2em;
}

@media (max-width: 991px) {
	#top02 .top02_left figure {
		margin-bottom: 3rem;
	}
	.top02_right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.top01_content {
		font-size: 1.1em;
	}
	.top01_content p {
		line-height: 2;
	}
	.top01_content p.color-orange {
		font-size: 24px;
	}
	#top02 .container {
		padding-bottom: 80px;
	}
	#top02 .container::before {
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
	}
	.top02_txt {
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding-left: 1.5em;
	}
	.top02_txt span.en {
		font-size: 2rem;
		white-space: nowrap;
	}
	#top_about table.table-contact {
		margin-top: 0;
	}
	#top_about table.table-contact th {
		padding: .5em;
	}
	#top_about table.table-contact td {
		padding: .5em;
	}

}


/*-----------------------------------------------------------------------------
	回収実績
-----------------------------------------------------------------------------*/
/* アーカイブ */
.archive_achievements_box {
	display: block;
}
.archive_achievements_box figure {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	aspect-ratio: 750 / 235;
	margin: 0;
	z-index: -1;
	margin-top: -1em;
}
.archive_achievements_box figure img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: transform .5s ease-out;
    height: 100%;
    object-fit: cover;
}
.archive_achievements_box:hover figure img {
	transform: scale(1.05);
}
.archive_achievements_box h4 {
	text-align: center;
	font-size: 18px;
	margin-left: 1em;
	margin-right: 1em;
	padding: 8px 1em;
	position: relative;
	color: #fff;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    z-index: +1;
}
.archive_achievements_box h4:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--green1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
	transition: .25s ease-out;
}
.archive_achievements_box:hover h4:before {
	background: var(--orange);
}
h3.archive_achievements_head {
	display: flex;
	align-items: center;
	margin-bottom: 1.65em;
}
h3.archive_achievements_head svg {
	font-size: 1.5em;
	margin-right: .5em;
	margin-top: -.2em;
}
.archive_achievements_row:not(:last-of-type) {
	margin-bottom: 60px;
}
.archive_achievements_box .meta {
	margin-top: 5px;
	text-align: center
}
.archive_achievements_box .meta span {
	display: inline-block;
	margin-left: 1em;
}
/* シングル */
#single_achievements figure {
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}
#single_achievements figure img {
	border-radius: 20px;
}
#single_achievements table.table-gray {
	width: 100%;
	line-height: 1.65;
}
#single_achievements table.table-gray th {
	padding: .75em 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: var(--bg-green);
	text-align: center;
	white-space: nowrap;
}
#single_achievements table.table-gray td {
	padding: .75em 1em;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
#single_achievements table.table-gray tr:first-of-type th {
	border-top: 1px solid #f1f1f1;
}
#single_achievements table.table-gray tr:last-of-type th {
	border-bottom: 1px solid #f1f1f1;
}
#single_achievements .co2 {
	text-align: center;
	border: 2px solid var(--orange2);
	font-size: 1.1em;
	border-radius: 8px;
	padding: 5px 1em;
	margin-bottom: 1rem;
}
#single_achievements .co2 span {
	display: inline-block;
	padding-left: 1em;
}

@media (max-width: 767px) {
	
	h3.archive_achievements_head {
	    margin-bottom: 1em;
	    font-size: 20px;
	}
	h3.archive_achievements_head svg {
	    margin-right: .35em;
	}
	.archive_achievements_row:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.archive_achievements_box h4 {
		font-size: 16px;
	}
}



/*-----------------------------------------------------------------------------
	未来の地球防衛隊とは
-----------------------------------------------------------------------------*/
.about01_content {
	position: relative;
}
.about01_content::before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/about/bg_about01.png) center center / 100% no-repeat;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about01_content p {
	line-height: 2.5;
}
.about01_content p.font-l {
	font-size: 1.2em;
	
}
.color-green {
	color: var(--green1);
}
.bg_round {
	padding: 3rem;
	border-radius: 20px;
	background-color: var(--bg-beige);
	display: flex;
	justify-content: center;
}
#about01 .bg_round h4 {
	font-size: 2.4rem;
}
#about01 .bg_round ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#about01 .bg_round ul li {
	line-height: 2.5;
}
#about01 table.table-contact th {
	background-color: var(--bg-green);
	padding: 1em;
	text-align: center;
}
#about01 table.table-contact td {
	padding: 1em 2em;
}

@media (max-width: 767px) {
	.about01_content p {
		line-height: 2;
	}
	.about01_content p.font-l {
		font-size: 1em;
	}
	.bg_round {
	    padding: 1rem;
	}
	#about01 .bg_round h4 {
	    font-size: 2rem;
	}
	#about01 .bg_round ul {
	    font-size: 1em;
	}
	#about01 table.table-contact {
		margin-top: 0;
	}
	#about01 table.table-contact th {
		padding: .5em;
	}
	#about01 table.table-contact td {
		padding: .5em;
	}

	
}

/*-----------------------------------------------------------------------------
	活動内容
-----------------------------------------------------------------------------*/
#ad01 h2.green {
	margin-bottom: 1.5em;
}
#ad01 h2.green span {
	display: inline-block;
	font-size: 1.35em;
	padding: 0 8px;
}
#ad01 .mission_box {
	height: 100%;
	border: 3px solid var(--orange);
	border-radius: 20px;
	padding: 2em 1.5em;
	background-color: var(--bg-beige);
}
#ad01 .mission_box h3 {
	color: var(--green1);
	font-size: 2.7rem;
	text-align: center;
	margin-bottom: 1em;
}
#ad01 .mission_box h3 small {
	display: block;
	font-size: 50%;
	color: #6c757d;
}
#ad01 .mission_box figure {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
#ad01 .mission_box figure img {
	width: 200px;
}
#ad01 .mission_box p {
	font-weight: bold;
}


@media (max-width: 767px) {

	#ad01 h2.green {
	    margin-bottom: 1em;
	}
	#ad01 h2.green span {
		font-size: 1.25em;
		padding: 0 4px;
	}
	#ad01 .mission_box {
		border: 2px solid var(--orange);
		padding: 1.5 1em 1em;
		background-color: var(--bg-beige);
	}
	#ad01 .mission_box h3 {
	    font-size: 1.75rem;
	    margin-bottom: .5em;
	}
	#ad01 .mission_box figure img {
		width: 140px;
	}

}

