  @charset "utf-8";
/* ★charset */

header,
nav,
main,
fotter,
section,
article{
	display: block;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	background: #fff;
}
body{
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 100%;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	font-size: 1.0rem;
	line-height: 1.6;
	background: #fff;
}
#container{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/* SP */
@media screen and (max-width: 767px){
	body.alternate{
		min-width: 0;
	}
}

/* header */
#header_index{
	padding: 5% 0 7.8% 3%;
	background: url(/shared/img/bg_leftup_wht.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1000;
	margin-top: -7.8%;
}
#header_index h1{
	padding: 0;
}
#header_index h1 img{
	width: auto;
	margin: -1.5% -2%;
}
#header_second{
	position: relative;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	margin-top: -8%;
	background: #fff;
	padding: 7% 0 0 3%;
	z-index: 10;
}
#header_second p{
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
	line-height: 100%;
}

#header_second p img {
	margin: -1.5% -2% -2%;
}

/* SP */
@media screen and (max-width: 767px){
	#header_index h1 img,
	.alternate #header_second img{
		width: 45vw;
		height: auto;
	}
}

/* mainvisual */
#mainvisual_second{
	position: relative;
	margin-top: -2.4%;
	z-index: 0;
}
#mainvisual_second h1,
#mainvisual_second .title_mainvisual{
	position: absolute;
	top: 43%;
	right: 4%;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
	-webkit-text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
#mainvisual_second h1.title_black,
#mainvisual_second .title_mainvisual.title_black{
	color: #333;
	-webkit-text-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
}
#mainvisual_second h1.twoline_en,
#mainvisual_second .title_mainvisual.twoline_en,
body.special #mainvisual_second .title_mainvisual.twoline_en,
body.workstyle #mainvisual_second .title_mainvisual.twoline_en{
	top: 33%;
}
#mainvisual_second h1 span,
#mainvisual_second .title_mainvisual span{
	font-size: 50px;
	font-size: 5.0rem;
	font-family: 'Oswald', sans-serif;
}
#mainvisual_second h1.twoline_en span,
#mainvisual_second .title_mainvisual.twoline_en span{
	display: inline-block;
	line-height: 1;
	text-align: right;
}
#mainvisual_second h1.twoline_en span span,
#mainvisual_second .title_mainvisual.twoline_en span span{
	margin-bottom: 0.5em;
}
#mainvisual_second h1 span span,
#mainvisual_second .title_mainvisual  span span{
	font-size: 24px;
	font-size: 2.4rem;
}
#mainvisual_second > img{
	width: 100%;
	height: auto;
}
/* SP */
@media screen and (max-width: 767px){
	.alternate #mainvisual_second h1,
	.alternate #mainvisual_second .title_mainvisual{
		top: 18%;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.alternate #mainvisual_second h1 span,
	.alternate #mainvisual_second .title_mainvisual span{
		font-size: 30px;
		font-size: 3.0rem;
	}
	.alternate #mainvisual_second h1 span span,
	.alternate #mainvisual_second .title_mainvisual span span{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.alternate #mainvisual_second h1.twoline_en span span,
	.alternate #mainvisual_second .title_mainvisual.twoline_en span span{
		margin-bottom: 0;
	}
}

/* menu */
#menu{
	overflow: hidden scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	zoom: 1;
	z-index: 2000;
}
#menu:before,
#menu:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
#menu:after{
	clear: both;
}
#menu.open{
	height: 100%;
}
#menu_btn{
	display: block;
	cursor: pointer;
	position: fixed;
	z-index: 2010;
	top: 20px;
	right: 20px;
	text-align: right;
}

#menu_btn .btn_close{
	display: none;
}
#menu_btn.open .btn_open{
	display: none;
}
#menu_btn.open .btn_close{
	display: inline;
}

/* 202103 search box add */
#b_menu_src{
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 2010;
    top: 20px;
    right: 100px;
    outline: none;
}
#b_srch_btn{
    outline: none;
}
.b_modal_area{
    z-index: 2030;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.b_modal_area::after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.b_modal_area #b_src_modal_wrapper {
    box-sizing: border-box;
    display: inline-block;
    z-index: 2040;
    position: relative;
    width: 50%;
    min-width: 768px;
    left: 50%;
    transform: translateX(-50%);
    padding: 64px;
    border: none;
    border-radius: 4px;
    vertical-align: middle;
    background: #fff;
}
#b_modal_bg{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
}
.b_modal_area #b_src_modal_close{
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: -6px;
    width: 48px;
    background: transparent;
    border: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-indent: 0;
    font-size: 36px;
    color: #95979c;
    outline: none;
}
.b_modal_area #b_src_modal_close{
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-indent: 0;
    font-size: 36px;
    color: #95979c;
}
.b_modal_area #b_src_modal_close:hover{
    color: #2b2e38
}
#b_src_modal_content{
    display: inline-block;
    width: 100%;
    height: fit-content;
    max-height: 50%;
    vertical-align: middle;
    background: #fff;
    max-height: 100%;
}
form#b_cse-search-box{
    display: flex;
    margin: 0 auto;
}
#b_src_modal_wrapper #b_srchInput{
    width: calc(90% - 200px) !important;
    border: 1px solid #82888e;
    margin-right: 2em;
    padding: 12px 32px !important;
    border-radius: 4px;
    font-size: 20px;
}
#b_src_modal_wrapper input#b_srchBtn{
    cursor: pointer;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    border: solid 1px #be004c;
    padding: 8px;
    min-width: 160px;
    background: transparent;
    font-size: 20px;
    vertical-align: top;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
#b_src_modal_wrapper input#b_srchBtn:hover{
    background: rgba(190, 0, 76, 0.4);
    color: #fff;
}
.b_modal_is_show{
    visibility: visible;
    opacity: 1;
}

/* SP */
@media screen and (max-width: 767px){
    .alternate #b_menu_src{
        top: 0;
        right: 50px;
    }
    .alternate #b_menu_src img{
        width: 80%;
    }
    .alternate #b_srch_btn{
        width: 80%;
    }
    .b_modal_area{
        padding: 2vw;
    }
    .b_modal_area #b_src_modal_wrapper{
        width: 98%;
        min-width: 95%;
        padding: 10vh 2vw;
    }
    form#b_cse-search-box{
        display: flex;
        flex-flow: column;
        align-content: center;
        margin: 0 auto;
        text-align: center;
    }
    #b_src_modal_wrapper #b_srchInput{
		width: 60vw !important;
        margin: 0 auto 4vh;
    }
	#b_src_modal_wrapper #b_srchInput::placeholder{
		text-align: center;
		color: rgb(117, 117, 117);
	}
    #b_src_modal_wrapper #b_srchBtn{
        width: fit-content;
        padding: 14px 48px;
        margin: 0 auto;
		color: #000;
		font-weight: normal;
    }
}

/* ----- */

/* 201803 langswitch add */

	#menu_lang{
		font-family: 'Oswald', sans-serif;
		position: absolute;
		z-index: 2010;
		font-size: 2.0rem;
		top: 50px;
		right: 200px;
		line-height: 1;
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.8),0 0 10px rgba(0,0,0,0.2);
	}

	#menu_lang a{
		color: #fff;
		transition: .4s;
	}

	#menu_lang a:hover{
		color: #be004c;
	}
	/* SP */
	@media screen and (max-width: 767px){
	}

/* ----- */


.menu_wrap_list{
	position: relative;
	width: 100%;
	padding-top: 70px;
}
.menu_wrap_list_item{
	width: 33.33%;
	float: left;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	overflow: hidden;
}
.menu_wrap_list_item a{
	display: block;
	font-size: 18px;
	font-size: 2.9vh;
	padding: 2.5vh 1.0vh;
	color: #fff;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.menu_wrap_list_item a:before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(190, 0, 76, 0.4);
	-webkit-transform: skewX(-4.45deg);
	transform: skewX(-4.45deg);
	margin-left: 0;
	z-index: -1;
	transition: 0.4s;
}
.menu_wrap_list_item a:hover:before{
	content: "";
	width: 120%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -10%;
}
.menu_wrap_list_item a:hover{
	color: #fff;
}
.menu_wrap_list_item span{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}
.menu_wrap_list_item.w100{
	width: 100%;
}

/* 201803 add download */

.menu_wrap_sub{
	height: 60px;
	line-height: 60px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	zoom: 1;
}
.menu_wrap_sub:before,
.menu_wrap_sub:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.menu_wrap_sub:after{
	clear: both;
}
.menu_wrap_sub p{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #888;
	float: left;
	width: auto;
	margin-right: 25px;
	padding-right: 10px;
}
.menu_wrap_sub p .icon_font{
	font-size: 4.0rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.menu_wrap_sub p:after{
	position: absolute;
	top: 0;
	right: -5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	content: url(/shared/img/arrow_footer_download.png);
}
.menu_wrap_sub ul{
	zoom: 1;
	float: left;
}
.menu_wrap_sub ul:before,
.menu_wrap_sub ul:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.menu_wrap_sub ul:after{
	clear: both;
}
.menu_wrap_sub ul li{
	float: left;
	margin-right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.menu_wrap_sub ul li a{
	display: inline-block;
	position: relative;
	padding-right: 16px;
}
.menu_wrap_sub ul li a:before{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -1.5px;
	transition: .4s;
}
.menu_wrap_sub ul li a:after{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 1.5px;
	transition: .4s;
}
.menu_wrap_sub ul.footer_sub_link_right{
	float: right;
}

.menu_wrap_sub{
	border: none;
}

.menu_wrap_sub a{
	color: #fff;
	transition: .4s;
}

.menu_wrap_sub > p{
	width: 15%;
	margin-right: 25px;
	padding-right: 10px;
	text-align: center;
}

.menu_wrap_sub ul{
	width: 80%;
}
.menu_wrap_sub a:hover{
	color: #be004c;
}
.menu_wrap_sub a:hover:before,
.menu_wrap_sub a:hover:after{
	background-color: #be004c;
}

.menu_wrap_sub .sp-right{
	float: right;
}


/* ------ */

/* SP */
@media screen and (max-width: 767px){
	.alternate #menu{
		top: 0;
		right: 0;
	}
	.alternate #menu_btn{
		top: 0;
		right: 0;
	}
	.alternate #menu_btn img{
		width: 80%;
	}
	.alternate .menu_wrap_list{
		padding-top: 100px;
	}
	.alternate .menu_wrap_list li{
		width: 50%;
	}
	.alternate .menu_wrap_list li.w100{
		width: 100%;
	}
	.alternate .menu_wrap_list_item a{
		font-size: 3.5vw;
		padding: 2.4vh 2vw;
	}
	.alternate .menu_wrap_list_item span {
		font-size: 2.5vw;
		display: block;
		margin-left: 0;
	}
	
	/* 201803 langswitch add */
	
	#menu_lang{
		font-size: 1.6rem;
		top: 24px;
    right: 150px;
	}
	.menu_wrap_sub p{
		display: none;
	}
	.menu_wrap_sub li{
		display: inline-block;
	}
	.menu_wrap_sub a{
		padding-left: 2vw;
	}
	
	/* ------- */
	
	/* 202103 search button add */

	#menu_search{
		top: 0;
		right: 60px;
	}
	#menu_search img{
		width: 80%;
	}
	
	/* ------- */
}

/* breadcrumbs */
#breadcrumbs{
	position: relative;
	-webkit-transform: skewY(4.45deg);
	transform: skewY(4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	background: #fff;
	margin-top: -0.5%;
	padding: 2% 0 8% 3%;
	z-index: 10;
}
#breadcrumbs ol{
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
	width: 45%;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbs li{
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbs li:before{
	content: "　>　";
}
#breadcrumbs li:first-child:before{
	content: "";
}
#breadcrumbs li{
	color: #333;
}
#breadcrumbs li.current{
	font-weight: bold;
}
#breadcrumbs li.current:before{
	font-weight: normal;
}
#breadcrumbs li a{
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumbs:after{
	display: block;
	width: 30px;
	height: 3px;
	margin: 1% auto 0 auto;
	background: #c2c2c2;
	content: "";
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
}

#contents_second{
	position: relative;

	overflow: hidden;

	margin-top: -8%;
	z-index: 20;
	border-bottom: solid 1px #ddd;
	min-height: 800px;/* ★★★ */
}

/* main_second */
#main_second{
	position: relative;
	padding: 6.25% 0 0 20vw;
/*
	overflow: hidden;
*/
	z-index: 20;
}
#page_env-index #main_second{
	overflow: hidden;
}
#main_second.main_hauto{
	min-height: auto;/* ★★★ */
}
/* IE11に適用
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #main_second{
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	*::-ms-backdrop, #contents_second:after{
		content:".";display:block;height:0;clear:both;visibility:hidden;
	}
} */
/* min-width以下 */
@media screen and (max-width: 1016px){
	#main_second{
		padding: 6.25% 0 0 204px;
	}
}
/* SP */
@media screen and (max-width: 767px){
	.alternate #main_second{
		width: 100%;
		min-height: auto;
		padding: 0;
		padding-top: 8%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#page_ser-search #contents_second{
		min-height: auto;
	}
}

/* footer */
footer{
	font-family: 'Oswald', sans-serif;
}
footer > ul{
	padding: 0 40px;
	zoom: 1;
	letter-spacing: 0.5px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #ddd;
}
footer > ul:before,
footer > ul:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
footer > ul:after{
	clear: both;
}
footer > ul > li{
	display: table-cell;
	width: 20%;
	border-left: solid 1px #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer > ul > li:first-child{
	border-left: none;
}
.footer_columntitle{
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 20px;
}
.footer_columntitle.mode_sp{
	display: none;
}

.footer_columntitle.mode_sp a{
	padding: 0;
}

.footer_columntitle a{
	color: #333;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 20px;
}
.footer_columntitle a:hover{
	color: #be004c;
}
.footer_columntitle span{
	display: block;
	font-size: 1.0rem;
}
.footer_columntitle span.icon_sp{
	display: inline-block;
	line-height: 1;
	margin-top: -5px;
	margin-left: 7px;
	padding: 2px 8px;
	text-align: center;
	background: #aaa;
	color: #fff;
	font-size: 1.0rem;
	vertical-align: middle;
	letter-spacing: 1.5px;
}
.footer_columntitle a:hover span.icon_sp{
	background: #be004c;
}
.footer_link{
	padding-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
body.mode_pc .footer_link{
	display: block !important;
}
.footer_link li:first-child{
	display: none;
}
.footer_link a{
	color: #333;
	overflow: hidden;
	position: relative;
	display: block;
	padding: 5%;
}
.footer_link a .icon_sp_s{
	display: inline-block;
	line-height: 1;
	margin-top: -2px;
	margin-left: 7px;
	padding: 1px 8px;
	text-align: center;
	background: #aaa;
	color: #fff;
	font-size: 0.8rem;
	vertical-align: middle;
	letter-spacing: 1.5px;
}
.footer_link a:before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(190, 0, 76, 0.4);
	z-index: -1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.footer_link a:hover:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_link a:hover{
	color: #fff;
}
.footer_link a:hover .icon_sp_s{
	background: #fff;
	color: #ea98b9;
}
.footer_sub{
	height: 60px;
	line-height: 60px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	zoom: 1;
}
.footer_sub:before,
.footer_sub:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.footer_sub:after{
	clear: both;
}
.footer_sub p{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #888;
	float: left;
	width: auto;
	margin-right: 25px;
	padding-right: 10px;
}
.footer_sub p .icon_font{
	font-size: 4.0rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.footer_sub p:after{
	position: absolute;
	top: 0;
	right: -5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	content: url(/shared/img/arrow_footer_download.png);
}
.footer_sub ul{
	zoom: 1;
	float: left;
}
.footer_sub ul:before,
.footer_sub ul:after{
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
.footer_sub ul:after{
	clear: both;
}
.footer_sub ul li{
	float: left;
	margin-right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer_sub ul li a{
	display: inline-block;
	position: relative;
	padding-right: 16px;
}
.footer_sub ul li a:before{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #be004c;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -1.5px;
}
.footer_sub ul li a:after{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #be004c;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 1.5px;
}
.footer_sub ul.footer_sub_link_right{
	float: right;
}
.footer_copyrights{
	background: #fafafa;
	padding: 5%;
	text-align: left;
}
.footer_copyrights p{
	text-align: center;
	margin-bottom: 2%;
}

footer > ul > li.footer_col2{
	width: 40%;
}

footer > ul > li.footer_col2 .footer_link li{
	width: 50%;
	float: left;
}

footer .goTop{
	position: fixed;
	bottom: 2%;
	right: 2%;
	display: block;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	line-height: 1;
	z-index: 1010;
	overflow: hidden;
	transition: .4s;
}

footer .goTop.hidden{
	bottom: -50vh;
}

footer .goTop:hover{
	background: rgba(190, 0, 76, 0.4);
}

footer .brdt{
	border-top: solid 1px #ddd;
	margin-right: -40px;
}


/* SP */
@media screen and (max-width: 767px){
	
	footer .goTop{
		width: 50px;
		height: 50px;
	}
	
	footer .goTop img{
		width: 100%;
	}
	
	.alternate footer{
		padding: 0;
	}
	.alternate footer > ul{
		padding: 0;
	}
	.alternate footer > ul:last-of-type{
		border-top: none;
	}
	.alternate footer > ul > li{
		display: block;
		width: 100%;
		border-left: none;
		padding: 0;
	}
	.alternate .footer_columntitle{
		margin: 0;
		padding: 5%;
		border-bottom: solid 1px #ddd;
	}
	.alternate .footer_columntitle.mode_pc{
		display: none;
	}
	.alternate .footer_columntitle.mode_sp{
		display: block;
	}
	.alternate .footer_link{
		padding-bottom: 0;
		display: none;
		border-bottom: solid 1px #ddd;
	}
	.alternate .footer_link li:first-child{
		display: block;
	}
	.alternate .footer_sub{
		border-top: none;
		padding: 0;
		height: auto;
		line-height: 2;
	}
	.alternate .footer_sub p {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.alternate .footer_sub p .icon_font{
		margin: 0 10px 0 0;
	}
	.alternate .footer_sub p:after{
		display: none;
	}
	.alternate .footer_sub ul{
		float: none;
	}
	.alternate .footer_sub ul li{
		float: none;
	}
	.alternate .footer_sub ul li a{
		display: block;
		padding: 2.5vw 5vw;
	}
	.alternate .footer_sub ul.footer_sub_link_right{
		float: none;
	}
	.alternate .footer_copyrights{
		padding: 10% 3%;
	}
	.alternate .footer_copyrights p{
		margin-bottom: 10%;
	}
	.alternate .footer_copyrights img{
		width: 30%;
	}
	
	footer > ul > li.footer_col2 .footer_link li{
		width: 100%;
		float: none;
	}
}

/* sidenav */
#sidemenu{
	position: absolute;
	top: 0;
	left: 0;
	width: 20vw;
	height: 100%;
	border-right: solid 1px #ddd;
	z-index: 100;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
#sidemenu > ul > p{
	display: block;
	padding: 10px 40px 10px 35px;
	color: #333;
	position: relative;
	overflow: hidden;
	font-size: 1.9rem;
	font-family : 'Oswald', sans-serif, "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	color: #2b8282;
}
#sidemenu > ul > li > a{
	display: block;
	padding: 20px 40px 20px 50px;
	color: #333;
	position: relative;
	overflow: hidden;
}
#sidemenu > ul > li > a:after{
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 8px;
	height: 1px;
	border-top: 1px solid #333;
	content: "";
}
#sidemenu > ul > li > a:hover:after{
	border-top: 1px solid #fff;
}
#sidemenu li a:before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ea98b9;
	z-index: -1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#sidemenu li a:hover:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#sidemenu li a:hover{
	color: #fff;
}
#sidemenu > ul > li.has_submenu > a:after{
	content: "＋";
	display: block;
	width: 15px;
	height: 15px;
	border: solid 1px #555;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	color: #555;
	line-height: 16px;
	text-align: center;
}
#sidemenu > ul > li.has_submenu > a:hover:after{
	border: solid 1px #fff;
	color: #fff;
}
.side_submenu{
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 0;
	top: 0;
	left: 20vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
	display: none;
}
.side_submenu .mode_sp{
	display: none;
}
.side_submenu.open{
	width: 100%;
}
.side_submenu > li a{
	display: block;
	padding: 10px 20px;
	color: #fff;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
/* 20220120 change menu */
.side_submenu > p{
	display: block;
	position: relative;
	padding: 40px 10px 10px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
}
#sidemenu .side_submenu > li a:before{
	background-color: rgba(190, 0, 76, 0.4);
}
body.mode_sp .side_submenu > li a{
	padding: 20px 30px;
}
body.mode_sp #sidemenu .side_submenu > li a:hover{
	color: #fff;
}
#sidemenu li.open_child > a,
/* 会社案内系 */
#page_com-message #side_com-message > a,
#page_com-outline #side_com-outline > a,
#page_com-organization #side_com-organization > a,
#page_com-philosophy #side_com-philosophy > a,
#page_com-vision #side_com-vision > a,
#page_com-humanrights #side_com-humanrights > a,
#page_com-code #side_com-code > a,
#page_com-health #side_com-health > a,
#page_com-history #side_com-history > a,
#page_com-access #side_com-access > a,
/* 130周年記念コンテンツ */
#page_ani-meiji #side_ani-meiji > a,
#page_ani-taisho #side_ani-taisho > a,
#page_ani-showa #side_ani-showa > a,
#page_ani-heisei #side_ani-heisei > a,
/* CSR系 */
#page_csr-compliance #side_csr-compliance > a,
#page_csr-diversity #side_csr-diversity > a,
#page_csr-info #side_csr-info > a,
#page_csr-env #side_csr-env > a,
#page_csr-report #side_csr-report > a,
#page_csr-sdgs #side_csr-sdgs > a,
/* IR系 */
#page_ir-message #side_ir-message > a,
#page_ir-news #side_ir-news > a,
#page_ir-annual #side_ir-annual > a,
#page_ir-lib #side_ir-lib > a,
#page_ir-shareholders #side_ir-shareholders > a,
#page_ir-holding #side_ir-holding > a,
#page_ir-notice #side_ir-notice > a,
#page_ir-schedule #side_ir-schedule > a,
#page_ir-disclosure #side_ir-disclosure > a,
#page_ir-requestpurchase #side_ir-requestpurchase > a,
#page_ir-dividend #side_ir-dividend > a,
#page_ir-account #side_ir-account > a,
#page_ir-faq #side_ir-faq > a,
#page_ir-procedure #side_ir-procedure > a,
/* 技術研究所系 */
#page_lab-news #side_lab-news > a,
#page_lab-tour #side_lab-tour > a,
#page_lab-compliance #side_lab-compliance > a,
#page_lab-organization #side_lab-organization > a,
#page_lab-technique #side_lab-technique > a,
/* 採用情報系 */
#page_peo-recruit #side_peo-recruit > a,
#page_peo-career #side_peo-career > a,
#page_peo-handicap #side_peo-handicap > a,
#page_peo-energy #side_peo-energy > a,
#page_peo-greeting #side_peo-greeting > a,
/* リニューアル／ソリューション系 */
#page_sol-civil #side_sol-civil > a,
#page_sol-architecture #side_sol-architecture > a,
#page_sol-mplus #side_sol-mplus > a,
#page_sol-estate #side_sol-estate > a,
#page_sol-toggle #side_sol-toggle > a,
#page_sol-medical #side_sol-medical > a,
#page_sol-environment #side_sol-environment > a,
/* 麻豆APP績系 */
#page_res-civil #side_res-civil > a,
#page_res-architecture #side_res-architecture > a,
#page_res-international #side_res-international > a,
#page_res-area #side_res-area > a,
/* 飛島の技術系 */
#page_tec-civil #side_tec-civil > a,
#page_tec-architecture #side_tec-architecture > a,
#page_tec-environment #side_tec-environment > a,
#page_tec-general #side_tec-general > a,
/* 防災のトビシマ */
#page_bousai-cycle #side_bousai-cycle > a,
#page_bousai-tec #side_bousai-tec > a,
#page_bousai-act #side_bousai-act > a,
/* ダウンロード系 */
#page_dow-client #side_dow-client > a,
#page_dow-invoice #side_dow-invoice > a,
/* プライバシーポリシー系 */
#page_pri-privacy #side_pri-privacy > a,
#page_pri-publication #side_pri-publication > a,
#page_pri-security #side_pri-security > a,
/* お問い合わせ系 */
#page_inq-inquiry #side_inq-inquiry > a,
#page_inq-service #side_inq-service > a,
/* サイト内検索 */
#page_ser-search #side_ser-search > a{
	color: #fff;
	background-color: #ea98b9;
}
/* 会社案内系 */
#page_com-message #side_com-message > a:after,
#page_com-outline #side_com-outline > a:after,
#page_com-organization #side_com-organization > a:after,
#page_com-philosophy #side_com-philosophy > a:after,
#page_com-vision #side_com-vision > a:after,
#page_com-humanrights #side_com-humanrights > a:after,
#page_com-health #side_com-health > a:after,
#page_com-history #side_com-history > a:after,
#page_com-access #side_com-access > a:after,
/* 130周年記念コンテンツ */
#page_ani-meiji #side_ani-meiji > a:after,
#page_ani-taisho #side_ani-taisho > a:after,
#page_ani-showa #side_ani-showa > a:after,
#page_ani-heisei #side_ani-heisei > a:after,
/* CSR系 */
#page_csr-info #side_csr-info > a:after,
#page_csr-env #side_csr-env > a:after,
#page_csr-report #side_csr-report > a:after,
/* IR系 */
#page_ir-message #side_ir-message > a:after,
#page_ir-news #side_ir-news > a:after,
#page_ir-lib #side_ir-lib > a:after,
#page_ir-shareholders #side_ir-shareholders > a:after,
#page_ir-notice #side_ir-notice > a:after,
#page_ir-schedule #side_ir-schedule > a:after,
#page_ir-disclosure #side_ir-disclosure > a:after,
#page_ir-requestpurchase #side_ir-requestpurchase > a:after,
#page_ir-dividend #side_ir-dividend > a:after,
#page_ir-account #side_ir-account > a:after,
#page_ir-faq #side_ir-faq > a:after,
#page_ir-procedure #side_ir-procedure > a:after,
/* 技術研究所系 */
#page_lab-news #side_lab-news > a:after,
#page_lab-tour #side_lab-tour > a:after,
#page_lab-compliance #side_lab-compliance > a:after,
#page_lab-organization #side_lab-organization > a:after,
#page_lab-technique #side_lab-technique > a:after,
/* 採用情報系 */
#page_peo-recruit #side_peo-recruit > a:after,
#page_peo-career #side_peo-career > a:after,
#page_peo-handicap #side_peo-handicap > a:after,
#page_peo-energy #side_peo-energy > a:after,
#page_peo-greeting #side_peo-greeting > a:after,
/* リニューアル／ソリューション系 */
#page_sol-civil #side_sol-civil > a:after,
#page_sol-architecture #side_sol-architecture > a:after,
#page_sol-mplus #side_sol-mplus > a:after,
#page_sol-estate #side_sol-estate > a:after,
#page_sol-medical #side_sol-medical > a:after,
#page_sol-environment #side_sol-environment > a:after,
/* 麻豆APP績系 */
#page_res-civil #side_res-civil > a:after,
#page_res-architecture #side_res-architecture > a:after,
#page_res-international #side_res-international > a:after,
/* 飛島の技術系 */
#page_tec-civil #side_tec-civil > a:after,
#page_tec-architecture #side_tec-architecture > a:after,
#page_tec-environment #side_tec-environment > a:after,
#page_tec-general #side_tec-general > a:after,
/* 防災のトビシマ */
#page_bousai-act #side_bousai-act > a:after,
/* ダウンロード系 */
#page_dow-client #side_dow-client > a:after,
#page_dow-invoice #side_dow-invoice > a:after,
/* プライバシーポリシー系 */
#page_pri-privacy #side_pri-privacy > a:after,
#page_pri-publication #side_pri-publication > a:after,
#page_pri-security #side_pri-security > a:after,
/* お問い合わせ系 */
#page_inq-inquiry #side_inq-inquiry > a:after,
#page_inq-service #side_inq-service > a:after,
#page_inq-enquete #side_inq-enquete > a:after,
/* サイト内検索 */
#page_ser-search #side_ser-search > a:after{
	color: #fff !important;
	border-top: solid 1px #fff !important;
}
#sidemenu li.open_child > a:after,
/* 会社案内系 */
#page_com-history li#side_com-history.has_submenu > a:after,
#page_com-access li#side_com-access.has_submenu > a:after,
/* IR系 */
#page_ir-lib li#side_ir-lib.has_submenu > a:after,
/* 技術研究所系 */
#page_lab-tour li#side_lab-tour.has_submenu > a:after,
/* 採用情報系 */
#page_peo-energy li#side_peo-energy.has_submenu > a:after,
/* リニューアル／ソリューション系 */
#page_sol-civil #side_sol-civil.has_submenu > a:after,
#page_sol-architecture #side_sol-architecture.has_submenu > a:after,
#page_sol-environment #side_sol-environment.has_submenu > a:after,
#page_sol-toggle #side_sol-toggle > a:after,
/* 麻豆APP績系 */
#page_res-civil #side_res-civil.has_submenu > a:after,
#page_res-architecture #side_res-architecture.has_submenu > a:after,
#page_res-international #side_res-international.has_submenu > a:after,
#page_res-area #side_res-area > a:after,
/* 飛島の技術系 */
#page_tec-civil #side_tec-civil.has_submenu > a:after,
#page_tec-architecture #side_tec-architecture.has_submenu > a:after,
#page_tec-environment #side_tec-environment.has_submenu > a:after,
#page_tec-general #side_tec-general.has_submenu > a:after,
/* CSR系 */
#page_csr-env #side_csr-env > a:after,
#page_csr-report #side_csr-report > a:after,
/* 防災のトビシマ */
#page_bousai-cycle #side_bousai-cycle > a:after,
#page_bousai-tec #side_bousai-tec > a:after,
/* お問い合わせ系 */
#page_inq-service #side_inq-service > a:after{
	color: #fff !important;
	border: solid 1px #fff !important;
}
.side_banner{
	margin-top: 20%;
	text-align: center;
}
.side_banner img{
	width: 80%;
}
/* min-width以下 */
@media screen and (max-width: 1016px){
	#sidemenu,
	.side_submenu{
		width: 204px;
	}
	.side_submenu{
		left: 204px;
	}
}
/* SP */
@media screen and (max-width: 767px){
	body.mode_sp.alternate #sidemenu{
		position: static;
		width: 100%;
		padding: 0;
		border-top: solid 1px #ddd;
		background: #f1f1f1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	body.mode_sp.alternate #sidemenu > ul > li{
		border-bottom: solid 1px #ddd;
	}
	body.mode_sp.alternate #sidemenu > ul > li > a{
		padding: 5vw;
	}
	body.mode_sp.alternate #sidemenu > ul > li > a:hover{
		color: #333;
	}
	body.mode_sp.alternate #sidemenu > ul > li > a:hover:after{
		border-top: 1px solid #333;
	}
	body.mode_sp.alternate #sidemenu li a:hover:before{
		width: 0;
	}
	body.mode_sp.alternate #sidemenu > ul > li.has_submenu > a:hover:after {
		border: solid 1px #555;
		color: #555;
	}
	body.mode_sp.alternate .side_submenu{
		position: static;
		width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		display: none;
		-webkit-transition: none;
		transition: none;
	}
	body.mode_sp.alternate .side_submenu .mode_sp{
		display: block;
	}
	body.mode_sp.alternate #sidemenu li > a:after{
		color: #333 !important;
		border-top: solid 1px #333 !important;
	}
	body.mode_sp.alternate #sidemenu li.has_submenu > a:after{
		border: solid 1px #333 !important;
	}
	body.mode_sp.alternate #sidemenu .side_submenu > li a:hover:before{
		background: none;
	}
	body.mode_sp.alternate .side_banner{
		margin-top: 10%;
		margin-bottom: 10%;
	}
}

/* 斜め系 */
.leftupBox{
	position: relative;
	-webkit-transform: skewY(4.45deg);
	transform: skewY(4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	overflow: hidden;
}
.rightupBox{
	position: relative;
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	overflow: hidden;
}
/*
.leftupBox_mask,
.rightupBox_mask{
	position: relative;
	height: auto;
}
*/
.secondcont{
	margin-top: -8%;
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.leftupBox_mask_white{
	-webkit-transform: skewY(4.45deg);
	transform: skewY(4.45deg);
	background: rgba(255, 255, 255, 0.9);
	padding: 3vw 5vw 8vw 5vw;
	margin-top: 9vw;
}
/*
.seccont_leftup{
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.seccont_rightup{
	-webkit-transform: skewY(4.45deg);
	transform: skewY(4.45deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
*/
.leftupBox_mask_white > div{
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
}
.leftupBox_mask_white > p.tac{
	-webkit-transform: skewY(-4.45deg);
	transform: skewY(-4.45deg);
}

.mask_bottom{
	position: relative;
	background: url(/shared/img/mask_skew.png) no-repeat;
	background-size: 100% auto;
	padding: 7.7% 0 0;
	margin-top: -7.8%;
}
.flatBox{
	margin-top: -7.8%;
}
.withpadding{
	padding: 1.25% 5% 0 5%;
}
.withpadding_l{
	padding: 5%;
}
.leftup_btmflat{
	margin-bottom: -9vw;
}
/* SP */
@media screen and (max-width: 767px){
	.alternate .flatBox{
		margin-top: 0;
	}
	.alternate .withpadding{
		padding: 0 2.5%;
	}
}

/* 検索窓 */
#list_search{
	position: absolute;
	top: 44px;
	left: 0;
	width: 84%;
}
#srchBox,
#srchBox_inpage{
	position: relative;
	width: 100%;
	padding: 0 5vh;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3000;
}
#srchBox_inpage{
	padding: 0;
}
#srchBox #srch #srchForm,
#srchBox_inpage #srch_inpage #srchForm_inpage{
	white-space: nowrap;
}
#srchBox #srchInput,
#srchBox_inpage #srchInput_inpage{
	float: left;
	width: 88%;
	height: 39px;
	line-height: 39px;
	margin-right: 2%;
	padding: 0 4px 0 42px;
	border: 1px solid #fff;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 !important;
	/*background: url(/shared/img/icon_search.png) no-repeat 15px center;*/
}
#srchBox_inpage #srchInput_inpage{
	border: 1px solid #999;
	color: #666;
	background: url(/shared/img/icon_search_black.png) no-repeat 15px center;
}
#srchBox #srchBtn,
#srchBox_inpage #srchBtn_inpage{
	position: relative;
	float: left;
	width: 10%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #fff;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	cursor: pointer;
}
#srchBox_inpage #srchBtn_inpage{
	border: 1px solid #999;
	color: #666;
}
#srchBox #srchBtn,
#srchBox_inpage #srchBtn_inpage{
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}
#srchBox #srchBtn:hover,
#srchBox_inpage #srchBtn_inpage:hover{
	color: #fff;
	background-color: rgba(190, 0, 76, 0.4);
}
/*
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
*/
#srchBox #srchLogo,
#srchBox_inpage #srchLogo_inpage{
	margin: 6px 0;
	text-align: right;
}
#srchBox #srchLogo a,
#srchBox_inpage #srchLogo_inpage a{
	color: #999;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
}
#srchBox_inpage #srchLogo_inpage a{
	color: #ddd;
}
#srchBox #srchLogo a:hover,
#srchBox_inpage #srchLogo_inpage a:hover{
	text-decoration: underline;
}
/* SP */
@media screen and (max-width: 767px){
	#list_search{
		top: 24px;
		width: 80%;
	}
	#srchBox{
		padding: 0 2vw;
	}
	#srchBox #srchInput,
	#srchBox_inpage #srchInput_inpage{
		width: 76%;
	}
	#srchBox #srchBtn,
	#srchBox_inpage #srchBtn_inpage{
		width: 22%;
	}
	#srchBox #srchLogo + img{
		width: 1px;
		height: 1px;
	}
}

/* 202202 header renewal */
.b_header_wrap {
	display: flex;
	align-items: stretch;
	position: fixed;
	width: 100%;
	height: min(5.8vw, 116px);
	background-color: #fff;
	z-index: 1001;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1280px) {
.b_header_wrap {
	height: min(6.4vw, 116px);
}
}
@media screen and (max-width: 767px) {
.b_header_wrap {
	display: none;
}
}
.b_header_wrap #header_second {
transform: unset;
margin-top: unset;
padding: unset;
background: unset;
}
@media screen and (max-width: 767px) {
.b_header_wrap #header_second {
	transform: skewY(-4deg);
	margin-top: inherit;
	padding: inherit;
}
}
.b_header_wrap #header_second p {
transform: unset;
line-height: 100%;
}
@media screen and (max-width: 767px) {
.b_header_wrap #header_second p {
	transform: skewY(4deg);
}
}
.b_header_wrap #header_second p img {
margin: unset;
}
@media screen and (max-width: 767px) {
.b_header_wrap #header_second p img {
	margin: -1.5% -2% -2%;
}
}
.b_header_wrap #header_second {
width: 38%;
margin: auto auto auto 1vw;
min-height: 65px;
box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
.b_header_wrap #header_second {
	min-height: 42px;
	margin-bottom: min(0.5vw, 8px);
}
}
@media screen and (max-width: 1366px) {
.b_header_wrap #header_second {
	min-height: 42px;
	margin-bottom: min(0.8vw, 12px);
}
}
@media screen and (max-width: 1023px) {
.b_header_wrap #header_second {
	width: 23%;
	min-height: unset;
}
}
.b_header_wrap #header_second p img {
width: 100%;
max-width: 360px;
height: auto;
max-height: 100px;
-o-object-fit: contain;
	object-fit: contain;
box-sizing: border-box;
}
@media screen and (min-width: 2561px) {
.b_header_wrap #header_second p img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
}
.b_header_wrap #menu_btn,
.b_header_wrap #b_menu_src,
.b_header_wrap #menu_lang {
flex-wrap: nowrap;
position: relative;
top: unset;
right: unset;
text-shadow: unset;
}
.b_header_wrap #menu_lang {
display: flex;
justify-content: center;
align-items: center;
padding: 0 min(1.5vw, 2em);
z-index: unset;
}
.b_header_wrap #menu_lang a {
display: flex;
align-items: center;
color: #333333;
font-size: min(0.9vw, 18px);
font-weight: bold;
white-space: nowrap;
}
@media screen and (max-width: 1366px) {
.b_header_wrap #menu_lang a {
	padding-bottom: 0.5em;
}
}
.b_header_wrap #menu_lang a span {
position: relative;
display: inline-block;
min-height: 100%;
transition: 0.4s opacity ease;
}
.b_header_wrap #menu_lang a span::after {
content: "";
display: block;
position: absolute;
top: 0.25em;
left: 0;
width: 1.2em;
height: 1.2em;
opacity: 0;
background-image: url(/shared/img/icon_lang_hover.png);
background-size: contain;
background-repeat: no-repeat;
visibility: hidden;
transition: 0.4s opacity ease;
}
.b_header_wrap #menu_lang a:hover {
color: #be004c;
}
.b_header_wrap #menu_lang a:hover span::after {
visibility: visible;
opacity: 1;
}
.b_header_wrap #menu_lang a:hover img {
opacity: 0;
visibility: hidden;
}
.b_header_wrap #menu_lang img {
height: 1.2em;
width: auto;
min-width: 1.2em;
padding-right: 1rem;
vertical-align: top;
font-weight: 500;
opacity: 1;
visibility: visible;
transition: 0.4s opacity ease;
}
@media screen and (min-width: 2560px) {
.b_header_wrap #menu_lang img {
	min-width: unset;
}
}
@media screen and (max-width: 1366px) {
.b_header_wrap #menu_lang img {
	min-width: unset;
	padding-right: min(0.5vw, 0.5rem);
}
}
.b_header_wrap #b_menu_src {
display: flex;
justify-content: center;
align-items: center;
width: 17.5%;
min-width: 46px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
background-color: #5b5b5b;
z-index: 1;
}
.b_header_wrap #b_menu_src input, .b_header_wrap #b_menu_src #b_srch_btn.b_srch_btn_pc {
display: flex;
justify-content: center;
width: 100%;
padding: min(1.4vh, 14px) 0;
}
@media screen and (max-width: 1366px) {
.b_header_wrap #b_menu_src input, .b_header_wrap #b_menu_src #b_srch_btn.b_srch_btn_pc {
	padding: 0.5vw 0;
}
}
.b_header_wrap #b_menu_src input img, .b_header_wrap #b_menu_src #b_srch_btn.b_srch_btn_pc img {
width: clamp(20px, 1.1vw, 24px);
min-width: 20px;
height: auto;
min-height: 20px;
-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 2560px) {
.b_header_wrap #b_menu_src input img, .b_header_wrap #b_menu_src #b_srch_btn.b_srch_btn_pc img {
	width: clamp(20px, 1.1vw, 24px);
	min-width: unset;
	min-height: unset;
}
}
@media screen and (max-width: 1024px) {
.b_header_wrap #b_menu_src input img, .b_header_wrap #b_menu_src #b_srch_btn.b_srch_btn_pc img {
	width: clamp(12px, 1.1vw, 24px);
	min-width: unset;
	min-height: unset;
}
}
.b_header_wrap #menu_btn {
display: flex;
justify-content: center;
align-items: center;
margin-left: min(0.5vw, 1em);
padding: 0 0.5rem;
box-sizing: border-box;
}
.b_header_wrap #menu_btn span {
display: flex;
align-items: center;
}
.b_header_wrap #menu_btn img {
width: min(1.5vw, 30px);
min-width: 30px;
}
@media screen and (min-width: 2560px) {
.b_header_wrap #menu_btn img {
	min-width: unset;
}
}
@media screen and (max-width: 1366px) {
.b_header_wrap #menu_btn img {
	min-width: unset;
}
}
.b_header_wrap .b_header_container {
position: relative;
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1903px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.b_header_wrap .b_header_container {
	display: block;
	position: relative;
	width: unset;
	background-color: unset;
	z-index: unset;
}
}
.b_header_wrap #b_menu_center {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
min-width: 40vw;
max-width: 40%;
}
.b_header_wrap .b_menu_wrap {
display: flex;
justify-content: flex-end;
box-sizing: border-box;
width: 62%;
min-width: 0;
max-width: 1440px;
margin-top: 0;
margin-bottom: 0;
padding-right: 1rem;
}
@media screen and (min-width: 1921px) {
.b_header_wrap .b_menu_wrap {
	width: 100%;
	max-width: unset;
}
}
@media screen and (max-width: 1280px) {
.b_header_wrap .b_menu_wrap {
	justify-content: flex-end;
	padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.b_header_wrap .b_menu_wrap {
	display: none;
}
}
.b_header_wrap #b_menu_center {
display: flex;
flex-basis: 73%;
min-width: 73%;
margin: 0 0 0 auto;
padding-right: 2.5vw;
box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
.b_header_wrap #b_menu_center {
	padding-right: 0;
}
}
.b_header_wrap .b_menu_center_slant {
flex-shrink: 0;
width: 110%;
max-width: 1024px;
max-height: 58%;
margin: auto auto 0;
padding: min(1.5vw, 2.1rem) min(3.5vw, 7rem) min(0.8vw, 1.2rem) min(6vw, 10rem);
background-color: #274774;
transform-origin: bottom left;
transform: skewX(-45deg);
box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
.b_header_wrap .b_menu_center_slant {
	padding: min(1vw, 1.75rem) min(3vw, 5rem);
}
}
.b_header_wrap .b_menu_center_content {
transform-origin: bottom left;
transform: skewX(45deg);
}
.b_header_wrap .b_menu_center_menu {
display: flex;
justify-content: center;
width: 100%;
}
@media screen and (max-width: 1280px) {
.b_header_wrap .b_menu_center_item:first-of-type {
	margin-left: min(4vw, 3em);
}
}
.b_header_wrap .b_menu_center_item:not(:first-of-type) {
margin-left: clamp(1em, 3.5vw, 8em);
}
@media screen and (max-width: 1440px) {
.b_header_wrap .b_menu_center_item:not(:first-of-type) {
	margin-left: clamp(1em, 3.5vw, 7em);
}
}
@media screen and (max-width: 1023px) {
.b_header_wrap .b_menu_center_item:not(:first-of-type) {
	margin-left: clamp(1em, 3vw, 7em);
}
}
.b_header_wrap .b_menu_center_item a {
font-size: clamp(1.2rem, 1vw, 22px);
color: #fff;
font-family: "Oswald", sans-serif;
font-weight: bold;
letter-spacing: 0.07em;
white-space: nowrap;
}
.b_header_wrap .b_menu_center_item a:hover {
color: #C1D5DE;
}
.b_header_wrap .b_header_button_wrap {
display: flex;
flex-flow: column;
justify-content: space-between;
flex-basis: 27%;
flex-grow: 0;
flex-shrink: 0;
min-width: 300px;
}
@media screen and (min-height: 1201px) {
.b_header_wrap .b_header_button_wrap {
	min-width: min(17vw, 310px);
}
}
.b_header_wrap .b_header_button_top,
.b_header_wrap .b_header_button_bottom {
display: flex;
justify-content: flex-end;
margin-bottom: min(2.3vh, 3rem);
}
@media screen and (min-height: 1201px) {
.b_header_wrap .b_header_button_top,
.b_header_wrap .b_header_button_bottom {
	margin-bottom: min(2.5vw, 1rem);
}
}
@media screen and (max-width: 1023px) {
.b_header_wrap .b_header_button_top,
.b_header_wrap .b_header_button_bottom {
	margin-bottom: 0;
}
}
.b_header_wrap .b_header_button_bottom {
margin: auto 0 0 auto;
padding: 0 0 min(0.5vw, 12px) 1vw;
}
@media screen and (min-width: 2561px) {
.b_header_wrap .b_header_button_bottom {
	padding-left: min(4vw, 150px);
}
}
@media screen and (max-width: 1600px) {
.b_header_wrap .b_header_button_bottom {
	padding-bottom: min(0.8vw, 12px);
}
}
@media screen and (max-width: 1500px) {
.b_header_wrap .b_header_button_bottom {
	padding: 0 0 min(0.5vw, 12px) 3vw;
}
}
.b_header_wrap .b_header_sns_wrap {
display: flex;
justify-content: space-between;
flex-shrink: 0;
}
.b_header_wrap .b_header_sns_item {
display: flex;
align-items: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: 54px;
padding: 0 min(1vw, 1em);
box-sizing: border-box;
}
.b_header_wrap .b_header_sns_item a {
display: flex;
align-items: center;
width: 100%;
height: auto;
box-sizing: border-box;
}
.b_header_wrap .b_header_sns_item img {
width: auto;
height: min(1.5vw, 32px);
max-height: 32px;
-o-object-fit: contain;
	object-fit: contain;
box-sizing: border-box;
visibility: hidden;
-webkit-animation: imgVisible 0.7s forwards;
		animation: imgVisible 0.7s forwards;
}
@-webkit-keyframes imgVisible {
0% {
	visibility: hidden;
}
90% {
	visibility: hidden;
}
100% {
	visibility: visible;
}
}
@keyframes imgVisible {
0% {
	visibility: hidden;
}
90% {
	visibility: hidden;
}
100% {
	visibility: visible;
}
}
.b_header_wrap .b_header_sns_item .b_header_sns_insta,
.b_header_wrap .b_header_sns_item .b_header_sns_yt_icon {
min-width: 32px;
}
.b_header_wrap .b_header_sns_item .b_header_sns_yt_str {
width: 100%;
height: min(1.2vw, 32px);
min-width: 124px;
max-width: 100%;
padding-left: 1rem;
}
@media screen and (min-width: 2560px) {
.b_header_wrap .b_header_sns_item .b_header_sns_yt_str {
	min-width: unset;
}
}
@media screen and (max-width: 1366px) {
.b_header_wrap .b_header_sns_item .b_header_sns_yt_str {
	min-width: unset;
}
}

.b_header_wrap_sp {
display: none;
}
@media screen and (max-width: 767px) {
.b_header_wrap_sp {
	display: block;
}
}

#mainvisual_frontpage {
display: block;
position: relative;
margin-top: min(5.8vw, 115px);
}
@media screen and (max-width: 767px) {
#mainvisual_frontpage {
	margin-top: unset;
}
}

@media screen and (max-width: 767px) {
#header_index {
	margin-bottom: 1%;
}
}
#header_index h1 {
display: none;
}
@media screen and (max-width: 767px) {
#header_index h1 {
	display: block;
}
}

#mainvisual_second {
display: block;
position: relative;
margin-top: min(5.8vw, 115px);
}
@media screen and (max-width: 768px) {
#mainvisual_second {
	margin-top: -2.4%;
}
}

/* ----- */

/* 主要なグループ会社 */
.menu_wrap_sub ul li.group-company{
	width: 56%;
	min-width: 380px;
	max-width: 680px;
	margin-right: 0;
	margin-left: auto;
	float: right;
}
@media (max-width: 1200px) {
	.menu_wrap_sub ul li.group-company{
	width: 60%;
	}
}

.menu_wrap_sub p.group-company-head{
	margin-right: 10%;
	background: unset;
}

.menu_wrap_sub p.group-company-head::after{
	content: "";
}

ul.group-company-content{
	width: 67%;
	height: auto;
	position: relative;
	display: block;
	padding-top: 20px;
	column-count: 2;
}

.menu_wrap_sub ul li.company-item a:before,
.menu_wrap_sub ul li.company-item a:after{
	display: none;
}

.menu_wrap_sub li.company-item{
line-height: 2;
white-space: nowrap;
}

/* sp */
@media (max-width: 768px) {
#menu {
	overflow-y: scroll;
}

#menu_lang {
	position: fixed;
}

.alternate .menu_wrap_list {
	padding-top: 48px;
}

.alternate .menu_wrap_list_item a {
	padding: 1vh 2vw;
}

.menu_wrap_sub {
	line-height: 2;
}

.menu_wrap_sub ul {
	width: 100%;
}

.menu_wrap_sub ul li.group-company {
	width: 100%;
	padding-left: 2vw;
	float: unset;
}

.menu_wrap_sub p.group-company-head {
	display: block;
	margin-left: -0.5vw;
}

ul.group-company-content {
	padding-top: 1vh;
	column-count: 1;
}

.menu_wrap_sub li.company-item a {
	padding-left: 0;
}
.company-item{
	width: 100%;
}
}
/* /主要なグループ会社 */

/* メニュー改修 */
#menu::-webkit-scrollbar{
display: none;
}
.menu_wrap_list_item a[href="#"]{
pointer-events: none;
}
/* /メニュー改修 */

/* トビシマSXサイドナビ改修 */
#sidemenu > ul > li > a.link_pdf{
	color: #be004c;
	text-decoration: underline;
}
#sidemenu > ul > li > a.link_pdf:hover{
color: white;
}
body.alternate #sidemenu li > a.link_pdf:after{
content: url(/shared/img/icon_pdf.png);
width: inherit;
height: inherit;
right: 1em;
top: 55%;
transform: translateY(-50%);
text-decoration: unset;
border: unset !important;
}
/* /トビシマSXサイドナビ改修 */

/* 202304トップページスライダー差し替え */
@media (max-width: 767px) {
	.slide03 img{
		transform: translateY(8px) scale(1.15);
	}
}
.slide03 .slider-string {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.slide03 .slider-string .head,
.slide03 .slider-string .head-sub{
	color: #284772;
	font-family: oswald;
	text-align: center;
	font-weight: bold;
}
.slide03 .slider-string .head{
	font-size: clamp(40px, 3vw, 180px);
	-webkit-text-stroke: clamp(0.5px, 0.09vw, 2px);
}
@media (max-width: 767px) {
	.slide03 .slider-string .head{
		font-size: clamp(22px, 7vw, 28px);
		-webkit-text-stroke: clamp(0.3px, 0.3vw, 1px);
	}
}
.slide03 .slider-string .head span:last-child{
	font-size: clamp(80px, 6.5vw, 220px);
	line-height: 1.3;
	letter-spacing: 0.03em;
	-webkit-text-stroke: clamp(0.5px, 0.12vw, 2px);
}
@media (max-width: 767px) {
	.slide03 .slider-string .head span:last-child{
		font-size: clamp(30px, 13vw, 48px);
		-webkit-text-stroke: clamp(0.5px, 0.5vw, 1.5px);
	}
}
.slide03 .slider-string .head_sub{
	margin-top: 0.5em;
	font-size: clamp(10px, 1.35vw, 40px);
	font-family: serif;
	font-weight: bold;
	color: #284772;
	-webkit-text-stroke: clamp(0.5px, 0.09vw, 1.2px);
}
@media (max-width: 767px) {
	.slide03 .slider-string .head_sub{
		font-size: clamp(12px, 4vw, 16px);
	}
}
.slide03 .btn_white_slide{
	border-color: #284772;
	color: #284772;
	font-weight: bold;
	text-shadow: unset;
}
.slider:has(.slide03.slick-current) .slick-arrow{
	mix-blend-mode: difference;
	opacity: 0.41;
	transition: .2s ease-out;
}

/* /202304トップページスライダー差し替え */

/* 202405サイドメニュー表示修正 */
@media (min-width: 769px) {
	
	#sidemenu{
		pointer-events: none;
	}
}
/* /202405サイドメニュー表示修正 */