<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
 * ▼　0.共通項目設定
 * --------------------------------------------------------------------------------------------------*/
html,body
{
font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;
}
body *{
	box-sizing: border-box;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
a:hover img {
	filter: alpha(opacity="80");
	-ms-filter: alpha(opacity="80");
	opacity: 0.8;
}
a:hover {
	text-decoration:underline;
}
.Clear {
	clear: both;
	overflow: hidden;
}
/* リンク共通 */
a:link,
a:visited,
a:active	{
	color:#383838;
}
a:hover,
#Main a:hover {
	color:#ffa200 !important;
}
#Main a:link,
#Main a:visited,
#Main a:active	{
	color:#FF6600;
	text-decoration:underline;
}

/* タイトルデザイン */
h2.Title {
	font-size:20px;
	padding:5px 0 5px 20px;
	border-left:3px solid #e5460a;
	letter-spacing:4px;
	font-weight:normal !important;
	margin-bottom:30px;
}
h2.Title span {
	font-size:15px !important;
}
img{
	max-width: 100%;
}

/* 背景色 */
.Beige {
	background:#f8f3e8;
}

/* 文字色 */
.Orange {
	color:#e5460a;
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　1.包括ブロック一括設定
 * --------------------------------------------------------------------------------------------------*/
.W950 {
	max-width:950px;
	margin:0 auto;
}
#Side {
	width:220px;
	margin-right:30px;
	float:left;
}
#Main {
	width:700px;
	float:right;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.sp{
	display: none;
}
@media screen and (max-width: 767px){
	.sp{
		display: inline;
	}
	.pc{
		display: none;
	}
	#Main {
		width: 100%;
		padding-left: 7.2%;
    	padding-right: 7.2%;
	}
	#Side {
		width: 100%;
		margin-right: 0;
		float:none;
	}
	.flex .glaff,
    .flex .sosiki {
        width: auto;
        margin-bottom: 30px;
    }

    .flex .glaff_title,
    .flex .glaff_title_left {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .M10 {
        margin: 0 !important;
    }
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　2.ヘッダー部分
 * --------------------------------------------------------------------------------------------------*/
#HeaderIn {
	position:relative;
	height:90px !important;
	min-height:90px;
}
#HeaderIn h1 {
	position:absolute;
	top:22px;
	left:0;
}
#HeaderIn ul {
	position:absolute;
	top:38px;
	right:0;
}
#HeaderIn ul li {
	background:url(../img/common/triangle.png) no-repeat center left;
	padding-left:10px;
	margin-left:15px;
	display:inline;
}
#GNav {
	background:#e5460a;
	border-bottom:1px solid #FFFFFF;
}
#GNav ul li {
	width:157px;
	float:left;
	text-align:center;
	background:#e5460a;
	border-left:1px solid #FFFFFF;
}
#GNav ul li.GNavLC {
	border-right:1px solid #FFFFFF;
}
#GNav ul li a {
	display:block;
	font-size:16px;
	color:#FFFFFF;
	padding:16px 0;
	text-decoration:none;
}
#GNav ul li a:hover {
	background:#fdd000;
}

/* 191115-ヘッダー追加 */
#GNav ul {
	position: relative;
}

#GNav ul li {
	width: 134px;
	height: 56px;
	position: relative;
	overflow: hidden;
}

#GNav ul li:last-of-type {
	margin-right: 2px;
}

#GNav ul li:first-of-type {
	margin-left: 2px;
}

#GNav ul li .shining_button {
    position: absolute;
    content: '';
    display: inline-block;
    top: -80px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shiny-btn1 {
    0% { transform: scale(0) rotate(45deg); opacity: 0; height: 100%; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; height: 100%; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; height: 100%; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; height: 100%; }
}

/*-----------------------------
spヘッダー
------------------------------*/
.sp-header{
	display: none;
}
@media screen and (max-width: 767px){
	.sp-header h1{
		max-width: 278px;
		padding-left: 14px;
		display: block;
	}
	.sp-header{
		position: relative;
		padding: 15px 0 10px;
		display: block;
		width: 100%;
		background-color: #fff;
	}
}
/*-----------------------------
ハンバーガーボタン
------------------------------*/

.button-area{
    position: fixed;
    top: 18px;
    right: 24px;
    z-index: 20;
	width: 36px;
	height: 18px;
	z-index: 250;
}
.button-area button{
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 30px;
	transition: all .3s;
	cursor: pointer;
	display: inline-block;
	appearance: none;
	border: none;
	background-color: transparent;
}
.button-area.is-Active{
	background-color: transparent;
}
.hamburger-btn[aria-expanded="true"] .hamburger_line {
    background-color: transparent;
}

.hamburger-btn[aria-expanded="true"] .hamburger_line::before,
.hamburger-btn[aria-expanded="true"] .hamburger_line::after {
    top: 0;
    background-color: #e5460a;
}

.hamburger-btn[aria-expanded="true"] .hamburger_line::before {
            transform: rotate(45deg);
}

.hamburger-btn[aria-expanded="true"] .hamburger_line::after {
            transform: rotate(-45deg);
}
.hamburger_line{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 2px;
    background-color: #e5460a;
    -webkit-transition: inherit;
    transition: inherit;
}
.hamburger_line::before, .hamburger_line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
}
.hamburger_line::before{
    top: -7px;
}
.hamburger_line::after {
    top: 7px;
}

/*-------------------
ハンバーガーメニュー内
--------------------*/
.hamburger-area{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	background-color: #fff;
	padding: 10px 0 0 10px;
}
.hamburger-area.is-Active{
	opacity: 1;
	pointer-events: auto;
    z-index: 200;
}
.sp-h_logo{
	max-width: 140px;
}
.hamburger-area ul{
	margin-top: 8px;
}
.hamburger-area li{
	border-top: 1px solid #a1a1a1;
}
.hamburger-area li a{
	display: inline-block;
	padding: 20px 0 20px 20px;
}
.hamburger-area li:not(.flex) a{
	width: 100%;
}
.hamburger-area li.flex a{
	width: 50%;
}



/* TOP以外のページヘッダー部にあるパンくず */
div#WidePic {
	margin-bottom:15px;
}
ul#BreadCrumb {
	padding-top:24px;
	font-size:12px !important;
}
ul#BreadCrumb li {
	display:inline;
}
ul#BreadCrumb li:before {
	content:' &gt; ';
}
ul#BreadCrumb li:first-child:before {
	content:none;
}
p#WPTitle {
	font-size:30px;
	letter-spacing:3px;
	font-weight:100;
	margin-top:37px;
}
/* 採用情報右にある丸部分 */
#Circle {
	position:absolute;
	top:30px;
	right:0;
    background: #e5460a;
    height: 105px;
    width: 105px;
    border-radius: 50%;
	text-align:center;
	color:#FFF;
	line-height:20px;
}
/* table-cellはabsoluteだとblockになるため強制書き換え */
#Circle span {
	display:table-cell;
	vertical-align:middle;
    height: 105px;
    width: 105px;
}
@media screen and (max-width: 767px){
	ul#BreadCrumb {
		padding-left: 7.2%;
	}
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　5.サイドエリア
 * --------------------------------------------------------------------------------------------------*/
#Side h2.SideBoxTitle {
	font-size:18px;
	text-align:center;
	color:#e5460a;
	border:2px solid #e5460a;
	border-radius:8px;
}
#Side h2.SideBoxTitle a {
	display:block;
	color:#e5460a;
	padding:25px;
}
#Side h2.SideBoxTitle a:hover {
	color:#2c0fb2;
}

#Side p.TriangleList {
	background:url(../img/common/triangle.png) no-repeat center left;
	padding-left:10px;
	margin:10px 0 10px 15px;
}
#Side ul.SubMenu {
	margin-left:20px;
}
#Side ul.SubMenu li {
	font-size:15px;
	padding:2px;
	padding-left:1.2em;
	text-indent:-1.2em;
}
#Side ul.SubMenu li:before {
	content:'├ ';
}
#Side ul.SubMenu li:last-child:before {
	content:'└ ' !important;
}
@media screen and (max-width: 767px){
	#Side{
		margin-top: 60px;
	}
	#Side ul.SubMenu{
		justify-content: space-between;
		flex-wrap: wrap;
		border-top: 1px solid #a1a1a1;
		margin-left: 0;
		padding: 18px 3vw;
	}
	#Side h2.SideBoxTitle,
	#Side p.SideBoxTitle,
	#Side p.label,
	#Side h2.label {
		font-size:15px;
		text-align:initial;
		color:#000;
		border:0;
		border-radius:0;
		border-top: 1px solid #a1a1a1;
	}
	#Side ul.SubMenu li{
		width: 49%;
	}
	#Side h2.SideBoxTitle a{
		color: #000;
		padding: 18px 20px;
	}
	#Side p.SideBoxTitle a,#Side p.label,#Side h2.SideBoxTitle.label{
		color: #000;
		padding: 18px 20px;
		display: inline-block;
		width: 100%;
		position: relative;
	}
	#Side p.label:after, 
	#Side h2.label:after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		content: '';
		width: 22px;
		height: 22px;
		background: url('../img/common/sp-label1.jpg') no-repeat center/cover;
	}
	#Side p.label.open:after,
	#Side h2.label.open:after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		content: '';
		width: 22px;
		height: 22px;
		background: url('../img/common/sp-label2.jpg') no-repeat center/cover;
	}
	#Side p.label,
	#Side h2.label
	{
		background-color: #fffaf0;
		position: relative;
	}
	#Side p.label{
		cursor: pointer;
	}
	#Side ul.SubMenu li:before,
	#Side ul.SubMenu li:last-child:before{
		content: '&gt;'!important;
		color: #FF6600;
	}
	#Side .single.fwb{
		font-weight: bold;
	}
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　6.メイン部分（多く使うパーツを記述。使用頻度が少ないものははインラインもしくは別ファイルにて管理）
 * --------------------------------------------------------------------------------------------------*/
#Main p,
#Main dl dd {/* テキストの基本形 */
	font-size:16px;
	letter-spacing:1px;
	line-height:24px;
}
#Main h2.MainBorderTitle {
	font-size:24px;
	padding:5px 0 5px 20px;
	border-left:3px solid #e5460a;
	letter-spacing:2px;
	font-weight:bold !important;
	margin-bottom:10px;
}
#Main h2.MainBorderTitle span {
	font-size:16px !important;
	padding-left:1em;
	margin-bottom:15px;
}
#Main h3.MainBBTitle {
	border-bottom:2px solid #e5460a;
	font-size:20px;
	font-weight:100;
	padding-bottom:7px;
	margin-bottom:10px;
}
#Main h3.MainBBTitle_orange {
	border-bottom:2px solid #e5460a;
	font-size:20px;
	font-weight:100;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#e5460a;
	font-weight:bold;
}
#Main h3.MainBBTitle_orange_small {
		border-bottom: 2px solid #e5460a;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: #e5460a;
    font-weight: bold;
    margin-top: 15px;
}
#Main .BlackBorderTitle {
	font-size:20px;
	border-bottom:1px solid #262626;
	padding-bottom:4px;
	margin:10px 0 12px;
	letter-spacing:7px;
}
p.SeriesMainText {
    font-size: 15px;
    line-height: 20px;
}
p.DetailBtn {
	float:right;
	width:118px;
	min-height: 25px;
	line-height:25px;
	border-radius:5px;
	color:#FFFFFF;
	font-size:12px !important;
	letter-spacing:0 !important;
	background:url(../img/common/white_arrow.png) #e5460a no-repeat;
	background-position: right 10px center;
	margin:22px 0 35px;
}
p.DetailBtn a {
	width:105px;
	min-height: 25px;
	line-height:25px;
	padding-left:10px;
	display:block;
	color:#FFFFFF !important;
	text-decoration:none !important;
}
p.DetailBtn a:hover {
	color:#FFF !important;
}
p.PDF a {
	width:293px;
	height:40px;
	background:url(../img/table/pdf.png) no-repeat left top;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:40px;
	margin:30px auto 0;
}
.W330 {
	width:330px;
}

.glaff {
	width:330px;
	float:left;
	margin-left:10px;
}
.glaff_title {
	font-size:14px !important;
	line-height:140% !important;
	font-weight:bold;
	text-align:center;
}
.glaff_title_left {
	font-size:14px !important;
	line-height:140% !important;
	font-weight:bold;
	text-align:left;
}
.glaff_text {
	font-size:12px !important;
	line-height:140% !important;
}
.sosiki{
	width:330px;
	float:right;
	margin-right:10px;
}
@media screen and (max-width: 767px){
	.W330 {
		width:auto;
	}
	.glaff {
		width: auto;
		margin-left:0;
	}
	p.PDF a {
		max-width:293px;
		width: auto;
		height:40px;
	}
	.sosiki{
		width:auto;
		margin-right:0;
	}
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　7.フッター部分
 * --------------------------------------------------------------------------------------------------*/
#Footer #cr {
	margin:60px 10px 50px;
}
#Footer #cr h3 {
	width:180px;
	float:left;
}
#Footer #cr address {
	width:300px;
	float:right;
	font-size:10px;
	font-style:normal;
}
#Footer dl {
	width:155px;
	float:left;
	margin-right:43px;
	margin-bottom:40px;
}
#Footer dl a {
	display:block;
}
#Footer dl a:hover {
	text-decoration:underline;
}
#Footer dl dt {
	font-size:14px;
	border-bottom:1px solid #000000;
	vertical-align:bottom;
	width:155px;
	display:table-cell;
	padding-bottom:5px;
	padding-left:2px;
}
#Footer dl dd {
	font-size:12px;
	margin-top:7px;
	padding-left:3px;
}
@media screen and (max-width: 767px){
	.sp-footer{
		font-size: 12px;
		padding: 34px 0 120px;
		text-align: center;
		background-color: #fff;
		width: 100%;
		display: block;
	}
}</pre></body></html>