@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿・アーカイブ 2025-03-14rt
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sub_area > div {
    background: #fff;
    padding: 30px;
	border-radius: 15px;
}
#sub_area {
	width:380px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.child_navi_wrap {
    background: #cb010c;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: -35px;
}

ul.child_navi li {
    flex-grow: 0;
    display: inline-block;
    padding: 10px 40px;
}

ul.child_navi li a {
    padding: 0;
    font-size: 1.8rem;
    color: #FFFFFF;
    width: auto;
    padding-bottom: 6px;
	display: inline-block;
	background: transparent;
	position: relative;
	
}

ul.child_navi a:hover, ul.child_navi li.current_page_item a {
    background-color: transparent;
	position: relative;
    
}
ul.child_navi li.current_page_item a::after{
	position: absolute;
	content:'';
    height:3px;
    width:100%;
    background:#FFFFFF;
    display:inline-block;
    text-align:left;
    left: 0;
    bottom: 0;
}
ul.child_navi a::after {
    opacity: 1;
	content:'';
    height:3px;
    width:0%;
    background:#FFFFFF;
    display:inline-block;
    text-align:left;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:width
     .2s;
}

ul.child_navi a:hover::after {
    width:100%;
}

ul.child_navi a::before {
    font-family: "icomoon";
    color: #FFFFFF;
	background: #cb010c;
    content: "\e90b";
    margin-right: 15px;
    line-height: 1.8rem;
	font-weight: normal;

}

ul.child_navi li:not(:last-child) {
    border-right: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents_frame {
    background: #cb010c;
}

body:not(.home) #contents_area {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.page #main_area {
    background: #FFFFFF;
    width: 1200px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メインカラム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.home) #main_area {
    border-radius: 15px;
    background: #FFFFFF;
    padding: 70px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（下段／親のスタイル）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_main{
	margin: 0 20px;
}
#h_navi_main .inner {
    width: 100%;
    min-width: 1200px;
	max-width: 1800px;
	flex-wrap: nowrap;
	padding: 12px 0;
}

#h_navi_main .logo img{
	width: 340px;
	max-width: 18vw;
}
#h_navi_main .table {
    display: flex;
    margin-left: 30px;
	margin-right: auto;
    max-width: 400px;
    min-width: 300px;
    width: 21vw;
}

#h_navi_main .table .th {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, .7vw,1.4rem );
    font-weight: bold;
    color: #FFFFFF;
    background: #cb010c;
    border-radius: 5px 0 0 5px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cb010c;
    padding: 0 10px;
    max-width: 180px;
    min-width: 120px;
    white-space: nowrap;
}

#h_navi_main .table .td {
	font-size: 2.4rem;
	font-family: bahnschrift;
	border-radius: 0 5px 5px 0;
	border: 2px solid #cb010c;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .1vw 10px 0;
	min-width: 200px;
	max-width: 240px;
	width: 13vw;
	white-space: nowrap;
	font-weight: bold;
}

#h_navi_main .table .td::before{
	font-family: "icomoon";
    font-size: 2.4rem;
    margin-right: 2px;
    content: "\f095";
    line-height: 1;
    vertical-align: -4px;
	font-weight: normal;
}

#h_navi_main ul:not(.sub-menu){
	margin-left: 15px;
}

#h_navi_main ul:not(.sub-menu) > li {
    min-width: auto;
}

#h_navi_main ul:not(.sub-menu) > li.home {
    display: none;
}
#h_navi_main ul:not(.sub-menu) > li.service a{
	position: relative;
}

#h_navi_main ul:not(.sub-menu) > li.service > a::before{
    content: '\e915';
    font-family: "icomoon";
    position: absolute;
    bottom: -5px;
    line-height: 1;
    left: calc(50% - .5em);
    font-weight: normal;
    font-size: 1.5em;
    color: #cd000c;
    transition: .2s;
}

#h_navi_main ul:not(.sub-menu) > li.service:hover > a::before{
	transform: rotate(-180deg);
}

#h_navi_main ul:not(.sub-menu) > li.company a{
	padding-right: 1.8vw;
}
#h_navi_main ul:not(.sub-menu) > li:nth-last-child(-n+2) a{
	min-width: 130px;
	 max-width: 140px;
}


#h_navi_main ul:not(.sub-menu) > li > a {
    font-size: 1.6rem;
    font-weight: bold;
	white-space: nowrap;
	padding: 20px 1.2vw;
   
}
#h_navi_main ul:not(.sub-menu) > li[class*='current'] > a ,#h_navi_main ul:not(.sub-menu) > li:nth-last-child(1n + 3):hover > a{
	color: #cd000c;
}

#h_navi_main ul:not(.sub-menu) > li > a:after {
    display: none;
}

#h_navi_main ul:not(.sub-menu) > li.recruit > a {
    background: #138ddb;
    border-radius: 5px;
    color: #FFFFFF;
	margin-right: 5px;
}

#h_navi_main ul:not(.sub-menu) > li.recruit > a:hover {
	opacity: .6;
}

#h_navi_main ul:not(.sub-menu) > li.recruit[class*='current'] > a:after, #h_navi_main ul:not(.sub-menu) > li.recruit > a:hover:after{
	opacity: 0;
}

#h_navi_main ul:not(.sub-menu) > li.contact > a {
    background: #cd000c;
    border-radius: 5px;
    color: #FFFFFF;
}

#h_navi_main ul:not(.sub-menu) > li.contact > a:hover {
	opacity: .6
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（下段／子のスタイル）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_main ul.sub-menu {
    top: 115px;
    /*background-color: rgba(0, 0, 0, .8);*/
    background-color: transparent;
    padding: 0;
}

#h_navi_main ul.sub-menu:before {
    display: none;
}

#h_navi_main ul:not(.sub-menu) > li.contact ul.sub-menu {
    display: none;
}

#h_navi_main ul.sub-menu > li {
    margin-bottom: 3px;
}

#h_navi_main ul.sub-menu a {
    background-color: #000;
    padding: 20px 17px;
}

#h_navi_main ul.sub-menu li:not(:last-child) a {
    border-bottom: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログの目次を整える2025-10-15 kn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#toc_container {
	padding: 20px 40px !important;
}