 @charset "utf-8";
/******************************************************************
Theme Name: gaapagos
------------------------------------------------------------------*/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {top: 46px !important;}
.admin-bar .mean-container .mean-bar {top: 46px !important;}
@media screen and (min-width:1000px) {
.admin-bar header {top: 32px !important;}
}

html { font-size: 62.5% !important;overflow: auto;} /* 10px */
body {
	font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
	font-size: 1.6rem;
	margin:0;
	padding: 0 0 0 0;
	color:#333;
	position: relative;
	font-feature-settings: "palt";
	overflow:hidden;
	overflow:clip; 
}

.noto_reg {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.noto_med {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.noto_bold {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.avenir-reg {
font-family: avenir-lt-pro, sans-serif;
font-weight: 500;
font-style: normal;
}

.avenir-bold {
font-family: avenir-lt-pro, sans-serif;
font-weight: 700;
font-style: normal;
}




a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#333;
	text-decoration: none;
}
a:hover {opacity: 0.8;}
a.anc{
   display: block;
   margin-top:-120px;
   padding-top:120px;
}

img {
	max-width:100%;
	vertical-align: bottom;
	/*-webkit-backface-visibility: hidden;*/
}
.disp_sp {display:none;}
.disp_pc {display:block;}

#loading {
  height: 100%;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_recruit-fix {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	right: 0;
	z-index:99;
	width:70px;
	opacity:0.8;
}

.btn_recruit-fix:hover {
	opacity:1.0;
}

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    z-index:0;
    position:relative;
}

@media screen and (max-width:768px) {
	body {
		padding: 0 0 60px 0;
    	font-size: 1.4rem;
	}
	.disp_sp {display:block;}
	.disp_pc {display:none;}

.btn_recruit-fix {
	display:none;
}

.btn_recruit-fix:hover {
opacity:1.0;
}
}


ul.sp_footnav{
	display:none;
}

.bnt_to-contact {
	position:fixed;
	top:360px;
	right:0;
	width:100px;
	z-index:10;
}

.bnt_to-konnnakanzi {
	position:fixed;
	bottom:0;
	right:100px;
	width:510px;
	z-index:10;
	margin:0;
	padding:20px;
	background:#EBE9DE;
	border-radius:12px 12px 0 0;
}

@media screen and (max-width:768px) {
	ul.sp_footnav{
		display:block;
		background:#61864D;
		display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
	}
	ul.sp_footnav li {
		width:50%;
	}
	ul.sp_footnav li a {
		display:block;
		background:#61864D;
		text-align:center;
		height:67px;
		padding:14px 0 0 0;
	}
	ul.sp_footnav li:last-of-type a {
		display:block;
		background:#B4A865;
	}
	ul.sp_footnav li img {
	}

	.bnt_to-contact {
		display:none;
	}

.bnt_to-konnnakanzi {
position:fixed;
	bottom:70px;
	right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:310px;
	padding:0;
	background:none;
}

}


/***************/
/* header */
/***************/
#header {
	top:0;
	height:128px;
	z-index:999;
	width:100%;
	margin:0 0 0 0;
	background-color:none;
	transition: all .3s;
	background:#fff;
}

header .header-inn {
	width:100%;
	height:128px;
	margin: auto;
	position: relative;
	transition: all .3s;
}

header .header-inn h1,
header .header-inn .site-id{
	width:20%;
	max-width:305px;
	padding: 0;
	position:absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .header-inn .pcnav {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	/*
	width:54%;
	max-width:1000px;
	position: absolute;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

	*/
	position: absolute;
	bottom:20px;
	left: 25%;
}

header .header-inn .pcnav li {
  display: flex;
  align-items: center;
	margin:0 20px 0 0;
}

header .header-inn .pcnav li.nav01 {
}

header .header-inn .pcnav li.nav01::before {
  content: '';
  display: inline-block;
  width: 16px; /* アイコン画像のサイズに合わせて調整 */
  height: 16px;
  background-image: url(./img/nav_icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px; /* テキストとの余白 */
}

header .header-inn .pcnav li.nav02 {
	margin:0 10px 0 0;
}

header .header-inn .pcnav li.nav02::before {
  content: '';
  display: inline-block;
  width: 16px; /* アイコン画像のサイズに合わせて調整 */
  height: 16px;
  background-image: url(./img/nav_icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px; /* テキストとの余白 */
}

header .header-inn .pcnav li a {
	font-size:1.6rem;
}

@media screen and (max-width:1500px) {
	header .header-inn h1,
	header .header-inn .site-id{
		max-width:140px;
	}

	header .header-inn .pcnav {
	bottom:20px;
	left: 200px;
	}
}

@media screen and (max-width:1150px) {
	header .header-inn .pcnav li a {
		font-size:1.4rem;
	}
}

@media screen and (max-width:1000px) {
#header {
top:0;
	height:100px;
z-index:999;
width:100%;
margin:0 0 0 0;
background-color:none;
transition: all .3s;
	background:none;
}

header .header-inn {
width:100%;
	height:100px;
margin: auto;
transition: all .3s;
	z-index:9;
}

header .header-inn h1,
header .header-inn .site-id{
	width:50%;
	max-width:305px;
	padding: 0;
	position:absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .header-inn .pcnav {
	display:none;
}

}


.low_header01 {
	background-image: url("./img/cn01_head01.jpg");
	background-position:0;
	background-repeat:no-repeat;
	background-size:cover;
	height:362px;
	width:100%;
	position:relative;
}

.cn01 .low_header01.block02 {
	background-image: url("./img/cn01_head02.jpg");
	background-position:0;
	background-repeat:no-repeat;
	background-size:cover;
	height:362px;
	width:100%;
	position:relative;
}

.low_header01 .low_header-inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color:#fff;
	text-align:center;
}

.low_header01 .low_header-inn h1 {
	font-size:3.0rem;
	font-weight:bold
}

.low_header01 .low_header-inn .sub {
	margin:10px 0 0 0;
	padding:04px 20px;
	font-size:1.6rem;
	border:solid 1px #fff;
	display:inline-block;
	
}


.low_header02 {
	height:362px;
	width:100%;
	position:relative;
}

.low_header02 .low_header-inn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
}

.low_header02 .low_header-inn h1 {
	font-size:3.5rem;
	font-weight:normal;
}


#header.low-head01 {
	background:#CCC294;
}

header.low-head01 .header-inn {
	background-image: url("./img/low-head_01.png");
	background-position:0;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

#header.low-head02 {
	background:#93ADB9;
}

header.low-head02 .header-inn {
	background-image: url("./img/low-head_02.png");
	background-position:0;
	background-repeat:no-repeat;
	background-size:auto 100%;
}

@media screen and (max-width: 768px) {
	.low_header01 {
		height:140px;
	}
	
	.cn01 .low_header01.block02 {
		height:140px;
	}
	
	.low_header01 .low_header-inn {
		width:100%;
	}
	
	.low_header01 .low_header-inn h1 {
		font-size:2.2rem;
	}
	
	.low_header01 .low_header-inn .sub {
		font-size:1.4rem;
	}
	
	.low_header02 {
		height:140px;
	}
	
	.low_header02 .low_header-inn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align:center;
	}
	
	.low_header02 .low_header-inn h1 {
		font-size:2.2rem;
	font-weight:normal;
	}


#header.low-head01 {
background:#CCC294;
}

header.low-head01 .header-inn {
background-image: url("./img/low-head_01.png");
background-position:0;
background-repeat:no-repeat;
background-size:auto 100%;
}

#header.low-head02 {
background:#93ADB9;
}

header.low-head02 .header-inn {
background-image: url("./img/low-head_02.png");
background-position:0;
background-repeat:no-repeat;
background-size:auto 100%;
}
}

.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}

.overlay.open {
/*width: 100%;
height: 100vh;
opacity: 1;
position: fixed;*/
}

.menu-trigger {
display: inline-block;
width: 68px;
height: 68px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 0px;
right: 0px;
z-index: 9999;
	background-color: #000;
}

.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);

width: 50%;
height: 2px;
background-color: #fff;
transition: all .5s;
}

.menu-trigger.active span {
background-color: #fff;
}
.menu-trigger p {
display:none;
/*		top: 26px;
left:2px;
margin:auto;
position: absolute;
font-size: 1.2rem;
color:#fff;*/
}
.menu-trigger.active p {
display:none;
}
.menu-trigger.active span {
}	
.menu-trigger span:nth-of-type(1) {
top: 24px;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(10px) translateX(-16px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 33px;
}
.menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
bottom: 24px;
}
.menu-trigger.active span:nth-of-type(3) {
transform: translateY(-9px) translateX(-16px) rotate(45deg);
}

.nav_top {
display:none;
}

nav {
	display: block;
	width: 100%;
	height: 200px;
	padding: 0px 0 0 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	transition: transform 0.5s ease;
	z-index: 900;
	text-align: center;
}

nav.open {
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
}

nav .menu_id {
	margin:10px 0 30px 0;
}

nav .menu_id img {
	max-width:300px;
}

nav ul.mainnav {
	margin:0 0 0 0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;	
}

nav ul.mainnav li {
	margin:0 0 4px 0;
	padding:0 20px;
}

nav ul.mainnav li a {
	font-size:1.6rem;
	padding: 0px 0 4px 0;
	display:block;
	color:#333;
	letter-spacing:0.1em;
}

nav ul.mainnav li a span {
	font-size:1.6rem;
	display:block;
	font-family: 'FGZero', sans-serif;
	letter-spacing:0.0em;
}

nav .note {
	font-size:1.8rem;
	color:#fff;
}

nav .note img {
	margin:0 0 30px 0;
}

nav .note p {
}

@media screen and (max-width:1000px) {
	.menu-trigger {
		top: 10px;
		right: 10px;
	}
		
	nav {
		display: block;
		width: 100%;
		height: 100%;
	}

	nav.open {
	transform: translateY(0);
	-webkit-overflow-scrolling: touch;
	}
	
	nav .menu_id {
		margin:60px 0 40px 20px;
		width:50%;
		max-width:305px;
	}
	
	nav ul.mainnav {
		flex-wrap:wrap;
	}
	
	nav ul.mainnav li {
		width:100%;
		text-align:left;
		margin: 0px 0 10px 0;
		display: flex;
		align-items: center;
	}
	
	nav ul.mainnav li a {}

	nav ul.mainnav li.nav01::before {
		content: '';
		display: inline-block;
		width: 16px; /* アイコン画像のサイズに合わせて調整 */
		height: 16px;
		background-image: url(./img/nav_icon01.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 6px; /* テキストとの余白 */
	}
	
	nav ul.mainnav li.nav02 {}
	
	nav ul.mainnav li.nav02::before {
		content: '';
		display: inline-block;
		width: 16px; /* アイコン画像のサイズに合わせて調整 */
		height: 16px;
		background-image: url(./img/nav_icon02.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 6px; /* テキストとの余白 */
	}
}


/* main_slide */
.mainhead {
	position: relative;
	width: 100%;
	height:calc(100vh - 128px);
	margin:0 auto;
	padding:0;
	background:#576972;
}

.mainslide {
	overflow:hidden;
	width: 100%;
	height:calc(100vh - 128px);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
	margin: 0 auto;
}

.mainslide img{
	width: 100%;
	height:calc(100vh - 128px);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
	object-fit: cover;
}

.mainhead .slide_txt01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mainhead .slide_bnr01 {
	position:absolute;
	bottom:20px;
	right: 60px;
}


.slide{
	z-index:-1;
	position:relative;
}

.slide ul {
}

.slide ul li img {
	width:100%;
}

@media screen and (max-width: 768px) {
	.mainhead {
		padding:0 0 0 0;
		height:calc(100vh);
		margin-top:-100px;
	}
	
	.mainslide {
		overflow:hidden;
		width: 100%;
		height:calc(100vh);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
		margin: 0 auto;
	}
	
	.mainslide img{
		width: 100%;
		height:calc(100vh);
	/*max-width: 1680px;*/
	/*max-height:1030px;*/
		object-fit: cover;
		object-position: 30% 0;
	}
	
	.mainhead .slide_txt01 {
	position:absolute;
	    top: 160px;
	    left: 20px;
	    transform:none;
	    -webkit-transform:none;
	    -ms-transform:none;
		width:70%;
	}

}


/***************/
/* footer */
/***************/
footer {
	border-top:solid 1px #ccc;
}

footer .footer-inn {
	width:100%;
	max-width:1700px;
	margin:0 auto 0;
	padding:80px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}

footer .footer-inn .foot-info {
	width:340px;
}

footer .footer-inn .foot-info .foot_id {
	width:160px;
	margin:0 0 10px 0;
}

footer .footer-inn .foot-info .txt01 {
	font-size:2.0rem;
	margin:0 0 2px 0;
}

footer .footer-inn .foot-info .txt02 {
	font-size:1.8rem;
	margin:0 0 10px 0;
}

footer .footer-inn .foot-info .txt03 {
	font-size:1.5rem;
	margin:0 0 4px 0;
}

footer .footer-inn .foot-info .txt04 {
	font-size:1.4rem;
	margin:0 0 0 0;
}

footer .footer-inn .footer-info02 {
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}

footer .footer-inn .footer-info02 .foot_nav {
	width:300px;
}

footer .footer-inn .footer-info02 .foot_nav li {
	margin:0 0 20px 0;
}

footer .footer-inn .footer-info02 .foot_nav li::before {
	content:"-";
	margin:0 10px 0 0;
}

footer .footer-inn .footer-info02 .foot_nav .nav01 {
}

footer .footer-inn .footer-info02 .foot_nav .nav02 {
}

footer .footer-inn .copy {
	display:none;
}

@media screen and (max-width:768px) {
	footer .footer-inn {
		padding:60px 20px 20px 20px ;
	}
	
	footer .footer-inn .foot-info {
		width:100%;
		margin:0 0 20px 0;
	}
	
	footer .footer-inn .foot-info .foot_id {
		width:50%;
		max-width:300px;
		margin:0 0 10px 0;
	}
	
	footer .footer-inn .foot-info .txt01 {
		font-weight:bold;
	}
	
	footer .footer-inn .foot-info .txt02 {
		font-weight:bold;
	}
	
	footer .footer-inn .foot-info .txt04 {
		display:none;
	}

	footer .footer-inn .footer-info02 {
		margin:0 0 20px 0;
	}
	
	footer .footer-inn .footer-info02 .foot_nav {
		width:100%;
	}
	
	footer .footer-inn .footer-info02 .foot_nav li {
		margin:0 0 14px 0;
	}

	footer .footer-inn .copy {
		display:block;
		text-align:center;
		width:100%;
	}
}


/* to TOP */
.topBtn {
	position:fixed;
	bottom:130px;
	right:20px;
	display:block;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:22px;
	box-sizing:border-box;
	display:none;
}
.topBtn:before {
	content:'\25B2';
	position:absolute;
	top:6px;
	left:0;
	width:100%;
	text-align:center;
	font-size:14px;
}
.topBtn:hover {opacity:0.7;}


.floating {
	display:none;
}

.floating .foot_nav {
	position:fixed;
	bottom:0;
	right: 20px;
	display:flex;
	justify-content: space-between;
	flex-wrap:nowrap;
}

.floating .foot_nav li {
	width:310px;
	margin:0 0 0 20px; 0
}

.floating .foot_nav li a {
	display:block;
	width:100%;
	text-align:center;
	height:116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius:10px 10px 0 0;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

.floating .foot_nav li a img{
	width:230px;
	margin:auto;
}

.floating .foot_nav li:first-of-type a {
	background: #908872;
}

.floating .foot_nav li:last-of-type a {
	background: #4890be;
}

.floating .foot_nav li.tel a.tel01 {
	display: grid;
}

.floating .foot_nav li.tel a.tel02 {
	display:none;
}

.parent-pageid-9 .floating .foot_nav li.tel a.tel01 {
	display: none;
}

.parent-pageid-9 .floating .foot_nav li.tel a.tel02 {
	display:grid;
}



@media screen and (max-width:768px) {
	.topBtn {
		display:none;
    	bottom:60px;
    	font-size:10px;
		width:40px;
		height:40px;
    	padding-top:16px;
	}

	.topBtn:before {
		top:2px;
		font-size:10px;
	}

	.floating.visible {
		display:block;
	}
	.floating .foot_nav {
		width:100%;
		bottom:0;
		right: 0;
	}
	
	.floating .foot_nav li {
		width:50%;
		margin:0 0 0 0px; 0
	}
	
	.floating .foot_nav li a {
		height:60px;
		border-radius:0;
		border:solid 1px #fff;
	}
	
	.floating .foot_nav li a img{
		width: 130px;
	}
}



/***************/
/* common */
/**************/
#content .bl_inn {
	max-width: 1000px;
	width:96%;
	margin:0 auto;
}

#content .bl_inn.w800 {
	max-width: 800px;
}

#content .bl_inn.w700 {
	max-width: 700px;
}

.sec_read {
	margin:0 0 40px 0;
	text-align:center;
}

p {
	margin:0 0 20px 0;
	line-height:1.75em;
}
.float-l {float: left;}
.float-r {float: right;}

.w400 {width: 400px;}
.b-r8 {border-radius: 8px;}

.b_01 {font-weight: bold;}
.txt_center {text-align: center;}
.txt_bold {font-weight: bold;}
.txt_red {color: #e84114;}
.txt_pink {color: #f373aa;}

.color-purple {color: #7E3380;}
.color-blown {color: #6A3906;}
.color-green {color: #3C965A;}
.color-orange {color: #C85513;}
.color-blue {color: #2C80BA;}

.mt-0 {margin-top: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.mt-20 {margin-top: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
.mb-20 {margin-bottom: 20px;}

.mb-60 {margin-bottom: 60px;}
.ptb-40 {padding: 40px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-80 {padding: 80px 0;}
.ptb-100 {padding: 100px 0;}
.fs-20{font-size: 2.0rem;}
.fs-22{font-size: 2.2rem;}
.fs-24{font-size: 2.4rem;}
.txt_note{
	background:#F8F8FA;
	padding: 20px;
}

.more {
	margin: 0;
	width: 100%;
}

.more a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#4891BE;
	border: 1px solid #4891BE;
	color:#fff;
	padding:40px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
}

.more a::after {
	position: absolute;
	right: 40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg) translateY(-50%);
}

.more:hover a {
	opacity:1;
}


a.btn_01 {
    font-family: "fot-tsukumin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size:1.8rem;
	border-bottom:solid 5px #000;
	display:block;
	width:100%;
	max-width:250px;
	padding:6px 14px;
}

a.btn_01:hover {
	opacity:1;
	border-bottom:solid 5px #000;
	color:#fff;
	background:#000;
}

.ankr {
  display: block;
  height: 28px;
  margin-top: -28px;
  visibility: hidden;
}

.access_map {
	height: 600px;
}

.access_map iframe {
}

@media screen and (max-width:768px) {
#content .bl_inn {
max-width: 1400px;
width:94%;
margin:0 auto;
}

#content .bl_inn.w1480 {
max-width: 1480px;
}

.sec_read {
margin:0 0 40px 0;
text-align:center;
}

p {
margin:0 0 20px 0;
line-height:1.75em;
}

.more {
margin: 0;
max-width: 500px;
width: 100%;
}

.more a {
display:block;
text-align:center;
text-decoration:none;
background:#B4A865;
border: 1px solid #B4A865;
color:#fff;
padding:20px 0px;
position:relative;
font-size:1.6rem;
font-weight:bold;
}

.more a::after {
position: absolute;
right: 40px;
top: 50%;
content: "";
width: 40px;
height: 8px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: skew(45deg) translateY(-50%);
}

.more:hover a {
opacity:1;
}


.btn_02 {
}

.btn_02 a {
display:block;
text-align:center;
text-decoration:none;
border: 1px solid #005FA3;
color:#005FA3;
padding:20px 0;
position:relative;
width: 300px;
font-size:1.7rem;
}

.btn_02 a::after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin-top: -5px;
border: 5px solid transparent;
border-left: 5px solid #005FA3;
}

.btn_02 a:hover {
background:#005FA3;
color:#fff;
}

.btn_02 a:hover::after {
border-left: 5px solid #fff;
}


.btn_03 {
}

.btn_03 a {
display:block;
text-align:center;
text-decoration:none;
border: 1px solid #005FA3;
background:#005FA3;
color:#fff;
padding:16px 0;
position:relative;
width: 600px;
font-size:1.7rem;
margin:90px auto 0;
}

.btn_03 a:hover {
background:#005FA3;
color:#fff;
}


.access_map {
	height: 300px;
}

.access_map iframe {
	height: 300px;
}
}


/***** common_foot *****/
.common_foot {
	margin:0 0 0 0;
	padding:100px 0;
}

.common_foot ul {
	width:96%;
	max-width:1000px;
	margin:0 auto;

	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
}

.common_foot ul li {
}

.common_foot ul li a {
}

.common_foot ul li.common_bnr01 {
	width:100%;
	margin:0 0 20px 0;
}

.common_foot ul li.common_bnr-mail {
	width:100%;
	margin:0 0 20px 0;
	background:#6FA3C4;
	padding:30px;
}

.common_foot ul li.common_bnr-mail a {
	display:block;
	color:#fff;
	border:solid 4px #fff;
	width:840px;
	margin:auto;
	padding:40px;
}

.common_foot ul li.common_bnr-mail a img {
	margin:0 0 10px 0;
}


.common_foot ul li.common_bnr02 {
	width:49%;
	background:#6FA3C4;
	padding:30px;
}

.common_foot ul li.common_bnr03 {
	width:49%;
	background:#6FA3C4;
	padding:30px;
}

@media screen and (max-width:768px) {
	.common_foot {
		padding:60px 0;
	}
	
	.common_foot ul li.common_bnr01 {
		width:100%;
		margin:0 0 20px 0;
	}
	
	.common_foot ul li.common_bnr-mail {
		padding:20px;
	}
	
	.common_foot ul li.common_bnr-mail a {
		border:solid 2px #fff;
		width:100%;
		padding:20px;
	}
	
	.common_foot ul li.common_bnr02 {
		width:100%;
		padding:20px;
		margin:0 0 20px 0;
	}
	
	.common_foot ul li.common_bnr03 {
		width:100%;
		padding:20px;
	}
}




/***************/
/* content */
/**************/
#content {
	padding:0;
}

/* top_news */
#content section.top_news {
	margin:0 auto;
	padding:0 0 100px 0;
}

#content section.top_news .h2-box {
}

#content section.top_news .h2-box h2 {
	font-size:2.5rem;
	margin:0 0 25px 0;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#content section.top_news .inn1 {
}

#content section.top_news .inn1 ul {
	border-top:solid 1px #ccc;
	margin:0 0 20px 0;
}

#content section.top_news .inn1 ul li {
	border-bottom:solid 1px #ccc;
}

#content section.top_news .inn1 ul li a {
	display:flex;
	flex-wrap:nowrap;
	justify-content:start;
	padding:10px;
}

#content section.top_news .inn1 ul li .date {
	width:140px;
	margin:0;
}

#content section.top_news .inn1 ul li .cap {
	width:calc(100% - 140px);
	margin:0;
}

#content section.top_news .btn_01 {
	text-align:right;
}


#content section.top_news .single_inn1 {
	max-width:800px;
	margin:auto;
}

#content section.top_news .single_inn1 .date {
	font-size:1.5rem;
	margin:0 0 0 0;
}

#content section.top_news .single_inn1 h2 {
	font-size:2.5rem;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:solid 1px #ccc;
}


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

	#content section.top_news {
		padding:0 0 20px 0;
	}
	
	#content section.top_news .h2-box {
	}
	
	#content section.top_news .h2-box h2 {
		font-size:2.2rem;
		margin:0 0 20px 0;
	}
	
	#content section.top_news .inn1 ul li a {
		flex-wrap:wrap;
		padding:10px 0;
	}
	
	#content section.top_news .inn1 ul li .date {
		width:100%;
	margin:0;
	}
	
	#content section.top_news .inn1 ul li .cap {
		width:100%;
	}

	#content section.top_news .single_inn1 .date {
	font-size:1.5rem;
	margin:0 0 0 0;
	}
	
	#content section.top_news .single_inn1 h2 {
		font-size:1.8rem;
		padding:0 0 20px 0;
		margin:0 0 20px 0;
	}
}

/* top_item01 */
#content section.top_item01 {
	margin:0 auto;
	padding:100px 0 200px 0;
}

#content section.top_item01 .inn1 {
	position:relative;
	width:700px;
	margin:0 auto 100px auto;

	border-left:solid 1px #ccc;
	padding:0 0 0 30px;
}

#content section.top_item01 .inn1 .inn1_01 {
	position:absolute;
	top:0;
	left:-400px;
}

#content section.top_item01 .inn1 .inn1_01 h2 {
	font-weight:bold;
	font-size:3.0rem;
	text-align:right;
}

#content section.top_item01 .inn1 .inn1_01 h2 span {
	color:#EC6C23;
}

#content section.top_item01 .inn1 .inn1_02 {
}

#content section.top_item01 .inn1 .inn1_02 h3 {
	font-weight:bold;
	font-size:4.0rem;
	margin:0 0 40px 0;
}

#content section.top_item01 .inn1 .inn1_02 p {
}

#content section.top_item01 .inn2 {
}

#content section.top_item01 .inn2 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.top_item01 .inn2 ul li {
	margin:0 0 20px 0
}

#content section.top_item01 .inn2 ul li.inn2_bnr01{
	width:100%;
}

#content section.top_item01 .inn2 ul li.inn2_bnr02{
	width:100%;
}

#content section.top_item01 .inn2 ul li.inn2_bnr03{
	width:49%;
}

#content section.top_item01 .inn2 ul li.inn2_bnr04{
	width:49%;
}

@media screen and (max-width:1500px) {
	#content section.top_item01 .inn1 {
		width:700px;
		margin:0 auto 100px 0;
		border-left:none;
		padding:0 0 0 0;
	}

	#content section.top_item01 .inn1 .inn1_01 {
		position:initial;
		top:0;
		left:0;
		margin:0 0 20px 0
	}
	
	#content section.top_item01 .inn1 .inn1_01 h2 {
		text-align:left;
	}
}

@media screen and (max-width:768px) {
	#content section.top_item01 {
		padding:140px 0 60px 0;
	}
	
	#content section.top_item01 .inn1 {
	position:relative;
		width:calc(100% - 20px);
		margin:0 auto 60px 20px;
	
		border-left:solid 1px #ccc;
		padding:0 0 0 20px;
	}
	
	#content section.top_item01 .inn1 .inn1_01 {
		position:absolute;
		top:-60px;
		left:0px;
	}
	
	#content section.top_item01 .inn1 .inn1_01 h2 {
		font-size:2.4rem;
		text-align:left;
	}
	
	#content section.top_item01 .inn1 .inn1_02 h3 {
		font-size:2.0rem;
		margin:0 0 20px 0;
	}
	
	#content section.top_item01 .inn2 ul li.inn2_bnr01{
		width:100%;
	}
	
	#content section.top_item01 .inn2 ul li.inn2_bnr02{
		width:100%;
	}
	
	#content section.top_item01 .inn2 ul li.inn2_bnr03{
		width:100%;
	}
	
	#content section.top_item01 .inn2 ul li.inn2_bnr04{
		width:100%;
	}
}


/* top_item02 */
#content section.top_item02 {
	margin:200px auto 200px auto;
	padding:40px 0 40px 0;

	background:#F6F4EE;
	position:relative;
}

#content section.top_item02 .img01{
	position:absolute;
	bottom:0;
	left:0;
	width:46%;
	max-width:800px;
}

#content section.top_item02 .img01 img{
	object-fit:cover;
	width:100%;
	height:440px
}

#content section.top_item02 .inn1 {
	padding:0 0 0 50%;
}

#content section.top_item02 .inn1 h2 {
	margin:0 0 30px 0;
	font-size:2.7rem;
}

#content section.top_item02 .inn1 ul {
	margin:0 0 10px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.top_item02 .inn1 ul li {
	width:49%;
	margin:0 0 10px 0;
}

#content section.top_item02 .inn1 ul li a {
	border-left: 5px solid #414141;
	display: block;
	font-size: 1.6rem;
	background: #fff;
	padding:14px 0 14px 16px;
}

#content section.top_item02 .inn1 .note {
	margin:0;
	font-weight:bold;
}

@media screen and (max-width:768px) {
	#content section.top_item02 {
		margin:20px auto 100px auto;
	padding:40px 0 40px 0;
	
	background:#F6F4EE;
	position:relative;
	}
	
	#content section.top_item02 .img01{
		position:initial;
		width:100%;
		max-width:none;
		margin:0 0 20px 0;
	}
	
	#content section.top_item02 .img01 img{
		object-fit:cover;
		width:100%;
		height:240px
	}
	
	#content section.top_item02 .inn1 {
		padding:0 0 0 0;
	}
	
	#content section.top_item02 .inn1 h2 {
		margin:0 0 20px 0;
		font-size:2.2rem;
	}
	
	#content section.top_item02 .inn1 ul li a {
		font-size: 1.5rem;
	}

}

/* top_item03 */
#content section.top_item03 {
	margin:0 auto;
	padding:0 0 0 0;
}

#content section.top_item03 .inn1 {
	margin:0 0 200px 0;
}

#content section.top_item03 .inn1 .h-box {
	margin:0 0 80px 0;
}

#content section.top_item03 .inn1 .h-box h3 {
	background:#4891BE;
	padding:10px;
	position:relative;
	color:#fff;
	font-size:2.5rem;
	text-align:center;
}

#content section.top_item03 .inn1 .h-box h3::after {
position: absolute;
    left: -1000px;
    top: 0;
    width:100%;
    height: 100%;
    background: #4891BE;
    content: "";
	z-index:-1;
}

#content section.top_item03 .inn1 .inn1_01 {
}

#content section.top_item03 .inn1 .inn1_01 h4 {
	font-size:2.5rem;
	margin:0 0 40px 0;
	text-align:center;
}

#content section.top_item03 .inn1 .inn1_01 p {
}


@media screen and (max-width:768px) {
	#content section.top_item03 .inn1 {
		margin:0 0 120px 0;
	}
	
	#content section.top_item03 .inn1 .h-box {
		margin:0 0 30px 0;
	}
	
	#content section.top_item03 .inn1 .h-box h3 {
		font-size:1.8rem;
	}
	
	#content section.top_item03 .inn1 .inn1_01 h4 {
		font-size:1.8rem;
		margin:0 0 30px 0;
	}

}

/* top_item04 */
#content section.top_item04 {
	margin:0 auto;
	padding:120px 0;
	border-top:solid 1px #707070;
}

#content section.top_item04 .bl_inn {
	max-width:1000px;
	text-align:center;
}

#content section.top_item04 .bl_inn h2 {
	font-size:2.5rem;
	color:#EC6C23;
	margin:0 0 40px 0;
}

#content section.top_item04 .bl_inn p {
	font-size:1.6rem;
	margin:0 0 40px 0;
}

#content section.top_item04 .bl_inn figure {}
#content section.top_item04 .bl_inn figure img {}


@media screen and (max-width:768px) {
	#content section.top_item04 {
		padding:60px 0;
	}
	
	#content section.top_item04 .bl_inn h2 {
		font-size:1.8rem;
		margin:0 0 30px 0;
	}
	
	#content section.top_item04 .bl_inn p {
		margin:0 0 30px 0;
	}

}

/* top_item05 */
#content section.top_item05 {
	margin:0 auto;
	padding:120px 0;
	background:#EEEAE0;
}

#content section.top_item05 .bl_inn {
}

#content section.top_item05 .bl_inn h2 {
	font-size:2.5rem;
	color:#fff;
	margin:0 0 40px 0;
	background:#908872;
	text-align:center;
	padding:6px 0;
}

#content section.top_item05 .bl_inn ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.top_item05 .bl_inn ul li {
	width:48%;
	margin:0 0 40px 0;
	font-size:1.6rem;
}

#content section.top_item05 .bl_inn ul li figure {
	margin:0 0 20px 0;
}

#content section.top_item05 .bl_inn ul li .h3_sub {
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#content section.top_item05 .bl_inn ul li .h3_sub span {
	color:#fff;
	margin:0 20px 0 0;
	background:#908872;
	padding:4px 10px;
}

#content section.top_item05 .bl_inn ul li h3 {
	margin:0 0 10px 0;
	font-weight:bold;
}

#content section.top_item05 .bl_inn ul li p {
}

#content section.top_item05 .bl_inn .note {
	text-align:right;
	margin:0;
}

@media screen and (max-width:768px) {
	#content section.top_item05 {
		padding:60px 0;
	}
	
	#content section.top_item05 .bl_inn h2 {
		font-size:2.0rem;
		padding:10px 0;
	}
	
	#content section.top_item05 .bl_inn ul li {
		width:100%;
		margin:0 0 30px 0;
	}
	
	#content section.top_item05 .bl_inn ul li:last-of-type {
		margin:0 0 0 0;
	}
}

/* top_item06 */
#content section.top_item06 {
	margin:0 auto;
	padding:120px 0;
	background:#F7F7F7;
}

#content section.top_item06 .bl_inn {
	background:#fff;
}

#content section.top_item06 .bl_inn h2 {
	font-size:2.5rem;
	color:#fff;
	margin:0 0 0 0;
	background:#4891BE;
	text-align:center;
	padding:6px 0;
}

#content section.top_item06 .bl_inn .flow_box {
}

#content section.top_item06 .bl_inn .flow_box .inn1 {
	border-bottom:solid 2px #4891BE;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:50px 30px 30px 30px;
	position:relative;
}

#content section.top_item06 .bl_inn .flow_box .inn1::after {
	border: 24px solid transparent;
	border-top-color: #4891be;
	content: "";

    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 {
	width:calc(100% - 340px);
	padding:0 60px 0 0;
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3 {
	margin:0 0 40px 0;
	font-size:2.5rem;
	font-weight:bold;
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3:before {
	content:"1";
	background:#6FA3C4;
	padding:0;
	margin:0 20px 0 0;
	width:50px;
	height:50px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	line-height:50px;
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

#content section.top_item06 .bl_inn .flow_box .inn1:nth-child(2) .inn1_01 h3:before {
	content:"2";
}

#content section.top_item06 .bl_inn .flow_box .inn1:nth-child(3) .inn1_01 h3:before {
	content:"3";
}

#content section.top_item06 .bl_inn .flow_box .inn1:nth-child(4) .inn1_01 h3:before {
	content:"4";
}

#content section.top_item06 .bl_inn .flow_box .inn1:nth-child(5) .inn1_01 h3:before {
	content:"5";
}

#content section.top_item06 .bl_inn .flow_box .inn1:nth-child(6) .inn1_01 h3:before {
	content:"6";
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3 span {
	font-size:1.6rem;
	margin:0 0 0 10px;
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 p {
}

#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_02 {
	width:340px;
	text-align:center;
}


@media screen and (max-width:768px) {
	#content section.top_item06 {
		padding:60px 0;
	}
	
	#content section.top_item06 .bl_inn {
		padding:20px 10px;
	}
	
	#content section.top_item06 .bl_inn h2 {
		font-size:2.2rem;
		padding:8px 0;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 {
		padding:40px 0px 20px 0px;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 {
		width:100%;
		padding:0 0 0 0;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3 {
		margin:0 0 20px 0;
		font-size:2.0rem;
		width:100%;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3:before {
		margin:0 10px 0 0;
		width:40px;
		height:40px;
		line-height:40px;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_01 h3 span {
		font-size:1.4rem;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_02 {
		width:100%;
		text-align:center;
	}
	
	#content section.top_item06 .bl_inn .flow_box .inn1 .inn1_02 figure {
		width:60%;
		margin:auto;
	}
}


/***********/
/* input */
/***********/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
checkbox
/*,.field*/ {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #5c6b80;
  border-radius: 3px;
  border:none;
  vertical-align: middle;
  box-shadow: none;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;

	background:#F4F4F4;
}
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }



/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}


/**********************/
/*wp-pagenavi*/
/**********************/
#content .wp-pagenavi {
	text-align:center;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
#content .wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
}

#content .wp-pagenavi span.current{
	color: #FFF;
	background-color: #66cccc;
	border-color: #66cccc;
	font-weight: bold;
}




/********************/
/* low */
/********************/
#content.cnt_low {
	padding:0 0 0 0;
}

#content.cnt_low.contact {
	padding:100px 0 0 0;
}

@media screen and (max-width:768px) {
	#content.cnt_low {
		padding:0 0 0 0;
	}
}



/******** company ********/
.company #content {
}

.company #content .item01 {
	background:#4891BE;
	text-align:center;
	padding:100px 0;
}

.company #content .item02 {
	padding:120px 0 200px 0;
}

.company #content .item02 .inn_box {
	margin:0 0 100px 0;
}

.company #content .item02 .inn_box table {
	width:100%;
	border-top:solid 1px #ccc;
	border-spacing:0;
}

.company #content .item02 .inn_box table th,
.company #content .item02 .inn_box table td {
	font-weight:normal;
	font-size:1.6rem;
	text-align:left;
	padding:10px;
	border-bottom:solid 1px #ccc;
}

.company #content .item02 .inn_box table tr:nth-child(2n) th,
.company #content .item02 .inn_box table tr:nth-child(2n) td {
	background:#F7F8F8;
}

.company #content .item02 .inn_box table th {
	width:240px;
}

.company #content .item02 .inn_box table td {
	width:calc(100% - 240px);
}

.company #content .item02 .map {
}

.company #content .item02 .map iframe {
	width:100%;
	height:500px;
}

@media screen and (max-width:768px) {
	.company #content .item01 {
		padding:40px 0;
	}
	
	.company #content .item02 {
		padding:60px 0 100px 0;
	}
	
	.company #content .item02 .inn_box {
		margin:0 0 60px 0;
	}
	
	.company #content .item02 .inn_box table th,
	.company #content .item02 .inn_box table td {
		font-size:1.4rem;
		padding:14px;
		display:block;
	}
	
	.company #content .item02 .inn_box table tr:nth-child(2n) td {
		background:#fff;
	}
	
	.company #content .item02 .inn_box table th {
		width:100%;
		background:#F7F8F8;
	}
	
	.company #content .item02 .inn_box table td {
		width:100%;
	}
	
	.company #content .item02 .map {
	}
	
	.company #content .item02 .map iframe {
		height:300px;
	}
}


/******** cn01 ********/
.cn01 #content section.item01 {
	margin:0 auto;
	padding:120px 0;
}

.cn01 #content section.item01 .bl_inn {
}

.cn01 #content section.item01 .bl_inn .inn1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 40px 0;
}

.cn01 #content section.item01 .bl_inn .inn1 .pt {
	width:46%;
}

.cn01 #content section.item01 .bl_inn .inn1 .txt {
	width:52%;
}

.cn01 #content section.item01 .bl_inn .inn1 .txt h2 {
	font-size:3.0rem;
	margin:0 0 20px 0
}

.cn01 #content section.item01 .bl_inn .inn1 .txt p {
}

.cn01 #content section.item01 .bl_inn .inn1 .txt p span {
	color:#EC6C23;
}

.cn01 #content section.item01 .bl_inn .inn2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.cn01 #content section.item01 .bl_inn .inn2 div {
	background:#F7F7F7;
	width:49%;
	text-align:center;
	padding:40px;
}

.cn01 #content section.item01 .bl_inn .inn2 div figure {
	margin:0 0 20px 0
}

.cn01 #content section.item01 .bl_inn .inn2 div h3 {
	color:#5d8fb7;
	margin:0 0 20px 0;
	font-size:2.2rem;
}

.cn01 #content section.item01 .bl_inn .inn2 div p {
	margin:0;
	text-align:left;
}

.cn01 #content section.item01 .bl_inn .inn3 {
}

.cn01 #content section.item01 .bl_inn .inn3 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.cn01 #content section.item01 .bl_inn .inn3 ul li {
	width:20%;
	max-width:167px;
	position:relative;
}

.cn01 #content section.item01 .bl_inn .inn3 ul li::after {
	border: 14px solid transparent;
	border-left-color: #4891be;
	content: "";
	position: absolute;
	top: 40px;
	right:-40px;
}

.cn01 #content section.item01 .bl_inn .inn3 ul li:last-of-type::after {
	display:none;
}



.cn01 #content section.item01 .bl_inn .inn3 ul li figure {
}

.cn01 #content section.item01 .bl_inn .inn3 ul li figure figcaption {
	text-align:center;
	margin:10px 0 0 0;
}

@media screen and (max-width:768px) {
	.cn01 #content section.item01 {
		padding:60px 0;
	}
	
	.cn01 #content section.item01 .bl_inn .inn1 .pt {
		width:80%;
		margin:0 auto 20px auto ;
	}
	
	.cn01 #content section.item01 .bl_inn .inn1 .txt {
		width:100%;
	}
	
	.cn01 #content section.item01 .bl_inn .inn1 .txt h2 {
		font-size:2.2rem;
		text-align:center;
	}
	
	.cn01 #content section.item01 .bl_inn .inn2 div {
		width:100%;
		padding:20px;
		margin:0 0 20px 0;
	}
	
	.cn01 #content section.item01 .bl_inn .inn2 div figure {
		margin:0 auto 10px auto;
		width:50px;
	}
	
	.cn01 #content section.item01 .bl_inn .inn2 div h3 {
		margin:0 0 10px 0;
		font-size:1.8rem;
	}

	.cn01 #content section.item01 .bl_inn .inn3 {
	}
	
	.cn01 #content section.item01 .bl_inn .inn3 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
	
	.cn01 #content section.item01 .bl_inn .inn3 ul li {
		width:80%;
		max-width:none;
		text-align:center;
		margin:0 auto 50px;
	}
	
	.cn01 #content section.item01 .bl_inn .inn3 ul li:last-of-type {
		margin:0 auto 0;
	}
	
	.cn01 #content section.item01 .bl_inn .inn3 ul li::after {
		border: 14px solid transparent;
		border-top-color: #4891be;
		content: "";
		position: absolute;
		top: auto;
		right:auto;
		bottom: -40px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}

}



.cn01 #content section.item02 {
	margin:0 auto;
	padding:120px 0;
	background:#F6F4EE;
}

.cn01 #content section.item02 .bl_inn {
}

.cn01 #content section.item02 .bl_inn h2 {
	margin:0 0 40px 0;
	text-align:center;
	font-size:2.5rem;
}

.cn01 #content section.item02 .bl_inn .main {
	text-align:center;
	margin:0 0 80px 0;
}

.cn01 #content section.item02 .bl_inn .inn1 {
}

.cn01 #content section.item02 .bl_inn .inn1 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.cn01 #content section.item02 .bl_inn .inn1 ul::after {
	content:"";
	width:32%;
}

.cn01 #content section.item02 .bl_inn .inn1 ul li {
	width:32%;
	background:#fff;
	margin:0 0 40px 0;
	padding:60px 20px 40px 20px;
	min-height:340px;
	position:relative;
}

.cn01 #content section.item02 .bl_inn .inn1 ul li h3 {
	color:#4891BE;
	text-align:center;
	font-size:2.0rem;
	margin:0 0 20px 0;
	min-height:60px;
}

.cn01 #content section.item02 .bl_inn .inn1 ul li p {
}

.cn01 #content section.item02 .bl_inn .inn1 ul li p.numb {
	width: 70px;
	height: 70px;
	background-image: linear-gradient(135deg, #4891BE 50px, transparent 0);
	margin:0;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	padding:8px 0 0 14px;
}

.cn01 #content section.item02 .bl_inn .inn1 ul li figure {
	text-align:center;
	margin:0 0 30px 0;
}

@media screen and (max-width:768px) {
	.cn01 #content section.item02 {
		padding:60px 0;
	}
	
	.cn01 #content section.item02 .bl_inn h2 {
		margin:0 0 20px 0;
		font-size:2.2rem;
	}
	
	.cn01 #content section.item02 .bl_inn .main {
		margin:0 0 60px 0;
	}
	
	.cn01 #content section.item02 .bl_inn .inn1 ul li {
		width:100%;
		margin:0 0 20px 0;
		padding:30px 20px 20px 20px;
		min-height:auto;
	}
	
	.cn01 #content section.item02 .bl_inn .inn1 ul li h3 {
		font-size:1.8rem;
		margin:0 0 10px 0;
		min-height:auto;
	}
	
	.cn01 #content section.item02 .bl_inn .inn1 ul li p.numb {
		width: 50px;
		height: 50px;
		background-image: linear-gradient(135deg, #4891BE 36px, transparent 0);
		padding:2px 0 0 8px;
	}
	
	.cn01 #content section.item02 .bl_inn .inn1 ul li figure {
		margin:0 0 10px 0;
	}
}

.cn01 #content section.item03 {
	margin:0 auto;
	padding:120px 0;
}

.cn01 #content section.item03 .bl_inn {
}

.cn01 #content section.item03 .bl_inn h2 {
	margin:0 0 40px 0;
	text-align:center;
	font-size:2.5rem;
}

.cn01 #content section.item03 .bl_inn .inn1 {
}

.cn01 #content section.item03 .bl_inn .inn1 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.cn01 #content section.item03 .bl_inn .inn1 ul li {
	width:48%;
	background:#908872;
	margin:0 0 40px 0;
	text-align:center;
	padding:30px;
	color:#fff;
}

.cn01 #content section.item03 .bl_inn .inn1 ul li img {
	margin:0 0 20px 0;
}

.cn01 #content section.item03 .bl_inn .inn1 ul li h3 {
	font-size:2.3rem;
	margin:0 0 20px 0;
}

.cn01 #content section.item03 .bl_inn .inn1 ul li p {
	text-align:left;
	margin:0;
}

@media screen and (max-width:768px) {
	.cn01 #content section.item03 {
	margin:0 auto;
		padding:60px 0;
	}
	
	.cn01 #content section.item03 .bl_inn h2 {
		margin:0 0 30px 0;
		font-size:2.2rem;
	}
	
	.cn01 #content section.item03 .bl_inn .inn1 ul li {
		width:49%;
		margin:0 0 20px 0;
		padding:10px;
	}
	
	.cn01 #content section.item03 .bl_inn .inn1 ul li img {
		margin:0 0 10px 0;
	}
	
	.cn01 #content section.item03 .bl_inn .inn1 ul li h3 {
		font-size:1.6rem;
		margin:0 0 10px 0;
	}
	
	.cn01 #content section.item03 .bl_inn .inn1 ul li p {
		line-height:1.7em;
	}
}




/******** contact ********/
#content section.contact_item01 {
	padding:0px 0 140px 0;
}

#content section.contact_item01 .bl_inn {
	text-align:center;
	max-width:800px;
}

#content section.contact_item01 .bl_inn .intro {
	padding:30px 0;
	background:#F7F8F8;
	margin: 0 calc(50% - 50vw) 100px;
	width: 100vw;
}

#content section.contact_item01 .bl_inn .intro p {
	line-height:1.5em;
	margin:0;
}

#content section.contact_item01 .bl_inn .intro .txt01 {
	font-size:4.0rem;
	margin:10px 0 0 0;
	display:inline-block;
	letter-spacing:0.1em;
	line-height:1;

	font-family: avenir-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#content section.contact_item01 .bl_inn .intro .txt02 {
	font-size:1.4rem;

	font-family: avenir-lt-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.snow-monkey-form {
}

.snow-monkey-form .smf-item {
	margin:0 0 40px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #ccc;
	text-align:left;
}

.snow-monkey-form .smf-item__label{
	text-align:left;
	margin:0 0 16px 0;
	font-weight:bold;
}

.snow-monkey-form .smf-item__label span {
}


.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "å¿…é ˆ";
  font-size: 12px;
  color: #fff;
  background: #ff0000;
}


/* Snow Monkey Formsã«å¿…é ˆãƒžãƒ¼ã‚¯ã‚’ã¤ã‘ã‚‹
.smf-item__label__text {
	position: relative;
}

.smf-item__label__text::after {
	position: absolute;
	content: 'å¿…é ˆ';
	color:  #fff;	
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	display: block;
	place-items: center;
	background:  #DD3234;
	font-size: 12px;
	text-align:center;
	padding:4px 10px;
}
 */


.snow-monkey-form input[type="text"],
.snow-monkey-form input[type="password"],
.snow-monkey-form input[type="datetime"],
.snow-monkey-form input[type="datetime-local"],
.snow-monkey-form input[type="date"],
.snow-monkey-form input[type="month"],
.snow-monkey-form input[type="time"],
.snow-monkey-form input[type="week"],
.snow-monkey-form input[type="number"],
.snow-monkey-form input[type="email"],
.snow-monkey-form input[type="url"],
.snow-monkey-form input[type="search"],
.snow-monkey-form input[type="tel"],
.snow-monkey-form input[type="color"],
.snow-monkey-form select,
.snow-monkey-form textarea.smf-textarea-control__control ,
.snow-monkey-form checkbox {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #5c6b80;
	border-radius: 3px;
	border:none;
	vertical-align: middle;
	box-shadow: none;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	
	background:#F4F4F4;
}

.smf-button-control button.smf-button-control__control {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#000;
	border: 1px solid #000;
	color:#fff;
	padding:40px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	width:100%;
	margin:100px 0 0 0;
}

.smf-button-control button.smf-button-control__control::after {
	position: absolute;
	right: 40px;
	top: 50%;
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg) translateY(-50%);
}

.smf-action .smf-button-control__control[data-action="back"] {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#ccc;
	border: 1px solid #ccc;
	color:#000;
	padding:20px 0px;
	position:relative;
	font-size:1.6rem;
	font-weight:bold;
	width:100%;
	margin:100px 0 0 0;
}


.smf-error-messages {
	text-align:left;
}

#content section.contact_item01 .bl_inn .form_box {
	border-top:solid 1px #B4B4B4;
	padding:20px 0 0 0;
}

#content section.contact_item01 .bl_inn .form_box .form {
	display:block;
	margin:0 0 20px 0;
	padding:0 20px 20px 20px;
	border-bottom:solid 1px #B4B4B4;

	display:flex;
	flex-wrap:nowrap;
	justify-content:space-evenly;
}

#content section.contact_item01 .bl_inn .form_box .form .form_label {
	text-align:left;
	margin:0 0 0 0;
	width:260px;
}

#content section.contact_item01 .bl_inn .form_box .form .form_label span{
	display:inline-block;
	background:#EC6C23;
	color:#fff;
	padding:2px 6px;
	font-size:1.3rem;
	margin:0 10px 0 0;
	border-radius:3px;
}

#content section.contact_item01 .bl_inn .form_box .form .form_in {
	margin:0 0 0 0;
	width:calc(100% - 260px);
	text-align:left;
	padding:0 0 0 20px;
}

#content section.contact_item01 .bl_inn .policy {
	background:#efefef;
	padding:40px;
	margin:80px 0 40px 0;
	text-align:left;
}

#content section.contact_item01 .bl_inn .policy p {
	margin:0 0 20px 0;
	
}

#content section.contact_item01 .bl_inn .privacy_note {
	text-align:left;
	margin:0 0 60px 0;
	text-align:center;
}

#content section.contact_item01 .bl_inn .privacy_note span {
}

.form_btn .submit_button {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#4891BE;
	border: 1px solid #4891BE;
	color:#fff;
	padding:30px 0px;
	font-size:2.0rem;
	font-weight:bold;
	width:100%;
	cursor:pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.form_btn .submit_button:hover {
	opacity:0.5;
}


@media screen and (max-width:768px) {

	#content section.contact_item01 .bl_inn .intro .txt01 {
		font-size:3.0rem;
		margin:10px 0 10px 0;
	}
	
	#content section.contact_item01 .bl_inn .intro .txt02 {
		font-size:1.5rem;
	}

	#content section.contact_item01 .bl_inn .form_box .form {
		margin:0 0 20px 0;
		padding:0 10px 20px 10px;
		flex-wrap:wrap;
	}
	
	#content section.contact_item01 .bl_inn .form_box .form .form_label {
		padding:0 10px 20px 0;
		width:100%;
	}
	
	#content section.contact_item01 .bl_inn .form_box .form .form_in {
		width:100%;
		padding:0 0 0 0px;
	}
	
	#content section.contact_item01 .bl_inn .policy {
		padding:30px;
		margin:40px 0 30px 0;
	}
	
	#content section.contact_item01 .bl_inn .privacy_note {
		margin:0 0 40px 0;
	}
	
	.form_btn .submit_button {
		padding:20px 0px;
	}

}




