@charset "utf-8";

/* ---------------- // reset ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------------- base ---------------- */

body {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #333;
background: #fff;
}

.f-bana_sp{
	width: 100%;
	background: #f3ce1e;
	text-align: center;
	height: 70px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	box-sizing: border-box;
	justify-content: center;
	color: #d50000;
}


.f-bana_sp a{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 70px;
}

.f-bana_sp_box{
	width: 96%;
	max-width: 400px;
}


.f-bana_pc{
	display: none;
}
@media only screen and (min-width: 960px) {
.f-bana_sp{
	display: none;
}
	.f-bana_pc{
		width: 200px;
		height: 200px;
		background: #ffed38;
		display: block;
		position: fixed;
		bottom: 150px;
		right: 0px;
		z-index: 99;
		box-sizing: border-box;
		justify-content: center;
		color: #d50000;
	}
}


table {
border-collapse: collapse;
font-family: inherit;
}

h1,h2,h3,h4,h5 {
font-size:100%;
font-weight:bold;
}

input,textarea,select {
font-family: inherit;
}

textarea {
resize: none;
}

th,td {
border-collapse: collapse;
}

ul,ol {
list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: text-bottom;
}

/*p {
	text-align: justify;
	text-justify: inter-ideograph;
}*/

/* ---------------- link ---------------- */

a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }

/* ---------------- float ---------------- */

.floatright{
float: right;
}

.floatleft {
float: left;
}

/* ---------------- clearfix ---------------- */

.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* ---------------- bold ---------------- */

.txtbold{
font-weight: bold;
}

/* ---------------- align ---------------- */

.alignleft {
text-align: left;
}

.alignright {
text-align: right;
}

.aligncenter {
text-align: center;
}

/* ---------------- reset // ---------------- */

/* ---------------- // adjustment ---------------- */

/* ---------------- font ---------------- */

.font10 {
    font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.font20 {
	font-size: 20px;
}

/* ---------------- margin ---------------- */

/*top*/
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}

/*bottom*/
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}


/* ---------------- adjustment // ---------------- */

.page_wrap {
	position: relative;
}

/* -------------------------------------------------------
header
------------------------------------------------------- */

header {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10000;
	background: url(../images/header_bg.png);
}

.logo_area {
	float: left;
}

.logo {
	width: 284px;
	padding: 24px 10px;
}

.header_tel {
	width: 231px;
	margin: 20px 40px 0 0;
	float: right;
}

.header_tel span {
	display: block;
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #f00;
}

.pc_sns {
	margin: 0 40px 0 130px;
	padding: 23px 0 0 0;
	float: right;
}

.sp_sns {
	display: none;
}

.a2a_svg.a2a_s__default.a2a_s_a2a {
	display: none;
}

.a2a_s_twitter {
	background-image: url(../images/twitter.png) !important;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

.a2a_s_facebook {
	background-image: url(../images/facebook.png) !important;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

.a2a_button_twitter {
	margin: 0 15px 0 0;
}

/* -------------------------------------------------------
nav
------------------------------------------------------- */

.nav_area {
	float: right;
}

.g_nav ul li {
	float: left;
	border-right: solid #333 1px;
}

.g_nav ul li:first-child {
	border-left: solid #333 1px;
}

.inline_btn1 {
	display: none;
	width: 40px;
	height: 40px;
	background: url(../images/nav_inner.png) no-repeat center center;
	background-size: 17px 10px;
	-moz-background-size: 17px 10px;
	-ms-background-size: 17px 10px;
	-o-background-size: 17px 10px;
	-webkit-background-size: 17px 10px;
}

.inline_btn2 {
	display: none;
	width: 40px;
	height: 40px;
	background: url(../images/nav_inner.png) no-repeat center center;
	background-size: 17px 10px;
	-moz-background-size: 17px 10px;
	-ms-background-size: 17px 10px;
	-o-background-size: 17px 10px;
	-webkit-background-size: 17px 10px;
}

.g_nav ul li a {
	display: block;
	font-size: 14px;
}

.nav1 a {
	width: 120px;
	height: 105px;
	background: url(../images/nav1.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.nav2 a {
	width: 120px;
	height: 105px;
	background: url(../images/nav2.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.nav3 a {
	width: 238px;
	height: 105px;
	background: url(../images/nav3.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center 6px;
}

.nav4 a {
	width: 270px;
	height: 105px;
	background: url(../images/nav4.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center 4px;
}

.nav5 a {
	width: 150px;
	height: 105px;
	background: url(../images/nav5.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.nav1 a:hover,.nav2 a:hover,.nav3 a:hover,.nav4 a:hover,.nav5 a:hover {
	background-color: #efefef;
}

.nav2 {
	position: relative;
	z-index: 9998;
}

.g_nav ul li .nav2_inner_link {
	display: none;
	position: absolute;
	width: 157px;
	padding: 10px;
	left: -1px;
	border-top: solid #333 3px;
	background: #dcdcdc;
}

.g_nav ul li .nav2_inner_link li {
	float: none;
	border-right: none;
}

.g_nav ul li .nav2_inner_link li:first-child {
	border-left: none;
}

.g_nav ul li .nav2_inner_link li a {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	text-indent: inherit;
	background: none;
}

.g_nav ul li .nav2_inner_link li a:hover {
	color: #82c58a;
}

.nav3 {
	position: relative;
	z-index: 9998;
}

.g_nav ul li .nav3_inner_link {
	display: none;
	position: absolute;
	width: 220px;
	padding: 10px;
	left: -1px;
	border-top: solid #333 3px;
	background: #dcdcdc;
}

.g_nav ul li .nav3_inner_link li {
	float: none;
	border-right: none;
}

.g_nav ul li .nav3_inner_link li:first-child {
	border-left: none;
}

.g_nav ul li .nav3_inner_link li a {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	text-indent: inherit;
	background: none;
}

.g_nav ul li .nav3_inner_link li a:hover {
	color: #e35751;
}

.sp_btn {
	display: none;
}

.menumgn {
	top: -100px;
}

@media only screen and (max-width: 1700px) {

.nav_area {
	width: 904px;
	margin: 20px auto 0;
	float: none;
	clear: both;
}

}

@media only screen and (max-width: 940px) {

.header_tel {
	display: none;
}

/*--------------　nav　--------------*/

.pc_sns {
	display: none;
}

.sp_sns {
	display: inherit;
}

.g_nav ul li {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: solid #333 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.g_nav ul li:first-child {
	border-left: none;
	border-top: solid #333 1px;
}

.inline_btn1 {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5px;
}

.open .inline_btn1 {
	background: url(../images/nav_inner.png) no-repeat center center;
	background-size: 17px 10px;
	-moz-background-size: 17px 10px;
	-ms-background-size: 17px 10px;
	-o-background-size: 17px 10px;
	-webkit-background-size: 17px 10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inline_btn2 {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5px;
}

.open .inline_btn2 {
	background: url(../images/nav_inner.png) no-repeat center center;
	background-size: 17px 10px;
	-moz-background-size: 17px 10px;
	-ms-background-size: 17px 10px;
	-o-background-size: 17px 10px;
	-webkit-background-size: 17px 10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav1 a {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: none;
	text-indent: inherit;
	text-align: center;
}

.nav2 a {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: none;
	text-indent: inherit;
	text-align: center;
}

.nav3 a {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: none;
	text-indent: inherit;
	text-align: center;
}

.nav4 a {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: none;
	text-indent: inherit;
	text-align: center;
}

.nav5 a {
	width: auto;
	height: auto;
	padding: 10px 0;
	background: none;
	text-indent: inherit;
	text-align: center;
}

.g_nav ul li .nav2_inner_link {
	padding: 0;
	position: inherit;
	clear: both;
	width: auto;
	border-top: none;
	left: inherit;
}

.g_nav ul li .nav2_inner_link li {
	border-top: none;
	border-bottom: none;
}

.g_nav ul li .nav2_inner_link li a {
	float: none;
	margin: 0;
}

.g_nav ul li .nav3_inner_link {
	padding: 0;
	position: inherit;
	clear: both;
	width: auto;
	border-top: none;
	left: inherit;
}

.g_nav ul li .nav3_inner_link li {
	border-top: none;
	border-bottom: none;
}

.g_nav ul li .nav3_inner_link li a {
	float: none;
	margin: 0;
}

.nav_area {
	width: 100%;
	padding: 0 0 20px;
	background: #fff;
}

header {
	width: 100%;
	height: 98px;
	position: absolute;
	z-index: 9998;
	overflow: hidden;
     transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
     -webkit-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
     -o-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
     -ms-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header.sp_nav {
	width: 100%;
	height: 752px;
	background: #fff;
	position: absolute;
	z-index: 9998;
     transition: height 5s cubic-bezier(0.19, 1, 0.22, 1);
     -webkit-transition: height 5s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: height 5s cubic-bezier(0.19, 1, 0.22, 1);
     -o-transition: height 5s cubic-bezier(0.19, 1, 0.22, 1);
     -ms-transition: height 5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sp_btn {
	display: inherit;
	width: 30px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 9999;
	background: url(../images/sp_nav_btn.png) no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

header.sp_nav .sp_btn {
	display: inherit;
	width: 30px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 9999;
	background: url(../images/sp_nav_btn2.png) no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

.sp_sns {
	width: 52px;
	margin: 30px auto;
}

.g_nav {
	padding: 25px 0 0 0;
}

.contents {
	padding: 87px 0 0 0;
}

}

@media only screen and (max-width: 420px) {

.logo {
	width: 230px;
}

}

/* -------------------------------------------------------
contents
------------------------------------------------------- */

.contents {
	padding: 105px 0 0 0;
}

.slidemgn {
	padding: 185px 0 0 0;
}

/*--------------　top　--------------*/

.top_about_area {
	padding: 20px 0 50px;
	background: #e8e3d9;
}

.top_about_img {
	text-align: center;
}

.top_about_txt {
	padding: 20px 0 0;
}

.top_about_txt_line {
	height: 3px;
	text-align: center;
	background: url(../images/top_about_txt_line.png) no-repeat center center;
}

.top_about_txt p {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}

.more_btn {
	width: 216px;
	margin: 30px auto 0;
}

.more_btn a {
	display: block;
	width: 216px;
	height: 31px;
	background: url(../images/more_btn.jpg) no-repeat;
}

.more_btn a:hover {
	background: url(../images/more_btn_on.jpg) no-repeat;
}

.news_area_wrap {
	width: 100%;
	padding: 40px 0;
	background: #fff;
}

.news_area {
	width: 980px;
	margin: 0 auto;
}

.news_list {
	margin: 20px 0 0 0;
	border-top: solid #333 1px;
}

.news_list dt {
	padding: 20px 0;
	float: left;
}

.news_list dd {
	padding: 20px 10px 20px 150px;
	border-bottom: solid #333 1px;
}

.news_list dd a:hover {
	text-decoration: underline;
}

.sub_contents {
	height: 426px;
	position: relative;
}

.left_photo_area {
	width: 50%;
	height: 426px;
	background-image: url(../images/top_photo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	z-index: 1;
}

.right_side_box  {
	width: 50%;
	min-width: 950px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0;
	z-index: 2;
}

.top_txt1 {
	height: 173px;
	padding: 20px 30px;
	background: #e35751;
}

.top_txt1_1 {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
}

.top_txt1_2 {
	font-size: 25px;
	font-weight: bold;
}

.bottom_txt1 {
	height: 173px;
	padding: 20px 30px;
	background: #e8e3d9;
}

.right_side_box .more_btn {
	margin: 50px 0 0 0;
}

.top_img1 {
	width: 200px;
	height: 327px;
	position: absolute;
	top: 80px;
	right: 200px;
	background: url(../images/top_img1.png) no-repeat;
}

.right_photo_area {
	width: 50%;
	height: 426px;
	background-image: url(../images/top_photo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	z-index: 1;
}

.left_side_box  {
	width: 50%;
	min-width: 950px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0;
	z-index: 2;
}

.top_txt2 {
	height: 173px;
	padding: 20px 30px 20px 350px;
	background: #7ac1b9;
}

.bottom_txt_area {
	padding: 0 30px 0 400px;
	background: #e8e3d9;
}

.top_txt1_1 {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
}

.top_txt1_2 {
	font-size: 25px;
	font-weight: bold;
}

.bottom_txt2 {
	height: 173px;
	padding: 20px 30px;
}

.left_side_box .more_btn {
	margin: 50px 0 0 0;
}

.top_img2 {
	width: 239px;
	height: 329px;
	position: absolute;
	top: 80px;
	left: 80px;
	background: url(../images/top_img2.png) no-repeat;
}

.pc_br {
	display: none;
}

/*--------------　about　--------------*/

.c_wrap {
	background: #eae5db;
}

.page_body {
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 0 100px;
}

.page_title_area {
	border-bottom: solid #333 1px;
}

.page_title_area h1 {
	padding: 20px 0;
	text-align: center;
}

.page_title_area p {
	padding: 20px 0;
	text-align: center;
}

.page_nav1 ul {
	width: 688px;
	margin: 20px auto;
}

.page_nav1 ul li {
	float: left;
	margin: 0 0 10px 20px;
}

.page_nav1 ul li:first-child {
	margin: 0 0 10px;
}

.page_nav1 ul li a {
	width: 216px;
	height: 31px;
	display: block;
}

.page_nav1_1 a {
	background: url(../images/about_nav1.jpg) no-repeat;
}

.page_nav1_1 a:hover {
	background: url(../images/about_nav1_on.jpg) no-repeat;
}

.page_nav1_2 a {
	background: url(../images/about_nav2.jpg) no-repeat;
}

.page_nav1_2 a:hover {
	background: url(../images/about_nav2_on.jpg) no-repeat;
}

.page_nav1_3 a {
	background: url(../images/about_nav3.jpg) no-repeat;
}

.page_nav1_3 a:hover {
	background: url(../images/about_nav3_on.jpg) no-repeat;
}

.page_nav_title1 {
	margin: -98px 0 0 0;
	padding: 98px 0 0 0;
}

.page_nav_title1 img {
	padding: 20px 0;
}

.greeting_box {
	padding: 0 0 20px;
}

.greeting_ttl {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;

}

.greeting_photo {
	float: left;
}

.greeting_txt {
	width: 640px;
	margin: 0 0 0 40px;
	float: left;
}

.greeting_txt ul {
	margin: 30px 0 0 30px;
}

.greeting_txt ul li {
	list-style-type: disc;
}

.inner_txt1 {
	font-size: 21px;
	font-weight: bold;
}

.page_subtitle {
	margin: 20px 0;
}

.about_list_box {
	width: 100%;
}

.about_list {
	width: 20%;
	padding: 10px;
	border-bottom: solid #eae5db 5px;
}

.about_list_top {
	width: 25%;
	padding: 10px;
	vertical-align: top;
}

.about_desc {
	width: 75%;
	padding: 10px;
	background: #fff;
	border-bottom: solid #eae5db 5px;
}

.access_photo {
	float: left;
}

.access_txt {
	width: 640px;
	margin: 0 0 0 40px;
	float: left;
}

.hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #000 1px;
}

.g_map {
	margin: 40px 0 0 0;
}

/*--------------　a_business　--------------*/

.page_head {
	width: 100%;
	height: 300px;
}

.head_red {
	background: #e35751;
}

.page_head h1 {
	padding: 20px 0;
	line-height: 35px;
	text-align: center;
}

.page_head h1 span {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}

.page_head_img {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

.page_head_img img {
	position: absolute;
}

.page_nav2 {
	padding: 170px 0 0 0;
}
.page_nav2 ul {
	width: 924px;
	margin: 20px auto;
}

.page_nav2 ul li {
	float: left;
	margin: 0 0 10px 20px;
}

.page_nav2 ul li:first-child {
	margin: 0 0 10px;
}

.page_nav2 ul li a {
	width: 216px;
	height: 31px;
	display: block;
}

.page_nav4 {
	padding: 170px 0 0 0;
}
.page_nav4 ul {
	width: 100%;
	margin: 20px auto;
}

.page_nav4 ul li {
	float: left;
	width: 32%;
	margin: 0 0 10px 2%;
}

.page_nav4 ul li:nth-child(3n+1) {
	margin: 0 0 10px;
}

.page_nav4 ul li a {
	width: 352px;
	height: 32px;
	display: block;
}

.page_nav4 ul li.page_nav4_1 a {
	background: url(../images/a_business_nav1.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_1 a:hover {
	background: url(../images/a_business_nav1_on.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_2 a {
	background: url(../images/a_business_nav2.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_2 a:hover {
	background: url(../images/a_business_nav2_on.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_3 a {
	background: url(../images/a_business_nav3.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_3 a:hover {
	background: url(../images/a_business_nav3_on.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_4 a {
	background: url(../images/a_business_nav4.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_4 a:hover {
	background: url(../images/a_business_nav4_on.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_5 a {
	background: url(../images/a_business_nav5.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_5 a:hover {
	background: url(../images/a_business_nav5_on.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_6 a {
	background: url(../images/a_business_nav6.jpg) no-repeat;
}

.page_nav4 ul li.page_nav4_6 a:hover {
	background: url(../images/a_business_nav6_on.jpg) no-repeat;
}

.left_box_txt {
	width: 640px;
	margin: 0 40px 0 0;
	float: left;
}

.right_box_img {
	float: left;
}

.right_box_img img {
	width: 300px;
}


.right_box_txt {
	width: 640px;
	margin: 0 0 0 40px;
	float: right;
}

.supervision_rule_bnr,
.supervision_cost_list {
	margin: 20px 0 0;
}
.supervision_rule_bnr a {
	background: url(../images/supervision_rule_bnr.jpg) no-repeat;
	display: inline-block;
	width: 335px;
	height: 33px;
}
.supervision_rule_bnr a:hover {
	background: url(../images/supervision_rule_bnr_on.jpg) no-repeat;
}

.supervision_cost_list a {
	background: url(../images/supervision_cost_list.jpg) no-repeat;
	display: inline-block;
	width: 335px;
	height: 33px;
}
.supervision_cost_list a:hover {
	background: url(../images/supervision_cost_list_on.jpg) no-repeat;
}

.about_merit {
	margin: 0 0 0 25px;
}

.about_merit li {
	list-style-image: url(../images/about_list_img.jpg);
}

.about_merit li p {
	margin: 0 0 10px;
}

.left_box_img {
	float: left;
}

.left_box_img img {
	width: 300px;
}

.page_box {
	margin: 0 0 60px;
}

.page_box_img {
	margin: 20px 0 0;
	text-align: center;
}

.flow_area {
	margin: 30px 0 0 0;
}

.flow_box_right {
	float: right;
}

.flow_box {
	padding: 20px;
	background: #fff;
}

.flow_box_left {
	width: 720px;
	margin: 0 20px 0 0;
	float: left;
}

.flow_box_right img {
	width: 200px;
}

.flow_box_left h3 {
	margin: 0 0 20px;
}

.flow_arrow {
	padding: 10px 0;
	text-align: center;
}

.flow_arrow img {
	width: 35px;
}

.supervision {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: solid #000 1px;
}

.supervision_box {
	margin: 0 0 20px;
}

.jitco {
	padding: 80px 0;
}

.jitco .supervision {
	border-bottom: none;
}

.jitco_bnr {
	margin: 30px 0;
}

.jitco_bnr a {
	display: block;
	width: 330px;
	height: 32px;
	background: url(../images/supervision_bnr.jpg) no-repeat;
}

.jitco_bnr a:hover {
	background: url(../images/supervision_bnr_on.jpg) no-repeat;
}

.q_a_box {
	padding: 20px 0;
	border-bottom: solid #333 1px;
}

.q_a_box dt {
	margin: 0 0 20px;
	float: left;
	clear: both;
	font-size: 24px;
	font-weight: bold;
}

.q_a_box dd.q_txt {
	min-height: 34px;
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
}

.q_a_box dd.a_txt {
	height: auto;
	padding: 5px 0 0 100px;
	min-height: 36px;
	line-height: 18px;
}

.q_a_box dd.a_txt a {
	color: #00C3C3;
}

.q_a_box dd.a_txt a:hover {
	text-decoration: underline;
}

.q_a_box dd {
	padding: 0 0 0 100px;
	min-height: 44px;
}

.business_ttl_wrap {
	margin: 50px 0 20px;
}

.business_ttl {
	margin: -98px 0 0 0;
	padding: 98px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

.business_ttl span {
	display: block;
	width: 20px;
	margin: 15px 0 0;
	border-bottom: solid #000 5px;
}

/*--------------　b_business　--------------*/

.head_green {
	background: #7ac1b9;
}

.page_nav3 {
	padding: 170px 0 0 0;
}
.page_nav3 ul {
	width: 688px;
	margin: 20px auto;
}

.page_nav3 ul li {
	float: left;
	margin: 0 0 10px 20px;
}

.page_nav3 ul li:first-child {
	margin: 0 0 10px;
}

.page_nav3 ul li a {
	width: 216px;
	height: 31px;
	display: block;
}

.page_nav3_1 a {
	background: url(../images/b_business_nav1.jpg) no-repeat;
}

.page_nav3_1 a:hover {
	background: url(../images/b_business_nav1_on.jpg) no-repeat;
}

.page_nav3_2 a {
	background: url(../images/b_business_nav2.jpg) no-repeat;
}

.page_nav3_2 a:hover {
	background: url(../images/b_business_nav2_on.jpg) no-repeat;
}

.page_nav3_3 a {
	background: url(../images/b_business_nav3.jpg) no-repeat;
}

.page_nav3_3 a:hover {
	background: url(../images/b_business_nav3_on.jpg) no-repeat;
}

.stepup {
	margin: 0 0 50px;
}

.busuness_list_title {
	padding: 0 0 0 20px;
	background: url(../images/about_list_img.jpg) 0 3px no-repeat;
	font-weight: bold;
}

.busuness_list {
	margin: 20px 0 0 0;
}

.busuness_list li {
	margin: 0 0 10px 20px;
	float: left;
}

.busuness_list li:first-child {
	margin: 0;
}

.busuness_list li p {
	margin: 10px 0;
	text-align: center;
}

.busuness_list li img {
	text-align: center;
}

.busuness_list_title2 {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/about_list_img.jpg) 0 3px no-repeat;
	font-weight: bold;
	border-bottom: solid #000 1px;
}

/*--------------　contact　--------------*/

.page_title_img {
	padding: 40px 0;
	text-align: center;
}

.mast_txt {
	margin: 20px 0;
	text-align: right;
}

.mast {
	color: #d50000;
}

.contact_box {
	width: 100%;
}

.contact_list {
	width: 20%;
	border-bottom: solid #e9e4da 20px;
}

.contact_input {
	width: 80%;
	border-bottom: solid #e9e4da 20px;
}

.contact_box .input1 {
	width: 100%;
	height: 40px;
	border: none;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.textarea1 {
	width: 100%;
	height: 80px;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.txt_top {
	vertical-align: top;
}

.submit {
	text-align: center;
}

.submit_btn {
	width: 220px;
	height: 50px;
    padding: 0;
    border: solid #000 5px;
    background: #000;
    cursor: pointer;
    color: #fff;
}

.submit_btn:hover {
	background: none;
	border: solid #000 5px;
	color: #000;
}

.error_body {
	padding: 50px 0;
}

.error_messe {
	color: #d50000;
	margin: 0 0 10px;
}

.error_box {
	margin: 20px 0;
}

.comp {
	margin: 50px 0 0 0;
}

.submit_wrap {
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

@media only screen and (min-width: 769px) {
	.submit_wrap {
		flex-direction: row;
	}
}

/*--------------　news　--------------*/

.news_box {
	padding: 20px 0 40px;
	border-top: solid #000 1px;
}

.news_date {
	margin: 0 0 20px;
}

.news_title {
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: bold;
}

.news_title a:hover {
	text-decoration: underline;
}
.news_box p {
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
}
.news_box p.noindent {
	padding-left: 0;
	text-indent: 0;
}
.news_box h3 {
	margin: 10px 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.news_box h3 span {
	font-weight: normal;
}
.news_box_list01 {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.news_box_list01 dt {
	width: 100px;
	margin: 0 20px 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.news_box_list01 dd {
	width: calc( 100% - 170px);
	margin: 0 0 10px;
}
.news_box a {
	text-decoration: underline;
}
@media only screen and (max-width: 980px) {

.news_area {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sub_contents {
	height: auto;
	position: inherit;
}

.left_photo_area {
	width: 0;
	height: 0;
}

.right_side_box  {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: inherit;
}

.top_img1 {
	width: 0;
	height: 0;
	position: inherit;
	background: none;
}

.right_photo_area {
	width: 0;
	height: 0;
}

.left_side_box  {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: inherit;
}

.top_img2 {
	width: 0;
	height: 0;
	position: inherit;
	background: none;
}

.right_side_box .more_btn {
	margin: 20px auto 0;
}

.left_side_box .more_btn {
	margin: 20px auto 0;
}

.top_txt1 {
	height: auto;
	padding: 20px;
}

.bottom_txt1 {
	height: auto;
	padding: 20px;
}

.top_txt1_1 {
	font-size: 22px;
	line-height: 25px;
}

.top_txt1_2 {
	font-size: 17px;
}

.top_txt2 {
	height: auto;
	padding: 20px;
	background: #7ac1b9;
}

.bottom_txt_area {
	padding: 0;
	background: #e8e3d9;
}

.top_txt1_1 {
	font-size: 22px;
	line-height: 25px;
}

.top_txt1_2 {
	font-size: 17px;
}

.bottom_txt2 {
	height: auto;
	padding: 20px;
}

.pc_br {
	display: block;
}

.page_body {
	width: 100%;
	padding: 0 20px 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.greeting_photo {
	width: 30%;
}

.greeting_txt {
	width: 65%;
	margin: 0 0 0 5%;
}

.access_photo {
	width: 30%;
}

.access_txt {
	width: 65%;
	margin: 0 0 0 5%;
}

.page_head {
	height: auto;
}

.page_head_img {
	width: 100%;
	height: auto;
	position: inherit;
}

.page_head_img img {
	position: inherit;
	vertical-align: -webkit-baseline-middle;
}

.page_nav2 {
	padding: 20px 0 0 0;
}

.page_nav2 ul {
	width: 100%;
}

.page_nav2 ul li {
	width: 50%;
	margin: 0 0 10px;
}

.page_nav2 ul li a {
	margin: 0 auto;
}

.page_nav4 {
	padding: 20px 0 0 0;
}

.page_nav4 ul {
	width: 100%;
}

.page_nav4 ul li {
	width: 50%;
	margin: 0 0 10px;
}

.page_nav4 ul li a {
	margin: 0 auto;
}

.left_box_txt {
	width: 65%;
	margin: 0 5% 0 0;
}

.right_box_img {
	width: 30%;
}

.right_box_txt {
	width: 65%;
	margin: 0 0 0 5%;
}

.left_box_img {
	width: 30%;
}

.flow_box_left {
	width: 67%;
	margin: 0 3% 0 0;
}

.flow_box_right {
	width: 30%;
}

.page_nav3 {
	padding: 20px 0 0 0;
}

.busuness_list li {
	width: 50%;
	margin: 0 0 10px;
	text-align: center;
}

}

@media only screen and (max-width: 950px) {

.left_side_box,.right_side_box {
	min-width: inherit;
}

}

@media only screen and (max-width: 940px) {

header {
	background: #fff;
}

.page_nav_title1 {
	margin: 0;
	padding: 0;
}

}

@media only screen and (max-width: 768px) {

.page_nav1 ul {
	width: 100%;
	margin: 20px 0 0 0;
}

.page_nav1 ul li {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}

.page_nav1 ul li a {
	margin: 0 auto;
}

.page_nav3 ul {
	width: 100%;
	margin: 20px 0 0 0;
}

.page_nav3 ul li {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}

.page_nav3 ul li a {
	margin: 0 auto;
}

.contact_list {
	display: block;
	width: 100%;
	border-bottom: solid #e9e4da 10px;
}

.contact_input {
	display: block;
	width: 100%;
}

.about_list {
	display: block;
	width: 100%;
}

.about_desc {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.about_list_top {
	display: block;
	width: 100%;
}

.left_box_txt {
	width: 100%;
	margin: 0;
}

.right_box_img {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

.right_box_txt {
	width: 100%;
	margin: 0;
}

.left_box_img {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}


}

@media only screen and (max-width: 730px) {
	.page_nav4 ul li {
		width: 100%;
	}

	.page_nav4 ul li a {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 540px) {

.busuness_list li {
	width: 100%;
	float: none;
}

}

@media only screen and (max-width: 480px) {

.greeting_photo {
	width: 100%;
	margin: 0 0 20px;
	float: none;
	text-align: center;
}

.greeting_txt {
	width: 100%;
	margin: 0;
	float: none;
}

.access_photo {
	width: 100%;
	float: none;
	text-align: center;
}

.access_txt {
	width: 100%;
	margin: 0;
	float: none;
}

.page_head h1 span {
	font-size: 22px;
}

.page_head h1 {
	padding: 10px 0;
	line-height: 22px;
}

.page_nav2 ul li {
	width: 100%;
}

.page_nav2 ul li a {
	margin: 0 auto;
}

.flow_box_left {
	width: 100%;
	margin: 0;
}

.flow_box_right {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

.jitco_bnr {
	margin: 10px 0;
}

.jitco_bnr a {
	width: 250px;
	height: 24px;
	margin: 0 auto;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

.q_a_box dd {
	padding: 0 0 0 50px;
}

.q_a_box dd.q_txt {
	font-size: 16px;
}

.q_a_box dd.a_txt {
	padding: 5px 0 0 50px;
}

.business_ttl {
	margin: 0;
	padding: 0;
}

}

@media only screen and (max-width: 420px) {

.news_list dt {
	padding: 10px 0 0;
	float: none;
}

.news_list dd {
	padding: 10px 0;
}

}

@media only screen and (max-width: 420px) {
	.page_nav4 ul li a {
		width: 100%;
		height: auto;
		display: block;
		background-size: 100% auto;
	}
	.page_nav4 ul li a:before {
		content: "";
		display: block;
		padding-top: 10%;
	}
	.page_nav4 ul li.page_nav4_1 a {
		background: url(../images/a_business_nav1.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_1 a:hover {
		background: url(../images/a_business_nav1_on.jpg) no-repeat;
	}

	.page_nav4 ul li.page_nav4_2 a {
		background: url(../images/a_business_nav2.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_2 a:hover {
		background: url(../images/a_business_nav2_on.jpg) no-repeat;
	}

	.page_nav4 ul li.page_nav4_3 a {
		background: url(../images/a_business_nav3.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_3 a:hover {
		background: url(../images/a_business_nav3_on.jpg) no-repeat;
	}

	.page_nav4 ul li.page_nav4_4 a {
		background: url(../images/a_business_nav4.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_4 a:hover {
		background: url(../images/a_business_nav4_on.jpg) no-repeat;
	}

	.page_nav4 ul li.page_nav4_5 a {
		background: url(../images/a_business_nav5.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_5 a:hover {
		background: url(../images/a_business_nav5_on.jpg) no-repeat;
	}

	.page_nav4 ul li.page_nav4_6 a {
		background: url(../images/a_business_nav6.jpg) no-repeat;
		background-size: 100% auto;
	}

	.page_nav4 ul li.page_nav4_6 a:hover {
		background: url(../images/a_business_nav6_on.jpg) no-repeat;
	}
}

/* -------------------------------------------------------
page_top
------------------------------------------------------- */

.page_top {
	margin: 0 0 -38px;
	position: fixed;
	right: 5%;
	bottom: 60px;
	z-index: 100;
}

.page_top a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/page_top.png) no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 960px) {
.page_top {
	margin: 0 0 -38px;
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}
	.page_top a {
		width: 76px;
		height: 76px;
		display: block;
		background: url(../images/page_top.png) no-repeat;
		background-size: contain;
	}
}

.page_top_right {
	right: 60%;
}

/* -------------------------------------------------------
footer
------------------------------------------------------- */

footer {
	width: 100%;
}

.footer_area {
	width: 100%;
	padding: 20px 20px 80px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer_area h3 {
	text-align: center;
}

.footer_area h2 {
	text-align: center;
}

.footer_area address {
	text-align: center;
}

.footer_address {
	padding: 15px 0;
	font-size: 16px;
}

.footer_nav {
	width: 100%;
	padding: 20px 0 50px;
	background: #595757;
	color: #fff;
}

@media only screen and (min-width: 960px) {
	.footer_nav {
		padding: 20px 0;
	}
}

.footer_nav ul {
	width: 980px;
	margin: 0 auto;
}

.footer_nav ul li {
	padding: 0 30px;
	float: left;
	border-left: solid #fff 1px;
}

.footer_nav ul li:first-child {
	padding: 0 30px 0 0;
	border-left: none;
}

.footer_nav ul li:last-child {
	padding: 0 0 0 30px;
}

.footer_nav ul li a {
	color: #fff;
	font-size: 14px;
}

.footer_nav ul li a:hover {
	text-decoration: underline;
}

small {
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fb_box {
	width: 980px;
	min-height: 500px;
	margin: 40px auto;
}

.fb1 {
	
	float: none;
	text-align: center;
}

.fb2 {
	width: 480px;
	float: right;
}

@media only screen and (max-width: 980px) {

.footer_nav ul {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer_nav ul li {
	margin: 0 0 10px;
	padding: 0 0;
	float: none;
	border-left: none;
}

.footer_nav ul li:first-child {
	padding: 0 0 0 0;
	border-left: none;
}

.footer_nav ul li:last-child {
	padding: 0 0 0 0;
}

.fb_box {
	width: 100%;
	margin: 40px auto;
}

.fb1 {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}

.fb2 {
	width: 480px;
	margin: 0 auto;
	float: none;
}

}

@media only screen and (max-width: 480px) {

.fb1 {
	width: 100%;
}

.fb2 {
	width: 100%;
}

}
/* -------------------------------------------------------
追加バナー
------------------------------------------------------- */
.bnr_dai_area {
	background: #e8e3d9;
	text-align: center;
  padding : 50px  35px ;
}
@media only screen and (min-width: 641px) {
	.bnr_dai_area {
		  padding : 80px 0 ;
	}
}
