@charset "UTF-8";
/* CSS Document */
/*////////// reset //////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*////////// basic //////////*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;  /*1em=10px*/
}

body {
	font: 100%;
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont ;
	background: ;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.6rem;
}
h3 {
	font-size: 2.2rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.6rem;
}
p, dl, table {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: 300;
}
/*////////// main //////////*/

.content {
	margin-top: 100px;
	width: 100%;
	height: auto;
}




header {
	width: 100%;
	height: 150px;
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10;
	filter: drop-shadow(0px 5px 5px #e8eed6);
}

header nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
header h1 img {
	width: 320px;
	filter: drop-shadow(0px 0px 1px #ffffff) drop-shadow(0px 0px 3px #ffffff) drop-shadow(0px 0px 5px #ffffff);
}
header h1 span {
	display: none;
}

header p {
	color: #06ad70;
	font-size: 1.4rem;
	font-weight: 500;
}

section, article {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.4em;
}

.section-bg  {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120.51614236121304deg, rgba(6, 173, 112,0.2) 8.580357142857142%,rgba(148, 165, 60,0.2) 28.833581349206355%,rgba(244, 161, 26,0.2) 42.867311507936506%,rgba(255, 255, 255,0.2) 85.12797619047619%);
  z-index: 5;
}

.section-bg ::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 960px 0px 320px #fff;
}

.section-bg h2 {
	font-size: 1.6rem;
	line-height: 3.2rem;
	margin: 1em;
}
.section-bg img {
	width: 50%;
	min-width: 300px;
	display: block;
	margin: 10em auto 3em auto;
	text-align: center;
	filter: drop-shadow(0px 0px 3px #ffffff) drop-shadow(0px 0px 5px #ffffff) drop-shadow(0px 0px 10px #ffffff);
}

.section01 {
	text-align: center;
}
.section01 p{
	font-size: 1.2rem;
	font-weight: 500;
}
.section01 img {
	margin: 2em 0 1em 0;
}

.section01 h4 {
	font-size: 2rem;
	margin: 2em 1em;
}

.section01 h4 span {
	display: block;
	font-family: 'Tenor Sans', sans-serif;
	color: #06ad70;
	padding-top: 1em;
	margin-bottom: 5em;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;	
}

.sdgs-03, .sdgs-05, .sdgs-11 {
	flex-basis: 100%;
	margin: 2em 0;
}
.sdgs-03 span::after {
	content: '';
	display: block;
	width: 185px;
	height: 100px;
	background: url(../img/icon-03.svg) no-repeat;
	background-size: contain;
	margin: 1em auto 0 auto;
}
.sdgs-05 span::after {
	content: '';
	display: block;
	width: 185px;
	height: 100px;
	background: url(../img/icon-05.svg) no-repeat;
	background-size: contain;
	margin: 1em auto 0 auto;
}
.sdgs-11 span::after {
	content: '';
	display: block;
	width: 185px;
	height: 100px;
	background: url(../img/icon-11.svg) no-repeat;
	background-size: contain;
	margin: 1em auto 0 auto;
}

h2.title img {
	max-width: 250px;
	margin-bottom: 2em;
}
h2.title::before {
	content: '';
	display: block;
	width: 60px;
	height: 45px;
	background: url(../img/icon-mark.svg) no-repeat;
	background-size: contain;
	margin: 5em auto 1em auto;	
}


article h3 {
	text-align: left;
	font-size: 1.2rem;
	margin: 2em 0;
}

article h3.title03::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 50px;
	background: url(../img/icon-03-yoko.svg) no-repeat;
	background-size: contain;
	margin: 1em auto;	
	vertical-align: middle;
}

article h3.title03 span {
	font-size: 1.6rem;
	color: #00973b;
	display: block;
	text-align: right;
}


article h3.title05::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 50px;
	background: url(../img/icon-05-yoko.svg) no-repeat;
	background-size: contain;
	margin: 1em auto;	
	vertical-align: middle;
}

article h3.title05 span {
	font-size: 1.6rem;
	color: #e83819;
	display: block;
	text-align: right;
}

article h3.title11::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 50px;
	background: url(../img/icon-11-yoko.svg) no-repeat;
	background-size: contain;
	margin: 1em auto;	
	vertical-align: middle;
}

article h3.title11 span {
	font-size: 1.6rem;
	color: #f5a200;
	display: block;
	text-align: right;
}

ul.business li {
	background: #fbd9a3;
	border-radius: 20px;
	width: 98%;
	height: 3.6em;
	font-size: 1.6rem;
	margin: 1%;
	padding: 1em;
	text-align: center;
}

table {
	width: 100%;
	max-width: 815px;
	margin: 0 auto;
	margin-bottom: 5em;
}

tr {
	line-height: 3rem;
}
tr:nth-child(2n+1) {
	background: #cdefe2;
	padding: .5em;
}

th, td {
	padding: .5em;	
}

th {
	width: 7em;
}

.section-bg-f {
	width: 100%;
	min-height: 200px;
	margin: 0;
	height: auto;
	padding-top: 25%;
	background: url(../img/bg-grad.svg) no-repeat;
	background-size: cover;
	background-position: center center;
}


.section-bg-f p {
	color: #fff;
	background: #06ad70;
	border-radius: 20px;
	width: 50%;
	height: auto;
	font-size: 1.6rem;
	margin: 1% auto;
	padding: .5em;
	text-align: center;
	font-weight: 500;
}



footer {
	width: 100%;
	height: auto;
	padding: 1em 2em;
	margin: 0;
	background: linear-gradient(90deg, rgba(244, 161, 26,1) 20.374110772357724%,rgba(242, 161, 26,1) 20.374110772357724%,rgba(6, 173, 112,1) 50.43680661415989%,rgba(255, 255, 255,1) 80.37450164165104%);
	z-index: 50;
}

footer img {
	width: 60%;
	margin: 0;
}

footer p {
	font-size: 1rem;
	font-weight: 500;
	color: #06ad70;
	margin-top: 3em;
}