@charset 'utf-8';

/*============================body*/
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust : 100%;
	line-height: 1.6;
	width:100%;
	background-color:#fff;
	min-width:320px;
	counter-reset:count-number;
	margin:0;
	padding:0;
	color:#333;
	position: relative;
}
a{
	color:#333;
}
img{
	height:auto;
	max-width: 100%;
}
.cfx:after{
	content: "";
	display: block;
	clear: both;
}
.btn_wh{
    background: #fff;
    border: 1px solid #eb0015;
    max-width: 280px;
    display: block;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    padding: 10px 40px;
    box-shadow: 0 0 12px 0 rgb(235 0 21 / 18%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    box-sizing: border-box;
}
/*
.btn_wh:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
    right: 24px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 16px;
  height: 1px;
	background: #eb0015;
}
*/
.btn_wh:hover{
    box-shadow: none;
	background: #eb0015;
	color: #fff;
}
.btn_wh:hover:after{
    right: 14px;
	background: #fff;
}
.btn_c .btn_wh{
	margin: 0 auto;
}
.wrapper{
	width:100%;
	position: relative;
    margin-top: 80px;
}
.content{
	padding:100px 0;
}
.content_inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
@media (max-width: 1199px) {
	.content_inner{
    padding: 0 20px;
    width: calc(100% - 40px);
	}
}
@media (max-width: 599px) {
	.wrapper{
    margin-top: 60px;
	}
	.content{
    padding: 40px 0;
	}
}


/*============================header*/
header{
	display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 900;
    top: 0;
    width: calc(100% - 200px);
    background: #fff;
    align-items: center;
    padding: 0 180px 0 20px;
    height: 80px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
}
header .site_logo{
	display: flex;
    margin: 0;
    align-items: center;
}
header .site_logo .logo_img{
	padding-right: 20px;
    margin-right: 20px;
	border-right: 1px solid #707070;
}
header .site_logo .logo_img img,
header .site_logo .belimo_img img{
	width: auto;
    max-width: none;
	height: 40px;
}
header .site_logo a{
    display: block;
    line-height: 0;
}

.pc_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: fixed;
    z-index: 1000;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	top: 30px;
	right: 80px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	opacity: 1;
}
.pc_nav .nav_subtitle,
.pc_nav .contact{
    color: inherit;
    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;
    height: 40px;
    padding: 5px 20px;
	text-decoration: none;
    margin: 0;
}
.nav_wrap{
    width: calc(100% - 250px);
    display: flex;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
    list-style: none;
    padding: 0;
}
.nav_wrap li.nav_subtitle,
.nav_wrap li.nav_subtitle a{
    font-weight: bold;
	text-decoration: none;
}
.nav_wrap li.nav_subtitle .child_name span:before,
.nav_wrap li.nav_subtitle .child_name a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    font-size: 90%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #EB870D;
    width: 8px;
	height: 8px;
	border-radius: 100%;
}
.nav_wrap li.nav_subtitle p{
	margin: 0;
}
.nav_wrap li.nav_subtitle p.has_child{
	cursor: pointer;
}
.nav_subtitle{
    padding: 16px 0;
    margin: 0 40px 0 0;
}
.nav_subtitle.nav04 a,
.nav_subtitle.nav05 a{
    color: #333;
	text-decoration: none;
}
.nav_subtitle.nav05{
    right: 282px;
}
.nav_item{
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #F3F3F3;
}
.nav_item .btn_spnav_close{
    background: #245C8C;
    border: none;
    width: 100%;
    display: flex;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav_item .btn_spnav_close span{
    display: flex;
    align-items: center;
    color: #fff;
	font-size: 1.6rem;
    gap: 8px;
}
.nav_item .nav_item_inner{
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	gap: 1em;
    list-style: none;
    padding: 20px !important;
}
.nav_item .nav_item_inner li.child_name{
    width: calc(100% / 4 - 12px);
}
.nav_item .nav_item_inner .child_name span,
.nav_item .nav_item_inner a{
	margin: 1rem 0;
	text-decoration: none;
	position: relative;
    padding-left: 18px;
    width: calc(33.3% - 60px);
}
.nav_item .nav_item_inner .child_name p:beforez
.nav_item .nav_item_inner a:before{
    content: "";
    position: absolute;
    top: 0.5em;
    bottom: 0;
    left: 0;
    font-size: 90%;
    background: #EB870D;
    width: 8px;
	height: 8px;
	border-radius: 100%;
    margin-top: -1px;
}
.nav_item .nav_item_inner .nav_item_child{
    list-style: none;
    padding-left: 1.5em;
}
.nav_item .nav_item_inner .nav_item_child li{
    margin-top: 1em;
}
.nav_item .nav_item_inner .nav_item_child .child02_name span:before,
.nav_item .nav_item_inner .nav_item_child .child02_name a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    font-size: 90%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #EB870D;
    width: 10px;
    height: 4px;
    border-radius: 0;
}
.nav_item .nav_item_inner .nav_item_child02{
    list-style: none;
    padding-left: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 10px;
}
.nav_item .nav_item_inner .nav_item_child02 li{
    width: calc(50% - 5px);
    margin: 0;
}
.nav_item .nav_item_inner .nav_item_child02 li.width_full{
	width: 100%;
}
.nav_item .nav_item_inner .nav_item_child02 li a:before{
	content: none;
}

.sp_nav_wrap.active{
	visibility: visible;
	opacity: 1;
}
.sp_nav{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.sp_nav a{
    position: relative;
}
.sp_nav a:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -4px;
}
.sp_nav_wrap{
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 2100;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 80px;
}
.sp_nav_wrap .nav_logo{
    position: fixed;
    top: 9px;
    left: 20px;
	display: inline-block;
    z-index: 20;
}
.sp_nav .spnav_link{
    width: 480px;
}
.sp_nav .spnav_link p,
.sp_nav .spnav_link a{
	text-decoration: none;
    font-size: 2.4rem;
    padding: 20px 0;
    display: block;
    text-align: center;
	margin: 0;
}
.sp_nav .sp_has_child span{
	position: relative;
	padding: 0 40px;
    display: block;
}
.sp_nav .sp_has_child span:after{
    content: "";
    display: block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
}
.sp_nav .sp_has_child.open span:after{
    content: "";
    display: block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: 0;
}
.sp_nav .childs{
	display: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sp_nav .childs.active{
	display: block;
}
.sp_nav .childs .spnav_child > li{
	font-size: 1.9rem;
}
.sp_nav .childs .spnav_child > li li{
	font-size: 1.6rem;
}
.sp_nav .childs .child_name,
.sp_nav .childs a{
    font-size: 100%;
    padding: 14px;
	display: block;
}
.sp_nav .childs .child_name{
	padding-right: 30px;
    padding-left: 30px;
	position: relative;
    text-align: center;
}
.sp_nav .childs .child_name:before{
    content: "";
    width: 16px;
    height: 2px;
    display: inline-block;
    background: #222;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.sp_nav .childs .child_name:after{
    content: "";
    width: 2px;
    height: 16px;
    display: inline-block;
    background: #222;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -8px;
}
.sp_nav .childs .child_name.open:after{
	content: none;
}
.sp_nav .childs .spnav_child{
	padding: 0;
    margin: 0;
}
.sp_nav .childs .spnav_child li{
    border-bottom: 1px solid #eee;
}
.sp_nav .childs .spnav_child li:last-child{
	border: none;
}
.sp_nav .childs .spnav_child_child{
	display: none;
    border-top: 1px solid #eee;
    padding: 0;
    background: #f9f9f9;
}
.sp_nav .childs .spnav_child_child_name{
    display: block;
    padding: 14px 0 0;
    text-align: center;
    margin: 0;
    background: #eeeeee;
}
.sp_nav .childs .spnav_child_child .spnav_child03{
    background: #eee;
    display: flex;
    flex-wrap: wrap;
	gap:10px;
    padding: 20px 10px;
}
.sp_nav .childs .spnav_child_child .spnav_child03 li{
    font-size: 1.4rem;
	border: none;
}
.sp_nav .childs .spnav_child_child .spnav_child03 li a{
	background: #fff;
    padding: 10px 30px 10px 10px;
}
.link_belimo{
    position: fixed;
    top: 0;
    right: 80px;
    height: 80px;
    z-index: 2000;
}
.link_belimo a{
    background: #EB870D;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.c-toggleMenu{
    position: fixed;
    z-index: 2200;
    width: 80px;
    height: 80px;
    color: #333;
    top: 0;
	right: 0;
    background-color: #245C8D;
    border: none;
    cursor: pointer;
    padding: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-toggleMenu.active{
    color: #333;
}
.c-toggleMenu.scrolled{
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-toggleMenu__bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,-webkit-transform;
    transition-property: top,transform;
    transition-property: top,transform,-webkit-transform;
}
.c-toggleMenu__bar.__1 {
    top: 23px;
}
.c-toggleMenu__bar.__2 {
    top: 33px;
}
.c-toggleMenu__bar.__3 {
    top: 43px;
}
.c-toggleMenu .txt{
    position: absolute;
    top: 55px;
    font-size: 74%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);color: #fff;
}
.c-toggleMenu.active .c-toggleMenu__bar.__2{
	display: none;
}
.c-toggleMenu.active .c-toggleMenu__bar.__1{
    top: 32px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.c-toggleMenu.active .c-toggleMenu__bar.__3{
    top: 32px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
@media (max-width: 1199px) {
	.sp_nav{
    padding: 20px;
    width: calc(100% - 40px);
    max-width: none;
    overflow-y: scroll;
		position: relative;
	}
	.sp_nav:before{
		content: "";
		width: 100%;
		height: 80px;
		display: block;
		background: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
	}
}
@media (max-width: 1199px) {
/*	header{
    padding: 10px 90px 10px 20px;
	}*/
	.nav_subtitle{
		display: none;
	}
	.content{
		padding: 60px 0;
	}
}
@media (max-width: 768px) {
	.sp_nav a{
    font-size: 138%;
	}
}
@media (max-width: 599px) {
	header{
        width: calc(100% - 100px);
    height: 60px;
	}
	header .site_logo .logo_img img, header .site_logo .belimo_img img{
    height: 30px;
	}
	.sp_nav_wrap .nav_logo{
    top: 10px;
    left: 10px;
	}
	.sp_nav_wrap .nav_logo img{
    width: 200px;
	}
	.spnav_link{
    width: 100%;
	}
	.sp_nav .spnav_link p, .sp_nav .spnav_link a{
    font-size: 124%;
	}
	.sp_nav .spnav_link {
    width: 300px;
}
	.sp_nav .childs a{
    font-size: 100%;
	}
	.link_belimo{
		display: none;
	}
	.c-toggleMenu{
    width: 60px;
    height: 60px;
		padding: 0;
	}
	.c-toggleMenu__bar{
    width: 26px;
    left: 18px;
	}
	.c-toggleMenu__bar.__1 {
    top: 13px;
}
	.c-toggleMenu__bar.__2 {
    top: 23px;
}
	.c-toggleMenu__bar.__3 {
    top: 33px;
}
	.c-toggleMenu.active .c-toggleMenu__bar.__1{
    top: 22px;
	}
	.c-toggleMenu.active .c-toggleMenu__bar.__3{
    top: 22px;
	}
	.c-toggleMenu .txt{
    top: 42px;
	}
	.sp_nav{
        padding: 20px 10px;
        width: calc(100% - 20px);
	}
}


/*============================footer*/
footer{
	background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 20px;
}
footer .footer_content .content_inner + .content_inner{
    margin-top: 40px;
}
footer .footer_content .btn_rows{
	display: flex;
    justify-content: space-between;
}
footer .footer_content .btn_rows a{
    width: calc(50% - 120px);
    padding: 50px;
    text-decoration: none;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
footer .footer_content a h2{
    display: flex;
    flex-direction: column;
    font-size: 200%;
    font-weight: normal;
	margin: 0;
    color: #fff;
    min-width: 160px;
    max-width: 160px;

}
footer .footer_content a h2 span{
    font-size: 50%;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
footer .footer_content a h2:after {
    content: "";
    width: 50px;
    height: 4px;
    display: inline-block;
    background: url(../images/h2_under_wh.png) no-repeat;
    margin-top: 20px;
}
footer .footer_content .btn_rows a p{
	margin: 0;
    color: #fff;
}
footer .footer_content .cont_rec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e61012;
	text-decoration: none;
}
footer .footer_content .content_rec .h2_wrap{
    padding: 20px;
}
footer .footer_content .content_rec h2{
	width: auto;
}
footer .footer_content .content_inner.base_data{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer .base_data .data_box{
	display: flex;
    justify-content: space-between;
}
footer .base_data .data_left .logo_area{
    display: flex;
    align-items: center;
    gap: 1em;
}
footer .base_data .data_left .logo_area .img_qr{
    max-width: 50px;
}
footer .base_data .data_left p{
	margin: 30px 0 0;
}
footer .base_data .data_left a img{
	width: auto;
    max-width: none;
    height: 40px;
}
footer .base_data .data_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
}
footer .base_data .data_right ul li{
	width: 25%;
	margin-bottom: 30px;
}
footer .base_data .data_right a{
    color: #fff;
	text-decoration: none;
}
footer .copy_txt p{
    text-align: center;
    font-size: 1.2rem;
    margin: 30px 0 0;
}
#contact_btn{
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 100;
}
#contact_btn a{
    background: #EB870D;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 100px;
    display: flex;
    line-height: 1;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
}
#contact_btn a img{
    margin-right: 6px;
}

@media (max-width: 1199px) {
	footer .footer_content .btn_rows a{
    width: calc(50% - 50px);
    padding: 20px;
	}
	footer .footer_content .cont_rec{
    display: block;
	}
	footer .footer_content .cont_rec:after{
		content: "";
		display: block;
		clear: both;
	}
	footer .footer_content .cont_rec .h2_wrap{
    width: 160px;
    float: left;
	}
	footer .footer_content .cont_rec img{
    width: calc(100% - 200px);
    float: left;
	}
	footer .base_data .data_box{
    flex-direction: column;
	}
	footer .base_data .data_left{
    order: 2;
    margin-top: 40px;
	}
	footer .base_data .data_right{
    order: 1;
	}
	footer .base_data .data_right ul{
    justify-content: center;
	}
	footer .base_data .data_right ul li{
    margin: 0 40px 20px;
    width: auto;
	}
}
@media (max-width: 1199px) {
	footer .footer_content a h2{
    font-size: 160%;
	}
}

@media (max-width: 599px) {
	footer .base_data .data_right ul li{
    margin: 0 20px 20px;
	}
	footer .footer_content a h2{
    font-size: 162%;
    min-width: 140px;
    max-width: 140px;
	}
	footer .footer_content .content_rec .h2_wrap h2{
    font-size: 162%;
		}
	#contact_btn{
    bottom: 20px;
	}
	#contact_btn a{
    align-items: center;
        display: block;
    padding: 16px 12px;
	}
	#contact_btn a img{
    margin-right: 0;
	}
	#contact_btn a span{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 1px;
	}
	footer .base_data .data_left{
        margin-top: 0;
        text-align: center;
	}
	footer .base_data .data_left .logo_area{
    justify-content: center;
	}
	footer .footer_content .content_inner.base_data{
    flex-direction: column;
    align-items: center;
	}
	footer .base_data .data_left p{
		margin: 10px 0 0;
	}
}











