/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Khula:800');
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #FFF;
	color: #3C3C3C;
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 0.10em;
}
a {
	text-decoration: none;
	color: #3C3C3C;
}
li {
	list-style-type: none;
}
address {
	font-style: normal;
}
h1 {
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	body {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
		background: #FFF;
		color: #3C3C3C;
		line-height: 1.6;
		font-size: 3.0vw;
		letter-spacing: 0.10em;
	}
	a {
		text-decoration: none;
		color: #3C3C3C;
	}
	li {
		list-style-type: none;
	}
	address {
		font-style: normal;
	}

	h1 {
		margin-right: 1em;
	}
}
/* -----------------------------------------
sp・pc
-----------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* -----------------------------------------
eng
-----------------------------------------*/
.eng {
	font-family: 'Khula', "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, sans-serif;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
img
-----------------------------------------*/
img {}
p img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
	p img {
		font-size: 0;
		line-height: 0;
		vertical-align: top;
	}
}
/* -----------------------------------------
hover
-----------------------------------------*/
a:hover {
	opacity: 0.5;
}
a {
	transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 640px) {
	a:hover {
		opacity: 1;
	}
	a {
		transition: opacity 0.3s ease-out;
	}
}
/* -----------------------------------------
font size
-----------------------------------------*/
.fz-2xs {
	font-size: 70%;
}
.fz-xs {
	font-size: 80%;
}
.fz-s {
	font-size: 90%;
}
.fz-m {
	font-size: 100%;
}
.fz-l {
	font-size: 110%;
}
.fz-xl {
	font-size: 120%;
}
.fz-2xl {
	font-size: 130%;
}
.fz-3xl {
	font-size: 140%;
}
.fz-4xl {
	font-size: 150%;
}
.fz-5xl {
	font-size: 160%;
}
.fz-6xl {
	font-size: 170%;
}
.fz-7xl {
	font-size: 180%;
}
.fz-8xl {
	font-size: 190%;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
font color
-----------------------------------------*/
.c-00 {
	color: #3C3C3C;
}
.c-01 {
	color: #FFFFFF;
}
.c-02 {
	color: #4E6F85;
}
.c-03 {
	color: #284B5A;
}
.c-04 {
	color: #00C8DC;
}
.c-05 {
	color: #969696;
}
.c-06 {
	color: #FF8C00;
}
.c-07 {
	color: #E58B20;
}
.attention {
	color: #C00;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
font weight
-----------------------------------------*/
.fw-b {
	font-weight: bold !important;
}
.fw-n {
	font-weight: normal;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
line height
-----------------------------------------*/
.lh-1 {
	line-height: 1.0;
}
.lh-12 {
	line-height: 1.2;
}
.lh-14 {
	line-height: 1.4;
}
.lh-16 {
	line-height: 1.6;
}
.lh-18 {
	line-height: 1.8;
}
.lh-20 {
	line-height: 2.0;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
text align
-----------------------------------------*/
.ta-c {
	text-align: center !important;
}
.ta-l {
	text-align: left !important;
}
.ta-r {
	text-align: right !important;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
float
-----------------------------------------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
w-base
-----------------------------------------*/
.w-base {
	width: 1050px;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.w-base {
		width: 100%;
		margin: auto;
	}
}
/* -----------------------------------------
inner
-----------------------------------------*/
.inner {
	margin: 0 6.6%;
}
.inner-02 {
	margin: 0 10%;
}
.anaqua .inner-02 {
	margin: 0 0%;
}
.inner-03 {
	margin: 0 15%;
}

@media screen and (max-width: 640px) {
	.inner {
		margin: 0 3%;
	}
	.inner-02 {
		margin: 0 3%;
	}
	.inner-03 {
		margin: 0 3%;
	}
}
@media screen and (max-width: 380px) {
	.inner {
		margin: 0 3%;
	}
	.inner-02 {
		margin: 0 3%;
	}
	.inner-03 {
		margin: 0 3%;
	}
}
/* -----------------------------------------
gheader
-----------------------------------------*/
#wrap-gheader {
	margin-bottom: 40px;
	padding: 33px 0 30px;
}
#wrap-gheader #gheader {
	overflow: hidden;
}
#wrap-gheader #gheader .title {
	width: 20%;
	float: left;
}
#wrap-gheader #gheader .logo {
	width: 35%;
	float: right;
}
#wrap-gheader #gheader .change-lang {
	width: 35%;
	float: right;
	font-weight: bold;
	color: #ababab;
	margin-top: 1.2%;
	letter-spacing: 0
}
#wrap-gheader #gheader .lang{
	color: #fff;
	background: #cdcdcd;
	padding: 3px 4px 5.5px 6px;
	border-radius: 2px;
	margin-right: 10px;
}
#wrap-gheader #gheader .change-lang .lang-jp{
	margin-right: 5px;
}
#wrap-gheader #gheader .change-lang .lang-en{
	margin-left: 5px;
}
#wrap-gheader #gheader .change-lang .lang-on{
	color: #00C8DC;
}
#wrap-gheader #gheader .change-lang .lang-off{
	color: #898989;
}
@media screen and (max-width: 640px) {
	#wrap-gheader {
		height: 93px;
		padding: 0 0;
		margin-bottom: 0;
	}
	#wrap-gheader #gheader {
		margin: 0;
		padding-top: 2px;
		overflow: hidden;
	}
	#wrap-gheader #gheader .title {
		width: 30%;
		padding-top: 3%;
		float: left;
		margin-left: 5%;
		margin-right: 9%;
	}
	#wrap-gheader #gheader .logo {
		width: 40%;
		padding-top: 4%;
		float: left;
		margin-left: 20px;
	}
	#wrap-gheader #gheader .change-lang {
		width: 40%;
		float: left;
		font-size: 80%;
		margin: 3%;
		letter-spacing: 0;
		padding: 0 0 0.5px ;
		margin-top: 7.9%;
	}
	#wrap-gheader #gheader .lang{
		padding: 0px 4px 1px;
		border-radius: 2px;
		margin-right: 4px;
	}
	#wrap-gheader #gheader .change-lang .lang-jp{
		margin-right: 3px;
	}	
	#wrap-gheader #gheader .change-lang .lang-en{
		margin-left: 3px;
	}
	#wrap-gheader #gheader .btn {
		width: 30px;
		height: 40px;
		float: right;
	}
}

/* -----------------------------------------
gnav
-----------------------------------------*/
#wrap-gnav {
	padding-bottom: 20px;
}
#wrap-gnav #gnav {
	overflow: hidden;
}
#wrap-gnav #gnav ul {
	text-align: left;
	overflow: hidden;
	margin-top: -.2%
}
#wrap-gnav #gnav ul li {
	float: left;
	margin-right: 30px;
	font-weight: bold;
}
#wrap-gnav #gnav ul li {
	display: block;
	padding: 0 0 0;
	text-decoration: none;
}
#wrap-gnav #gnav ul li .current {
	color: #00C8DC;
}
#wrap-gnav #gnav ul li::after {
	border-bottom: solid 1px #333;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
#wrap-gnav #gnav ul li:hover::after {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#wrap-gnav {
		padding-bottom: 0;
		border-bottom: 1px solid #CCC;
	}
	#wrap-gnav .inner {
		margin: 0;
	}
	#wrap-gnav #gnav {
		overflow: hidden;
		display: none;
		font-size: 120%;
	}
	#wrap-gnav #gnav ul {
		text-align: none;
		overflow: hidden;
		border-top: 1px solid #CCC;
	}
	#wrap-gnav #gnav ul li {
		float: none;
		margin-right: 0;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
	}
	#wrap-gnav #gnav ul li a {
		display: block;
		padding: 4% 3%;
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 30px;
		background-image: url(../img/common/arrow_01.png);
	}
	#wrap-gnav #gnav ul li::after {
		border-bottom: none
	}
	#wrap-gnav #gnav ul li:hover::after {
		width: 100%;
	}
}
/* -----------------------------------------
tit-eng
-----------------------------------------*/
.tit-eng {
	text-align: center;
	margin-bottom: 0.5em;
	color: #4E6F85;
	font-size: 200%;
}
@media screen and (max-width: 640px) {}


/* -----------------------------------------
wrap-index-pickup-top
-----------------------------------------*/

#wrap-index-pickup-top.exist-pickup-box{
	background: #284B5A;
	margin-bottom: 60px;
}
#wrap-index-pickup-top .sub-msg{
	padding-top:.5em;
	margin-bottom:36px
}
#wrap-index-pickup-top.exist-pickup-box .sub-msg{
	margin-bottom:20px
}

#wrap-index-pickup-top .date, #wrap-index-pickup-top .txt{
	color:#f6f6f6;
}

#wrap-index-pickup-top li.slick-slide{
    height: 68px;
}
@media screen and (max-width: 640px) {
	#wrap-index-pickup-top li.slick-slide{
		height: 24vw;
	}
}
/* -----------------------------------------
wrap-index-main-img
-----------------------------------------*/
#wrap-index-main-img {
	margin-bottom: 40px;
}

#wrap-index-main-img #index-main-img {
	border-bottom: 4px solid #00C8DC;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 4%, rgba(226, 243, 248, 1) 4%, rgba(250, 255, 255, 1) 100%);
}
@media screen and (max-width: 640px) {
	#wrap-index-main-img {
		margin-bottom: 0em;
		padding-top: 80px;
	}
	#wrap-index-main-img #index-main-img {
		padding-top: 15px;
		border-bottom: 2px solid #00C8DC;
		margin-bottom: 0em;
		background: linear-gradient(180deg, rgba(226, 243, 248, 1) 0%, rgba(250, 255, 255, 1) 100%);
	}


}
@media screen and (max-width: 480px) {
	#wrap-gheader #gheader{
		margin-left: .2%;
		margin-right: .2%;
	}
	
}
@media screen and (max-width: 440px) {
	#wrap-gheader {
		height: 63px;
		padding: 0 0;
		margin-bottom: 0;
	}
	#wrap-index-main-img{
		padding-top:60px;
	}
}
@media screen and (max-width: 410px) {
	#wrap-gheader #gheader .change-lang {
			margin-left: 0px
	}
}
@media screen and (min-width:383px) and ( max-width:383px) {
	#wrap-gheader #gheader .title {
		width: 30.2%;
			margin-right: 8.7%
	}
}
/* -----------------------------------------
mb
-----------------------------------------*/
.mb-0em {
	margin-bottom: 0em !important;
}
.mb-05em {
	margin-bottom: 0.5em !important;
}
.mb-1em {
	margin-bottom: 1em !important;
}
.mb-15em {
	margin-bottom: 1.5em !important;
}
.mb-2em {
	margin-bottom: 2em !important;
}
.mb-25em {
	margin-bottom: 2.5em !important;
}
.mb-3em {
	margin-bottom: 3em !important;
}
.mb-35em {
	margin-bottom: 3.5em !important;
}
.mb-4em {
	margin-bottom: 4em !important;
}
.mb-5em {
	margin-bottom: 5em !important;
}
.mb-6em {
	margin-bottom: 6em !important;
}
@media screen and (max-width: 640px) {
	.mb-0em {
		margin-bottom: 0em !important;
	}
	.mb-05em {
		margin-bottom: 0.25em !important;
	}
	.mb-1em {
		margin-bottom: 0.5em !important;
	}
	.mb-15em {
		margin-bottom: 7.5em !important;
	}
	.mb-2em {
		margin-bottom: 1em !important;
	}
	.mb-25em {
		margin-bottom: 1.25em !important;
	}
	.mb-3em {
		margin-bottom: 1.5em !important;
	}
	.mb-35em {
		margin-bottom: 1.75em !important;
	}
	.mb-4em {
		margin-bottom: 2em !important;
	}
	.mb-5em {
		margin-bottom: 2.5em !important;
	}
	.mb-6em {
		margin-bottom: 3em !important;
	}
}
/* -----------------------------------------
ml
-----------------------------------------*/
.ml-05em {
	margin-left: 0.5em !important;
}
.ml-1em {
	margin-left: 1em !important;
}
.ml-15em {
	margin-left: 1.5em !important;
}
.ml-2em {
	margin-left: 2em !important;
}
.ml-25em {
	margin-left: 2.5em !important;
}
.ml-3em {
	margin-left: 3em !important;
}
.ml-35em {
	margin-left: 3.5em !important;
}
.ml-4em {
	margin-left: 4em !important;
}
@media screen and (max-width: 640px) {
	.ml-05em {
		margin-left: 0em !important;
	}
	.ml-1em {
		margin-left: 0em !important;
	}
	.ml-15em {
		margin-left: 0em !important;
	}
	.ml-2em {
		margin-left: 0em !important;
	}
	.ml-25em {
		margin-left: 0em !important;
	}
	.ml-3em {
		margin-left: 0em !important;
	}
	.ml-35em {
		margin-left: 0em !important;
	}
	.ml-4em {
		margin-left: 0em !important;
	}
}
/* -----------------------------------------
wrap-index-message
-----------------------------------------*/
#wrap-index-message {
	margin-bottom: 60px;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
wrap-index-Introduction
-----------------------------------------*/
#wrap-index-Introduction {
	margin-bottom: 60px;
}
#wrap-index-Introduction #index-Introduction {
	overflow: hidden;
}
#wrap-index-Introduction #index-Introduction .tit {}
#wrap-index-Introduction #index-Introduction .tit h2 {
	font-size: 180%;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
#wrap-index-Introduction #index-Introduction .info {
	float: left;
	width: 48%;
}
#wrap-index-Introduction #index-Introduction .list dl {
	margin-bottom: 1em;
	overflow: hidden;
}
#wrap-index-Introduction #index-Introduction .list dl dt {
	float: left;
	width: 12%;
	vertical-align: top;
}
#wrap-index-Introduction #index-Introduction .list dl dt img {
	vertical-align: top;
}
#wrap-index-Introduction #index-Introduction .list dl dd {
	float: right;
	width: 86%;
	font-size: 140%;
}
#wrap-index-Introduction #index-Introduction .list dl dd sub {}
#wrap-index-Introduction #index-Introduction .box {
	float: right;
	width: 49%;
}
#wrap-index-Introduction #index-Introduction .box .in {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../img/index/box_introduction_03.png);
	background-size: contain;
	padding: 0 4.5%;
}
@media screen and (max-width: 640px) {
	#wrap-index-Introduction {
		margin-bottom: 3em;
	}
	#wrap-index-Introduction #index-Introduction {
		overflow: hidden;
	}
	#wrap-index-Introduction #index-Introduction .tit {}
	#wrap-index-Introduction #index-Introduction .tit h2 {
		font-size: 160%;
		letter-spacing: 0.2em;
		margin-bottom: 1em;
	}
	#wrap-index-Introduction #index-Introduction .info {
		float: none;
		width: 100%;
	}
	#wrap-index-Introduction #index-Introduction .list dl {
		margin-bottom: 1em;
		overflow: hidden;
	}
	#wrap-index-Introduction #index-Introduction .list dl dt {
		float: left;
		width: 10%;
	}
	#wrap-index-Introduction #index-Introduction .list dl dt img {
		width: 100%;
	}
	#wrap-index-Introduction #index-Introduction .list dl dd {
		float: right;
		width: 86%;
		font-size: 130%;
	}
	#wrap-index-Introduction #index-Introduction .list dl dd sub {}
	#wrap-index-Introduction #index-Introduction .box {
		float: none;
		width: 100%;
	}
	#wrap-index-Introduction #index-Introduction .box .in {
		background-repeat: repeat-y;
		background-position: center top;
		background-image: url(../img/index/box_introduction_03.png);
		background-size: contain;
		padding: 4% 4.5% 0.01%;
	}
}
/* -----------------------------------------
btn
-----------------------------------------*/
.btn-01 {
	text-align: center;
}
.btn-01 a, .btn-01 button {
	color: #FFF;
	background-color: #FFAA00;
	padding: 10px 0;
	display: inline-block;
	font-weight: bold;
	border-radius: 40px;
	min-width: 280px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.btn-02 {
	text-align: center;
}
.btn-02 a, .btn-02 button {
	color: #333;
	background-color: #EEE;
	padding: 10px 0;
	display: inline-block;
	font-weight: bold;
	border-radius: 40px;
	min-width: 280px;
	text-align: center;
	border: none;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.btn-01 {
		text-align: center;
		margin: 4% 0;
	}
	.btn-01 a, .btn-01 button {
		color: #FFF;
		background-color: #FFAA00;
		padding: 2% 0%;
		display: inline-block;
		font-weight: bold;
		border-radius: 40px;
		min-width: 60%;
	}
	.btn-02 {
		text-align: center;
		margin: 4% 0;
	}
	.btn-02 a, .btn-02 button {
		color: #333;
		background-color: #EEE;
		padding: 2% 0%;
		display: inline-block;
		font-weight: bold;
		border-radius: 40px;
		min-width: 60%;
	}
	.box-13 .btn-pd a{
		padding: 2% 3%;
	}
	.info .btn-pd a{
		padding: 2% 4%;
	}
	.info .btn-pd{
		text-align: center !important;
	}
}
/* -----------------------------------------
wrap-index-cycle
-----------------------------------------*/
#wrap-index-cycle {
	background: rgb(228, 238, 246);
	background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%);
	padding: 60px 0 100px;
}
#wrap-index-cycle #index-cycle {}
#wrap-index-cycle #index-cycle .box {
	position: relative;
	height: 390px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/index/bg_index_cycle.png);
}
#wrap-index-cycle #index-cycle .box-single {
	width: 245px;
	position: absolute;
}
#wrap-index-cycle #index-cycle .box-single .tit {
	font-size: 160%;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	border-bottom: 1px solid #4E6F85;
	margin-bottom: 0.5em;
}
#wrap-index-cycle #index-cycle #box-cycle-01 {
	left: 0;
	top: 0;
}
#wrap-index-cycle #index-cycle #box-cycle-02 {
	right: 0;
	top: 0;
}
#wrap-index-cycle #index-cycle #box-cycle-04 {
	left: 0;
	top: 260px;
}
#wrap-index-cycle #index-cycle #box-cycle-03 {
	right: 0;
	top: 260px;
}
#wrap-index-cycle #index-cycle #box-cycle-01 .tit {
	background-image: url(../img/index/num_cycle_01.png);
}
#wrap-index-cycle #index-cycle #box-cycle-02 .tit {
	background-image: url(../img/index/num_cycle_02.png);
}
#wrap-index-cycle #index-cycle #box-cycle-03 .tit {
	background-image: url(../img/index/num_cycle_03.png);
}
#wrap-index-cycle #index-cycle #box-cycle-04 .tit {
	background-image: url(../img/index/num_cycle_04.png);
}
@media screen and (max-width: 640px) {
	#wrap-index-cycle {
		background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%);
		padding: 3em 0;
		margin-bottom: 3em;
	}
	#wrap-index-cycle #index-cycle {}
	#wrap-index-cycle #index-cycle .box {
		position: relative;
		height: auto;
		padding-top: 170%;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(../img/index/bg_index_cycle.png);
		background-size: 80%;
	}
	#wrap-index-cycle #index-cycle .box-single {
		width: 48%;
		position: absolute;
	}
	#wrap-index-cycle #index-cycle .box-single .tit {
		font-size: 150%;
		font-weight: normal;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		background-position: left center;
		padding-left: 30px;
		border-bottom: 1px solid #4E6F85;
		margin-bottom: 0.5em;
	}
	#wrap-index-cycle #index-cycle #box-cycle-01 {
		left: 0;
		top: 0;
	}
	#wrap-index-cycle #index-cycle #box-cycle-02 {
		right: 0;
		top: 0;
	}
	#wrap-index-cycle #index-cycle #box-cycle-03 {
		right: 0;
		top: 76%
	}
	#wrap-index-cycle #index-cycle #box-cycle-04 {
		right: auto;
		left: 0;
		top: 76%
	}
	#wrap-index-cycle #index-cycle #box-cycle-01 .tit {
		background-image: url(../img/index/num_cycle_01.png);
	}
	#wrap-index-cycle #index-cycle #box-cycle-02 .tit {
		background-image: url(../img/index/num_cycle_02.png);
	}
	#wrap-index-cycle #index-cycle #box-cycle-03 .tit {
		background-image: url(../img/index/num_cycle_03.png);
	}
	#wrap-index-cycle #index-cycle #box-cycle-04 .tit {
		background-image: url(../img/index/num_cycle_04.png);
	}
}
/* -----------------------------------------
wrap-index-services
-----------------------------------------*/
#wrap-index-services {
	margin-bottom: 60px;
}
#wrap-index-services #index-services {}
@media screen and (max-width: 640px) {
	#wrap-index-services {
		margin-bottom: 3em;
	}
	#wrap-index-services #index-services {}
}
/* -----------------------------------------
wrap-index-pickup
-----------------------------------------*/
#wrap-index-pickup {
	padding: 60px 0;
	/* background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%); */
}

#wrap-index-pickup #index-pickup .list-info {
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	#wrap-index-pickup {
		padding: 3em 0;
		/* background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%); */
	}
	#wrap-index-pickup #index-pickup .list-info {
		margin-bottom: 3em;
	}
}
/* -----------------------------------------
wrap-footer-nav
-----------------------------------------*/
#wrap-footer-nav {
	background-color: #00C8DC;
	padding: 10px 0;
}
#wrap-footer-nav #footer-nav {
	overflow: hidden;
}
#wrap-footer-nav #footer-nav .title {
	float: left;
	font-size: 120%;
	font-weight: bold;
	width: 40%;
}
#wrap-footer-nav #footer-nav .nav {
	float: right;
	width: 46%;
}
#wrap-footer-nav #footer-nav .nav ul {
	overflow: hidden;
	text-align: right;
}
#wrap-footer-nav #footer-nav .nav ul li {
	display: inline-block;
	float: none;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFF;
	font-weight: bold;
}
#wrap-footer-nav #footer-nav .nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
@media screen and (max-width: 640px) {
	#wrap-footer-nav {
		background-color: #00C8DC;
		padding: 3% 0;
	}
	#wrap-footer-nav #footer-nav {
		overflow: hidden;
	}
	#wrap-footer-nav #footer-nav .title {
		float: none;
		font-size: 120%;
		font-weight: bold;
		width: 100%;
		margin-bottom: 0.5em;
	}
	#wrap-footer-nav #footer-nav .nav {
		float: none;
		width: 100%;
	}
	#wrap-footer-nav #footer-nav .nav ul {
		overflow: hidden;
	}
	#wrap-footer-nav #footer-nav .nav ul li {
		float: left;
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #FFF;
	}
	#wrap-footer-nav #footer-nav .nav ul li:last-child {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
}
/* -----------------------------------------
wrap-footer-address
-----------------------------------------*/
#wrap-footer-address {
	background: #4E6F85;
	padding: 40px 0;
}
#wrap-footer-address #footer-address {
	overflow: hidden;
}
#wrap-footer-address #footer-address .cell {
	float: left;
	width: 270px;
	padding-right: 50px;
}
#wrap-footer-address #footer-address .cell:last-child {
	padding-right: 0px;
}
#wrap-footer-address #footer-address .cell .title {
	border-bottom: 2px solid #A78D43;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
	#wrap-footer-address {
		background: #4E6F85;
		padding: 6% 0%;
	}
	#wrap-footer-address #footer-address {
		overflow: hidden;
	}
	#wrap-footer-address #footer-address .cell {
		float: none;
		width: 100%;
		margin-bottom: 2em;
		padding-right: 0px;
	}
	#wrap-footer-address #footer-address .cell:last-child {
		padding-right: 0px;
		margin-bottom: 0;
	}
	#wrap-footer-address #footer-address .cell .title {
		border-bottom: 2px solid #A78D43;
		margin-bottom: 0.5em;
	}
}
/* -----------------------------------------
wrap-footer-copy
-----------------------------------------*/
#wrap-footer-copy {
	background-color: #284B5A;
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
wrap-section01
-----------------------------------------*/
.wrap-section01 {
	margin: 90px 0;
}
.wrap-section02 {
	background: rgb(228, 238, 246);
	background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%);
	padding: 70px 0;
}
.section02-in {
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	.wrap-section01 {
		margin: 4em 0;
	}
	.wrap-section02 {
		background: rgb(228, 238, 246);
		background: linear-gradient(180deg, rgba(220, 240, 252, 1) 0%, rgba(236, 250, 251, 1) 100%);
		padding: 4em 0 3em;
	}
	.section02-in {
		margin-bottom: 3em;
	}
	.section-in-sp {
		margin: 0 3%;
	}
}
/* -----------------------------------------
section-tit
-----------------------------------------*/
.section-tit-01 {
	text-align: center;
	color: #284B5A;
	margin-bottom: 1.5em;
	font-size: 200%;
}
.section-tit-02 {
	color: #284B5A;
	margin-bottom: 1.5em;
	font-size: 200%;
}
@media screen and (max-width: 640px) {
	.section-tit-01 {
		text-align: center;
		color: #284B5A;
		margin-bottom: 3.0em;
		font-size: 140%;
	}
	.section-tit-01.new {
		font-size: 170%;
	}
	.section-tit-02 {
		color: #284B5A;
		margin-bottom: 1.0em;
		font-size: 150%;
	}
}
/* -----------------------------------------
box
-----------------------------------------*/
.box-01 {
	overflow: hidden;
}
.box-01 > .img {
	width: 26%;
	float: left;
}
.box-01 > .txt {
	width: 70%;
	float: right;
}

.box-02 {
	overflow: hidden;
	margin-bottom: 60px;
}
.box-02 .box-02-single {
	width: 47%;
	float: left;
}
.box-02 .box-02-single.w2 {
	width: 51%;
	float: left;
}
.box-02 .box-02-single:nth-child(2n) {
	float: right;
}
.box-02 .box-02-single .in {
	margin-top: 1em;
	overflow: hidden;
}
.box-02 .box-02-single .in .img {
	float: left;
	width: 41%;
}
.box-02 .box-02-single .in .info {
	float: right;
	width: 54%;
}
.box-02 .box-02-single .in .img-2 {
	float: left;
	width: 26.5%;
}
.box-02 .box-02-single .in .info-2 {
	float: right;
	width: 72%;
}
.box-02 .box-02-single .list-01 {
	float: none;
	width: 100%;
	clear: both;
}
.box-02 .box-02-single .in .img-3 {
	float: left;
	width: 35%;
}
.box-02 .box-02-single .in .info-3 {
	float: right;
	width: 56%;
}
.box-02 .box-02-single .in .info .main {
	font-size: 180%;
}
.box-03 {
	overflow: hidden;
}
.box-03 .box-03-single {
	width: 48%;
}
.box-03 .box-03-single .tit {
	font-size: 180%;
	margin-bottom: 0.5em;
}
.box-03 .box-03-single .img {
	margin-bottom: 2.0em;
}
.box-03 .box-03-single .txt {
	margin-bottom: 2.0em;
}
.box-04 {
	overflow: hidden;
}
.box-04 .info {
	width: 62%;
	float: left;
}
.box-04 .img {
	float: right;
	width: 34%;
}
.box-06 {
	margin: 80px 10%;
}
.box-06 .tit {
	font-size: 200%;
	border-bottom: 1px solid #284B5A;
	margin-bottom: 1em;
}
.box-06 .list {
	font-size: 140%;
}
.box-06 .list li {
	margin-bottom: 0.5em;
}
.box-07 {
	background: #FFF;
	border: 2px solid #4E6F85;
	border-radius: 6px;
	padding: 3%;
	overflow: hidden;
}
.box-07 .img {
	float: left;
	width: 28%;
}
.box-07 .info {
	float: right;
	width: 68%;
}
.box-07 .img-02 {
	float: right;
	width: 36.2%;
}
.box-07 .info-02 {
	float: left;
	width: 60%;
}
.box-07 .img-03 {
	float: left;
	width: 12%;
}
.box-07 .info-03 {
	float: right;
	width: 85%;
}
.box-08 {
	overflow: hidden;
}
.box-08 > .img {
	width: 27.963%;
	float: left;
}
.box-08 > .txt {
	width: 70%;
	float: right;
}
.box-08 > .txt2 {
	width: 67%;
	float: right;
}
.box-09 {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/common/ico_light.png);
	padding-left: 60px;
}
.box-10 {
	overflow: hidden;
	margin-bottom: 40px;
}
.box-10 .img {
	width: 40.914%;
	float: left;
}
.box-10 .info {
	width: 57%;
	float: right;
}
.box-11 {
	overflow: hidden;
	margin-bottom: 40px;
}
.box-11 .box-11-single {
	width: 38.7315%;
	float: left;
}
.box-11 .box-11-single:nth-child(2n) {
	float: right;
	width: 58%;
}
.box-13 {
	overflow: hidden;
}
.box-13 .in{
	clear: both;
}
.box-13 .img-13{
	float: left;
}
.box-13 .img-13.mtmb1{
	margin-top: 5px;
	margin-bottom: 35px;
}
.box-13 .img-13.mtmb2{
	margin-top: 5px;
	margin-bottom: 35px;
}
.box-13 .img-13.mtmb3{
	margin-top: 15px;
	margin-bottom: 35px;
}
.box-13 .img-13.mtmb4{
}
.box-13 .tit-13{
	font-size: 160%;
	color: #284B5A;
}
.box-13 .btn-pd{
	margin-top: 2em;
}
.box-13 .btn-pd a{
	padding: 10px 24px;
}
.box-15 {
	overflow: hidden;
}
.box-15 .img {
	width: 47%;
}
.box-15 .img img {
	width: 100%;
}
.box-15 .info {
	width: 47%;
}
.box-15 .left {
	float: left;
}
.box-15 .right {
	float: right;
}
.info .btn-pd{
	margin-top: 35px;
	text-align: right;
}
.info .btn-pd a{
	padding: 10px 30px;
}

@media screen and (max-width: 640px) {
	.box-01 {
		overflow: hidden;
	}
	.box-01 > .img {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.box-01 > .txt {
		width: 100%;
		float: none;
	}
	.box-02 {
		overflow: hidden;
		margin-bottom: 0px;
	}
	.box-02 .box-02-single {
		width: 100%;
		float: none;
		margin-bottom: 3em;
		overflow: hidden;
	}
	.box-02 .box-02-single.w2 {
		width: 100%;
		float: none;
		margin-bottom: 3em;
		overflow: hidden;
	}
	.box-02 .box-02-single.w2 .in .info .main {
		font-size: 160%;
	}
	.box-02 .box-02-single:nth-child(2n) {
		float: none;
	}
	.box-02 .box-02-single .in {
		margin-top: 1em;
	}
	.box-02 .box-02-single .in .img {
		float: left;
		width: 41%;
	}
	.box-02 .box-02-single .in .info {
		float: right;
		width: 56%;
	}
	.box-02 .box-02-single .in .img-2 {
		float: left;
		width: 26%;
	}
	.box-02 .box-02-single .in .info-2 {
		float: right;
		width: 72%;
	}
	.box-02 .box-02-single .list-01 {
		float: none;
		width: 100%;
	}
	.box-02 .box-02-single .in .img-3 {
		float: left;
		width: 35%;
	}
	.box-02 .box-02-single .in .info-3 {
		float: right;
		width: 56%;
	}
	.box-02 .box-02-single .in .info .main {
		font-size: 180%;
	}
	.box-03 {
		overflow: hidden;
	}
	.box-03 .box-03-single {
		width: 100%;
		margin-bottom: 2em;
	}
	.box-03 .box-03-single:last-child {
		margin-bottom: 0em;
	}
	.box-03 .box-03-single .tit {
		font-size: 140%;
		margin-bottom: 0.5em;
		line-height: 1.4;
	}
	.box-03 .box-03-single .img {
		margin-bottom: 0.5em;
	}
	.box-03 .box-03-single .txt {
		margin-bottom: 1.0em;
	}
	.box-04 {
		overflow: hidden;
	}
	.box-04 .info {
		width: 100%;
		float: none;
	}
	.box-04 .img {
		width: 100%;
		float: none;
	}
	.box-06 {
		margin: 3% 2%;
	}
	.box-06 .tit {
		font-size: 160%;
		border-bottom: 1px solid #284B5A;
		margin-bottom: 1em;
	}
	.box-06 .list {
		font-size: 140%;
	}
	.box-06 .list li {
		margin-bottom: 0.5em;
		margin-left: 1em;
		text-indent: -1em;
	}
	.box-07 {
		background: #FFF;
		border: 2px solid #4E6F85;
		border-radius: 6px;
		padding: 3%;
		overflow: hidden;
	}
	.box-07 .img {
		float: none;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.box-07 .info {
		float: none;
		width: 100%;
	}
	.box-07 .img-02 {
		float: none;
		width: 100%;
	}
	.box-07 .info-02 {
		float: none;
		width: 100%;
	}
	.box-07 .img-03 {
		float: left;
		width: 12%;
	}
	.box-07 .info-03 {
		float: right;
		width: 85%;
	}
	.box-08 {
		overflow: hidden;
	}
	.box-08 > .img {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.box-08 > .txt {
		width: 100%;
		float: none;
	}
	.box-08 > .txt2 {
		width: 100%;
		float: none;
	}
	.box-09 {
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url(../img/common/ico_light.png);
		padding-left: 60px;
	}
	.box-10 {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.box-10 .img {
		width: 100%;
		float: none;
	}
	.box-10 .info {
		width: 100%;
		float: none;
	}
	.box-11 {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.box-11:last-child {
		overflow: hidden;
		margin-bottom: 0;
	}
	.box-11 .box-11-single {
		width: 38.7315%;
		float: left;
	}
	.box-11 .box-11-single:nth-child(2n) {
		float: none;
		width: auto;
	}
	.box-11 .box-11-single .img {
		margin: 0 10px 10px 0;
	}
	.box-13 .in{
		margin-bottom: 30px;
	}
	.box-13 .img-13.mtmb1{
		margin-top: 15px;
		margin-bottom: 85px;
	}
	.box-13 .img-13.mtmb2{
		margin-top: 15px;
		margin-bottom: 35px;
	}
	.box-13 .img-13.mtmb3{
		margin-top: 15px;
		margin-bottom: 145px;
	}
	.box-13 .img-13.mtmb4{
		margin-top: 25px;
		margin-bottom: 50px;
	}

}
@media(max-width:505px){
	.box-13 .img-13.mtmb1{
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.box-13 .img-13.mtmb2{
		margin-top: 15px;
		margin-bottom: 50px;
	}
	.box-13 .img-13.mtmb3{
		margin-top: 15px;
		margin-bottom: 90px;
	}
	.box-13 .img-13.mtmb4{
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.box-15 {
		overflow: hidden;
	}
	.box-15 .img {
		width: 100%;
		margin-bottom: 1em;
	}
	.box-15 .img img {
		width: 100%;
	}
	.box-15 .info {
		width: 100%;
	}
	.box-15 .left {
		float: none;
	}
	.box-15 .right {
		float: none;
	}
	.box-15.sevice-top{
		margin-top: -50px;
	}
}
/* -----------------------------------------
tit
-----------------------------------------*/
.tit-01 {
	font-size: 120%;
}
.tit-01 span {
	color: #FFF;
	background-color: #FF8C00;
	padding: 5px 20px;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
}
.tit-02 {
	font-size: 160%;
	color: #284B5A;
	margin-bottom: 0.5em;
}
.tit-03 {
	font-size: 120%;
}
.tit-03 span {
	color: #FFF;
	background-color: #00C8DC;
	padding: 5px 20px;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
}
.tit_bt{
	margin-bottom:-3%;
}
@media screen and (max-width: 640px) {
	.tit-01 {
		font-size: 110%;
	}
	.tit-01 span {
		color: #FFF;
		background-color: #FF8C00;
		padding: 3px 10px;
		display: inline-block;
		font-weight: bold;
		border-radius: 4px;
	}
	.tit-02 {
		font-size: 130%;
		color: #284B5A;
		margin-bottom: 0.5em;
	}
	.tit-03 {
		font-size: 110%;
	}
	.tit-03 span {
		color: #FFF;
		background-color: #00C8DC;
		padding: 4px 10px;
		display: inline-block;
		font-weight: bold;
		border-radius: 4px;
	}

}
/* -----------------------------------------
list
-----------------------------------------*/
.list-01 {
	margin: 1em 0;
}
.list-01 li {
	color: #4E6F85;
	font-size: 120%;
	font-weight: bold;
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
wrap-contact
-----------------------------------------*/
#wrap-contact {
	background: rgb(232, 232, 237);
	background: linear-gradient(180deg, rgba(226, 228, 230, 1) 0%, rgba(245, 247, 249, 1) 100%);
	padding: 3em 0;
}
@media screen and (max-width: 640px) {
	#wrap-contact .img {
		text-align: center;
	}
	#wrap-contact .img img {
		width: 50%;
	}
}
/* -----------------------------------------
list-btn
-----------------------------------------*/
.list-btn-01 {
	overflow: hidden;
	margin: 0 10% 2em;
}
.list-btn-01 li {
	float: left;
	width: 40%;
	text-align: center;
}
.list-btn-01 li:nth-child(even) {
	float: right;
}
.list-btn-01 li a {
	display: block;
}
.list-btn-01.wide {
	overflow: hidden;
	margin: 0 0% 2em;
}
.list-btn-01.wide .img {
	float: left;
	width: 48%;
}
.list-btn-01.wide .txt {
	float: right;
	width: 51%;
	margin-bottom: 1em;
}
.list-btn-01.wide .btn {
	float: right;
	width: 51%;
}
@media screen and (max-width: 640px) {
	.list-btn-01 {
		overflow: hidden;
		margin: 0 0% 0em;
	}
	.list-btn-01 li {
		float: left;
		width: 49%;
		text-align: center;
	}
	.list-btn-01 li:nth-child(even) {
		float: right;
	}
	.list-btn-01 li a {
		display: block;
	}
	.list-btn-01 li .btn-01 a {
		padding: 4% 0;
	}
	.list-btn-01.wide {
		overflow: hidden;
		margin: 0 0% 0em;
	}
	.list-btn-01.wide .img {
		float: none;
		width: 100%;
	}
	.list-btn-01.wide .txt {
		float: none;
		width: 100%;
		margin-bottom: 0em;
	}
	.list-btn-01.wide .btn {
		float: none;
		width: 100%;
	}
}
/* -----------------------------------------
 bg-num
-----------------------------------------*/
.bg-num {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 45px;
}
.bg-num-01 {
	background-image: url(../img/index/ico_num_01_a.png);
}
.bg-num-02 {
	background-image: url(../img/index/ico_num_02_a.png);
}
.bg-num-03 {
	background-image: url(../img/index/ico_num_03_a.png);
}
.bg-num-b {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.bg-num-01b {
	background-image: url(../img/common/ico_num_01_b.png);
}
.bg-num-02b {
	background-image: url(../img/common/ico_num_02_b.png);
}
.bg-num-03b {
	background-image: url(../img/common/ico_num_03_b.png);
}
.bg-num-04b {
	background-image: url(../img/common/ico_num_04_b.png);
}
.bg-num-05b {
	background-image: url(../img/common/ico_num_05_b.png);
}
@media screen and (max-width: 640px) {
	.bg-num {
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 35px 35px;
		padding-left: 40px;
		min-height: 35px;
	}
	.bg-num-01 {
		background-image: url(../img/index/ico_num_01_a.svg);
	}
	.bg-num-02 {
		background-image: url(../img/index/ico_num_02_a.svg);
	}
	.bg-num-03 {
		background-image: url(../img/index/ico_num_03_a.svg);
	}
	.bg-num-b {
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 35px;
	}
	.bg-num-01b {
		background-image: url(../img/common/ico_num_01_b.png);
	}
	.bg-num-02b {
		background-image: url(../img/common/ico_num_02_b.png);
	}
	.bg-num-03b {
		background-image: url(../img/common/ico_num_03_b.png);
	}
	.bg-num-04b {
		background-image: url(../img/common/ico_num_04_b.png);
	}
	.bg-num-05b {
		background-image: url(../img/common/ico_num_05_b.png);
	}
}
/* -----------------------------------------
tbl
-----------------------------------------*/
.tbl-01 {
	margin: 1em 0;
}
.tbl-01 table {
	width: 100%;
}
.tbl-01 table th, .tbl-01 table td {
	text-align: left;
	padding: 15px 0;
	border-top: 1px solid #A6B7C1;
	border-bottom: 1px solid #A6B7C1;
	color: #2A4A55;
}
.tbl-01 table th {
	color: #2A4A55;
}
.tbl-01 table .blank {
	border-top: none;
	border-bottom: none;
	width: 8%;
}
@media screen and (max-width: 640px) {
	.tbl-01 {
		margin: 1em 0;
	}
	.tbl-01 table {
		width: 100%;
	}
	.tbl-01 table th, .tbl-01 table td {
		text-align: left;
		padding: 5px 0;
		border-top: none;
		border-bottom: 1px solid #A6B7C1;
		color: #2A4A55;
		display: block;
		width: 100%;
	}
	.tbl-01 table th {
		color: #2A4A55;
	}
	.tbl-01 table td {
		border-bottom: none;
		padding-bottom: 20px;
	}
	.tbl-01 table .blank {
		border-top: none;
		border-bottom: none;
		width: 8%;
		display: none;
	}
}
/* -----------------------------------------
gmap
-----------------------------------------*/
.gmap {
	margin: 1em 0;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
box-message
-----------------------------------------*/
.box-message {
	line-height: 1.8;
}
.box-message p {
	margin-bottom: 1em;
}
.box-message-round {
	margin: 4em 0;
	border: 1px solid #384c5a;
	padding: 4%;
	border-radius: 10px;
}
.box-message-round .tit {
	font-weight: bold;
	font-size: 110%;
	color: #e58b20;
	margin-bottom: 1em;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
dlist
-----------------------------------------*/
.dlist-01 {
	margin-bottom: 2em;
}
.dlist-02 {
	margin-bottom: 2em;
	margin-left: 1em;
	overflow: hidden;
}
.dlist-02 dt {
	float: left;
	width: 30%;
}
.dlist-02 dd {
	float: right;
	width: 68%;
}
.dlist-02 dd .w-a {
	width: 96%;
	border: 1px solid #CCC;
	padding: 3px;
}
.dlist-02 dd .w-b {
	width: 46%;
	border: 1px solid #CCC;
	padding: 3px;
}
.dlist-02 dd .w-c {
	width: 12%;
	border: 1px solid #CCC;
	padding: 3px;
}
@media screen and (max-width: 640px) {
	.dlist-01 {
		margin-bottom: 2em;
	}
	.dlist-02 {
		margin-bottom: 2em;
		margin-left: 1em;
		overflow: hidden;
	}
	.dlist-02 dt {
		float: none;
		width: 100%;
	}
	.dlist-02 dd {
		float: none;
		width: 100%;
	}
	.dlist-02 dd .w-a {
		width: 96%;
		border: 1px solid #CCC;
		padding: 3px;
	}
	.dlist-02 dd .w-b {
		width: 96%;
		border: 1px solid #CCC;
		padding: 3px;
	}
	.dlist-02 dd .w-c {
		width: 30%;
		border: 1px solid #CCC;
		padding: 3px;
	}
}
/* -----------------------------------------
list-info
-----------------------------------------*/
.list-info li {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.list-info li .date {
	float: left;
	width: 12%;
}
.list-info li .ico {
	float: left;
	width: 12%;
	margin: 0 2%;
}
.list-info li .ico span {
	display: block;
	color: #FFF;
	text-align: center;
}
.list-info li .ico .ico-01 {
	background-color: #00C8DC;
}
.list-info li .ico .ico-02 {
	background-color: #4E6F85;
}
.list-info li .txt {
	float: left;
	width: 70%;
}
@media screen and (max-width: 640px) {
	.list-info li {
		overflow: hidden;
		margin-bottom: 1.0em;
	}
	.list-info li .date {
		float: left;
		width: 24%;
	}
	.list-info li .ico {
		float: left;
		width: 20%;
		margin: 0 0%;
	}
	.list-info li .ico span {
		display: block;
		color: #FFF;
		text-align: center;
	}
	.list-info li .ico .ico-01 {
		background-color: #00C8DC;
	}
	.list-info li .ico .ico-02 {
		background-color: #4E6F85;
	}
	.list-info li .txt {
		float: none;
		clear: both;
		width: 100%;
		padding-top: 0.5em;
	}
}


.ind-privacy tr.tr_tit{
	color:#284B5A;
	background: rgb(236, 250, 251);
	font-weight: bold;
}
.ind-privacy dt{
	color:#284B5A;
	font-weight: bold;
}
#privacy ul.pl-01{
	margin-left: 1em;
}
#privacy ul li.tx-indent{
	margin-left: 1em;
	text-indent: -1em;	
}
#privacy ul li.tx-indent3{
	margin-left: 3em;
	text-indent: -3em;	
}
#privacy table td{
	border: solid 1px #7faeb4;
	padding: 5px 10px;
}
#privacy table td:first-child{
	width:30%;
}
/* -----------------------------------------
menu
-----------------------------------------*/
@media screen and (max-width: 640px) {
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 26px;
		height: 30px;
		margin-top: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 16px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 3px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-7px) rotate(45deg);
	}
}
@media screen and (max-width: 500px) {
	.menu-trigger {
		position: relative;
		width: 26px;
		height: 30px;
		margin-top: 20px;
		
	}
	.menu-trigger span:nth-of-type(1) {
		top: 2px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 9px;
	}
}
@media screen and (max-width: 379px) {
	.menu-trigger {
		position: relative;
		width: 15px;
		height: 30px;
		margin-top: 12px;
	}
	.menu-trigger span {
		position: absolute;
		left: -10px;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		z-index: 999;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 2px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 6px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 17px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(2px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-7px) rotate(45deg);
	}
}
/* -----------------------------------------
gnav-fix
-----------------------------------------*/
#gnav-fix {
	background: #FFF;
}
@media screen and (max-width: 640px) {
	#gnav-fix {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #FFF;
	}
}
/* -----------------------------------------
st
-----------------------------------------*/
.st0 {
	fill: none;
	stroke: #00C8DC;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
main-img
-----------------------------------------*/
#main-img {
	position: relative;
}
#main-img p {
	position: relative;
	z-index: 100;
}
#main-img .on-svg {
	position: absolute;
	z-index: 150;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
link-01
-----------------------------------------*/
.link-01 {
	color: #FFAA00;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
youtube
-----------------------------------------*/
.youtube2 {}
.youtube2 iframe {}
@media screen and (max-width: 640px) {
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
/* -----------------------------------------
gmap
-----------------------------------------*/
.gmap {}
.gmap iframe {}
@media screen and (max-width: 640px) {
	.gmap {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
/* -----------------------------------------
main-img
-----------------------------------------*/
#main-img {
	background: linear-gradient(180deg, rgba(226, 243, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
	text-indent: -9999px;
	margin-bottom: 0.5em;
}
.anaqua #main-img {
	background: #e5eff9;
	text-indent: -9999px;
	margin-bottom: 0.5em;
}



#main-img .in {
	height: 308px;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 1050px;
}
#main-img #bg-tit-01 {
	background-image: url(../img/common/bg_tit_01.png);
}
#main-img #bg-tit-02 {
	background-image: url(../img/common/bg_tit_02.png);
}
#main-img #bg-tit-03 {
	background-image: url(../img/common/bg_tit_03.png);
}
#main-img #bg-tit-04 {
	background-image: url(../img/common/bg_tit_04.png);
}
#main-img #bg-tit-05 {
	background-image: url(../img/common/bg_tit_05.png);
}
#main-img #bg-tit-06 {
	background-image: url(../img/common/bg_tit_06.png);
}
#main-img #bg-tit-07 {
	background-image: url(../img/common/bg_tit_07.png);
}
#main-img #bg-tit-08 {
	background-image: url(../img/common/bg_tit_08.png);
}
#main-img #bg-tit-09 {
	background-image: url(../img/common/bg_tit_09.png);
}
#main-img #bg-tit-10 {
	background-image: url(../img/common/bg_tit_10.png);
}
#main-img #bg-tit-11 {
	background-image: url(../img/common/bg_tit_11.png);
}
#main-img #bg-tit-12 {
	background-image: url(../img/common/bg_tit_12.png);
}
#main-img #bg-tit-13 {
	background-image: url(../img/common/bg_tit_13.png);
}
#main-img #bg-tit-14 {
	background-image: url(../img/common/bg_tit_14.png);
}
#main-img #bg-tit-15 {
	background-image: url(../img/common/bg_tit_15.png);
}
#main-img #bg-tit-16 {
	background-image: url(../img/common/bg_tit_16.png);
}
@media screen and (max-width: 640px) {
	#main-img {
		background: linear-gradient(180deg, rgba(226, 243, 248, 1) 0%, rgba(250, 255, 255, 1) 100%);
		text-indent: -9999px;
		margin-bottom: 0.5em;
	}
	.anaqua #main-img {
		background: none !important;
	}
	#main-img .in {
		height: 0;
		padding-top: 50%;
		background-size: contain;
		min-width: 100%;
		margin-top: 75px;
	}
	.anaqua #main-img .in {
		padding-top: 34% !important;
	}
	#main-img #bg-tit-01 {
		background-image: url(../img/common/bg_tit_01_sp.png);
	}
	#main-img #bg-tit-02 {
		background-image: url(../img/common/bg_tit_02_sp.png);
	}
	#main-img #bg-tit-03 {
		background-image: url(../img/common/bg_tit_03_sp.png);
	}
	#main-img #bg-tit-04 {
		background-image: url(../img/common/bg_tit_04_sp.png);
	}
	#main-img #bg-tit-05 {
		background-image: url(../img/common/bg_tit_05_sp.png);
	}
	#main-img #bg-tit-06 {
		background-image: url(../img/common/bg_tit_06_sp.png);
	}
	#main-img #bg-tit-07 {
		background-image: url(../img/common/bg_tit_07_sp.png);
	}
	#main-img #bg-tit-08 {
		background-image: url(../img/common/bg_tit_08_sp.png);
	}
	#main-img #bg-tit-09 {
		background-image: url(../img/common/bg_tit_09_sp.png);
	}
	#main-img #bg-tit-10 {
		background-image: url(../img/common/bg_tit_10_sp.png);
	}
	#main-img #bg-tit-11 {
		background-image: url(../img/common/bg_tit_11_sp.png);
	}
	#main-img #bg-tit-12 {
		background-image: url(../img/common/bg_tit_12_sp.png);
	}
	#main-img #bg-tit-13 {
		background-image: url(../img/common/bg_tit_13_sp.png);
	}
	#main-img #bg-tit-14 {
		background-image: url(../img/common/bg_tit_14_sp.png);
	}
	#main-img #bg-tit-15 {
		background-image: url(../img/common/bg_tit_15_sp.png);
	}
	#main-img #bg-tit-16 {
		background-image: url(../img/common/bg_tit_16_sp.png);
	}
}
@media screen and (max-width: 440px) {
	#main-img .in {
		margin-top: 60px;
	}
	.anaqua #main-img .in {
		margin-top: 50px !important;
	}
}
/* -----------------------------------------
fadein
-----------------------------------------*/
.fadein {
	opacity: 0;
	transform: translate(0, 40px);
	transition-duration: 1.5s;
}
.fadein.mvOn {
	opacity: 1.0;
	transform: translate(0, 0);
}
.fadein2 {
	opacity: 0;
	transition-duration: 1.5s;
}
.fadein2.mvOn {
	opacity: 1.0;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
w-60-sp
-----------------------------------------*/
.w-60-sp {}
@media screen and (max-width: 640px) {
	.w-60-sp {
		width: 60%;
	}
}
/* -----------------------------------------
 mb-1em-sp
-----------------------------------------*/
.mb-1em-sp {}
@media screen and (max-width: 640px) {
	.mb-1em-sp {
		margin-bottom: 1em;
	}
}
/* -----------------------------------------
mt-1em-sp
-----------------------------------------*/
.mt-1em-sp {}
@media screen and (max-width: 640px) {
	.mt-1em-sp {
		margin-top: 1em;
	}
	.mt-2em-sp {
		margin-top: 2em;
	}
	.mt-3em-sp {
		margin-top: 3em;
	}
	.mt-4em-sp {
		margin-top: 4em;
	}
	.mt-5em-sp {
		margin-top: 5em;
	}
}
/* -----------------------------------------
particles
-----------------------------------------*/
#particles {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
wrap
-----------------------------------------*/
#wrap {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
slide-index
-----------------------------------------*/
.slide-index {
	position: relative;
}
.slide-index p {
	position: relative;
	z-index: 10;
}
.slide-index li {
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	width: 100%;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
info-detail
-----------------------------------------*/
#info-detail {
	margin: 0 5%;
}
#info-detail .tit-info-detail {
	color: #284B5A;
	font-size: 200%;
}
#info-detail .topics-date {
	margin-bottom: 1.5em;
}
#info-detail .sec-topics {
	line-height: 1.8;
}
#info-detail .sec-topics p {
	margin-bottom: 2em;
}
#info-detail .sec-topics p img {
	width: 100%;
	max-width: 1050px;
}
@media screen and (max-width: 640px) {
	#info-detail {
		margin: 0 5%;
	}
	#info-detail .tit-info-detail {
		color: #284B5A;
		font-size: 140%;
	}
	#info-detail .topics-date {
		margin-bottom: 1.5em;
	}
	#info-detail .sec-topics {
		line-height: 1.8;
	}
	#info-detail .sec-topics p img {
		width: 100%;
		max-width: 640px;
	}
}


/*
パートナー制度
*/
@media screen and (max-width: 640px) {
	.partner .img-2 img{
		width: 70%;
		text-align: center;
	}
	.partner .tit-13{
		font-size: 134%;
	}
	.partner .sp-pl{
		padding-left: 1.7em;
	}
}
/*
パートナー制度　お問い合わせ
*/

.partonor_contact .field_selection .tex{
	color:#596e83;
}
.partonor_contact .field_selection .d-btn{
	background:#596e83;
	color: white;
	margin: 10px 0px;
	padding: 5px 20px;
	font-weight: bold;
	border-radius: 10px;
}
.partner_arrow{
	float:right;
	padding-top:3px;
}
.card-header {
    padding: 0;
}
.partonor_contact .labelbr{
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
}
.arrow_up{
	float: right;
	display: block;

}
.arrow_down{
	float: right;
	display: none;
}
.active .arrow_up{
	display: none;
}
.active .arrow_down{
	float: right;
	display: block;
}

.card-header .d-btn:hover {
    background: #596e83a8;
}
.card-header .d-btn2{
	font-weight: bold;
	color:#596e83;
	padding: 4px 15px;
	border: solid 2px #596e83;
	border-radius: 8px;
	margin-bottom: 5px;
}
.card-body{
	display: none;
}
.partner_confirm .card-body{
	display: inline-block;
}
.inpitin{
	display: none;
}
.inpitin_tex{
	color:#596e83;
	margin-left: 3px;
}

/*お問い合わせのボタンのフォント*/

_::-webkit-full-page-media, _:future, :root .f-family2 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
_:-ms-lang(x)::-ms-backdrop, .f-family2 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding: 10px 0 7px !important;
}
/* Edge 1 */
@supports (-ms-ime-align: auto) {
	.f-family2 {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    }
}
/* Edge 2 */
_:-ms-lang(x)::backdrop, .f-family2 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/* -----------------------------------------
box-photo
-----------------------------------------*/
.box-photo {
	overflow: hidden;
	text-align: right;
}
.box-photo img {
	width: 100%;
}
.box-photo .photo {
	float: right;
	padding-left: 2em;
	width: 22%;
}
.box-photo .info {
	float: right;
	width: 36%;
	padding-top: 16%;
}
.box-photo .info .name {
	padding-right: 1em;
}
.box-photo .info .sign {
	padding-left: 20%;
}
@media screen and (max-width: 640px) {
	.box-photo {
		overflow: hidden;
		text-align: right;
	}
	.box-photo img {
		width: 100%;
	}
	.box-photo .photo {
		float: right;
		padding-left: 2em;
		width: 32%;
	}
	.box-photo .info {
		float: right;
		width: 60%;
		padding-top: 18%;
	}
	.box-photo .info .name {
		padding-right: 1em;
	}
}
.anaqua .wrap-section01{
	margin: 90px 0;
}
.anaqua .wrap-section02{
	padding: 90px 0 60px;
}
.anaqua .txt {
	line-height: 2.2;
}
.anaqua h2{
	margin-bottom: 1em;
}
.anaqua h2.third, .anaqua h2.second{
	margin-top:3em;
}
.anaqua h2.third{
	margin-left:3.6em;
}
.anaqua .box-01-2 > .img {
	width: 34%;
	float: left;
}
.anaqua .box-01-2 > .txt {
	width: 55%;
	float: right;
}
.anaqua .box-13{
	width: 96%;
	margin: 0 auto;
}
.anaqua .box-14{
	width: 96%;
	margin: 0 auto;
}
.anaqua .box-13 p.btn-pd{
	margin-top: 4em;
	margin-bottom: 2em;
}
.anaqua .s_04{
	width: 96%;
    margin: 0 auto;
}
.anaqua .s_04 .accordion_one{
    margin: 0 auto 10px;
}
.anaqua .s_04 .accordion_one .accordion_header {
    background: #03b8df;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    padding: 8px 3.6%;
    position: relative;
    z-index: +1;
    cursor: pointer;
	transition-duration: 0.2s;
}
.anaqua .s_04 .accordion_one .accordion_header .accod-num{
	vertical-align: middle;
	padding-right: 8px;
}
.anaqua .s_04 .accordion_one .accordion_header .accod-num img{
	width: 3%;
}
.anaqua .s_04 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.anaqua .s_04 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 36%;
    right: 2%;
    width: 20px;
    height: 20px;
    transform-origin: center center;
	transition-duration: 0.2s;
	background: url("/img/anaqua/arrow_up.png");
	background-repeat: no-repeat;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
	background: url("/img/anaqua/arrow_down.png");
	background-repeat: no-repeat;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
	background: url("/img/anaqua/arrow_up.png") !important;
	background-repeat: no-repeat !important;
}
.anaqua .s_04 .accordion_one .accordion_header.open .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 36%;
    right: 2%;
    width: 20px;
    height: 20px;
    transform-origin: center center;
	transition-duration: 0.2s;
	background: url("/img/anaqua/arrow_down.png");
	background-repeat: no-repeat;
}
.anaqua .s_04 .accordion_one .accordion_inner {
    display: none;
    padding: 16px 3%;
    border-left: 2px solid #d1d1d1;
    border-right: 2px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;
	background-color: #fff;
    box-sizing: border-box;
}
.anaqua .s_04 .accordion_one .accordion_inner.stay {
    display: block;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu > li {
	line-height: 1.4;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-lg {
	font-size:145%;
	color: #384c5a;
	font-weight: bold;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-lg span.circle-lg{
	font-size:105%;
	vertical-align: middle;
	line-height: 4px;
}
.anaqua .s_04 .accordion_one .accordion_inner .submenu .list-sm li{
	margin-left: 1.5em;
	font-size: 110%;
	line-height: 1.5 !important;
}
.anaqua .tbl-01 table th{
	width: 18%;
}
.anaqua .tbl-01 table .blank{
	width: 8%;
}
.anaqua .contact-txt{
	text-align: center;
}

@media screen and (max-width: 640px) {
	.anaqua .tbl-01 table th{
		width: 100%;
	}
	.anaqua .about-anaqua dd{
		margin-bottom: 10px;
	}
	.anaqua .wrap-section01{
		margin: 3em 0;
	}
	.anaqua .wrap-section02{
		padding: 3em 0 1em
	}
	.anaqua h2{
		letter-spacing: 1.5px;
	}
	.anaqua h2.third{
		margin-left:1.3em;
	}
	.anaqua .box-01-2 > .txt {
		width: 61%;
	}
	.anaqua .box-13{
		width: 100%;
		margin: 0 auto;
	}
	.anaqua .box-14{
		width: 100%;
		margin: 0;
	}
	.anaqua .section-in-sp{
		margin: 0;
	}
	.anaqua .s_04{
		width: 100%;
		margin: 0 auto;
	}
	.anaqua .s_04 .accordion_one{
		margin: 0 auto 10px;
	}
	.anaqua .s_04 .accordion_one .accordion_header {
		font-size: 133%;
		padding: 8px 3.6%;
	}
	.anaqua .s_04 .accordion_one .accordion_header .accod-num img{
		width: 5%;
	}
	.anaqua .s_04 .accordion_one .accordion_inner {
		padding: 16px 3%;
	}
	.anaqua .s_04 .accordion_one .accordion_inner .submenu > li {
		line-height: 1.5;
	}
	.anaqua .section-tit-01{
		margin-top: 23%;
	}
	.btn_anaqua{
		margin: -2% 0;
	}


}
.btn_anaqua{
	margin: 5% 0;
}
/* -----------------------------------------
img-balance
-----------------------------------------*/
.img-balance {
	text-align: center;
	margin: 1em 0;
}
.img-balance img {
	width: 70%;
}
@media screen and (max-width: 640px) {}
/* -----------------------------------------
list-knowledge
-----------------------------------------*/
.list-knowledge{
	margin: 2em 6%;
}
.list-knowledge .list li {
	font-size: 142%;
	color: #384C5A;
	letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
	.list-knowledge{
		margin: 2em 0%;
	}
	.list-knowledge .list li {
		font-size: 120%;
	}
}
/* -----------------------------------------
wrap-index-consultation
-----------------------------------------*/
#wrap-index-consultation {
	background: #F0F2F5;
	padding: 100px 0;
}


/* -----------------------------------------
wrap-service
-----------------------------------------*/
.service-consulting__img{
	text-align: center;
	margin: 60px 0 30px;
}
.service-consulting__text{
	width: 839px;
	margin: 0 auto;
}
.service-btns-box h2{
	margin-bottom: 1em;
	font-size: 180%;
}
.service-btns-box .box-03 .box-03-single .img{
	margin-bottom: 1.0em;
}
.service-btns-box .box-03 .box-03-single .tit{
	margin-bottom: 0;
}
.service-btns-box .box-03 .box-03-single .tit span.small{
	font-size: 60%;
	margin-top: -4px;
	margin-bottom: 22px;
	display: block;
}
.service-btns-box h2{
}
@media screen and (max-width: 640px) {
	.service-consulting__img{
		margin: 30px 0 10px;
	}
	.service-consulting__text{
		width: 100%;
		margin: 0 auto;
	}
	.section-tit-01.consulting{
		margin-bottom: 1.5em;
		margin-top: 3em;
	}
	.service-btns-box .box-03 .box-03-single .tit span.small{
		margin-top: 4px;
		margin-bottom: 8px;
	}
}


/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/
@media screen and (max-width: 640px) {}
/* -----------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-----------------------------------------*/