.mobile{display: block;}
.pc{display: none;}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 26px;
	height: 18px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active-2 span:nth-of-type(1) {
	-webkit-transform : translateY(20px) rotate(-315deg);
	transform : translateY(8px) rotate(-315deg);
}
.menu-trigger.active-2 span:nth-of-type(2) {
	opacity : 0;
}
.menu-trigger.active-2 span:nth-of-type(3) {
	-webkit-transform : translateY(-20px) rotate(315deg);
	transform : translateY(-9px) rotate(315deg);
}





#header{}
#header .hd_wrap{padding: 10px 15px; width: auto;}
#header h1 a {max-width: 120px;}
#header h1 a img{margin-top: -5px;}

#header_wrap{border-top: 0;}

#gnb{position: fixed; background: #fff; top:0; left:0; height: 100vh; width: 60%; overflow: scroll;  z-index: 99998; transform: translate(-100%, 0%); transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);}

#gnb_1dul {flex-direction: column; align-items: flex-start; padding-bottom: 100px; padding-top: 30px;}
#gnb_1dul > .gnb_1dli {line-height: normal;padding: 15px;}

#gnb .gnb_2dul {display: block;position: unset;width: auto;margin-top: 5px;}
#gnb .gnb_1da{font-size: 17px;}
#gnb .gnb_2da{border: 0; padding: 5px; color: #666;}
#gnb .gnb_2dli:first-child a{border: 0;}



.type_box {
	padding: 0 0px;
	position: fixed;
	z-index: 99999;
	background: #f5f5f5;
	width: 60%;
	left: 0;
	transform: translate(-100%, 0%); transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);

}
.type_box > ul{gap:5px}
.type_box li:last-child{margin-right: 10px;}

.type_box span{display: none;}




.m_active #gnb{transform: translate(0%, 0%);border-right: 1px solid #ccc;}
.m_active .type_box{transform: translate(0%, 0%);}


.gnb_1dli_mo_on{}




.mv_wrap {height: 400px;}

#main_v .mv_txt {
    top: 50%;
	left:0;
    padding: 0 20px;
    transform: translateY(-50%);
}
.sub_t_txt {
    height: 400px;
}

.sub_t_txt h4 {
    font-size: 45px;
	word-break: auto-phrase;
}
.sub_t_txt p {
    font-size: 15px;
	word-break: auto-phrase;
	margin: 10px 0 5px;
}
.sub_t_txt strong {
    font-size: 15px;
	word-break: auto-phrase;
}


.main_link {
	padding: 20px;
    background-position: center;
}

.main_link > ul {
	height: auto;
	flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.main_link > ul > li {
    display: block;
    text-align: left;
    margin: 0 0 10px;
    padding: 20px;
    border: 1px solid rgb(9 12 20 / 70%);
    border-radius: 15px;
    background: rgb(9 12 20 / 70%);
}

.main_link > ul > li a h2 {
    color: #fff;
    font-size: 17px;
}

.main_link > ul > li span.before {
    display: inline-block;
    background: url(/img/main_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-size: 100%;
	margin-right: 5px;
}

.main_link .ml1 span.before {
    background-position: 0px 1px;
}
.main_link .ml2 span.before {
	background-position: 0px -38px;
}

.main_link .ml3 span.before {
    background-position: 0px -81px;
}

.main_link > ul > li p {
    margin: 10px 0px;
    padding: 0px;
    font-size: 13px;
}
.main_link > ul > li i {
    font-size: 11px;
}


.main_article2{}
.main_article2 > ul > li{float:none}
.main_article2 > ul > li img{width: 100%;}




.main_article_mo ul{display: flex; flex-direction: column;}







.sub_top .sub_t_txt {height: 200px;}
.sub_top .sub_t_txt >div{padding: 0 20px;}
.sub_top .sub_t_txt h4 {font-size: 25px;}
.sub_top .sub_t_txt p {font-size: 13px;}
.sub_top .sub_t_txt strong {font-size: 13px;}

.navi_path > ul{height: 35px;}
.navi_path > ul > li > a {font-size: 12px;}
.navi_path > ul > li > a span{font-size: 15px;}

.sub_tit {
    display: none;
}
.sub_tit > h2 {
    font-size: 25px;
    margin: 20px auto;
}

.sub_menu {
    float: none;
    width: auto;
}
.sub_box {
    float: none;
    margin-left: 0;
    width: auto;
    border-top: 0px solid #333;
    margin-top: 0;
    padding: 0;
}

#sub_contents{padding: 0 15px; width: auto;flex-direction: column;}



.sub_menu h2 {
    font-size: 20px;
}
.sub_menu span {
    font-size: 13px;
}
.sub_contents_wrap .sub_contents .sub_body .intro01 {
    line-height: 170%;
    font-size: 15px;
}


.proc_wrap .proc_txt > h3 {
    font-size: 20px;
}

.proc_wrap .proc_txt > span {
    font-size: 13px;
}


.infomation dt {
    width: 25%;
}

.history-list article h3 {
    font-size: 25px;
    letter-spacing: -1px;
	margin-left: 10px;
}

.history-list article {
    padding: 20px;
}

.history-list article h3:before {
    left: -37px;
}

.history-list article dl dt, .history-list article dl dd {
	padding: 5px;
    font-size: 13px;
}

.team ul {
    flex-direction: column;
}

.team ul li {
	margin: 0 0 30px;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 15px;
	border-top: 5px solid #0065b3;
}
.team ul li:before{display: none;}


#ft_copy {
    padding: 20px 20px;

}
#ft_copy .foot_logo {
    float: none;
    margin-top: 0;
	margin-bottom: 20px;
}


.proc_wrap > ul > li {
    width: auto;
	    margin: 30px 4px 0;
}


.proc_wrap > ul > li > i {
    right: 0;
}

    .proc_wrap > ul > li > i {
	    position: unset;
        display: block;
        margin: 10px auto 0;
        transform: rotate(90deg);
    }

.proc_wrap .proc_txt > p span{font-size: 13px; ;}
.proc_wrap .proc_txt > p span br{display: none;}




.gall_con {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

#bo_gall .gall_img {
    width: auto;
}

#bo_gall .gall_text_href {
    width: auto;
}

#bo_gall #gall_ul {
    margin: 0;
	display: block;

}
#bo_gall .gall_text_href a.bo_tit {
    font-size: 20px;
}

#bo_btn_top{display: none;}


.wr_arr dl dt, .wr_arr dl dd {
    padding: 10px;
    font-size: 13px;
}


.proc_wrap{overflow: scroll;}

.proc_tb2 {
    margin-top: 0px;
    margin-bottom: 30px;
    
}

.proc_tb th, .proc_tb td {
    padding: 5px 5px;
	font-size: 12px;
}
.cs-box .info h5 {
    font-size: 23px;
}

.cs-box .info p {
    font-size: 15px;
}

.cs-box .tel-box {
    padding: 30px;
}


.cs-box .tel-box .ac01 {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-direction: column;
}

.cs-box dl {
    display: flex;
    font-size: 20px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    flex-direction: column;
}



.cs-box dt, .cs-box dd{font-size: 13px;}
 .cs-box dd{font-size: 19px;}
.cs-box .tel-box .tel-txt h4 {
    font-size: 17px;
}
.cs-box .tel-box .tel-txt p {
    font-size: 13px;
}







*{word-break: auto-phrase !important;}