@charset "UTF-8";

/*----------------------------------------

	- content
	- box01
	- box02
	- box03
	- box04
	- box05
	- slide-target

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	overflow: hidden;
}

#content>h1 {
	padding: 93px 0 118px;
	background: #e5e9e5 url(../../img/c_main_bg01.png) repeat-x center top;
	background-size: 1500px 133px;
	text-align: center;
}

#content>h1>span {
	display: block;
}

#content>h1>span:nth-child(2) {
	margin-top: -3px;
}

@media only screen and (max-width: 767px) {
	#content>h1 {
		padding: 64px 0 62px;
		background-size: calc(1500px/2) calc(133px/2);
	}

	#content>h1>span:nth-child(2) {
		margin-top: 2px;
	}
}

#content>dl {
	width: 1000px;
	margin: -100px auto 0;
	padding: 56px 0 16px;
	background: #fff;
	text-align: center;
}

#content>dl dt {
	padding-bottom: 22px;
}

#content>dl dd span {
	display: block;
}

@media only screen and (max-width: 767px) {
	#content>dl {
		width: calc(100% - 30px);
		/* width: 320px; */
		margin: -50px auto 0;
		padding: 35px 0 46px;
		background: #fff;
		text-align: center;
	}

	#content>dl dt span {
		display: block;
	}

	#content>dl dd {
		text-align: left;
	}

	#content>dl dd span:nth-child(n+2) {
		display: inline;
	}
}

@media only screen and (max-width:320px) {
	#content>dl {
		width: 300px;
	}
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box01 {
		padding-bottom: 60px;
	}
}

#box01 #box01_01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#box01 #box01_01 div {
	position: absolute;
	top: 0;
	left: calc(50% - 500px);
	z-index: 1;
}

#box01 #box01_01 div h1 {
	position: relative;
	padding: 233px 0 4px;
}

#box01 #box01_01 div h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(176, 220, 213, 0.4);
}

#box01 #box01_01 div h1 span {
	display: block;
}

@media only screen and (max-width:767px) {
	#box01 #box01_01 {
		height: auto;
	}

	#box01 #box01_01 div {
		position: relative;
		left: 0;
		width: 320px;
		margin: 0 auto;
	}

	#box01 #box01_01 div h1 {
		position: static;
		margin-top: -105px;
		padding-top: 125px;
	}

	#box01 #box01_01 div h1::before {
		width: 135px;
		height: 135px;
	}
}

@media only screen and (max-width:320px) {
	#box01 #box01_01 div {
		width: 300px;
	}
}

#box01 #box01_01 div p {
	width: 296px;
	min-height: 16px;
	padding: 5px 7px 4px;
	background: #82d0c4;
}

@media only screen and (max-width:320px) {
	#box01 #box01_01 div p {
		display: inline;
	}

	#box01 #box01_01 div p span {
		display: inline-block;
		padding-left: 7px;
	}
}

#box01 #box01_01 figure {
	position: absolute;
	top: 100px;
	left: calc(50% - 330px);
	min-width: 1080px;
	width: calc((100vw/2) + 330px);
	min-height: 600px;
	height: auto;
}

#box01 #box01_01 figure img {
	width: 90%;
	height: auto;
}

@media only screen and (max-width:767px) {
	#box01 #box01_01 figure {
		position: static;
		top: 0;
		left: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		height: auto;
	}
}

#box01 #box01_02 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#box01 #box01_02::after {
	content: "";
	position: absolute;
	bottom: 132px;
	right: -45px;
	width: 222px;
	height: 233px;
	background: url(../img/about_01_circle01.png) no-repeat left top;
}

@media only screen and (max-width:767px) {
	#box01 #box01_02 {
		width: calc(100% - 30px);
		padding-bottom: 20px;
	}

	#box01 #box01_02::after {
		display: none;
	}
}

#box01 #box01_02 #box01_02_01 {
	display: table;
	padding: 40px 0;
}

#box01 #box01_02 #box01_02_01>div {
	display: table-cell;
	width: 745px;
	padding-right: 30px;
	vertical-align: top;
}

#box01 #box01_02 #box01_02_01>div h1 {
	margin-top: -7px;
	padding-bottom: 22px;
}

#box01 #box01_02 #box01_02_01>div p span {
	display: block;
}

#box01 #box01_02 #box01_02_01>figure {
	display: table-cell;
	width: 205px;
	height: auto;
	padding-right: 20px;
	vertical-align: top;
}

@media only screen and (max-width:767px) {
	#box01 #box01_02 #box01_02_01 {
		display: block;
		padding: 16px 0 36px;
	}

	#box01 #box01_02 #box01_02_01>div {
		display: block;
		width: auto;
		padding-right: 0;
	}

	#box01 #box01_02 #box01_02_01>div h1 {
		margin-top: 0;
		padding-bottom: 12px;
	}

	#box01 #box01_02 #box01_02_01>div p span {
		display: inline;
	}

	#box01 #box01_02 #box01_02_01>figure {
		display: none;
	}
}

@media only screen and (max-width:320px) {
	#box01 #box01_02 #box01_02_01>div {
		width: 300px;
		margin: 0 auto;
	}
}

#box01 #box01_02 #box01_02_02 {
	background: rgba(212, 220, 212, 0.2);
}

#box01 #box01_02 #box01_02_02>figure {
	display: table;
	padding-bottom: 20px;
}

#box01 #box01_02 #box01_02_02>figure>img {
	display: table-cell;
	width: 745px;
	height: auto;
	vertical-align: top;
}

#box01 #box01_02 #box01_02_02>figure>div {
	display: table-cell;
	padding: 96px 30px 0;
	vertical-align: top;
}

#box01 #box01_02 #box01_02_02>figure dl {
	margin-top: 20px;
}

@media only screen and (max-width:767px) {
	#box01 #box01_02 #box01_02_02>figure {
		display: block;
	}

	#box01 #box01_02 #box01_02_02>figure>img {
		display: block;
		width: 90%;
		margin: auto;
	}

	#box01 #box01_02 #box01_02_02>figure>div {
		display: block;
		padding: 11px 15px 6px;
	}
}

#box01 #box01_02 #box01_02_02>div {
	display: table;
	padding-bottom: 56px;
}

#box01 #box01_02 #box01_02_02>div figure {
	display: table-cell;
	width: 370px;
	height: auto;
	vertical-align: top;
}

#box01 #box01_02 #box01_02_02>div figure:nth-child(2) {
	padding-left: 4px;
}

#box01 #box01_02 #box01_02_02>div figure figcaption {
	padding-top: 6px;
}

#box01 #box01_02 #box01_02_02>div figure:first-child figcaption {
	padding-left: 10px;
}

@media only screen and (max-width:767px) {
	#box01 #box01_02 #box01_02_02>div {
		display: flex;
		padding-bottom: 0;
	}

	#box01 #box01_02 #box01_02_02>div figure {
		display: block;
		width: auto;
		text-align: center;
	}

	#box01 #box01_02 #box01_02_02>div figure:nth-child(2) {
		padding-left: 0;
	}

	#box01 #box01_02 #box01_02_02>div figure img {
		width: 90%;
	}

	#box01 #box01_02 #box01_02_02>div figure figcaption,
	#box01 #box01_02 #box01_02_02>div figure:first-child figcaption {
		padding: 12px 15px 26px;
		text-align: left;
	}
}

/* @media only screen and (max-width:414px) {
	#box01 #box01_02 #box01_02_02>div {
		display: flex;
	}
} */

#box01>p {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#box01>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#box01>p a:hover,
#box01>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#box01>p a:link::before,
#box01>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box01>p a:hover::before,
#box01>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#box01>p {
		width: 300px;
	}

	#box01>p a:hover,
	#box01>p a:active {
		background: #333;
		color: #fff;
	}

	#box01>p a:hover::before,
	#box01>p a:active::before {
		display: none;
	}
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box02 {
		padding-bottom: 60px;
	}
}

#box02 #box02_01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#box02 #box02_01 div {
	position: absolute;
	top: 0;
	right: calc(50% - 500px);
	text-align: right;
	z-index: 1;
}

#box02 #box02_01 div h1 {
	position: static;
	padding: 233px 0 4px;
}

#box02 #box02_01 div h1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(182, 215, 128, 0.4);
}

@media only screen and (max-width:767px) {
	#box02 #box02_01 {
		height: auto;
	}

	#box02 #box02_01 div {
		position: relative;
		top: 0;
		right: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	#box02 #box02_01 div h1 {
		margin-top: -105px;
		padding-top: 125px;
	}

	#box02 #box02_01 div h1::before {
		top: 0;
		right: 0;
		width: 135px;
		height: 135px;
	}
}

@media only screen and (max-width:320px) {
	#box02 #box02_01 div {
		width: 300px;
	}
}

#box02 #box02_01 div h1 span {
	display: block;
}

#box02 #box02_01 div p>span {
	min-height: 16px;
	padding: 5px 7px 4px;
	background: #9bca50;
}

@media only screen and (max-width:320px) {
	#box02 #box02_01 div p>span:first-child>span {
		display: inline-block;
		padding-left: 7px;
	}
}

#box02 #box02_01 figure {
	position: absolute;
	top: 100px;
	right: calc(50% - 330px);
	min-width: 1080px;
	width: calc((100vw/2) + 330px);
	min-height: 600px;
	height: auto;
}

@media only screen and (max-width:767px) {
	#box02 #box02_01 figure {
		position: static;
		top: 0;
		right: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
	}
}

#box02 #box02_01 figure img {
	width: 90%;
	height: auto;
}

#box02 #box02_02 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 {
		width: calc(100% - 30px);
	}
}

#box02 #box02_02 #box02_02_01 {
	position: relative;
	padding: 36px 0 44px;
}

#box02 #box02_02 #box02_02_01::after {
	content: "";
	position: absolute;
	top: -94px;
	left: calc(50% + 59px);
	width: 222px;
	height: 233px;
	background: url(../img/about_02_circle01.png) no-repeat left top;
}

#box02 #box02_02 #box02_02_01 h1 {
	padding-bottom: 22px;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 #box02_02_01 {
		padding: 16px 0 36px;
	}

	#box02 #box02_02 #box02_02_01::after {
		display: none;
	}

	#box02 #box02_02 #box02_02_01 h1 {
		padding-bottom: 7px;
	}
}

@media only screen and (max-width:320px) {
	#box02 #box02_02 #box02_02_01 {
		width: 300px;
		margin: 0 auto;
	}
}

#box02 #box02_02 #box02_02_02 {
	padding: 60px 65px 40px;
	background: rgba(212, 220, 212, 0.2);
}

#box02 #box02_02 #box02_02_02 h1 {
	padding-bottom: 52px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 #box02_02_02 {
		padding: 30px 15px 20px;
	}

	#box02 #box02_02 #box02_02_02 h1 {
		padding-bottom: 22px;
	}

	#box02 #box02_02 #box02_02_02 h1 span {
		display: block;
	}
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 {
	display: table;
	padding-bottom: 16px;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 dl {
	display: table-cell;
	width: 570px;
	padding-right: 50px;
	vertical-align: top;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 dl dt {
	padding-bottom: 12px;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul {
	display: table-cell;
	width: 250px;
	vertical-align: top;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul li {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(155, 202, 80, 0.3);
	text-align: center;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul li:nth-child(2) {
	margin-left: 10px;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul li>span {
	display: block;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul li>span:first-child {
	padding: 16px 0 8px;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 #box02_02_02 #box02_02_02_01 {
		display: block;
		padding-bottom: 20px;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_01 dl {
		display: block;
		width: auto;
		padding: 0 0 16px;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_01 dl dt {
		padding-bottom: 7px;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_01 ul {
		display: table;
		margin: 0 auto;
	}
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02 h1 {
	padding: 5px;
	border: 1px solid #9bca50;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div {
	padding: 20px 0;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div {
	display: table;
	float: left;
	width: 425px;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div:nth-child(2) {
	padding-left: 20px;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 #box02_02_02 #box02_02_02_02>div {
		padding: 0;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div {
		float: none;
		width: auto;
		padding: 10px 0 6px;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div:nth-child(2) {
		padding-left: 0;
	}
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div figure {
	display: table-cell;
	float: left;
	vertical-align: top;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div figure img {
	width: 75px;
	height: 75px;
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div dl {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}

@media only screen and (max-width:767px) {
	#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div figure img {
		width: 56px;
		height: 56px;
	}

	#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div dl {
		padding-left: 15px;
	}
}

#box02 #box02_02 #box02_02_02 #box02_02_02_02>div>div dl dt {
	padding-bottom: 12px;
}

#box02 #box02_03 {
	margin-bottom: 40px;
	background: linear-gradient(45deg, #9b9b9b 0%, #ccc 100%);
}

#box02 #box02_03>div {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#box02 #box02_03>div div {
	display: table-cell;
	width: 370px;
	padding: 56px 160px 50px 65px;
	vertical-align: top;
}

#box02 #box02_03>div div h1 {
	margin-right: -80px;
	padding-bottom: 12px;
}

#box02 #box02_03>div div p:first-of-type {
	padding-bottom: 28px;
}

@media only screen and (max-width:767px) {
	#box02 #box02_03 {
		margin-bottom: 20px;
	}

	#box02 #box02_03>div {
		width: calc(100% - 30px);
	}

	#box02 #box02_03>div div {
		display: block;
		width: auto;
		padding: 26px 0 120px;
	}

	#box02 #box02_03>div div h1 {
		margin-right: 0;
		padding-bottom: 7px;
	}

	#box02 #box02_03>div div p:first-of-type {
		padding-bottom: 22px;
	}
}

@media only screen and (max-width:320px) {
	#box02 #box02_03>div div {
		width: 300px;
		margin: 0 auto;
	}
}

#box02 #box02_03>div figure {
	display: table-cell;
	width: 405px;
	vertical-align: top;
}

@media only screen and (max-width:767px) {
	#box02 #box02_03>div figure {
		display: block;
		margin: auto;
		width: calc(100% - 30px);
	}
}

#box02 #box02_03>div figure img {
	width: 100%;
	height: auto;
}

#box02 #box02_03>div ul {
	position: absolute;
	top: 130px;
	left: calc(50% - 54px);
}

@media only screen and (max-width:767px) {
	#box02 #box02_03>div ul {
		position: absolute;
		top: calc(100% - (251px + 120px));
		left: calc(50% - 125px);
		height: 120px;
	}
}

#box02 #box02_03>div ul li {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #969696;
	text-align: center;
}

#box02 #box02_03>div ul li:nth-child(2) {
	margin-left: 10px;
}

#box02 #box02_03>div ul li>span {
	display: block;
}

#box02 #box02_03>div ul li>span:first-child {
	padding: 16px 0 8px;
	color: rgba(255, 255, 255, 0.6);
}

#box02>p {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#box02>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#box02>p a:hover,
#box02>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#box02>p a:link::before,
#box02>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box02>p a:hover::before,
#box02>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#box02>p {
		width: 300px;
	}

	#box02>p a:hover,
	#box02>p a:active {
		background: #333;
		color: #fff;
	}

	#box02>p a:hover::before,
	#box02>p a:active::before {
		display: none;
	}
}

/*----------------------------------------
	box03
-----------------------------------------*/

#box03 {
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box03 {
		padding-bottom: 60px;
	}
}

#box03 #box03_01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#box03 #box03_01 div {
	position: absolute;
	top: 0;
	left: calc(50% - 500px);
	z-index: 1;
}

#box03 #box03_01 div h1 {
	position: relative;
	padding: 233px 0 4px;
}

#box03 #box03_01 div h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(158, 208, 246, 0.3);
}

#box03 #box03_01 div h1 span {
	display: block;
}

@media only screen and (max-width:767px) {
	#box03 #box03_01 {
		height: auto;
	}

	#box03 #box03_01 div {
		position: relative;
		left: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	#box03 #box03_01 div h1 {
		position: static;
		margin-top: -105px;
		padding-top: 125px;
	}

	#box03 #box03_01 div h1::before {
		width: 135px;
		height: 135px;
	}
}

@media only screen and (max-width:320px) {
	#box03 #box03_01 div {
		width: 300px;
	}
}

#box03 #box03_01 div p {
	width: 268px;
	min-height: 16px;
	padding: 5px 7px 4px;
	background: #70b4e7;
}

#box03 #box03_01 figure {
	position: absolute;
	top: 100px;
	left: calc(50% - 330px);
	min-width: 1080px;
	width: calc((100vw/2) + 330px);
	min-height: 600px;
	height: auto;
}

#box03 #box03_01 figure img {
	width: 90%;
	height: auto;
}

@media only screen and (max-width:767px) {
	#box03 #box03_01 figure {
		position: static;
		top: 0;
		left: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		height: auto;
	}
}

#box03 #box03_02 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box03 #box03_02 {
		width: calc(100% - 30px);
		padding-bottom: 20px;
	}
}

#box03 #box03_02 #box03_02_01 {
	padding: 36px 0;
}

#box03 #box03_02 #box03_02_01 h1 {
	padding-bottom: 22px;
}

#box03 #box03_02 #box03_02_01 p span {
	display: block;
}

@media only screen and (max-width:767px) {
	#box03 #box03_02 #box03_02_01 {
		padding-top: 16px;
	}

	#box03 #box03_02 #box03_02_01 h1 {
		padding-bottom: 7px;
	}

	#box03 #box03_02 #box03_02_01 p span {
		display: inline;
	}
}

@media only screen and (max-width:320px) {
	#box03 #box03_02 #box03_02_01 {
		width: 300px;
		margin: 0 auto;
	}
}

#box03 #box03_02 #box03_02_02 {
	position: relative;
	padding: 56px 65px;
	background: rgba(212, 220, 212, 0.2);
}

#box03 #box03_02 #box03_02_02::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: 330px;
	width: 222px;
	height: 233px;
	background: url(../img/about_03_circle01.png) no-repeat left top;
}

#box03 #box03_02 #box03_02_02 p {
	padding: 12px 0 36px;
}

#box03 #box03_02 #box03_02_02 figure {
	width: 694px;
}

#box03 #box03_02 #box03_02_02 figure img {
	width: 90%;
	height: auto;
}

#box03 #box03_02 #box03_02_02 figure+figure {
	display: table;
	margin-top: 14px;
	padding-bottom: 20px;
}

#box03 #box03_02 #box03_02_02 figure+figure figcaption {
	display: table-cell;
	width: 365px;
	vertical-align: middle;
}

#box03 #box03_02 #box03_02_02 figure+figure figcaption span {
	display: block;
}

#box03 #box03_02 #box03_02_02 figure+figure img {
	display: table-cell;
	width: 323px;
	height: 198px;
}

@media only screen and (max-width:767px) {
	#box03 #box03_02 #box03_02_02 {
		padding: 26px 15px 30px;
	}

	#box03 #box03_02 #box03_02_02::after {
		display: none;
	}

	#box03 #box03_02 #box03_02_02 p {
		padding: 7px 0 26px;
	}

	#box03 #box03_02 #box03_02_02 figure {
		width: auto;
		margin: auto;
		text-align: center;
	}

	#box03 #box03_02 #box03_02_02 figure+figure {
		display: block;
		margin-top: 25px;
		padding-bottom: 0;
	}

	#box03 #box03_02 #box03_02_02 figure+figure figcaption {
		display: block;
		width: auto;
		vertical-align: middle;
	}

	#box03 #box03_02 #box03_02_02 figure+figure figcaption span {
		display: inline;
	}

	#box03 #box03_02 #box03_02_02 figure+figure img {
		display: block;
		width: 90%;
		height: auto;
		margin: auto;
	}
}

#box03 #box03_03 {
	margin-bottom: 40px;
	background: linear-gradient(45deg, #70b4e7 0%, #99d3ff 100%);
}

#box03 #box03_03>div {
	display: table;
	width: 1000px;
	margin: 0 auto;
}

#box03 #box03_03>div div {
	display: table-cell;
	width: 510px;
	padding: 56px 20px 0 65px;
	vertical-align: top;
}

@media only screen and (max-width:767px) {
	#box03 #box03_03 {
		margin-bottom: 20px;
	}

	#box03 #box03_03>div {
		display: block;
		width: calc(100% - 30px);
		padding: 26px 0;
	}

	#box03 #box03_03>div div {
		display: block;
		width: auto;
		padding: 0 0 16px;
	}
}

@media only screen and (max-width:320px) {
	#box03 #box03_03>div {
		width: 300px;
	}
}

#box03 #box03_03>div div h1 {
	padding-bottom: 12px;
}

#box03 #box03_03>div div p:first-of-type {
	padding-bottom: 32px;
}

#box03 #box03_03>div figure {
	display: table-cell;
	width: 405px;
	vertical-align: top;
}

@media only screen and (max-width:767px) {
	#box03 #box03_03>div div p:first-of-type {
		padding-bottom: 22px;
	}

	#box03 #box03_03>div div h1 {
		padding-bottom: 7px;
	}

	#box03 #box03_03>div figure {
		display: block;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

#box03 #box03_03>div figure img {
	width: 90%;
	height: auto;
}

#box03 #box03_03>div figure figcaption {
	padding-top: 16px;
}

#box03 #box03_03>div figure figcaption span {
	display: block;
}

#box03>p {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#box03>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#box03>p a:hover,
#box03>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#box03>p a:link::before,
#box03>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box03>p a:hover::before,
#box03>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#box03>p {
		width: 300px;
	}

	#box03>p a:hover,
	#box03>p a:active {
		background: #333;
		color: #fff;
	}

	#box03>p a:hover::before,
	#box03>p a:active::before {
		display: none;
	}
}

/*----------------------------------------
	box04
-----------------------------------------*/

#box04 {
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box04 {
		padding-bottom: 60px;
	}
}

#box04 #box04_01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#box04 #box04_01 div {
	position: absolute;
	top: 0;
	right: calc(50% - 500px);
	text-align: right;
	z-index: 1;
}

#box04 #box04_01 div h1 {
	position: static;
	padding: 233px 0 4px;
}

#box04 #box04_01 div h1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(247, 184, 105, 0.4);
}

@media only screen and (max-width:767px) {
	#box04 #box04_01 {
		height: auto;
	}

	#box04 #box04_01 div {
		position: relative;
		top: 0;
		right: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	#box04 #box04_01 div h1 {
		margin-top: -105px;
		padding-top: 125px;
	}

	#box04 #box04_01 div h1::before {
		top: 0;
		right: 0;
		width: 135px;
		height: 135px;
	}
}

@media only screen and (max-width:320px) {
	#box04 #box04_01 div {
		width: 300px;
	}
}

#box04 #box04_01 div h1 span {
	display: block;
}

#box04 #box04_01 div p span {
	width: 212px;
	min-height: 16px;
	padding: 5px 7px 4px;
	background: #f18909;
}

#box04 #box04_01 figure {
	position: absolute;
	top: 100px;
	right: calc(50% - 330px);
	min-width: 1080px;
	width: calc((100vw/2) + 330px);
	min-height: 600px;
	height: auto;
}

@media only screen and (max-width:767px) {
	#box04 #box04_01 figure {
		position: static;
		top: 0;
		right: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
	}
}

#box04 #box04_01 figure img {
	width: 90%;
	height: auto;
}

#box04 #box04_02 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
	#box04 #box04_02 {
		width: calc(100% - 30px);
		padding-bottom: 20px;
	}
}

#box04 #box04_02 #box04_02_01 {
	position: relative;
	padding: 36px 0 44px;
}

#box04 #box04_02 #box04_02_01 div {
	width: 550px;
}

#box04 #box04_02 #box04_02_01 div h1 {
	padding-bottom: 22px;
}

#box04 #box04_02 #box04_02_01 figure {
	position: absolute;
	top: -80px;
	right: 0;
}

@media only screen and (max-width:767px) {
	#box04 #box04_02 #box04_02_01 {
		padding: 16px 0 36px;
	}

	#box04 #box04_02 #box04_02_01 div {
		width: auto;
	}

	#box04 #box04_02 #box04_02_01 div h1 {
		padding-bottom: 7px;
	}

	#box04 #box04_02 #box04_02_01 figure {
		display: none;
	}
}

@media only screen and (max-width:320px) {
	#box04 #box04_02 #box04_02_01 div {
		width: 300px;
		margin: 0 auto;
	}
}

#box04 #box04_02 #box04_02_02 {
	position: relative;
	padding: 60px 65px;
	background: rgba(212, 220, 212, 0.2);
}

#box04 #box04_02 #box04_02_02::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: 25px;
	width: 222px;
	height: 233px;
	background: url(../img/about_04_circle01.png) no-repeat left top;
}

#box04 #box04_02 #box04_02_02 dl {
	width: 450px;
}

#box04 #box04_02 #box04_02_02 dl dt {
	padding-bottom: 12px;
}

#box04 #box04_02 #box04_02_02 div dl {
	float: left;
	padding-right: 60px;
}

#box04 #box04_02 #box04_02_02 div figure {
	float: left;
}

#box04 #box04_02 #box04_02_02 div figure img {
	width: 90%;
	height: auto;
}

#box04 #box04_02 #box04_02_02 div:first-of-type dl {
	padding-bottom: 22px;
}

#box04 #box04_02 #box04_02_02 div:first-of-type figure {
	width: 360px;
}

#box04 #box04_02 #box04_02_02 div+dl {
	padding-bottom: 22px;
}

#box04 #box04_02 #box04_02_02 div+dl+div figure {
	width: 164px;
	margin-top: -64px;
}

@media only screen and (max-width:767px) {
	#box04 #box04_02 #box04_02_02 {
		padding: 26px 15px 30px;
	}

	#box04 #box04_02 #box04_02_02::after {
		display: none;
	}

	#box04 #box04_02 #box04_02_02 dl {
		width: auto;
	}

	#box04 #box04_02 #box04_02_02 dl dt {
		padding-bottom: 7px;
	}

	#box04 #box04_02 #box04_02_02 div:first-of-type {
		padding-bottom: 26px;
	}

	#box04 #box04_02 #box04_02_02 div dl,
	#box04 #box04_02 #box04_02_02 div:first-of-type dl {
		float: none;
		padding: 0 0 26px;
	}

	#box04 #box04_02 #box04_02_02 div:first-of-type figure {
		width: auto;
		text-align: center;
	}

	#box04 #box04_02 #box04_02_02 div figure {
		float: none;
	}

	#box04 #box04_02 #box04_02_02 div+dl+div figure {
		/* margin-top: 0; */
		margin: 0 auto;
	}
}

#box04>p {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#box04>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#box04>p a:hover,
#box04>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#box04>p a:link::before,
#box04>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box04>p a:hover::before,
#box04>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#box04>p {
		width: 300px;
	}

	#box04>p a:hover,
	#box04>p a:active {
		background: #333;
		color: #fff;
	}

	#box04>p a:hover::before,
	#box04>p a:active::before {
		display: none;
	}
}

/*----------------------------------------
	box05
-----------------------------------------*/
#box05 {
	padding-bottom: 60px;
}

@media only screen and (max-width:767px) {
	#box05 {
		padding-bottom: 50px;
	}
}

#box05 #box05_01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#box05 #box05_01 div {
	position: absolute;
	top: 0;
	left: calc(50% - 500px);
	z-index: 1;
}

#box05 #box05_01 div h1 {
	position: relative;
	padding: 233px 0 4px;
}

#box05 #box05_01 div h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: rgba(236, 109, 116, 0.2);
}

#box05 #box05_01 div h1 span {
	display: block;
}

@media only screen and (max-width:767px) {
	#box05 #box05_01 {
		height: auto;
	}

	#box05 #box05_01 div {
		position: relative;
		left: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	#box05 #box05_01 div h1 {
		position: static;
		margin-top: -105px;
		padding-top: 125px;
	}

	#box05 #box05_01 div h1::before {
		width: 135px;
		height: 135px;
	}
}

@media only screen and (max-width:320px) {
	#box05 #box05_01 div {
		width: 300px;
	}
}

#box05 #box05_01 div p {
	width: 296px;
	min-height: 16px;
	margin-top: 10px;
	padding: 5px 7px 4px;
	background: #ec6d74;
}

#box05 #box05_01 figure {
	position: absolute;
	top: 100px;
	left: calc(50% - 330px);
	min-width: 1080px;
	width: calc((100vw/2) + 330px);
	min-height: 600px;
	height: auto;
}

#box05 #box05_01 figure img {
	width: 90%;
	height: auto;
}

@media only screen and (max-width:767px) {
	#box05 #box05_01 div p {
		width: 100px;
	}

	#box05 #box05_01 figure {
		position: static;
		top: 0;
		left: 0;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		height: auto;
	}
}

#box05 #box05_02 {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 36px;
}

#box05 #box05_02 div {
	display: table-cell;
	width: 510px;
	vertical-align: top;
}

#box05 #box05_02 div h1 {
	padding-bottom: 22px;
}

#box05 #box05_02 div h1+p {
	padding-bottom: 15px;
}

#box05 #box05_02 figure {
	display: table-cell;
	width: 447px;
	padding-left: 43px;
	vertical-align: top;
}

#box05 #box05_02 figure>img {
	float: left;
	width: 180px;
}

#box05 #box05_02 figure div {
	float: left;
	width: 235px;
	padding-left: 32px;
}

#box05 #box05_02 figure div img {
	width: 100%;
	height: auto;
}

#box05 #box05_02 figure div p {
	padding-top: 12px;
}

@media only screen and (max-width:767px) {
	#box05 #box05_02 {
		display: block;
		width: calc(100% - 30px);
		padding: 16px 0 16px;
	}

	#box05 #box05_02 div {
		display: block;
		width: auto;
		padding-bottom: 16px;
	}

	#box05 #box05_02 div h1 {
		padding-bottom: 7px;
	}

	#box05 #box05_02 figure {
		display: block;
		width: auto;
		padding-left: 0;
	}

	#box05 #box05_02 figure>img {
		width: 134px;
	}

	#box05 #box05_02 figure div {
		width: 176px;
		padding-left: 10px;
	}
}

@media only screen and (max-width:320px) {
	#box05 #box05_02 {
		width: 300px;
	}

	#box05 #box05_02 figure>img {
		width: 124px;
	}

	#box05 #box05_02 figure div {
		width: 166px;
	}
}

#box05>p {
	width: 400px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}

#box05>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#box05>p a:hover,
#box05>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#box05>p a:link::before,
#box05>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box05>p a:hover::before,
#box05>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#box05>p {
		width: 300px;
	}

	#box05>p a:hover,
	#box05>p a:active {
		background: #333;
		color: #fff;
	}

	#box05>p a:hover::before,
	#box05>p a:active::before {
		display: none;
	}
}

#box05 #box05_03 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 56px 65px 75px;
	background: rgba(212, 220, 212, 0.2);
}

#box05 #box05_03::after {
	content: "";
	position: absolute;
	top: -127px;
	right: -85px;
	width: 222px;
	height: 233px;
	background: url(../img/about_05_circle01.png) no-repeat left top;
}

#box05 #box05_03>h1 {
	padding-bottom: 16px;
}

#box05 #box05_03 #box05_03_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#box05 #box05_03 #box05_03_01 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#box05 #box05_03 #box05_03_01 dl dt {
	width: 100%;
	margin-bottom: 20px;
	padding: 2px 7px;
	border: 1px solid #ec6d74;
}

#box05 #box05_03 #box05_03_01 dl dd {
	width: 200px;
}

#box05 #box05_03 #box05_03_01 dl dd:nth-of-type(n+3) {
	padding-top: 36px;
}

#box05 #box05_03 #box05_03_01 dl dd a img {
	width: 100%;
	height: auto;
}

#box05 #box05_03 #box05_03_01 dl dd a span {
	display: block;
	padding-top: 5px;
}

#box05 #box05_03 #box05_03_01>dl {
	width: 423px;
}

#box05 #box05_03 #box05_03_01>div {
	display: flex;
	justify-content: space-between;
	width: 423px;
	padding-top: 16px;
}

#box05 #box05_03 #box05_03_01>div dl {
	width: 200px;
}

@media only screen and (max-width:767px) {
	#box05 #box05_03 {
		/* 221205 */
		width: calc(100% - 30px);
		/* width: 290px; */
		padding: 26px 15px 30px;
	}

	#box05 #box05_03::after {
		display: none;
	}

	#box05 #box05_03>h1 {
		padding-bottom: 6px;
	}

	#box05 #box05_03 #box05_03_01 dl {
		width: 100%;
	}

	#box05 #box05_03 #box05_03_01>dl:nth-of-type(n+2) {
		padding-top: 16px;
	}

	#box05 #box05_03 #box05_03_01 dl dt {
		margin-bottom: 10px;
	}

	#box05 #box05_03 #box05_03_01 dl dd {
		width: 135px;

	}

	#box05 #box05_03 #box05_03_01 dl dd:nth-of-type(n+3) {
		padding-top: 16px;
	}

	#box05 #box05_03 #box05_03_01>div {
		width: 100%;
		padding-top: 16px;
	}

	#box05 #box05_03 #box05_03_01>div dl {
		width: 135px;
	}
}

#box05 #box05_03>p {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#box05 #box05_03>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: linear-gradient(45deg, #ec6d74 0%, #f78b91 100%);
	color: #fff;
}

#box05 #box05_03>p a:hover,
#box05 #box05_03>p a:active {
	background: #fff;
	color: #ec6d74;
	text-decoration: none;
}

#box05 #box05_03>p a:link::before,
#box05 #box05_03>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#box05 #box05_03>p a:hover::before,
#box05 #box05_03>p a:active::before {
	border: 3px solid #ec6d74;
}

@media only screen and (max-width:767px) {
	#box05 #box05_03>p {
		width: 290px;
	}

	#box05 #box05_03>p a:hover,
	#box05 #box05_03>p a:active {
		background: linear-gradient(45deg, #ec6d74 0%, #f78b91 100%);
		color: #fff;
	}

	#box05 #box05_03>p a:link::before,
	#box05 #box05_03>p a:visited::before {
		display: none;
	}
}

/*----------------------------------------
	slide-target
-----------------------------------------*/
#box01_01>div,
#box01_01>figure,
#box01_02_01,
#box01_02_02,
#box02_01>div,
#box02_01>figure,
#box02_02_01,
#box02_02_02,
#box02_03,
#box03_01>div,
#box03_01>figure,
#box03_02_01,
#box03_02_02,
#box03_03,
#box04_01>div,
#box04_01>figure,
#box04_02_01,
#box04_02_02,
#box05_01>div,
#box05_01>figure,
#box05_02,
#box05_03,
#c_makecaro>div {
	opacity: 0;
}