@charset "UTF-8";

/*変数*/
:root {
	--color-jrepoint1: #85bf23;
	--color-jrepoint2: #00b19d;
	--color-jrepoint3: #0f7f3d;
}
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/*--------------------
sustaina
--------------------*/
body.sustaina #contents{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0;
	border-bottom: 4px solid #00b1ed;
}
.sustaina.pc #contents-main.all{
	padding-top: 0;
	margin-top: 30px;
	background: rgba(112, 199, 218,0.65);
	padding: 45px 45px 145px;
}
#contents > h2 {
  display: none;
}
.sustaina #contents h3{
	font-size: 30px;
	font-weight: bold;
	background: transparent;
}
/*--------------------
main_visual
--------------------*/
.sustaina #contents .main_visual{
	margin: 55px 0 105px;
}
.sustaina #contents .main_visual h2{
	padding: 0 0 60px;
}
.pc.sustaina #contents .main_visual h2 img{
	width: 920px;
}
.sustaina #contents .main_visual p{
    line-height: 2em;
    font-size: 26px;
	color: #310f17;
	text-align: center;
}
/*--------------------
theme
--------------------*/
.sustaina #contents .theme{
	background: #fff;
	border-radius: 60px 0 60px 0;
	padding: 40px 50px 40px;
	margin: 0 0 55px;
}
.sustaina #contents .theme h3{
	background: transparent;
	text-align: center;
	color: #70c7da;
	padding: 0 0 25px;
	letter-spacing: 6px;
}
.sustaina #contents .theme .flex{
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: space-between;
}
.sustaina #contents .theme .flex p{
	font-size: 14px;
	line-height: 20.5px;
}
.sustaina #contents .theme .flex div{
	width: calc(100% / 3 - 24px);
	aspect-ratio: 1 / 1;
	border-radius: 50% 50% 50% 0;
}
.sustaina #contents .theme .flex div .box-inner{
	padding: 40px 35px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.sustaina #contents .theme .flex div p{
	color: #310f17;
	text-align: justify;
	padding: 0 10px;
}
.sustaina #contents .theme .flex div.one{
	background: rgba(23, 168, 96, 0.15);
	color: #17a860;
}
.sustaina #contents .theme .flex div.two{
	background: rgba(165, 188, 52 , 0.15);
	color: #a5bc34;
}
.sustaina #contents .theme .flex div.three{
	background: rgba(112, 199, 218,0.15);
	color: #70c7da;
}
.sustaina #contents .theme h4{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	line-height: 30px;
}
.sustaina #contents .theme h4 span{
	font-size: 16px;
	display: block;
}
/*--------------------
topics
--------------------*/
.sustaina #contents .topics{
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
}
.sustaina #contents .topics h3{
	color: #fff;
}
.sustaina #contents .topics p{
	font-size: 16px;
}
/*--------------------
events
--------------------*/
.sustaina #contents article.events{
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 40px;
  gap: 20px 30px;
  color: #310f17;
	flex-direction: row-reverse;
	margin-bottom: 40px;
	flex-wrap: wrap;
	box-sizing: border-box;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
	border: none;

}
.sustaina #contents article.events:last-of-type{
		margin-bottom: 0;
}
.sustaina #contents article.events .image{
  width: 260px;
	/* height: 260px;
	overflow: hidden; */
}
.sustaina #contents article.events .image img{
	width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.sustaina #contents article.events h4{
	color: #067039;
	font-weight: bold;
	overflow: hidden;
	font-size: 1.2em;
}
.sustaina #contents article.events .color_border {
  height: 4px;
  background: linear-gradient(to right,
    #17a860 0%,
    #17a860 33.33%,
    #a5bc34 33.33%,
    #a5bc34 66.66%,
    #70c7da 66.66%,
    #70c7da 100%
  );
	margin: 0px 0 25px;
}
.sustaina #contents article.events .ev_detail{
	width: calc(100% - 290px);
}
.sustaina #contents article.events p.txt{
  line-height: 1.8em;
  font-weight: normal;
}
.sustaina #contents article.events p.txt a span{
  text-decoration: none;
  word-break: break-all;
}
.sustaina #contents article.events .link {
  display: inline-block;
	margin: 0 auto;
	position: relative;
}
.sustaina #contents article.events .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00a4e4;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 20px 84px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  white-space: nowrap;
	position: relative;
  overflow: hidden;
}
.sustaina #contents article.events .link a::after {
  content: '\e5cc';
	font-family: var(--fontfamily-icon);
  font-size: 16px;
	position: absolute;
  right: 16px; 
  top: 50%;
  transform: translateY(-50%); 
  pointer-events: none;
}

.sustaina #contents article.events .link a:hover {
  background-color: #008fc4;
}
/*--------------------
footer
--------------------*/
.sustaina footer{
	border-top: none;
}

/*--------------------
sp
--------------------*/
.sp.sustaina #contents h3 {
  font-size: 7vw;
}
.sp.sustaina #contents .main_visual p{
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}
.sp #contents-main.all{
	padding: 30px 16px 70px;
	background: rgba(112, 199, 218, 0.65);
}
.sp.sustaina #contents .main_visual h2 {
	padding: 0 0 20px;
}
.sp.sustaina #contents .main_visual {
    margin: 20px 0 30px;
}
.sp.sustaina #contents .sp_size{
	padding: 0;
}
.sp.sustaina #contents .theme{
	padding: 40px 11vw 60px;
}
.sp.sustaina #contents .theme .flex div {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	position: relative; 
}
.sp.sustaina #contents .theme .flex div .box-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10vw;
	box-sizing: border-box;
}
.sp.sustaina #contents .theme h4{
	font-size: 6vw;
	padding: 5px 0 10px;
}
.sp.sustaina #contents .theme h4 span{
	font-size: 4vw;
    line-height: 29.8px;
}
.sp.sustaina #contents .theme .flex p {
  font-size: 3.5vw;
  line-height: 1.6em;
  padding: 0 5px 0 0;
}
.sp.sustaina #contents .topics {
  margin: 0 0 15px;
}
.sp.sustaina #contents article.events .ev_detail {
  width: 100%;
}
.sp.sustaina #contents article.events .image {
	width: 100%;
    margin: 0 0 20px;
}
.sp.sustaina #contents article.events {
  padding: 30px;
	gap: 25px;
}
.sp.sustaina #contents article.events h4 {
	font-size: 16px;
}
.sp.sustaina #contents article.events .color_border {
  margin: 0px 0 20px;
}
.sp.sustaina #contents .topics p {
  font-size: 3.5vw;
}
.sp.sustaina #contents article.events .link a {
	white-space: wrap;
	text-align: center;
	padding: 15px 40px;
}

@media screen and (max-width:375px) {
	.sp.sustaina #contents .theme {
		padding: 40px 9vw 60px;
	}
	.sp.sustaina #contents .main_visual p {
    	font-size: 4vw;
	}
}