@charset "utf-8";
/* CSS Document */

.header--insert{
	display: flex;
	justify-content: space-between;
}
.lg-grp{
	padding: 10px 0 10px 50px;
	width: 450px;
}
.lg-grp > p{
	font-size: 1.3rem;
	font-weight: normal;
	height: 25px;
	color: var(--s-color);
	margin: 0 0 15px 0;
}
.lg-grp .logo{
	position: relative;
}
.lg-grp .logo img{
	height: 58px;
	width: auto;
}

.global{
	width: calc(100% - 450px);
	background-color: var(--p-color);
}
.global .menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	height: 50px;
	padding: 0 200px 0 0;
}
.global .menu .grp{
	width: 100%;
	padding: 12px 30px 12px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global .menu .grp .btns{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 18px;
}
.global .menu .grp .btns .btn span{
	display: flex;
	justify-content:space-between;
	align-items: center;
	font-weight: normal;
	gap:0 4px;
	color: #fff;
	line-height: 1;
	font-size: 1.3rem;
}

.global .blk{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.y-link{
	border-right: 1px solid rgba(255,255,255,0.3);
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
.y-link span{
	line-height: 1;
	position: relative;
}
.y-link span::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	z-index: 0;
	top: 7px;
	left: 7px;
}
.y-link span i{
	color: #fe0000;
	font-size: 2.5rem;
	position: relative;
	z-index: 2;
}
.tel a{
	display: flex;
	align-items: center;
	gap:0 5px;
	color: #fff!important;
	font-size: 2.5rem;
}
.tel a i{
	font-weight: normal;
	font-size: 2.3rem;
}
.group-panel {
    width: 200px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}
.group-panel .inn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 30px;
	position: relative;
}
.group-panel .inn .mark img{
	height: 30px;
	width: auto;
}
.group-panel .inn p{
	font-size: 1.3rem;
	margin: 0;
	line-height: 1;
}
.group-panel .inn p span{
	display: block;
	font-size: 1.0rem;
	margin: 0 0 4px 0;
}

.globalmenu{
	padding: 0 10px 0 0;
	border-left: 1px solid #ddd;
}
.globalmenu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FDF3EB;
}
.globalmenu ul li{
	width: calc(100% / 6);
}
.globalmenu ul li span{
	font-size: 1.5rem;
	display: block;
	padding: 16px 0;
	text-align: center;
	background-color: #FDF3EB;
	border-right: 1px solid #ddd;
	position: relative;
}
.globalmenu ul li:last-child span{
	border-right: none;
}
.globalmenu ul li:hover span{
	background-color: #fff;
}
.globalmenu ul li a.active span{
	color: #184191;
}
.globalmenu ul li a.active span::after{
	content: '';
	height: 3px;
	background-color: #E17E00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.globalmenu ul li span small{
	display: block;
	font-weight: normal;
	font-size: 1.1rem;
	color: #184191;
	width: 100%;
	margin: 3px 0 0 0;
}


header{
	position: relative;
	z-index: 9999;
}
.menu-dir{
 background-color: #fff;
 width: 100%;
 position: absolute;
 left: 0;
 top: 123px;
 opacity: 0;
 z-index: 1;
 transition: all .2s ease-in-out;
 pointer-events: none;
}
.mega:hover > .menu-dir{
 top: 123px;
 opacity: 1;
 z-index: 1;
 transition: all .2s ease-in-out;
 pointer-events: all;
}
.menu-dir .menu-dir-insert{
 max-height: 680px;
 margin: 0 auto;
 padding:50px 50px 80px;
 text-align: left;
}


.menu-dir-insert{
 display: flex;
 justify-content: space-between;
}
.menu-dir-insert .left{
	width: 300px;
}
.menu-dir-insert .left .ttl{
	padding: 50px 0 0 0;
}
.menu-dir-insert .left .ttl p{
	font-size: 3.0rem;
	font-weight: 800;
	color: var(--p-color);
}
.menu-dir-insert .left .ttl .din{
	font-size: 1.7rem;
	font-weight: 500;
	color: var(--p-color);
	margin: 15px 0 0 0;
}
.menu-dir-insert .left hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid var(--p-color);
    width:50px;
    margin: 30px 0;
}
.s-view a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 10px;
}
.s-view a i{
	color: #fff;
    background-color: #1EB8D4;
    padding: 10px;
    border-radius: 100px;
    font-weight: normal;
    line-height: 1;
}
.menu-dir-insert .stmp{
	width: calc(100% - 320px);
}
.stmp .col3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.stmp .btn{
	border: 1px solid #ddd;
}
.stmp .btn a{
	display: block;
	position: relative;
	padding: 15px 20px;
	transition: all .3s ease-in-out;
}
.stmp .btn a i{
	right: 10px;
	position: absolute;
}
.stmp .btn:hover a{
	background-color: var(--p-color);
	color: #fff;
}

.stmp .col3 .btn{
	width: 32%;
}
.stmp .hd{
	background-color: #F9FCFF;
	border-top: 1px solid var(--p-color);
	margin: 0 0 10px 0;
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--p-color);
	padding: 10px 15px;
}
.stmp .col3 .s-list{
	width: 32%;
}
.stmp .col3 .s-list .box{
	margin: 0 0 15px 0;
}
.stmp .col3 .s-list .box:last-child{
	margin: 0;
}
.stmp .col3 .s-list .hd{
}
.stmp .col3 .s-list ol li{
	width: 100%;
	border-bottom: 1px solid #eee;
	font-size: 1.4rem;
}
.stmp .col3 .s-list ol li:last-child{
	border: none;
}
.stmp .col3 .s-list ol li a{
	display: block;
	padding: 4px 15px;
}



.group-dir{
 background-color: #fff;
 border-left: 1px solid #ddd;
 position: absolute;
 right: 0;
 top: 50px;
 opacity: 0;
 z-index: 2;
 transition: all .2s ease-in-out;
 pointer-events: none;
}
.mega:hover > .group-dir{
 top: 50px;
 opacity: 1;
 z-index: 2;
 transition: all .2s ease-in-out;
 pointer-events: all;
}

.group-dir .group-dir-insert {
    width: 1050px;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 50px 80px;
    color: #000;
}
.group-dir-insert .sec{
	margin: 0 0 20px 0;
}
.group-dir-insert .sec .mark{
	text-align: center;
	margin: 0 0 5px 0;
}
.group-dir-insert .sec .mark img{
	width: auto;
	height: 60px;
}
.group-dir-insert .sec .cnpt{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-dir-insert .sec .cnpt .circle{
	width: 270px;
}
.group-dir-insert .sec .cnpt .circle img{
	width: 100%;
	height: auto;
}
.group-dir-insert .sec .cnpt .txt{
	width: calc(100% - 300px);
}
.group-dir-insert .sec .cnpt .txt .din{
	color: var(--p-color);
	font-size: 2.2rem;
	margin: 0 0 15px 0;
}

.globalList--insert{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.globalList--insert .nv{
	width: 220px;
}
.globalList--insert .nv .md {
    margin: 0 0 12px 0;
    color: var(--p-color);
}
.globalList--insert .nv .md .din {
    font-size: 2.4rem;
}
.globalList--insert .nv .md p {
    margin: 0;
    font-size: 1.4rem;
}
.globalList--insert .nv ul li{
	font-size: 1.6rem;
	margin: 4px 0;
	position: relative;
}
.globalList--insert .nv ul li:hover{
	color: #184191;
}
.globalList--insert .nv ul li:hover::before{
	content: '';
	width: 22px;
	height: 3px;
	background-color: #184191;
	position: absolute;
	left: -30px;
	top: 11px;
}
.globalList{
	width: calc(100% - 250px);
	padding: 0 50px 0 0;
	border-right: 1px solid #ddd;
}
.globalList > .box > p{
	background-color: #f1f1f1;
	border-left: 3px solid #184191;
	color: #184191;
	padding: 5px 20px;
}

/**/

body.no_scroll{
   overflow: hidden;
}
.globalList--insert .nv{
	position: sticky;
    top: 0;
    display: block;
    height: 100%;
}
.group-panel{
	width: 200px;
	border-left: 1px solid rgba(255,255,255,0.3);
	cursor:pointer;
}
.group-panel .inn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 30px;
}
.group-panel.open .inn{
	background-color: #fff;
	color: #000;
}
.group-panel .inn .mark img{
	height: 30px;
	width: auto;
}
.group-panel .inn p{
	font-size: 1.3rem;
	margin: 0;
	line-height: 1;
	color: #fff;
}
.group-panel .inn i {
    color: #fff;
}
.group-panel.open .inn p {
	background-color: #fff;
	color: #000;
}
.group-panel.open .inn i{
	color: #000;
}
.group-panel .inn p span{
	display: block;
	font-size: 1.0rem;
	margin: 0 0 4px 0;
}
.group-panel.open .group-dir {
    /*height: 100vh;*/
    opacity: 1;
    pointer-events: all;
    cursor: default;
}
.group-panel.open .group-dir .group-dir-insert {
	overflow-y: scroll;
}
.globalList--insert .nv ul li.select{
	color: #E17E00;
}
.globalList--insert .nv ul li.select::before{
	content: '';
	width: 22px;
	height: 3px;
	background-color: #E17E00;
	position: absolute;
	left: -30px;
	top: 11px;
}

.globalList .box-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
    margin: 30px 0 0 0;
}

.globalList .item{
	width: 48%;
}
.globalList .item .pic{
	height: 200px;
	position: relative;
}
.globalList .item .pic .label{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
}
.globalList .item .pic .label span{
	display: inline-block;
	line-height: 1;
	font-size: 1.3rem;
	background-color: var(--p-color);
	color: #fff;
	padding: 5px 10px;
}
.globalList .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.globalList .item .txt{
	margin: 15px 0 0 0;
}
.globalList .item .txt h4{
	color: var(--p-color);
	font-size: 1.7rem;
}
.globalList .item .txt p{
	font-size: 1.5rem;
	color: #777;
	margin: 7px 0 0 0;
}
.globalList .item .btn{
	margin: 15px 0 0 0;
}
.globalList .item .btn span{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	background-color: var(--p-color);
	color:#fff;
	border:1px solid var(--p-color);
	padding: 12px 0;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.globalList .item .btn span:hover{
	background-color: #fff;
	color:var(--p-color);
}

.box-list-varticle{
	gap:0;
}
.box-list-varticle .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.box-list-varticle .item:last-child{border: none;}
.box-list-varticle .item .pic{
	width: 32%;
}
.box-list-varticle .item .txt{
	width: 65%;
	margin: 0;
}
.box-list-varticle .item .txt .flex .btn{
	width: 49%;
}








