<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#contents.actions {
                padding-bottom: 2rem;
                }

/*================================

main

================================*/

.mainvisual {
	position: relative;
	width: 100%;
	min-width: 1100px !important;
	max-width: 1600px !important;
	height: auto;
                margin: auto;
                text-align: center;
                background-color: #fff;
                padding-bottom: 4.5rem;
	}
@media screen and (max-width: 768px) {
.mainvisual {
	min-width: 100% !important;
                padding-bottom: 3rem;
	}
	}

.mainvisual:before {
	content:"";
	display: block;
	padding-top: 40%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/action-main.jpg);
	background-size: contain;
	}
.mainvisual #content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}
@media screen and (max-width: 768px) {
.mainvisual:before {
	padding-top: 75%;
	background-size: cover;
	}
	}

.mainvisual h2{
	width: auto;
	height: 3em;
                margin-top: 5.5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/action2.svg);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
                }
@media screen and (max-width: 768px) {
.mainvisual h2{
                margin-top: 7%;
	height: 2.6em;
                }
	}

.mainvisual h3{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
                letter-spacing: .1em;
                color: #F0B900;
                margin-top: 1.5rem;
                }
@media screen and (max-width: 768px) {
.mainvisual h3{
	font-size: 1.3em;
                letter-spacing: 0;
                margin-top: 1.5rem;
                }
	}

.mainvisual p.lead{
                margin-top: 4rem;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 2.2em;
                }
@media screen and (max-width: 768px) {
.mainvisual p.lead{
                margin-top: 2.5rem;
	font-size: 1em;
	line-height: 2em;
                }
	}

.mainvisual:after {
                position: absolute;
                top: 60%;
                left: 5%;
	content: "";
	display: block;
                width: 90%;
                height: 40%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.mainvisual:after {
                top: 0;
                left: -50%;
                width: 200%;
                height: 100%;
                box-shadow: 0 0 .6rem .6rem hsl(0 0% 0% / 5%);
	}
	}


/*================================

actions

================================*/

.actions {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
                margin: auto;
                margin-top: 5rem;
                width: 86%;
	max-width: 1400px;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.actions {
                display: block;
                width: 100%;
                margin-top: 4rem;
                padding-bottom: 2rem;
	}
	}

@media screen and (max-width: 768px) {
.page .actions {
                display: flex;
                align-items: flex-start;
                padding-right: 7%;
                padding-left: 7%;
	}
	}

.actions .box{
                width: 28%;
                height: auto;
                text-align: center;
                padding-bottom: 4rem;
                position: relative;
	}
.actions .box:nth-child(4),
.actions .box:nth-child(9){
                margin-left: 17.75%;
	}
.actions .box:nth-child(5),
.actions .box:nth-child(10){
                margin-right: 17.75%;
	}
@media screen and (max-width: 768px) {
.actions .box{
                width: 100%;
                margin: auto;
                padding-bottom: 1.5rem;
	}
.actions .box:nth-child(4),
.actions .box:nth-child(9){
                margin: auto;
	}
.actions .box:nth-child(5),
.actions .box:nth-child(10){
                margin: auto;
	}
	}

@media screen and (max-width: 768px) {
.page .actions .box {
                width: 46%;
                margin: 0;
                padding-bottom: 2em;
	}
	}

.actions .box a{
                display: block;
                width: 100%;
                height: 100%;
	}

.actions .box a img{
                display: block;
                margin: auto;
                width: 100%;
                height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                box-shadow: 0 1.5rem 3rem -2.5rem hsl(0 0% 0% / 30%);
	}
@media screen and (max-width: 768px) {
.actions .box a img{
                width: 76%;
                height: auto;
                box-shadow: 0 1.5rem 3rem -2.5rem hsl(0 0% 0% / 50%);
	}
	}

@media screen and (max-width: 768px) {
.page .actions .box a img {
                width: 100%;
	}
	}

.actions .box a h4{
                display: inline-block;
	color: #FE68B2;
	margin-top: 3rem;
	line-height: 1em;
                font-size: 1.1em;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 768px) {
.actions .box a h4{
                font-size: 1.2em;
	margin-top: 1.5rem;
	}
.page .actions .box a h4{
                font-size: 1em;
	line-height: 1.6em;
	}
	}

.actions .box a:hover h4{
	border-bottom: 1px solid #FE68B2;
	}

.actions .box a p{
                color: #666;
	margin-top: 1rem;
	line-height: 1.8em;
                font-size: 1em;
	}
@media screen and (max-width: 768px) {
.page .actions .box a p{
	margin-top: .75rem;
                font-size: .9em;
	line-height: 1.6em;
	}
	}



/*================================

sustain

================================*/

.sustain{
                display: flex;
                position: relative;
                margin: auto;
                padding: 0 0 5rem;
                width: 100%;
	max-width: 1400px;
                background-color: #fff;
                margin-bottom: 5rem;
	}

.sustain .btn.white{
                margin-top: 0;
	}

.sustain .btn.white a{
                background-color: #fff;
                border: 1px solid #ededed;
	}
.sustain .btn.white a:hover  {
                background-color: #f3f3f3;
	}

.sustain .btn.white a p{
                display: inline-block;
	font-size: 1em;
                color: #FE68B2;
                padding: 2em 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/linkicon.svg);
	background-size: .9em;
                line-height: 1em;
                padding-left: 1.5em;
	}

.sustain:after {
                position: absolute;
                top: 5%;
                left: 4%;
	content: "";
	display: block;
                width: 92%;
                height: 95%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.sustain:after {
                left: -15%;
                width: 130%;
                box-shadow: 0 0 .8rem .8rem hsl(0 0% 0% / 5%);
	}
	}



/*================================

catchcopy

================================*/

.catchcopy {
                position: relative;
	text-align: center;
                margin: auto;
                padding-top: 4.5rem;
	}
@media screen and (max-width: 768px) {
.catchcopy {
                padding-top: 3rem;
	}
	}

.catchcopy h2{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
                color: #F0B900;
                letter-spacing: .05em;
                }
@media screen and (max-width: 768px) {
.catchcopy h2{
	font-size: 1.3em;
                }
	}

.catchcopy .actionsimage{
                position: relative;
                width: 40%;
                min-width: 600px;
                height: auto;
                margin: auto;
                margin-top: 4rem;
                }
@media screen and (max-width: 768px) {
.catchcopy .actionsimage{
                width: 80%;
                min-width: 80%;
                margin-top: 3rem;
                }
	}

.catchcopy .actionsimage:after {
                position: absolute;
                top: 50%;
                left: 5%;
	content: "";
	display: block;
                width: 90%;
                height: 50%;
	border-radius: 50%;
                box-shadow: 0 2rem 2rem 0 hsl(0 0% 0% / 7%);
                z-index: -1;
                background-color: #fff;
	}

.catchcopy .actionsimage img{
                width: 100%;
                height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
                }

.catchcopy h3{
                margin-top: 5rem;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1em;
                }
@media screen and (max-width: 768px) {
.catchcopy h3{
                margin-top: 3rem;
	font-size: 1.4em;
                }
	}

.catchcopy p.sub{
	margin-top: 2rem;
	line-height: 1em;
                font-size: 1.2em;
                }
@media screen and (max-width: 768px) {
.catchcopy p.sub{
	margin-top: 1.5rem;
                font-size: 1.1em;
                }
	}



/*================================

entrybody

================================*/

.entrybody {
                position: relative;
                width: 80%;
                margin: auto;
                padding: 2rem 0 5rem;
                background-color: #fff;
	}
@media screen and (max-width: 768px) {
.entrybody {
                width: 100%;
                padding-top: 1rem;
	}
	}

.entrybody .inner{
                margin-top: 1.5rem;
	text-align: center;
                font-size: 1.1em;
                line-height: 2em;
	}
@media screen and (max-width: 768px) {
.entrybody .inner{
                width: 80%;
                margin: auto;
                margin-top: 1rem;
                font-size: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
                line-height: 2em;
	}
	}

.entrybody p.cap{
                margin-top: 3rem;
	text-align: center;
                font-size: .9em;
                line-height: 1.8em;
	}
@media screen and (max-width: 768px) {
.entrybody p.cap{
                width: 80%;
	text-align: left;
                margin: auto;
                margin-top: 2rem;
	}
	}

.entrybody .entrylinks{
                margin-top: 3rem;
	}

.entrybody .entrylink{
                margin-top: .5rem;
                text-align: center;
	}

.entrybody .entrylink p.link{
                margin-top: .5em;
                text-align: center;
	}


.entrybody:after {
                position: absolute;
                top: 50%;
                left: 3%;
	content: "";
	display: block;
                width: 94%;
                height: 50%;
	border-radius: 50%;
                box-shadow: 0 0 1rem 1rem hsl(0 0% 0% / 5%);
                z-index: -1;
	}
@media screen and (max-width: 768px) {
.entrybody:after {
                left: -50%;
                width: 200%;
                box-shadow: 0 0 .6rem .6rem hsl(0 0% 0% / 5%);
	}
	}


</pre></body></html>