@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- sec01
		- sec02
		
-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 52px 0 120px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 37px 0 70px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > .title {
	margin: 0 0 26px;
	color: #000;
	text-align: center;
}

#sec01 > p {
	padding-bottom: 34px;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	#sec01 > .title {
		margin: 0 0 20px;
		line-height: 1.25;
	}

	#sec01 > p {
		padding-bottom: 24px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 > .title {
	margin: 60px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	line-height: 1;
}

#sec02 > .title:nth-of-type(2) {
	margin-top: 54px;
}

#sec02 > figure {
	max-width: 900px;
	width: calc(100% - 110px);
	margin: 54px auto 0;
	padding-bottom: 6px;
}

#sec02 > h3 {
	padding-bottom: 7px;
	color: #000;
}
#sec02 > h3 > a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
  margin-left: 5px;
	border-top: 3px solid #00a0e9;
	border-right: 3px solid #00a0e9;
	transform: rotate(45deg);
	/* テキスト部と同じtransition */
	text-decoration: none;
	transition-property: opacity;
	transition-duration: .1s;
	transition-timing-function: ease-out;
}
#sec02 > h3 > a {
	transition-property: color;
	transition-duration: .1s;
	transition-timing-function: ease-out;
}
#sec02 > h3 > a:hover,
#sec02 > h3 > a:active {
	color: #00a0e9;
}
#sec02 > h3 > a:hover::after,
#sec02 > h3 > a:active::after {
	opacity: 0.7;
}

#sec02 > h3:nth-of-type(n+2) {
	margin-top: 54px;
}

#sec02 > h3:last-of-type{
	padding-bottom: 0;
}

#sec02 > div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 14px;
	border-bottom: 1px solid #ddd;
}

#sec02 > div:nth-of-type(5) {
	margin-top: 13px;
}

#sec02 > div > dl:first-of-type {
	min-width: 481px;
	width: 42.95%;
	background: #fafafa;
}

#sec02 > div > dl:last-of-type {
	width: 56.96%;
	border-left: 1px solid #ddd;
}

#sec02 > div > dl > dt,
#sec02 > div > dl > dd {
	padding: 16px 20px;
	box-sizing: border-box;
	vertical-align: top;
}

#sec02 > div > dl > dt {
	background: #62b1d9;
	text-align: center;
}

#sec02 > div > dl:first-of-type > dd {
	padding: 13px 20px 15px;
}

#sec02 > div > dl:first-of-type > dd > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 7px;
}

#sec02 > div > dl:first-of-type > dd > ul > li {
	display: block;
	width: 80px;
	margin: 0 10px 10px 0;
}

#sec02 > div > dl:first-of-type > dd > ul > li:last-child {
	margin-right: 0;
}

#sec02 > div.food > dl > dd {
	padding: 13px 20px 20px;
}

#sec02 > div.food > dl > dd > ul > li {
	margin-bottom: 0;
}

#sec02 > div > dl:last-of-type > dd {
	padding: 15px 18px 13px;
}

#sec02 > h3.title02 {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec02 > h3.title02::before {
  content: "";
  display: inline-block;
  width: 97px;
  height: 97px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec02 > h3.title02.i09 {
  background-image: url("../img/sdgs_titbg01.jpg");
}
#sec02 > h3.title02.i09::before {
  background-image: url("../img/sdgs_ic09.png");
}
#sec02:lang(en) > h3.title02.i09::before {
	background-image: url("../img/sdgs_ic09_en.png");
}
#sec02 > h3.title02.i11 {
  background-image: url("../img/sdgs_titbg02.jpg");
}
#sec02 > h3.title02.i11::before {
  background-image: url("../img/sdgs_ic11.png");
}
#sec02:lang(en) > h3.title02.i11::before {
  background-image: url("../img/sdgs_ic11_en.png");
}
#sec02 > h3.title02.i12 {
  background-image: url("../img/sdgs_titbg03.jpg");
}
#sec02 > h3.title02.i12::before {
  background-image: url("../img/sdgs_ic12.png");
}
#sec02:lang(en) > h3.title02.i12::before {
  background-image: url("../img/sdgs_ic12_en.png");
}
#sec02 > h3.title02 span {
  
}

#sec02 > h4.title03 {
  position: relative;
  margin-top: 47px;
  padding-left: 35px;
}
#sec02 > h4.title03::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 4px solid #00a0e9;
  border-radius: 100px;
  box-sizing: border-box;
}

#sec02 > .products {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#sec02 > .products li {
  width: calc(33.3333% - 26.6666px);
}

#sec02 > .products li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 20px;
  text-align: center;
}
#sec02 > .products li h5 img {
  width: auto;
  max-width: 100%;
}
#sec02 > .products li h5 span {
  font-size: 2.3rem;
  font-weight: bold;
}
#sec02 > .products li p {
  margin-top: 15px;
}
#sec02 > .products li a {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  padding: 0 0 0 15px;
}
#sec02 > .products li a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  border-top: 7px solid rgba(255,255,255,0.0);
  border-left: 7px solid;
  border-bottom: 7px solid rgba(255,255,255,0.0);
}
#sec02 > .products li a.c01::before {
  border-left-color: #1cb7cd;
}
#sec02 > .products li a.c02::before {
  border-left-color: #ed9f2c;
}
#sec02 > .products li a.c03::before {
  border-left-color: #9bc862;
}
#sec02 > .products li a span {
  text-decoration: underline;
}
#sec02 > .products li a:hover span {
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
	#sec02 > div > dl:first-of-type,
	#sec02 > div > dl:last-of-type {
		min-width: initial;
		min-width: auto;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#sec02 > .title {
		margin: 40px 0 25px;
	}

	#sec02 > .title:nth-of-type(2) {
		margin: 35px 0 23px;
		line-height: 1.15;
	}
	
	#sec02 > figure {
		max-width: initial;
		width: 100%;
		margin: 33px auto 0;
	}

	#sec02 > h3 {
		padding-bottom: 5px;
	}
  
  #sec02 > h3 > a::after {
    width: 11px;
    height: 11px;
  }

	#sec02 > h3:nth-of-type(n+2) {
		margin-top: 34px;
	}

	#sec02 > div{
		margin-top: 8px;
	}

	#sec02 > div > dl > dt {
		padding: 12px 13px;
	}
	
	#sec02 > div > dl:first-of-type > dd,
	#sec02 > div > dl:last-of-type > dd {
		padding: 8px 13px;
	}

	#sec02 > div > dl:first-of-type > dd > ul > li {
		width: calc(50% - 5px);
		margin-right: 0
	}

	#sec02 > div > dl:first-of-type > dd > ul > li:nth-child(even) {
		margin-left: 10px;
	}
  
  #sec02 > h3.title02 {
    padding: 10px 20px;
  }
  #sec02 > h3.title02::before {
    width: 52px;
    height: 52px;
  }
  
  #sec02 > h4.title03 {
    margin-top: 25px;
  }

  #sec02 > .products {
    display: block;
    margin-top: 20px;
  }
  #sec02 > .products li {
    width: 100%;
  }
  #sec02 > .products li+li {
    margin-top: 40px;
  }
  #sec02 > .products li h5 {
    min-height: auto;
  }
}


