@charset "utf-8";
.inner{
	max-width:1100px;
	margin: auto;
}
.mv{
	width: 100%;
	height: 320px;
	background: url("../img/harukaze/index/contents_pic03.jpg") no-repeat center center / cover;
	position: relative;
	margin-bottom: 40px;
}
.mv_ttl{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #50d6bc;
	padding: 20px 120px 20px 40px;
	border-top-left-radius: 25px;
}
.mv_ttl span{
	font-size: 38px;
}
.pnav{
	width: 100%;
	margin: auto;
    margin-bottom: 80px;
	font-size: 20px;
}
.pnav_list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.pnav_list_item{
	font-size: 20px;
}
.pnav_list_item::after{
	content: '>';
  	padding: 0 0.5em;
  	color: #33ba9f;
}
.pnav_list_item:last-child:after {
  content: '';
}
.pnav_list_item a:hover{
	text-decoration: underline;
}
.sec_box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 120px;
}
.reverse{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.sec_box_img{
	width:510px;
}
.sec_box_img img{
	border-radius: 35px;
}
.sec_box_detail{
	width:510px;
	text-align: justify;
}
.sec_box_ttl{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.marker{
	background:linear-gradient(transparent 50%, #ffe7e7 50%); 
	display: inline;
	padding: 0 2px 3px;
}
.sec_box_txt {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
	margin-top: 30px;
}
/*================================================================
	index.html
================================================================*/
#index .topmv{
	height: 50vw;
	position: relative;
	background-image: url("../common/img/mv_bg.png"),url("../img/index/mv.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: bottom center,center center;
	background-size: 100% auto,cover;
}
#index .topmv::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 762px;
	height: 332px;
	background: url("../img/index/mv_deco.png") no-repeat top center / 100% auto;
}
#index .topmv_inner{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
#index .topmv_ttl{
	position: absolute;
	bottom: 200px;
	left: 0;
	max-width: 722px;
}
#index .concept{
	margin-bottom: 80px;
}
#index .concept_ttl{
	font-size: 34px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}
#index .concept_txt{
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
}
#index .contents{
	max-width: 1200px;
	margin: auto;
}
#index .contents_links{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#index .contents_links li{
	width: 48%;
	margin-bottom: 60px;
}
#index .contents_links li a{
	display: block;
	min-height: 350px;
	background: url("../img/index/contents_pic.jpg") no-repeat top center / cover;
	border-radius: 35px;
	position: relative;
}
#index .contents_links li a:hover:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(54,190,163,.7);
	border-radius: 35px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease;
	z-index: 1;
}
#index .contents_links li a:hover:after{
	color: #fff;
	content: 'Read More';
	font-size: 40px;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	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;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#index .contents_links li:nth-child(2) a{
	background: url("../img/index/contents_pic02.jpg") no-repeat top center / cover;
}
#index .contents_links li:nth-child(3) a{
	background: url("../img/index/contents_pic03.jpg") no-repeat top center / cover;
}
#index .contents_links li:nth-child(4) a{
	background: url("../img/index/contents_pic04.jpg") no-repeat top center / cover;
}
#index .contents_links_ttl{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #33ba9f;
	border-radius: 25px 0 25px 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 15px 20px;
}
#index .contents_links_ttl .small{
	display: inline-block;
	font-size: 22px;
}
#index .contents_links_ttl::after{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../common/img/arw_01.png") no-repeat top center / 100% auto;
	vertical-align: middle;
	margin-left: 5px;
}
#index .contents_links li:nth-child(2)  .contents_links_ttl,
#index .contents_links li:nth-child(3)  .contents_links_ttl{
	background: #50d6bc;
}

#index .contents_links02{
	max-width: 1200px;
	margin: auto;
}
#index .contents_links02 a{
	display: block;
	background: url("../img/index/contact_bg.png") no-repeat top center / cover;
	padding: 40px 0;
	border-radius: 35px;
	position: relative;
	transition: auto;
}
#index .contents_links02 a::after{
	content: '';
	display: block;
	width: 78px;
	height: 60px;
	background: url("../img/index/contact_ico.png") no-repeat top center / 100% auto;
	position: absolute;
	top: 0;
	right: 250px;
	bottom: 0;
	margin: auto;
}
#index .contents_links02 a:hover{
	background: #F22C3D;
}
#index .contents_links02_ttl{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}
#index .contents_links02_ttl .small{
	display: inline-block;
	font-size: 24px;
}
#index .contents_links02_txt{
	display: block;
	font-size: 22px;
	text-align: center;
	color: #fff;
}
/*================================================================
	harukaze/index.html
================================================================*/
#harukaze .mv{
	background: url("../img/harukaze/index/mv.jpg") no-repeat center center / cover;
}
#harukaze .topmv{
	height: 50vw;
	position: relative;
	background-image: url("../common/img/mv_bg.png"),url("../img/harukaze/index/mv.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: bottom center,center center;
	background-size: 100% auto,cover;
}
#harukaze .topmv::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 705px;
	height: 332px;
	background: url("../img/harukaze/index/mv_deco.png") no-repeat top center / 100% auto;
}
#harukaze .topmv_inner{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
#harukaze .topmv_ttl{
	position: absolute;
	bottom: 200px;
	left: 0;
	max-width: 722px;
}
#harukaze .pnav{
	max-width: 1200px;
	margin: 0 auto 120px;
}
#harukaze .info{
	max-width: 960px;
	margin: 0 auto 240px;
}
#harukaze .info_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#harukaze .info_list li{
	border-bottom: 1px solid #b7b7b7;
}
#harukaze .info_list li a{
	width: 100%;
	padding: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
#harukaze .info_list li a:hover{
	opacity: .6;
}
#harukaze .info_list .date{
	display: inline-block;
	font-size: 22px;
	width: 20%;
}
#harukaze .info_list .ttl{
	display: inline-block;
	font-size: 22px;
	width: 80%;
}
#harukaze .contents{
	max-width: 1200px;
	margin: 0 auto 120px;
}
#harukaze .contents_list,
#harukaze .contents_list02{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;
}
#harukaze .contents_list_pic{
	width: 40%;
}
#harukaze .contents_list_pic img{
	border-radius: 35px;	
}
#harukaze .contents_list_txtlist{
	width: 50%;
	position: relative;
}
#harukaze .contents_list_txtlist_ttl{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
}
#harukaze .contents_list_txtlist_txt{
	font-size: 22px;
	line-height: 1.8;
}
#harukaze .contents_list_txtlist_btn{
	width: 240px;
	position: absolute;
	bottom: 70px;
	right: 0;
}
#harukaze .contents_list02 .contents_list_txtlist_btn{
	bottom: 0;
}
#harukaze .contents_list_txtlist_btn02{
	width: 240px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#harukaze .contents_list_txtlist_btn a{
	display: block;
	color: #fff;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
	line-height: 60px;
    background-color: #50d6bc;
    border-radius: 60px;
	position: relative;
}
#harukaze .contents_list_txtlist_btn a:hover{
	background-color: #39ccaf;
}
#harukaze .contents_list_txtlist_btn02 a{
	display: block;
	color: #fff;
    font-size: 20px;
    font-weight: bold;
	line-height: 60px;
	text-align: center;
    background-color: #39ccaf;
    border-radius: 60px;
	position: relative;
}
#harukaze .contents_list_txtlist_btn02 a:hover{
	background-color: #50d6bc;
}
#harukaze .contents_list_txtlist_btn a::after,
#harukaze .contents_list_txtlist_btn02 a::after{
	content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("../common/img/arw_01.png") no-repeat top center / 100% auto;
    position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
}
#harukaze .concept{
	max-width: 1200px;
	margin: auto;
}
#harukaze .concept_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
#harukaze .concept_pic{
	margin-bottom: 40px;
}
#harukaze .concept_pic img{
	border-radius: 35px;
}
#harukaze .concept_txt{
	font-size: 22px;
	line-height: 1.8;
}
#harukaze .policy{
	background: url("../img/harukaze/index/contents_deco.png") no-repeat top left / 727px auto;
	padding-top: 128px;
}
#harukaze .policy_inner{
	max-width: 1200px;
	margin: auto;
}
#harukaze .policy_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;	
}
#harukaze .policy_txt{
	font-size: 22px;
	line-height: 1.8;	
}
/*================================================================
	management/index.html
================================================================*/
#management .mv{
	background: url("../img/management/index/mv.jpg") no-repeat center center / cover;
}
#management .topmv{
	height: 50vw;
	position: relative;
	background-image: url("../common/img/mv_bg.png"),url("../img/management/index/mv.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: bottom center,center center;
	background-size: 100% auto,cover;
}
#management .topmv::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 705px;
	height: 332px;
	background: url("../img/management/index/mv_deco.png") no-repeat top center / 100% auto;
}
#management .topmv_inner{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
#management .topmv_ttl{
	position: absolute;
	bottom: 200px;
	left: 0;
	max-width: 722px;
}
#management .pnav{
	max-width: 1200px;
	margin: 0 auto 60px;
}

#management .info{
	max-width: 960px;
	margin: 0 auto 240px;
}
#management .info_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#management .info_list li{
	border-bottom: 1px solid #b7b7b7;
}
#management .info_list li a{
	width: 100%;
	padding: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
#management .info_list li a:hover{
	opacity: .6;
}
#management .info_list .date{
	display: inline-block;
	font-size: 22px;
	width: 20%;
}
#management .info_list .ttl{
	display: inline-block;
	font-size: 22px;
	width: 80%;
}
#management .contents{
	max-width: 1200px;
	margin: auto;
}
#management .contents_links{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#management .contents_links li{
	width: 48%;
	margin-bottom: 60px;
}
#management .contents_links li a{
	display: block;
	min-height: 350px;
	background: url("../img/management/index/contents_pic.jpg") no-repeat top center / cover;
	border-radius: 35px;
	position: relative;
}
#management .contents_links a:hover:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(54,190,163,.7);
	border-radius: 35px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease;
	z-index: 1;
}
#management .contents_links a:hover:after{
	color: #fff;
	content: 'Read More';
	font-size: 40px;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	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;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#management .contents_links li:nth-child(2) a{
	background: url("../img/management/index/contents_pic02.jpg") no-repeat top center / cover;
}
#management .contents_links li:nth-child(3) a{
	background: url("../img/management/index/contents_pic03.jpg") no-repeat top center / cover;
}
#management .contents_links li:nth-child(4) a{
	background: url("../img/management/index/contents_pic04.jpg") no-repeat top center / cover;
}
#management .contents_links li:nth-child(5) a{
	background: url("../img/management/index/contents_pic05.jpg") no-repeat top center / cover;
}
#management .contents_links li:nth-child(6) a{
	background: url("../img/management/index/contents_pic06.jpg") no-repeat top center / cover;
}
#management .contents_links_ttl{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #33ba9f;
	border-radius: 25px 0 25px 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 15px 20px;
}
#management .contents_links_ttl::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../common/img/arw_01.png) no-repeat top center / 100% auto;
    vertical-align: middle;
    margin-left: 5px;
}
#management .contents_links_ttl .small{
	display: inline-block;
	font-size: 22px;
}
#management .contents_links li:nth-child(even)  .contents_links_ttl{
	background: #50d6bc;
}
/*================================================================
	contact.html
================================================================*/
#contact  .inner{
	max-width: 900px;
	margin-top: 120px;
}
#contact .must{
	display: inline-block;
	vertical-align: middle;	
    background-color: #C00;
    border: solid 2px #C00;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    margin-right: 5px;
	margin-bottom: 3px;
    border-radius: 4px;
	text-shadow: none;
    box-shadow: none;
}
#contact form#mailformpro dl dt{
	font-size: 22px;
    width: 100%;
    padding: 40px 0px 20px;
    text-align: left;
    border-top: solid 1px #CCC;
    margin: 0px;
}
#contact form#mailformpro dl dd{
	font-size: 22px;
    margin: 0px;
    padding: 0 0 40px;
    line-height: 1.5em;
    text-align: left;
}
#contact .mfp_colored{
	background: none;
}
form#mailformpro label.mfp_not_checked{
	padding: 0;
    border: none;
}
#contact .mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows input[type="tel"], .mfp_rows input[type="number"], .mfp_rows input[type="date"], .mfp_rows input[type="file"], .mfp_rows select, .mfp_rows button, form#mailformpro .mfp_rows label {
    width: 100%;
    min-width: 100%;
    word-break: break-all;
    white-space: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
#contact .mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
	box-shadow: none;
}
#contact .mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
	text-shadow: none;
}
#contact .mfp_rows .mfp_col5 input{
	font-size: 22px;
	border: 1px solid #ccc;
}
#contact .mfp_rows .mfp_col10 {
    width: 100%;
	padding: 0;
}
#contact .mfp_col10 input{
	font-size: 22px;
	border: 1px solid #ccc;
}
#contact .mfp_rows textarea {
	font-size: 22px;
    width: 100%;
	height: 200px;
	border: 1px solid #ccc;
}
#contact div.mfp_buttons{
    text-align: center;
	margin-top: 40px;
}
#contact div.mfp_buttons button{
	width: 50%;
	font-size: 22px;
	line-height: 70px;
	background: #36bea3;
	border: none;
	border-radius: 70px;
	color: #fff;
	cursor: pointer;
}
#contact div.mfp_buttons button:hover{
	background: #50d6bc;
}
#contact .mfp_thanks{
	font-size: 22px;
	line-height: 2;
	text-align: center;
}
/*================================================================
	company.html
================================================================*/
#company .sec_box{
	display: block;
	margin-bottom: 120px;
	text-align: center;
}
#company .sec_box_ttl{
	text-align: center;
}
#company .sec_box_txt {
	margin-top: 60px;
	z-index: 2;
}
#company .message{
	position: relative;
	margin: 0 auto 120px;
	background-color: #e8fdf9;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: -2;
}
#company .message:before {/*スペースを作る*/
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#company .message:after {
	position: absolute;
	display: block;
	content: '';
	right: 0;
	top: -330px;
	z-index: -1;
	width: 50%;
	height: 800px;
	background-image: url(../img/company/bg_campany_01.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#company .message_box{
	width:1100px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	padding: 60px;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
	z-index: -3;
}
#company .message_box_img{
	width:500px;
	margin: 0px auto 60px;
}
#company .message_box_txt{
	text-align: justify;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
	margin-top: 65px;
}
#company .message_name{
	text-align: right;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 60px;
}
#company .message_name span{
	font-size: 28px;
	font-weight: bold;
}
#company .company_info{
	position: relative;
	margin: auto;
	text-align: center;
	padding-top: 160px;
    margin-top: -160px;
}
#company .company_info::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#company .company_info::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/company/bg_campany_02.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	height: 400px;
	left: 0;
	bottom: -190px;
	z-index: -1;
}
#company .company_info_detail {
	text-align: left;
	width: 960px;
	font-size: 22px;
	margin: 30px auto 0px;
}
#company .company_info_detail th,
#company .company_info_detail td{
	border-bottom: 1px solid #b7b7b7;
	padding: 40px;
	font-weight: normal;
}
#company .bg{
	position: relative;	
}
/*================================================================
	nao index.html, nao_service.html
================================================================*/
#nao .bg::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#nao .bg::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/nao/nao_service/bg_nao_service.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	height: 800px;
	right: 0;
	top: 350px;
	z-index: -1;
}
#nao .bg_index{
	position: relative;
}
#nao .bg_index::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#nao .bg_index::after{
	content: "";
    display: inline-block;
    background: url( "../img/nao/index/bg_nao_index.png");
	background-size: contain;
	background-repeat: no-repeat;
    width: 978px;
    height: 341px;
    position: absolute;
    right: 0;
	bottom: -220px;
	z-index: -1;
}
#nao .btn{
	width: 600px;
    position: relative;
    display: block;
    margin: 120px auto 0;
}
#nao .btn_detail{
	display: block;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #39ccaf;
    padding: 30px 20px 30px 40px;
    border-radius: 60px;
    text-align: center;
}
#nao .btn_detail:hover {
    background-color: #50d6bc;
}
#nao .btn_detail::after{
	 content: "";
	 display: inline-block;
	 width: 28px;
	 height: 28px;
	 margin: -3px 0 0 3%;
	 background: url("../common/img/arw_01.png") no-repeat;
	 background-size: contain;
	 vertical-align: middle;
}
/*================================================================
	access.html
================================================================*/
#access .mv{
	background: url("../img/harukaze/index/mv.jpg") no-repeat center center / cover;
}
#access .floor_map{
	background-color: #e8fdf9;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 120px;
}
#access .floor_map h2{
	font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}
#access .floor_map_attention{
	font-size: 22px;
	margin: 40px auto 60px;
}
#access .floor_map_box{
	width:1100px;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-right: 100px;
	padding-left: 100px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    margin: 60px auto 60px;
}
#access .floor_map_box img{
	width:90%;
	margin: 0 auto;
}
#access .floor_map_box a:hover{
	opacity: .6;
}
#access .floor_map_box_ttl{
	font-size: 68px;
	font-weight: bold;
	color: #36bea3;
	text-align: right;
	position: relative;
	z-index: 2;
}
#access .floor_map_box_ttl span{
	font-size: 48px;
}
#access .floor_map_box_ttl::before{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/harukaze/access/arw_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 120px;
	height: 41px;
	bottom: -13px;
	right: -25px;
	z-index: -1;
}
#access .sec{
	text-align: center;
	padding-top: 160px;
    margin-top: -160px;
}
#access .sec h2{
	font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}
#access .sec_01{
	margin-top: 160px;
}
#access .sec_box_2column{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#access .sec_box_2column_list{
	width: 440px;
}
#access .sec_box_2column_img img{
	border-radius: 35px;
	margin-bottom: 40px;
}
#access .sec_box_2column_txt{
	width:440px;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
	margin-top: 30px;
}
#access .btn{
	width: 600px;
	position: relative;
	display: block;
	margin: 120px auto;
}
#access .btn_detail{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color: #39ccaf;
	padding: 30px 20px 30px 40px;
	border-radius: 60px;
	text-align: center;
}
#access .btn_detail:hover{
	background-color: #50d6bc;
}
#access .btn_detail::after{
	 content: "";
	 display: inline-block;
	 width: 28px;
	 height: 28px;
	 margin: -3px 0 0 5%;
	 background: url("../common/img/arw_01.png") no-repeat;
	 background-size: contain;
	 vertical-align: middle;
}
#access .staff{
	background-color: #e8fdf9;
}
#access .staff_inner{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width:1100px;
	margin: 0 auto 120px;
}
#access .staff_list{
	width:50%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#access .staff_img img{
	width:300px;
	border-radius: 35px;
	margin-bottom: 40px;
}
#access .staff_name{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 20px;
}
#access .staff_txt{
	text-align: justify;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
}
#access .access_info h2{
	font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}
#access .access_info_map{
	margin: 60px auto 0;
	width:100%;
}
#access .access_info_map iframe{
	width:1100px;
	height: 440px;
}
#access .access_info{
	position: relative;
	margin: auto;
	text-align: center;
	padding-top: 160px;
	margin-top: -160px;
}
#access .access_info::before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#access .access_info::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/harukaze/access/bg_access.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	height: 400px;
	bottom: -320px;
	left: 0px;
	z-index: -1;
}
#access .access_info_detail {
	text-align: left;
	width: 960px;
	font-size: 22px;
	margin: 60px auto 0px;
}
#access .access_info_detail th,
#access .access_info_detail td{
	border-bottom: 1px solid #b7b7b7;
	padding: 40px;
	font-weight: normal;
	line-height: 2;
}
/*================================================================
	price.html
================================================================*/
#price .mv{
	background: url("../img/harukaze/index/mv.jpg") no-repeat center center / cover;
}
#price h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
#price .price_box{
	text-align: center;
}
#price .price_box_contents{
	background-color: #e8fdf9;
	padding: 70px;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
	margin: 60px auto 120px;
}
#price .price_box_detail{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}
#price .price_box_detail span{
	font-size: 38px;
}
#price .price_box_at{
	font-size: 20px;
	margin-top: 20px;
}
#price .price_box_table{
	width:960px;
	margin: 0 auto 60px;
	font-size: 22px;
	text-align: left;
}
#price .sell_grn td{
	padding: 20px 40px;
	background-color: #50d6bc;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	border: 1px solid #eeeeee;
}
#price .sell_wht td{
	padding: 20px 40px;
	background-color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	border: 1px solid #eeeeee;
}
#price .sell_grn td span,
#price .sell_wht td span{
	font-size: 16px;
}
#price .price_box_txt{
	position: relative;
	text-align: justify;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
	padding-left: 40px;
	margin-bottom: 40px;
}
#price .price_box_txt::after{
	background: #44bfa5;
    content: "";
	position: absolute;
	top: 12px;
	left: 3px;
	width:20px;
	height: 20px;
}
#price .price_box_txt_01{
	margin-bottom: 30px;
}
#price .price_box_txt_02{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 2;
}
#price .price_box_item{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	font-size: 22px;
	color:#fff;
	letter-spacing: 1px;
}
#price .price_box_item_01{
	width:220px;
	padding: 20px 10px;
	background-color: #36bea3;
	border-radius: 10px;
	margin-top: 20px;
}
#price .price_box_item_02{
	width:220px;
	padding: 20px 10px;
	background-color: #50d6bc;
	border-radius: 10px;
	margin-top: 20px;
}
#price .sec{
	text-align: center;
	position: relative;
}
#price .sec::before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#price .sec::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/harukaze/price/bg_price.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	height: 400px;
	top: 0;
	right: 0px;
	z-index: -1;
}
#price .sec_01{
	margin-top: 160px;
}
#price .btn{
	width: 600px;
    position: relative;
    display: block;
    margin: 120px auto;
}
#price .btn_detail{
	display: block;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #39ccaf;
    padding: 30px 20px 30px 40px;
    border-radius: 60px;
    text-align: center;
}
#price .btn_detail:hover{
	background-color: #50d6bc;
}
#price .btn_detail::after{
	 content: "";
	 display: inline-block;
	 width: 28px;
	 height: 28px;
	 margin: -3px 0 0 5%;
	 background: url("../common/img/arw_01.png") no-repeat;
	 background-size: contain;
	 vertical-align: middle;
}
/*================================================================
	about.html
================================================================*/
#about .mv{
	background: url("../img/management/index/mv.jpg") no-repeat center center / cover;
}
#about .bg{
	position: relative;
}
#about .bg::before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#about .bg::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/management/about/bg_about.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 37%;
	height: 400px;
	top: 90px;
	right: 0px;
	z-index: -1;
}
#about h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
#about .about_type{
	text-align: center;
}
#about .about_type_img{
	margin-top: 60px;
	background-color: #e8fdf9;
    padding: 70px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
/*================================================================
	flow.html
================================================================*/
#flow .mv{
	background: url("../img/management/index/mv.jpg") no-repeat center center / cover;
}
#flow .bg{
	position: relative;
}
#flow .bg::before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#flow .bg::after{
	position: absolute;
	content: '';
	display: block;
	background: url("../img/management/flow/bg_flow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
	height: 400px;
	bottom: -100px;
	left: 0px;
	z-index: -1;
}
#flow .flow_box{
	background: #fff;
	border: 2px solid #50d6bc;
	border-radius: 30px;
	margin-bottom: 60px;
	text-align: center;
}
#flow .flow_box h3{
	font-size: 28px;
	color: #fff;
	padding: 20px;
	background-color: #50d6bc;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}
#flow .flow_box_item{
	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;
	width: 90%;
	margin: 40px auto;
}
#flow .flow_box_txt{
	text-align: justify;
	width: 75%;
	margin-right: 5%;
	font-size: 22px;
	line-height: 2;
}
#flow .flow_box_img{
	width: 20%;
}
#flow .flow_box_img img{
	max-height: 130px;
}
#flow .flow_box_btnlist{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:90%;
	margin: 0 auto 30px;
}
#flow .flow_btn_detail_01,
#flow .flow_btn_detail_02{
	width:47%;
	background-color: #36bea3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 13px;
	border-radius: 30px;
}
#flow .flow_btn_detail_01:hover,
#flow .flow_btn_detail_02:hover{
	background-color: #50d6bc;
}
#flow .flow_btn_detail_01::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 22px;
	margin: -3px 3% 0 0;
	background: url("../img/management/flow/arw_01.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#flow .flow_btn_detail_02::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: -3px 3% 0 0;
	background: url("../img/management/flow/arw_02.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#flow .flow_arw{
	margin:0 auto 60px;
	width:21px;
}
/*================================================================
	qa.html
================================================================*/
#qa .mv{
	background: url("../img/management/index/mv.jpg") no-repeat center center / cover;
}
#qa .bg{
	position: relative;
}
#qa .bg::before {/*スペースを作る*/
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90%;
	display: block;
	display: none;
}
#qa .bg::after {
	position: absolute;
	display: block;
	content: '';
	right: 0;
	top: 0px;
	z-index: -1;
	width: 50%;
	height: 800px;
	background-image: url("../img/management/qa/bg_qa.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#qa .qa_box{
	margin-bottom: 140px;
}
#qa .qa_box:last-child{
	margin-bottom: 0;
}
#qa .qa_box img{
	width:33px;
}
#qa .qa_box_ttl{
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 1px;
}
#qa .qa_box_Q{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom:  35px;
	border-bottom: 1px solid #36bea3;
	padding: 0 30px 27px;
}
#qa .qa_box_Q_img,
#qa .qa_box_A_img{
	width:33px;
	margin: -3px 20px 0 0px;
	background-size: contain;
	vertical-align: middle;
}
#qa .qa_box_A{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 30px;
}
#qa .qa_box_txt{
	width:970px;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2;
	margin: -9px 0px 0 0px;
	text-align: justify;
}

@media only screen and (max-width: 1024px) {
	.inner{
		max-width:90%;
		margin: 0 auto 80px;
	}
	.mv{
		width: 100%;
		height: 200px;
		margin-bottom: 80px;
	}
	.mv_ttl{
		font-size: 18px;
		position: absolute;
		padding: 13px 5% 10px 20px;
		line-height: 1.2;
	}
	.mv_ttl span{
		font-size: 24px;
	}
	.pnav{
		display: none;
	}
	.sec_box{
		display:block;
		margin: 0 auto 60px;
	}
	.sec_box_img{
		width:100%;
		margin-bottom: 30px;
	}
	.sec_box_img img{
		border-radius: 22px;
	}
	.sec_box_detail{
		width:100%;
		text-align: left;
	}
	.sec_box_ttl{
		font-size: 22px;
		margin: 30px auto;
	}
	.marker{
		background:linear-gradient(transparent 50%, #ffe7e7 50%); 
		display: inline;
		padding: 0 2px 3px;
	}
	.sec_box_txt{
		font-size: 18px;
		line-height: 1.8;
		margin-top: 20px;
	}
	/*================================================================
		index.html
	================================================================*/
	#index .topmv::after{
		width: 100%;
		height: 20vh;
	}
	#index .topmv{
		height: 70vh;
		background-image: url(../common/img/mv_bg_sp.png),url(../img/index/mv_sp.jpg);
	}
	#index .topmv_inner{
		margin: 0 5%;
	}
	#index .topmv_ttl{
		bottom: 25%;
		max-width: 70%;
	}
	#index .concept{
		padding: 0 5%;
		margin-bottom: 60px;
	}
	#index .concept_ttl{
		font-size: 22px;
	}
	#index .concept_txt{
		font-size: 18px;
		line-height: 1.8;
		text-align: justify;
	}
	#index .contents{
		padding: 0 5%;
	}
	#index .contents_links li{
		width: 100%;
		margin-bottom: 20px;
	}
	#index .contents_links li a{
		min-height: 30vh;
		border-radius: 22px;
	}
	#index .contents_links li a:hover:before{
		display: none;
	}
	#index .contents_links li a:hover:after{
		display: none;
	}
	#index .contents_links_ttl{
		font-size: 24px;
		padding: 10px 5%;
		line-height: 1.2;
		border-radius: 22px 0 22px 0;
	}
	#index .contents_links li:nth-child(3) .contents_links_ttl{
		background: #33ba9f;
	}
	#index .contents_links li:nth-child(4) .contents_links_ttl{
		background: #50d6bc;
	}
	#index .contents_links_ttl::after{
		width: 22px;
		height: 22px;
	}
	#index .contents_links_ttl .small{
		font-size: 18px;
	}
	#index .contents_links02 a{
		border-radius: 22px;
		padding: 40px 5%;
	}
	#index .contents_links02_ttl{
		font-size: 24px;
		line-height: 1.2;
	}
	#index .contents_links02_ttl .small{
		font-size: 18px;
	}
	#index .contents_links02_txt{
		font-size: 18px;
	}
	#index .contents_links02 a::after{
		display: none;
	}
	/*================================================================
		harukaze/index.html
	================================================================*/
	#harukaze .topmv::after{
		width: 100%;
		height: 20vh;
	}
	#harukaze .topmv{
		height: 70vh;
		margin-bottom: 20px;
		background-image: url(../common/img/mv_bg_sp.png),url(../img/harukaze/index/mv_sp.jpg);
	}
	#harukaze .topmv_inner{
		margin: 0 5%;
	}
	#harukaze .topmv_ttl{
		bottom: 25%;
		max-width: 70%;
	}
	#harukaze .info{
		padding: 0 5%;
		margin-bottom: 80px;
	}
	#harukaze .info_ttl{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#harukaze .info_list li a{
		padding: 20px 0
	}
	#harukaze .info_list .date{
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
	}
	#harukaze .info_list .ttl{
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
	}	
	#harukaze .contents{
		margin-bottom: 80px;
		padding: 0 5%;
	}
	#harukaze .contents_list{
		margin-bottom: 80px;
	}
	#harukaze .contents_list02{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 80px;
	}
	#harukaze .contents_list_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	#harukaze .contents_list_txtlist{
		width: 100%;
	}
	#harukaze .contents_list_pic img{
		border-radius: 22px;
	}
	#harukaze .contents_list_txtlist_ttl{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#harukaze .contents_list_txtlist_txt{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#harukaze .contents_list_txtlist_btn a{
		font-size: 18px;
	}
	#harukaze .contents_list_txtlist_btn{
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 10px;
	}
	#harukaze .contents_list_txtlist_btn02{
		position: relative;
		bottom: auto;
		right: auto;
	}
	#harukaze .concept{
		padding: 0 5%;
	}
	#harukaze .concept_ttl{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#harukaze .concept_pic{
		margin-bottom: 20px;
	}	
	#harukaze .concept_pic img{
		border-radius: 22px;
	}
	#harukaze .concept_txt{
		font-size: 18px;
	}
	#harukaze .policy{
		background: url(../img/harukaze/index/contents_deco.png) no-repeat top left / 120% auto;
	    padding-top: 88px;
	}
	#harukaze .policy_inner{
		padding: 0 5%;
	}
	#harukaze .policy_ttl{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#harukaze .policy_txt{
		font-size: 18px;
	}
	/*================================================================
		management/index.html
	================================================================*/
	#management .topmv::after{
		width: 100%;
		height: 20vh;
	}
	#management .topmv{
		height: 70vh;
		margin-bottom: 20px;
		background-image: url(../common/img/mv_bg_sp.png),url(../img/management/index/mv_sp.jpg);
	}
	#management .topmv_inner{
		margin: 0 5%;
	}
	#management .topmv_ttl{
		bottom: 25%;
		max-width: 70%;
	}
	#management .info{
		padding: 0 5%;
		margin-bottom: 80px;
	}
	#management .info_ttl{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#management .info_list li a{
		padding: 20px 0
	}
	#management .info_list .date{
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
	}
	#management .info_list .ttl{
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
	}	
	#management .contents{
		padding: 0 5%;
	}
	#management .contents_links li{
		width: 100%;
		margin-bottom: 20px;
	}
	#management .contents_links li a{
		min-height: 30vh;
		border-radius: 22px;
	}
	#management .contents_links a:hover:before{
		display: none;
	}
	#management .contents_links a:hover:after{
		display: none;
	}
	#management .contents_links_ttl{
		font-size: 24px;
		padding: 10px 5%;
		line-height: 1.2;
		border-radius: 22px 0 22px 0;
	}
	#management .contents_links_ttl::after {
		width: 22px;
		height: 22px;
	}
	#management .contents_links_ttl .small{
		font-size: 18px;
	}
	/*================================================================
		company.html
	================================================================*/
	#company .sec_box{
		display: block;
		margin-bottom: 80px;
		text-align: center;
	}
	#company .sec_box_txt {
		font-size: 18px;
		margin-top: 20px;
		text-align: justify;
	}
	#company .message{
		position: relative;
		margin: 0 auto 80px;
		background-color: #e8fdf9;
		padding-top: 50px;
		padding-bottom: 50px;
		z-index: -2;
	}
	#company .message::after {
		top: -120px;
	  	width: 90%;
	    height: 30vh
	 }
	#company .message_box{
		width:90%;
		padding: 50px 5% 30px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	#company .message_box_img{
		width:80%;
		margin: 0px auto 30px;
	}
	#company .message_box_txt{
		text-align: left;
		font-size: 18px;
		margin-top: 33px;
	}
	#company .message_name{
		font-size: 16px;
		margin-top: 30px;
	}
	#company .message_name span{
		font-size: 22px;
	}
	#company .company_info{
		margin: -90px auto 0;
		padding-top: 90px;
	}
	#company .company_info::after{
		width: 90%;
		height: 20vh;
		bottom: -140px;
	}
	#company .company_info_detail {
		width: 90%;
		font-size: 18px;
		line-height: 1.4;
		margin: 30px auto 0px;
	}
	#company .company_info_detail th{
		width:34%;
		padding: 20px 3%;
	}
	#company .company_info_detail td{
		width: 54%;
		padding: 20px 3%;
	}
	/*================================================================
		contact.html
	================================================================*/
	#contact  .inner{
		padding: 0 5%;
		margin-top: 80px;
	}	
	#contact form#mailformpro dl dt{
		font-size: 18px;
		padding: 20px 0 10px;
	}
	#contact .mfp_rows .mfp_col5 input{
		font-size: 18px;
	}
	#contact .mfp_col10 input{
		font-size: 18px;
	}
	#contact form#mailformpro dl dd{
		font-size: 18px;
		padding-bottom: 20px;
	}
	#contact .mfp_rows textarea{
		font-size: 18px;
	}
	#contact div.mfp_buttons button{
		width: 100%;
		font-size: 18px;
		line-height: 60px;
	}
	#contact .mfp_thanks{
		font-size: 18px;
		padding: 40px 0 0;
	}
	/*================================================================
		nao index.html, nao_service.html
	================================================================*/
	#nao .bg::after{
		width: 100%;
		height: 800px;
		right: 0;
		top: -80px;
	}
	#nao .btn{
		width: 100%;
		margin: auto;
	}
	#nao .btn::after{
		width: 489px;
		height: 170px;
		right:-5%;
		bottom: -120px;
	}
	#nao .btn_detail{
		width: 100%;
		font-size: 18px;
		line-height: 1.2;
		padding: 25px 10% 25px 4%;
		position: relative;
	}
	#nao .btn_detail::after{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	#nao .bg_index::after{
		width: 90%;
		height: 300px;
		bottom: -150px;
	}
	/*================================================================
		access.html
	================================================================*/
	#access .floor_map{
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 80px;
	}
	#access .floor_map h2{
		font-size: 28px;
	}
	#access .floor_map_attention{
		font-size: 18px;
		margin: 40px auto 40px;
	}
	#access .floor_map_box{
		width:90%;
		padding-top: 30px;
		padding-bottom: 40px;
		padding-right: 5%;
		padding-left: 5%;
		border-top-left-radius: 60px;
		border-bottom-right-radius: 60px;
		margin: 40px auto 40px;
	}
	#access .floor_map_box img{
		width:90%;
		margin: 0 auto;
	}
	#access .floor_map_box_ttl{
		font-size: 30px;
	}
	#access .floor_map_box_ttl span{
		font-size: 20px;
	}
	#access .floor_map_box_ttl::before{
		width: 60px;
		height: 20px;
		bottom: -6px;
		right: -12px;
	}
	#access .sec{
		margin: -90px auto 0;
	    padding-top: 90px;
	}
	#access .sec h2{
		font-size: 28px;
	}
	#access .sec_01{
		margin-top: 80px;
	}
	#access .sec_box_2column{
		display:block;
	}
	#access .sec_box_2column_list{
		width: 100%;
		margin: 0 auto 80px;
	}
	#access .sec_box_2column_img img{
		border-radius: 22px;
		margin-bottom: 30px;
	}
	#access .sec_box_2column_txt{
		width:100%;
		font-size: 18px;
		line-height: 1.8;
    	margin-top: 20px;
	}
	#access .btn{
		width:100%;
		margin: auto;
	}
	#access .btn::after{
		width: 489px;
		height: 170px;
		right:-5%;
		bottom: -120px;
	}
	#access .btn_detail{
		width:100%;
		font-size: 18px;
		line-height: 1.2;
		padding: 25px 10% 25px 4%;
		position: relative;
	}
	#access .btn_detail::after{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	#access .staff{
		background-color: #e8fdf9;
	}
	#access .staff_inner{
		display:block;
		max-width:100%;
		margin: 0 auto 80px;
		padding: 60px 0 40px;
	}
	#access .staff_list{
		width:100%;
		padding-top: 0;
		padding-bottom: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
	#access .staff_list:last-child{
		padding-bottom: 0;
	}
	#access .staff_img{
		width: 60%;
		margin: auto;
	}
	#access .staff_img img{
		width:100%;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	#access .staff_name{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#access .staff_txt{
		width:100%;
		font-size: 18px;
		line-height: 2;
    	margin-top: 15px;
		margin-right: 0;;
	}
	#access .access_info h2{
		font-size: 28px;
	}
	#access .access_info_map{
		margin: 40px auto 0;
		width: 90%;
	}
	#access .access_info_map iframe{
		width:100%;
		height: 320px;
	}
	#access .access_info{
		margin: -90px auto 0;
		padding-top: 90px;
	}
	#access .access_info::after{
		width: 90%;
	  	height: 300px;
		bottom: -280px;
	}
	#access .access_info_detail {
		width: 90%;
		font-size: 18px;
		line-height: 1;
		margin: 30px auto 0px;
	}
	#access .access_info_detail th{
		width: 100%;
		padding: 20px 3% 0;
		display: block;
		border-bottom: 0;
		font-weight: bold;
	}
	#access .access_info_detail td{
		width: 100%;
		padding: 0 3% 20px;
		display: block;
		line-height: 1.6;
	}
	/*================================================================
		price.html
	================================================================*/
	#price h2{
		font-size: 28px;
		margin-bottom: 30px;
	}
	#price .price_box_contents{
		padding: 30px 5% 30px;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		margin:30px auto 80px;
	}
	#price .price_box_detail{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#price .price_box_detail span{
		font-size: 22px;
	}
	#price .price_box_at{
		font-size: 16px;
		margin-top: 10px;
	}
	#price .price_box_table{
		width:100%;
		margin: 0 auto 30px;
		font-size: 18px;
	}
	#price .sell_grn td{
		padding: 20px 3%;
		font-size: 18px;
		text-align: center;
	}
	#price .sell_wht td{
		padding: 20px 3%;
		font-size: 16px;
		line-height: 1.2;
	}
	#price .sell_grn td span,
	#price .sell_wht td span{
		font-size: 12px;
	}
	#price .price_box_txt{
		font-size: 18px;
		line-height: 1.6;
		padding-left: 10%;
		margin-bottom: 35px;
		text-align: left;
	}
	#price .price_box_txt::after{
		top: 6px;
		left: 3px;
		width:18px;
		height: 18px;
	}
	#price .price_box_txt_01{
		margin-bottom: 15px;
	}
	#price .price_box_txt_02{
		font-size: 14px;
		line-height: 1.4;
	}
	#price .price_box_item{
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
		gap: 15px 10%;
	}
	#price .price_box_item_01{
		width:45%;
		padding: 20px 3%;
		border-radius: 10px;
		margin-top: 0px;
		font-weight: bold;
	}
	#price .price_box_item_02{
		width:45%;
		padding: 20px 3%;
		border-radius: 10px;
		margin-top: 0px;
		font-weight: bold;
	}
	#price .sec_01 {
		margin-top: 40px;
	}
	#price .sec::after{
		width: 70%;
		height: 400px;
		top: -50px;
	}
	#price .btn{
		width:100%;
		text-align: center;
		position: relative;
		display: block;
		margin: auto;
	}
	#price .btn_detail{
		width: 100%;
		font-size: 18px;
		line-height: 1.2;
		padding: 25px 10% 25px 4%;
		position: relative;
	}
	#price .btn_detail::after{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	/*================================================================
	about.html
	================================================================*/
	#about h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	#about .about_type_img{
		padding: 30px 5% 30px;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		margin: 30px auto 80px;
	}
	#about .about_type_img div{
		overflow-x: scroll;
	}
	#about .about_type_img img{
		width: 900px;
		max-width: 800px;
	}
	#about .bg::after{
		width: 80%;
		height: 400px;
		top: 290px;
		right: 0px;
	}
	/*================================================================
	flow.html
	================================================================*/
	#flow .flow_box{
		border-radius: 20px;
		margin-bottom: 40px;
		padding-bottom: 10px;
	}
	#flow .flow_box h3{
		font-size: 24px;
		padding: 15px;
		border-top-right-radius: 14px;
		border-top-left-radius: 14px;
	}
	#flow .flow_box_item{
		display: block;
		width: 100%;
		margin: 20px auto;
	}
	#flow .flow_box_txt{
		width: 90%;
		margin: 0 auto 20px;
		font-size: 18px;
		line-height: 1.8;
		text-align: left;
	}
	#flow .flow_box_img{
		width: 80%;
		margin: 0 auto;
	}
	#flow .flow_box_btnlist{
		display:block;
		width:90%;
		margin: 30px auto;
	}
	#flow .flow_btn_detail_01,
	#flow .flow_btn_detail_02{
		display: block;
		width:100%;
		font-size: 18px;
		padding: 20px 3%;
		border-radius: 50px;
	}
	#flow .flow_btn_detail_01{
		margin-bottom: 15px;
	}
	#flow .flow_btn_detail_01::before{
		content: "";
		display: inline-block;
		width: 18px;
		height: 22px;
		margin: -3px 3% 0 0;
		background: url("../img/management/flow/arw_01.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#flow .flow_btn_detail_02::before{
		content: "";
		display: inline-block;
		width: 18px;
		height: 20px;
		margin: -3px 3% 0 0;
		background: url("../img/management/flow/arw_02.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#flow .flow_arw{
		margin:0 auto 40px;
	}
	#flow .bg::after{
		width: 100%;
		height: 20vh;
		bottom: 0;
	}
	/*================================================================
		qa.html
	================================================================*/
	#qa .bg::after {
		width: 70%;
		height: 800px;
		top:-80px;
	}
	#qa .qa_box{
		margin-bottom: 90px;
	}
	#qa .qa_box img{
		width:100%;
	}
	#qa .qa_box_Q{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 25px;
		padding: 0 3% 22px;
	}
	#qa .qa_box_Q_img{
		width:10%;
		margin: 3px 3% 0 0px;
	}
	#qa .qa_box_A_img{
		width:10%;
		margin: -3px 3% 0 0px;
	}
	#qa .qa_box_A{
		padding: 0 3%;
	}
	#qa .qa_box_ttl{
		width:90%;
		font-size: 22px;
		letter-spacing: 1px;
	}
	#qa .qa_box_txt{
		width:90%;
		font-size: 18px;
		line-height: 1.8;
		padding-right:0;
	}
}