@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
sup {
	vertical-align:text-top;
	font-size:small;
	}


/* ------ caption ------ */
figcaption {
	position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:0px 0px 1px #000, 
							0 0 5px #000,
							0 0 6px #000,
							0 0 7px #000,
							0 0 8px #000,
							0 0 9px #000,
							0 0 10px #000;
  z-index: 5;
}

figcaption.cap_b {
	position: absolute;
  bottom: -30px;
  right: 0;
  padding: 10px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow: none;
  z-index: 5;
}

.mvCap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:0px 0px 1px #000, 
							0 0 5px #000,
							0 0 6px #000,
							0 0 7px #000,
							0 0 8px #000,
							0 0 9px #000,
							0 0 10px #000;
  z-index: 5;
}

/* ------ inner ------ */
.inner {
	max-width: 1424px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (max-width:768px) {
	.inner {
		max-width: 1200px;
		margin: 0 auto;
/*		padding: 0 10px;*/
	}
}

/* ------ section ------ */
section {
	margin-top: 120px;
}
.section_title2 {
    margin-bottom: 90px;
	font-size: 48px;
	color: #004898;
	text-align: center;
}
.section_title3 {
    margin: 190px auto 55px 0;
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
	font-size: 57px;
	color: #004898;
}
.section_title3 ruby rt {
  font-size: 22px;
}
.section_title {
	font-size: 49px;
	color: #4c4948;
	text-align: center;
}
.section_text {
	font-size: 22px;
    line-height: 2;
	margin-top: 30px;
	text-align: center;
}

/*
.bar_title {
	position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
	color: #000;
}

.bar_title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #3b3b41;
}
*/
.sans-serif {
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", sans-serif;
}
.sans-serif-w6 {
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


@media only screen and (max-width:768px) {
	section {
		margin-top: 40px;
	}
	.section_title {
		font-size: 18px;
	}
    .section_title2 {
      margin-bottom: 30px;
      font-size: 16px;
    }
    .section_title3 {
        margin: 20px auto 25px 0;
        font-size: 19px;
        text-align: center;
    }
    .section_title3 ruby {
      ruby-position: under;
    }
    .section_title3 ruby rt {
      font-size: 7px;
    }
  
  
	.section_text {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 28px;
		text-align: justify;
	}
	
/*
	.bar_title {
		position: relative;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 1.5;
		color: #000;
	}
	
	.bar_title::before {
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		content: '';
		width: 40px;
		height: 1px;
		background-color: #3b3b41;
	}
*/
}

/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
	display: table;
	height: 499px;
	width: 100%;
	color: #fff;
	/* text-align: center; */
	background: url(../images/zeh/kv.jpg) no-repeat center center / cover;
	position: relative;
}
/* 
.mainVisual .inner {
	position: relative;
} */

.mainVisual .cell {
	position: absolute;
	width: 90%;
	top: 200px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 40px;
	letter-spacing: 0.25em;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;

}

.mainVisual .en {
	font-size: 20px;
	letter-spacing: 0.3em;
	margin-top: 40px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;

}
@media only screen and (max-width:768px) {

	.mainVisual {
		height: 250px;
		background: url(../images/zeh/kv_sp.jpg) no-repeat center center / cover;
		position: relative;
	}
	
.mainVisual .cell {
	position: absolute;
	top: 20%;
	left: 30%;
	width: 90%;
	text-align: center	;
	left: 50%;
	transform: translateX(-50%);
}
	.mainVisual .title {
		font-size: 24px;

	}
	.mainVisual .en {
		font-size: 14px;
		margin-top: 30px;

	}
}

/*---------------------------------------------------------------
link-tab
--------------------------------------------------------------- */
.link-tab {
  padding: 80px 0 60px;
  background-color: #fff;
}
.link-tab ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.link-tab li {
  display: flex;
  position: relative;
  width: 48%;
  background-color: #66b4c7;
  transition: .3s;
  align-items: center;
}
.link-tab li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
}
.link-tab li:hover {
  opacity: .7;
}
.link-tab li:before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    margin-top: -5px;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
    transform: rotate(-45deg);
}
.link-tab li.active {
  background-color: #fff;
  opacity: 1;
}
.link-tab li.active a {
  border: #66b4c7 2px solid;
  color: #66b4c7;
  box-sizing: border-box;
  pointer-events: none;
}

@media only screen and (max-width:768px) {
  .link-tab {
    padding: 40px 0;
  }
  .link-tab li a {
    font-size: 20px;
    line-height: 50px;
  }
}

/*---------------------------------------------------------------
link-bnr
--------------------------------------------------------------- */
.link-bnr {
	padding: 0 20px 100px;
	background-color: #fff;
}
.link-bnr a{
	display: block;
	max-width: 480px;
	margin: 0 auto;
	transition: .3s;
}
.link-bnr a:hover{
	opacity: .7;
}

@media only screen and (max-width:768px) {
	.link-bnr {
		padding: 0 20px 40px;
	}
}

/*---------------------------------------------------------------
section01
--------------------------------------------------------------- */
.bg01	{
	background-image: url(../images/zeh/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    background-color: #fff;
}
.section01 {
	margin-top: 0;
	padding: 110px 0 0;
	position: relative;
	z-index: 100;
}
.section01 .box01 {
	margin: 40px 0 0;
	padding: 45px 50px 30px;
	background: rgba(255,255,255,0.6);
	text-align: center;
}
.section01 .box01 > p {
	color: #007bba;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.section01 .box01 > ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.section01 .box01 > ul > li {
	width: 32%;
	padding: 15px 15px;
	border-radius: 10px;
	background: linear-gradient(90deg, #00b0ae, #005bab);
	color: #fff;
	font-size: 2.4rem;
	box-sizing: border-box;
}

.section01 figure {
	margin-top: 40px;
}
.section01 .flex-box p {
    width: 47%;
    font-size: 27px;
    line-height: 1.8;
    color: #4665a8;
}
.section01 .flex-box img {
    width: 48%;
}

@media only screen and (max-width:768px) {
	.section01 {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.section01 figure {
		margin-top: 20px;
	}
  
    .section01 .flex-box p {
        width: 100%;
        margin-bottom: 20px;
        font-size: 11px;
        text-align: center;
    }
    .section01 .flex-box img {
        width: 100%;
		padding-bottom: 23px;
        border-bottom: #4c4948 1px solid;
    }
	.section01 .box01 {
		margin: 20px 0 0;
		padding: 20px 0 20px;
		background: rgba(224,240,244,0.6);
	}
	.section01 .box01 > p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.section01 .box01 > ul {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	.section01 .box01 > ul > li {
		width: 100%;
		margin: 15px 0 0;
		padding: 10px 10px;
		border-radius: 5px;
		font-size: 1.4rem;
	}
}



/*---------------------------------------------------------------
section03
--------------------------------------------------------------- */

.section03 {
    margin-top: 0;
    padding-top: 40px;
    background-color: #fff;
	text-align: center;
}
.section03 .inner{
    padding-top: 40px;
    border-top: 1px solid #222222;
    background-color: #fff;
	text-align: center;
}
.section03 .section_title {
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
    text-align: left;
}
.section03 .section_title span {
    font-size: 26px;
}
.section03 .section_text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: normal;
	margin-top: 20px;
    text-align: left;
}

.section03 .cap {
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
    text-align: left;
}

.section03 .figure03 {
	margin-top: 60px;
}

.section03 .figure04 {
	margin-top: 60px;
}

.section03 .figure04 img{
  width: 100%;
}

@media only screen and (max-width:768px) {
	.section03 {
		padding-top: 20px;
	}
    .section03 .inner{
        padding-top: 0;
        border-top: none;
    }
	.section03 .section_title {
        text-align: center;
    }
    .section03 .section_title span {
      font-size: 12px;
    }
	.section03 .section_text {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
		text-align: justify;
	}

.section03 .cap {
	font-size: 10px;
	line-height: 1.6;
	margin-top: 6px;
}
	
	.section03 .figure03 {
		margin-top: 20px;
	}
	
	.section03 .figure04 {
		margin-top: 25px;
	}
	
	.section03 .figure04 img{
		width: 100%;
	}
}

/*---------------------------------------------------------------
section04
--------------------------------------------------------------- */
.section04 {
  margin-top: 0;
/*  padding-top: 80px;*/
  padding: 60px 0;
  background-color: #fff;
}

.section04 .section_title {
  margin-bottom: 65px;
  font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
  text-align: center;
}

.section04 .section_subtitle {
  text-align: left;
  margin-top: 40px;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-size: 3.8rem;
  font-weight: 700;
}

.section04 .section_subtitle span {
  padding: 10px 30px;
  background: rgb(248,182,45);
  background: linear-gradient(90deg, rgba(248,182,45,1) 0%, rgba(255,200,85,1) 50%, rgba(248,182,45,1) 100%);
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.section04 .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.section04 .flex_item {
  width: 40%;
}
.section04 .flex_item figure {
	width: 70%;
	margin: 0 auto;
}

.section04 .flex_item:nth-child(n+2) {
	padding-left: 60px;
}

.section04 .flex_item_title {
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-size: 31px;
  font-weight: 700;
  color: #f8b62d;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

.section04 .flex_item_title span {
  padding:4px 10px 4px 14px;
  background: #f8b62d;
  color: #fff;
  border-radius: 4px;
  margin-right: 20px;
}

.section04 .flex_item_text {
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #4c4948;
}

.section04 .flex_item_text small {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.section04 .thermal {
	position: relative;
	z-index: 0;
	margin-top: 60px;
	padding: 40px 50px;
	border: 2px solid #de9393;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}
.section04 .thermal::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #de9393;
	box-sizing: border-box;
	color: #231815;
}
.section04 .thermal-ttl {
	margin: 0 0 30px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
.section04 .thermal .t01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 52%;
}
.section04 .thermal .t01::after {
	content: '';
	display: block;
	margin: 20px auto;
	border-width: 25px 35px 0 35px;
	border-style: solid;
	border-color: #e0e0e0 transparent transparent transparent;
}
.section04 .thermal .t01 p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 5px);
	padding: 10px 10px;
	background: #e7b0b0;
	font-size: 2.3rem;
	text-align: center;
	box-sizing: border-box;
}
.section04 .thermal .t02 {
	display: flex;
	flex-direction: column;
	width: 52%;
}
.section04 .thermal .t02 dt {
	padding: 5px 20px;
	border-radius: 20px 20px 0 0;
	background: #de9393;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.section04 .thermal .t02 dd {
	padding: 20px 25px;
	background: #e0e0e0;
    font-size: 2.1rem;
	line-height: 1.6;
}
.section04 .thermal .t03 {
	display: flex;
	justify-content: center;
	width: 52%;
	margin: 20px 0 0;
	padding: 20px 25px;
	border: 1px solid #de9393;
	color: #de9393;
	font-size: 3.1rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}
.section04 .thermal .notice {
	margin: 10px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
}
.section04 .thermal .notice::before {
	content: '※';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.section04 .thermal .fig {
	float: right;
	clear: right;
	width: 44%;
	margin-left: 4%;
}
.section04 .thermal .fig-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section04 .thermal .fig-box + .fig-box {
	margin-top: 80px;
}
.section04 .thermal .fig-box figure {
	position: relative;
	width: 43%;
}
.section04 .thermal .fig-box + .fig-box figure::before {
	content: '';
	display: block;
	position: absolute;
	top: -50px;
	left: calc(50% - 25px);
	border-width: 25px 35px 0 35px;
	border-style: solid;
	border-color: #231815 transparent transparent transparent;
}
.section04 .thermal .fig-box p {
	width: 55%;
	font-size: 2.8rem;
	text-align: center;
}
.section04 .thermal .fig-box + .fig-box p {
	color: #de9393;
}
.section04 .flex_box02{
	display: flex;
	margin-top: 40px;
}
.section04 .flex_box02 .txt{
	width: 45%;
	margin-right: 5%;
	font-size: 2.1rem;
}
.section04 .flex_box02 figure{
	width: 50%;
}
@media only screen and (max-width:768px) {
	.section04 .thermal {
		width: auto;
		margin-top: 50px;
		padding: 30px 8%;
	}
	.section04 .thermal-ttl {
		font-size: 1.6rem;
		text-align: left;
	}
	.section04 .thermal-row {
		display: flex;
		flex-direction: column;
	}
	.section04 .thermal .t01 {
		order: -1;
		width: 100%;
	}
	.section04 .thermal .t01 p {
		padding: 5px 10px;
		font-size: 1.4rem;
	}
	.section04 .thermal .t01::after {
		margin: 15px auto;
		border-width: 20px 30px 0 30px;
	}
	.section04 .thermal .t02 {
		width: auto;
		margin: 0 0 20px;
	}
	.section04 .thermal .t02 dt {
		padding: 5px 15px;
		border-radius: 10px 10px 0 0;
		font-size: 1.6rem;
	}
	.section04 .thermal .t02 dd {
		padding: 15px 15px;
		font-size: 1.2rem;
/*		line-height: 1.6;*/
	}
	.section04 .thermal .t03 {
		order: 2;
		width: auto;
		padding: 15px 15px;
		font-size: 1.4rem;
	}
	.section04 .thermal .fig {
		display: flex;
		justify-content: space-between;
		order: 1;
		width: 100%;
		margin-left: 0;
	}
	.section04 .thermal .fig-box {
		display: block;
		position: relative;
		width: calc(50% - 15px);
	}
	.section04 .thermal .fig-box + .fig-box {
		margin-top: 0;
	}
	.section04 .thermal .fig-box figure {
		position: static;
		width: 100%;
		margin: 0 0 10px;
	}
	.section04 .thermal .fig-box + .fig-box figure::before {
		top: calc(50% - 10px);
		left: -20px;
		border-width: 15px 0 15px 10px;
		border-color: transparent transparent transparent #231815;
	}
	.section04 .thermal .fig-box p {
		width: auto;
		font-size: 1.2rem;
	}
	.section04 .thermal .notice {
        font-size: 1.2rem;
		order: 3;
	}
	.section04 .flex_box02{
		flex-direction: column;
		margin-top: 20px;
	}
	.section04 .flex_box02 .txt{
		width: 100%;
		margin-right: 0;
		font-size: 1.6rem;
	}
	.section04 .flex_box02 figure{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
}

/*
.section04 .flex_box02  {
	margin-top: 30px;
}

.section04 .flex_box02 .flex_item02 {
	border: 2px solid #f8b62d;
}

.section04 .flex_box02 .flex_item02 .flex_item02_inner {
	display: flex;
	align-items: center;
}

.section04 .flex_box02 .flex_item02 figure {
	width: 30%;
}

.section04 .flex_box02 .flex_item02 .text_box {
	width: 70%;
	padding: 20px;
}

.section04 .flex_box02 .flex_item02 .title {
  font-size: 24px;
  color: #f8b62d;
  letter-spacing: 0.1em;
}

.section04 .flex_box02 .flex_item02 .text {
  font-size: 16px;
	margin-top: 10px;
  color: #3b3b41;
  letter-spacing: 0.1em;
}

.section04 .flex_box02 .cap {
  font-size: 10px;
  color: #3b3b41;
	margin-top: 6px;
  letter-spacing: 0.1em;
	text-align: right;
}
*/

@media only screen and (max-width:768px) {
	.section04 {
		padding-top: 40px;
	}
	
	.section04 .section_title {
		text-align: center;
	}
	
	.section04 .section_subtitle {
		text-align: left;
		margin-top: 20px;
		letter-spacing: normal;
		font-size: 17px;
		line-height: 1.3;
      
      display: flex;
      align-items: center;
	}
	
	.section04 .section_subtitle span {
        width: 68px;
		padding: 28px 20px;
		border-radius: 10px;
		margin-right: 12px;
        text-align: center;
	}
	
	.section04 .flex_box {
		display: block;
		margin-top: 40px;
	}
	
	.section04 .flex_item {
		width: 100%;
		margin-top: 20px;
	}

	.section04 .flex_item:nth-child(n+2) {
		padding-left: 0;
	}
	
	.section04 .flex_item_title {
		font-size: 20px;
		font-weight: 700;
		color: #f8b62d;
		margin-top: 20px;
		letter-spacing: 0.1em;
	}
	
	.section04 .flex_item_title span {
		padding:3px 8px 3px 10px;
		background: #f8b62d;
		color: #fff;
		border-radius: 4px;
		margin-right: 20px;
	}
	
	.section04 .flex_item_text {
		font-size: 16px;
		letter-spacing: 0.05em;
		text-align: justify;
		margin-top: 20px;
		padding-top: 15px;
		border-top: 1px solid #4c4948;
	}
	
	.section04 .flex_item_text small {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	
/*
	.section04 .flex_box02  {
		margin-top: 20px;
	}
	
	.section04 .flex_box02 .flex_item02 {
		display: block;
		border: 2px solid #f8b62d;
	}
	
	.section04 .flex_box02 .flex_item02 .flex_item02_inner {
		display: block;
		border: 2px solid #f8b62d;
	}
	
	.section04 .flex_box02 .flex_item02 figure {
		width: 100%;
	}
	
	.section04 .flex_box02 .flex_item02 .text_box {
		width: 100%;
		margin: 10px auto;
		padding: 0;
	}
	
	.section04 .flex_box02 .flex_item02 .title {
		font-size: 20px;
		color: #f8b62d;
		letter-spacing: 0.1em;
		padding: 0 10px;
	}
	
	.section04 .flex_box02 .flex_item02 .text {
		font-size: 16px;
		margin-top: 10px;
		color: #3b3b41;
		letter-spacing: 0.1em;
		padding: 0 10px;
	}
	
	.section04 .flex_box02 .cap {
		text-align-last: left;
		letter-spacing: normal;
	}
*/
	
}

/*---------------------------------------------------------------
section05
--------------------------------------------------------------- */
.section05 {
	margin-top: 0;
    padding-top: 60px;
	padding-bottom: 80px;
	background: rgba(0,167,172,.15);
	background: linear-gradient(90deg, rgba(0,167,172,.15) 0%, rgba(0,167,172,0.1) 100%);
    background-color: #fff;
}

.section05 .section_title {
  text-align: center;
}

.section05 .section_subtitle {
	text-align: left;
	margin-top: 40px;
	font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
	font-size: 3.8rem;
	font-weight: 700;
}

.section05 .section_subtitle span {
	padding: 10px 30px;
	background: linear-gradient(90deg, rgba(23,111,147,1) 0%, rgba(42,157,217,1) 50%, rgba(23,111,147,1) 100%);
	color: #fff;
	border-radius: 10px;
	margin-right: 20px;
	letter-spacing: 0.1em;
}


.section05 .flex_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 40px;
}

.section05 .flex_item {
	margin-top: 30px;
	padding-right: 30px;
}

.section05 .flex_inbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 15px;
}

.section05 .flex_inbox figure {
	width: 46%;
}

.section05 .flex_inbox figure img {
	border-radius: 10px;
}

.section05 .flex_inbox .text {
	width: 46%;
	text-align: justify;
	font-size: 18px;
	padding-left: 10px;
}

.section05 .flex_item_title {
	font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-top: 20px;
/*	letter-spacing: 0.1em;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #3b3b41;
}

.section05 .flex_item_title span {
  padding:4px 10px 4px 14px;
  background: #176f93;
  color: #fff;
  border-radius: 4px;
  margin-right: 14px;
}
.section05 .cap {
    font-size: 14px;
    margin-top: 60px;
    text-align: left;
}

@media only screen and (max-width:768px) {
	.section05 {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		background: rgb(218,243,255);
		background: linear-gradient(90deg, rgba(218,243,255,1) 0%, rgba(227,247,255,0.6741071428571428) 100%);
	}
	
	.section05 .section_title {
		text-align: center;
	}

	.section05 .section_subtitle {
		text-align: left;
		margin-top: 20px;
		letter-spacing: normal;
		font-size: 17px;
		line-height: 1.3;
      
      display: flex;
      align-items: center;
	}
	
	.section05 .section_subtitle span {
		width: 68px;
		padding: 28px 20px;
		color: #fff;
		border-radius: 10px;
		margin-right: 12px;
        text-align: center;
	}
	
	.section05 .flex_box {
		display: block;
		justify-content: space-between;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	
	.section05 .flex_item {
		width: 100%;
		margin-top: 40px;
		padding-right: 0;
      
      
	}
	
	.section05 .flex_inbox {
		display: block;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
	}
	
	.section05 .flex_inbox figure {
		width: 50%;
/*      width: 100%;*/
	}
	
	.section05 .flex_inbox figure img {
		border-radius: 10px;
	}
	
	.section05 .flex_inbox .text {
        width: 44%;
        text-align: left;
/*
		width: 100%;
		text-align: justify;
*/
		font-size: 13px;
		padding-left: 0;
    letter-spacing: 0.05em;
    margin-top: 10px;
	}
	
	.section05 .flex_item_title {
		font-size: 20px;
		margin-top: 20px;
/*		letter-spacing: 0.1em;*/
		padding-bottom: 10px;
		border-bottom: 1px solid #4c4948;
	}
	
	.section05 .flex_item_title span {
		padding:3px 8px 3px 10px;
		background: #176f93;
		color: #fff;
		border-radius: 4px;
		margin-right: 20px;
	}
    .section05 .cap {
      font-size: 10px;
      margin-top: 35px;
  }
}
/*---------------------------------------------------------------
section06
--------------------------------------------------------------- */
.section06 {
  margin-top: 0;
  padding: 120px 0 50px;
  background-color: #fff;
  text-align: center;
}
.section06 .ttlTextBox {
  max-width: inherit;
}
.section06 .section_text {
    line-height: 2.5;
    margin-top: 100px;
    color: #554a36;
}
.section06 .max-width {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .section06 {
      padding: 50px 0;
    }
    .section06 .section_text {
      line-height: 1.7;
      margin-top: 35px;
  }
}


/*---------------------------------------------------------------
section08
--------------------------------------------------------------- */
.section08 {
	margin-top: 0;
	padding-bottom: 10px;
	background-color: #fff;
}
.section08 .block01 {
  padding: 120px 0 0;
  text-align: center;
}
.section08 .block01 .ttl02 {
	margin: 0 0 50px;
	color: #554a36;
	font-size: 4.2rem;
}
.section08 .block01 figure {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.section08 .block01 figure figcaption {
	padding: 0;
	text-shadow: none;
	color: #000;
}
.section08 .block01 .txt {
	width: 100%;
	max-width: 1000px;
	margin: -80px auto 0;
	padding-right: 40%;
	text-align: left;
	box-sizing: border-box;
}
.section08 .block01 .txt dt {
	color: #06b2b8;
	font-size: 2.4rem;
}
.section08 .block01 .txt dt small {
	font-size: 1.8rem;
}
.section08 .block01 .txt dd {
	font-size: 1.4rem;
	line-height: 1.6;
}

@media only screen and (max-width:768px) {
    .section08 .block01 {
      padding: 23px 0 0;
    }
	.section08 .block01 .ttl02 {
		margin: 0 0 30px;
		font-size: 1.6rem;
/*      font-size: 2.0rem;*/
	}
	.section08 .block01 .txt {
		margin: 0 auto 0;
		padding-right: 0;
	}
	.section08 .block01 figure {
		margin-bottom: 10px;
		padding-bottom: 20px;
	}
}

.section08 .block-head {
	display: flex;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto 50px;
}
.section08 .block-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	background: center center no-repeat;
	background-size: contain;
	color: #fff;
    font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", sans-serif;
	font-size: 7.0rem;
}
.section08 .block-ttl {
	flex: 1;
	margin-left: 20px;
	padding: 35px 0 0;
}
.section08 .block-ttl > div {
	margin: 0 0 10px;
	font-size: 0;
}
.section08 .block-ttl > h4 {
	font-size: 4.2rem;
}
.section08 .block-body {
	max-width: 1220px;
	margin: 0 auto;
}

.section08 .block02 .block-num {background-image: url(../images/zeh/section08_bg01.png);}
.section08 .block03 .block-num {background-image: url(../images/zeh/section08_bg02.png);}
.section08 .block04 .block-num {background-image: url(../images/zeh/section08_bg03.png);}
.section08 .block05 .block-num {background-image: url(../images/zeh/section08_bg04.png);}

@media only screen and (max-width:768px) {
	.section08 .block-head {
		display: block;
		margin-bottom: 25px;
		padding-top: 30px;
	}
	.section08 .block-num {
		width: 110px;
		height: 110px;
		margin: 0 auto 15px;
		font-size: 4.6rem;
	}
	.section08 .block-ttl {
		padding: 0;
		margin-left: 0;
	}
	.section08 .block-ttl > div {
		margin: 0 auto 25px;
	}
	.section08 .block-ttl > h4 {
		font-size: 2.2rem;
		text-align: center;
	}
}


/* 02 */
.section08 .block02 .block-ttl > div {
	width: 200px;
}
.section08 .block02 .block-body {
	display: flex;
	justify-content: space-between;
}
.section08 .block02 .block-body .left {
	width: 45%;
}
.section08 .block02 .block-body .left .img {
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #ffc500;
}
.section08 .block02 .block-body .left .img > div:nth-child(1) {
	padding: 5px 10px;
	background: #ffc500;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.2;
	text-align: center;
}
.section08 .block02 .block-body .left .img > div:nth-child(2) {
	padding: 8% 5%;
	background: #fff8e0;
}
.section08 .block02 .block-body .right {
	width: 50%;
	line-height: 1.6;
}
.section08 .block02 .block-body .right h5 {
	margin: 0 0 20px;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: 700;
}
.section08 .block02 .block-body .right .t01 {
	margin: 0 0 20px;
	font-size: 1.6rem;
}
.section08 .block02 .block-body .right .t02 {
	margin: 0 0 10px;
	color: #000;
	font-size: 2.0rem;
}
.section08 .block02 .block-body .right .t03 {
	color: #000;
	font-size: 1.5rem;
	text-indent: -1em;
	padding-left: 1em;
}
.section08 .block02 .block-body .right .t03::before {
	content: '※';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.section08 .block02 .block-body .right dl {
	margin-top: 30px;
}
.section08 .block02 .block-body .right dl dt {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #ffc500;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.2;
}
.section08 .block02 .block-body .right dl dd p:nth-child(1) {
	color: #efb900;
	font-size: 2.0rem;
	font-weight: 600;
}
.section08 .block02 .block-body .right dl dd p:nth-child(2) {
	margin-top: 5px;
	font-size: 1.6rem;
}
.section08 .block02 .block-body .right dl dd figure figcaption {
	position: static;
	text-shadow: none;
	color: #000;
	font-size: 1.2rem;
	text-align: center;
}
.section08 .block02 .block-body .right dl dd figure:nth-of-type(1) {
	width: 26%;
	margin-left: 2%;
}
.section08 .block02 .block-body .right dl dd figure:nth-of-type(2) {
	width: 30%;
	margin-left: 2%;
}
.section08 .block02 .block-body .right dl dd figure img {
	width: 100%;
	max-width: none;
}
@media only screen and (max-width:768px) {
	.section08 .block02 .block-ttl > div {
		width: 136px;
	}
	.section08 .block02 .block-body {
		display: block;
	}
	.section08 .block02 .block-body .left,
	.section08 .block02 .block-body .right {
		width: 100%;
	}
	.section08 .block02 .block-body .left {
		margin: 0 0 15px;
	}
	.section08 .block02 .block-body .left .img > div:nth-child(1) {
		font-size: 2.0rem;
	}
	.section08 .block02 .block-body .right h5 {
		margin-bottom: 15px;
		font-size: 2.0rem;
	}
	.section08 .block02 .block-body .right .t01 {
		font-size: 1.2rem;
	}
	.section08 .block02 .block-body .right .t02 {
		font-size: 1.4rem;
	}
	.section08 .block02 .block-body .right .t03 {
		font-size: 1.2rem;
	}
	.section08 .block02 .block-body .right dl dt {
		font-size: 1.6rem;
	}
	.section08 .block02 .block-body .right dl dd p:nth-child(1) {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.section08 .block02 .block-body .right dl dd figure figcaption {
		font-size: 0.8rem;
	}
}


/* 03 */
.section08 .block03 .block-ttl > div {
	width: 185px;
}
.section08 .block03 .block-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section08 .block03 .block-body > dl {
	width: 48.5%;
	margin-bottom: 40px;
}
.section08 .block03 .block-body > dl:nth-child(1) {
	width: 100%;
	margin-bottom: 40px;
}
.section08 .block03 .block-body > dl::after {
	content: '';
	overflow: hidden;
	display: block;
	clear: both;
}
.section08 .block03 .block-body > dl > dt {
	margin: 0 0 15px;
	padding: 8px 15px;
	background: #5fb200;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
}
.section08 .block03 .block-body > dl:nth-child(1) dd{
	display: flex;
}
.section08 .block03 .block-body > dl > dd p {
	margin: 0 0 10px;
}
.section08 .block03 .block-body > dl > dd small {
	display: block;
	padding-left: 1em;
	font-size: 1.2rem;
	text-indent: -1em;
}
.section08 .block03 .block-body > dl > dd small::before {
	content: '※';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.section08 .block03 .block-body > dl > dd figure {
	float: right;
}
.section08 .block03 .block-body > dl > dd figure figcaption {
	padding-bottom: 0;
	color: #000;
	text-shadow: none;
}
.section08 .block03 .block-body > dl:nth-child(1) > dd p {
	width: calc(92% - 370px);
}
.section08 .block03 .block-body > dl:nth-child(1) > dd figure {
	max-width: 200px;
	margin-left: 4%;
}
.section08 .block03 .block-body > dl:nth-child(1) > dd figure figcaption{
	position: static;
}
.section08 .block03 .block-body > dl:nth-child(2) > dd figure {
	width: 46%;
	margin-left: 4%;
}
.section08 .block03 .block-body > dl:nth-child(3) > dd figure {
	width: 40%;
	margin-left: 4%;
}
.section08 .block03 .block-body > dl:nth-child(5) > dd figure figcaption {
	position: static;
	padding: 0;
	text-align: center;
}
.section08 .block03 .block-body > dl:nth-child(5) > dd figure:nth-of-type(1) {
	width: 17%;
	margin-left: 2%;
}
.section08 .block03 .block-body > dl:nth-child(5) > dd figure:nth-of-type(2) {
	width: 24%;
	margin-left: 2%;
	padding-top: 5%;
}
@media only screen and (max-width:768px) {
	.section08 .block03 .block-ttl > div {
		width: 126px;
	}
	.section08 .block03 .block-body {
		display: block;
	}
	.section08 .block03 .block-body > dl {
		width: 100%;
		margin-bottom: 30px;
	}
	.section08 .block03 .block-body > dl > dt {
		padding: 6px 10px;
		font-size: 1.4rem;
	}
	.section08 .block03 .block-body > dl > dd p {
		font-size: 1.0rem;
	}
	.section08 .block03 .block-body > dl:nth-child(1) > dd p {
		width: 100%;
	}
	.section08 .block03 .block-body > dl > dd small {
		font-size: 0.8rem;
	}
}

/* 04 */
.section08 .block04 .block-ttl > div {
	width: 248px;
}
.section08 .block04 .block-body h5 {
	margin: 0 0 30px;
	color: #06b2b8;
	font-size: 2.8rem;
	text-align: center;
}
.section08 .block04 .block-body .t01 {
	margin: 0 0 30px;
	text-align: center;
	line-height: 2.1;
}
.section08 .block04 .block-body picture {
	display: block;
}
.section08 .block04 .block-body .box01 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.section08 .block04 .block-body .box01 > dl {
	width: 36%;
}
.section08 .block04 .block-body .box01 > dl > dt {
	position: relative;
	margin: 0 0 10px;
	color: #06b2b8;
	font-size: 2.8rem;
	line-height: 1.2;
}
.section08 .block04 .block-body .box01 > dl > dd {
	display: flex;
}
.section08 .block04 .block-body .box01 > dl > dd p {
	flex: 1;
	line-height: 1.6;
}
.section08 .block04 .block-body .box01 > dl > dd figure {
	position: static;
	width: 46%;
	margin-top: -15%;
}
.section08 .block04 .block-body .box01 > dl > dd figcaption {
	position: static;
	color: #000;
	text-shadow: none;
	text-align: center;
}
.section08 .block04 .block-body .box01 > div {
	width: 62%;
}
@media only screen and (max-width:768px) {
	.section08 .block04 .block-ttl > div {
		width: 168px;
	}
	.section08 .block04 .block-body h5 {
		margin: 0 -0.5em 10px;
		font-size: 1.6rem;
	}
	.section08 .block04 .block-body .t01 {
		font-size: 1.2rem;
		text-align: left;
	}
	.section08 .block04 .block-body picture {
		margin: 0 -20px;
	}
	.section08 .block04 .block-body .box01 {
		display: block;
		margin-top: 50px;
	}
	.section08 .block04 .block-body .box01 > dl {
		width: 100%;
	}
	.section08 .block04 .block-body .box01 > dl > dt {
		margin: 0 0 10px;
		font-size: 1.8rem;
		text-align: center;
	}
	.section08 .block04 .block-body .box01 > dl > dd {
		display: flex;
	}
	.section08 .block04 .block-body .box01 > dl > dd p {
		position: relative;
		z-index: 1;
		flex: 1;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.section08 .block04 .block-body .box01 > dl > dd figure {
		position: relative;
		width: 46%;
		margin-top: 8%;
		margin-left: -20%;
	}
	.section08 .block04 .block-body .box01 > dl > dd figcaption {
		position: absolute;
		right: 100%;
		text-align: right;
		white-space: nowrap;
	}
	.section08 .block04 .block-body .box01 > div {
		width: 100%;
	}
}

/* 05 */
.section08 .block05 .block-ttl > div {
	width: 258px;
}
.section08 .block05 .block-body h5 {
	margin: 0 0 30px;
	color: #f9a4a4;
	font-size: 2.8rem;
	text-align: center;
}
.section08 .block05 .block-body .t01 {
	margin: 0 0 30px;
	text-align: center;
	line-height: 2.1
}
.section08 .block05 .block-body .t02 {
	margin: 0 0 40px;
	padding: 15px 0;
	border-bottom: 1px solid #f9a4a4;
	color: #f9a4a4;
	font-size: 2.2rem;
	text-align: center;
}
.section08 .block05 .block-body .t03 {
	margin-top: 10px;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
.section08 .block05 .block-body .t03::before {
	content: '※';
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.section08 .block05 .block-body picture {
	display: block;
}
@media only screen and (max-width:768px) {
	.section08 .block05 .block-ttl > div {
		width: 175px;
	}
	.section08 .block05 .block-body h5 {
		margin: 0 -0.5em 10px;
		font-size: 1.6rem;
	}
	.section08 .block05 .block-body .t01 {
		font-size: 1.2rem;
		text-align: left;
	}
	.section08 .block05 .block-body .t02 {
		margin: 0 0 20px;
		padding: 5px 0;
		font-size: 1.6rem;
	}
}

/*---------------------------------------------------------------
section09
--------------------------------------------------------------- */
.section09 {
  margin-top: 0;
  padding: 120px 0 95px;
  background-color: #fff;
  text-align: center;
}
.section09 img {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 100px;
}
.section09 img.last {
  margin-bottom: 0;
}

@media only screen and (max-width:768px) {
    .section09 {
      padding: 33px 0;
    }
    .section09 img {
      margin-bottom: 60px;
    }
}

/*---------------------------------------------------------------

 ttlTextBox

--------------------------------------------------------------- */
.ttlTextBox {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.ttlTextBox .ttl01 {
	font-size: 42px;
	color: #004e67;
}
.ttlTextBox .ttl01 span {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.ttlTextBox .ttl02 {
    margin-bottom: 20px;
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
	font-size: 48px;
	color: #66b4c7;
}
.ttlTextBox .ttl02 span {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.ttlTextBox .ttl03 {
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";
	font-size: 42px;
	color: #554a36;
}
.ttlTextBox .ttl03 span {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
.ttlTextBox .lead01 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
}

@media only screen and (max-width:768px) {
	.ttlTextBox .ttl01 {
		font-size: 22px;
	}
	.ttlTextBox .ttl02 {
		font-size: 18px;
	}
	.ttlTextBox .ttl03 {
		font-size: 20px;
	}
}

/*---------------------------------------------------------------

 greenBox

--------------------------------------------------------------- */
.greenBox {
	padding: 120px 15px;
	background-color: #eff5f5;
}

@media only screen and (max-width:768px) {
	.greenBox {
		padding: 40px 15px;
	}
}

/*---------------------------------------------------------------

 imgBox01

--------------------------------------------------------------- */
.imgBox01 {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
/*  padding-top: 40px;*/
}
@media only screen and (max-width:768px) {
	.imgBox01 {
		padding-top: 30px;
	}
}

/*---------------------------------------------------------------

 endCaps

--------------------------------------------------------------- */
.endCaps {
	max-width: 1200px;
	margin: 90px auto 140px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 1.5;
}
@media only screen and (max-width:768px) {
	.endCaps  {
		margin: 20px auto 50px;
		font-size: 9px;
	}
}