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

/* =======================================

        CommonElements

======================================= */
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	min-width: 1280px;
	color: #333;
}

.in_box {
	width: 1000px;
	margin: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_c {
	text-align: center;
}

a:hover {
	opacity: 0.8;
}

#wrapper {
	overflow: hidden;
}

/*pcでは表示させません*/
.pc_none {
	display: none !important;
}

/*header
--------------------------------------------*/
#header {
    margin: 0 auto;
}

#header h1 {
    color: #969696;
    font-size: 12px;
    text-align: right;
	padding-top: 5px;
}

.h_info {
	padding-bottom: 12px;
}

.h_logo {
	float: left;
	margin-top: 2px;
}

.h_right {
	float: right;
	margin-top: 15px;
}

.h_right li {
	padding-left: 8px;
	display: inline-block;
}

/*navi
--------------------------------------------*/
#navi {
	background-color: #f5af00;
}

#navi li {
	float: left;
}

#navi li a {
	display: block;
}

#navi li:hover {
	background-color: #fac800;
	opacity: 1;
}

/*main visual
--------------------------------------------*/
#mainv_wrap {
	position: relative;
}

#mainv::before {
    content: url(../img/main_bk3.png);
    position: absolute;
    left: 0;
    right: 0;
	bottom: -5px;
    z-index: 99;
}

#image1 {
	background: url(../img/main_bk1.jpg) no-repeat center center;
}

#image2 {
	background: url(../img/main_bk2.jpg) no-repeat center center;
}

#image1,
#image2 {
	height: 750px;
	background-size: cover;
}


.bx-wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
    overflow: visible!important;
    width: 100%!important;
    margin:auto;
	text-align:center;
}

.bx-pager {
	display:none;
}

.bx-controls {
	width: 90%;
	height: 32px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	text-indent:-9999px;
}

.bx-prev{
	background:url(../img/prev.png) no-repeat top center;
	position:absolute;
	left: 0px;
	width: 32px;
	height: 32px;
}

.bx-next {
	background:url(../img/next.png) no-repeat top center;
	position:absolute;
	right: 0px;
	width: 32px;
	height: 32px;
}


/*top
--------------------------------------------*/
.tp_ttl {
	text-align: center;
}

.tp_ttl img {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 5px solid #fadc00;
}

.tp_ttl span {
	color: #969696;
	font-size: 16px;
	display: block;
}

/*section1============*/
#section1 {
	background: url(../img/top/section1_bkl.jpg) no-repeat calc(50% + -630px) 70%;
	position: relative;
	border-bottom: 10px solid #f5af00;
}

#section1 .tp_ttl {
	margin-bottom: 40px;
}

.sec1in {
	padding: 100px 0px 130px;
	position: relative;
}

.sec1in::after {
	content: url(../img/top/section1_bkr.png);
	position: absolute;
	top: -30px;
	right: -140px;
	z-index: 999;
}

.sec01_txt {
	width: 470px;
	margin: auto;
	line-height: 160%;
}

/*section2============*/
#section2 {
	text-align: center;
	border-bottom: 10px solid #f5af00;
}

.sec2l {
	width: 50%;
	float: left;
}

.sec2r {
	width: 50%;
	float: right;
}

.sec2-1 a,
.sec2-2 a,
.sec2-3 a {
	display: block;
}

.sec02_ttl span {
	display: block;
	margin-top: 10px;
}

.sec2-2 .sec02_box,
.sec2-3 .sec02_box {
	width: 50%;
	padding: 72px 0px;
	position: relative;
	background-color: #fff;
}

.sec02_txt {
	width: 300px;
	margin: auto;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 5px solid;
}

.sec2-1 .sec02_txt {
	color: #fff;
	border-color: #fff;
}

.sec2-2 .sec02_txt,
.sec2-3 .sec02_txt {
	border-color: #fadc00;
}

.sec02_more {
	width: 150px;
	margin: auto;
	margin-top: 20px;
	padding: 5px 0px;
	border-radius: 15px;
}

.sec2-1 .sec02_more {
	color: #f5af00;
	background-color: #fff;
}

.sec2-2 .sec02_more,
.sec2-3 .sec02_more {
	color: #fff;
	background-color: #f5af00;
}

.tp_wk {
	margin-bottom: 20px;
}

/*sec02_1===*/
.sec2-1 {
	background: url(../img/top/section2-1_bk.jpg) no-repeat center center;
	background-size: cover;
	padding: 250px 0;
}

.sec2-1 .sec02_box {
	width: 400px;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(245, 175, 0, 0.9);
}

.sec2-1 .sec02_box a {
	color: #fff;
	border: 2px solid #fff;
	padding: 57px 0px 37px;
}

/*sec02_2===*/
.sec2-2 {
	background: url(../img/top/section2-2_bk.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.sec2-2 .sec02_box::after {
	content: url(../img/arrow_r.png);
	position: absolute;
	top: 200px;
	right: -30px;
}

/*sec02_3===*/
.sec2-3  {
	overflow: hidden;
	background: url(../img/top/section2-3_bk.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.sec2-3 .sec02_box {
	float: right;
}

.sec2-3 .sec02_box::after {
	content: url(../img/arrow_l.png);
	position: absolute;
	top: 200px;
	left: -30px;
}

/*section03============*/
#section3 {
	padding: 90px 0px;
	background: url(../img/top/section3_bk.jpg) no-repeat center bottom;
	border-bottom: 5px solid #fff;
}

#section3&gt;div {
	position: relative;
}

#section3 .tp_ttl {
	margin-bottom: 30px;
}

#section3 .case_list li {
	margin-right: 40px;
}

#section3 .case_list li:nth-child(4n) {
	margin-right: 0px;
}

.sec03_btn {
	width: 180px;
	position: absolute;
	top: 25px;
	right: 0;
	text-align: center;
	background-color: #e6e6e6;
}

.sec03_btn a {
	color: #333;
	display: block;
	padding: 12px 0px;
	background: url(../img/common/arrow01.png) no-repeat center right 15px;
}

/*case cmn*/
.case_list li {
	width: 220px;
	float: left;
}

.case_box {
	margin-top: 10px;
}

.case_txt {
	text-decoration: underline;
}

/*画像サイズ設定*/
.case_img {
	width: 220px;
	height: 220px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.case_img img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case_btn {
	width: 150px;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	border-radius: 15px;
	background-color: #f5af00;
}

.case_btn a {
	color: #fff;
	display: block;
	padding: 5px 0px;
}

/*section04============*/
#section4 {
	text-align: center;
	padding: 75px 0px;
	background-image: url(../img/top/section4_line.png), url(../img/top/section4_bk.png);
	background-repeat: repeat, no-repeat;
	background-position: center top, right top;
	background-color: #fac800;
}

#section4 li {
	display: inline-block;
}

#section4 li:first-child {
	padding-right: 55px;
}

/*section05============*/
#section5 {
	padding: 70px 0px 90px;
}

#section5&gt;div {
	position: relative;
}

.sec05_ttl {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #333;
}

.top-news_list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #969696;
}

.top-news_list li a {
	display: block;
}

.top-news_list dl {
	padding: 3px 15px;
	border-left: 8px solid #fac800;
}

.top-news_list dt {
	color: #fac800;
	margin-bottom: 3px;
}

.sec05_btn {
	width: 150px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 15px;
	background-color: #f5af00;
}

.sec05_btn a {
	color: #fff;
	display: block;
	padding: 4px 0px;
}

/*footer
--------------------------------------------*/
.pageTop {
	color: #FFF;
	position: fixed;
	bottom: 6%;
	right: 3%;
	z-index: 99999;
	cursor: pointer;
}

#footer {
	overflow: hidden;
	text-align: center;
	background-color: #f5f0e1;
	position: relative;
}

.f_info::after {
    content: url(../img/footer_bk.png);
    position: absolute;
    left: 0;
    right: -1410px;
	top: -15px;
}

.f_info ul {
	position: relative;
	z-index: 999;
}

.f_info li {
	float: left;
}

.f_list {
	padding: 35px 0px 25px;
}

.f_list li:nth-child(2) {
	text-align: left;
	padding: 0px 90px 0px 75px;
}

.f_navi {
	padding: 25px 0px;
	border-top: 1px dashed #969696;
}

.f_navi ul {
	width: 90%;
	margin: auto;
	text-align: center;
}

.f_navi ul li {
	display: inline-block;
	background: url(../img/common/f_line.png) no-repeat center right;
}

.f_navi ul li a {
	color: #333;
	padding: 0px 20px 0px 12px;
}

.f_navi ul li:last-child{
	background: none;
}

.copyright {
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	position: relative;
	background-color: #f5af00;
}

.copyright a {
	color: #fff;
}

/*下層
--------------------------------------------*/
/*下層共通--------------------*/
#main_area {
	padding: 128px 0px;
	background: url(../img/common/main_bk.jpg) no-repeat center;
}

#main_area h2 {
	text-align: center;
	background: url(../img/common/main_ttlbk.png) no-repeat center;
}

.bread_list {
	color: #969696;
	font-size: 12px;
	margin-top: 10px;
}

.bread_list li {
	float: left;
	margin-right: 5px;
	padding-right: 17px;
	background: url(../img/common/bread_arrow.png) no-repeat center right;
}

.bread_list li:last-child {
	background: none;
}

.bread_list li a {
	color: #969696;
}

#content {
	padding: 40px 0px 90px;
}

.title01 {
	color: #fff;
	font-size: 20px;
	padding: 7px 15px;
	margin-bottom: 20px;
	border-left: 7px solid #fadc00;
	background: url(../img/common/ttl_bk.png) repeat;
}

.title02 {
	font-size: 18px;
	padding: 10px 25px;
	margin-bottom: 15px;
	border-bottom: 4px solid #fadc00;
	background: url(../img/common/ttl_img.png) no-repeat left 14px;
}

.cmn_dl {
	border: 1px solid #b4aa8c;
}

.cmn_dl dl {
	border-bottom: 1px dashed #b4aa8c;
}

.cmn_dl dl:last-child {
	border-bottom: none;
}

.cmn_dl dt,
.cmn_dl dd {
	display: table-cell;
	box-sizing: border-box;
}

.cmn_dl dt {
	vertical-align: top;
	background-color: #f5f0e1;
}

.cmn_dl dd {
	vertical-align: middle;
}

.sec_mb01 {
	margin-bottom: 60px;
}

.sec_mb02 {
	margin-bottom: 80px;
}

.img_list {
	margin-top: 30px;
	text-align: center;
}

.img_list li {
	padding-right: 15px;
	display: inline-block;
}

.img_list li:last-child {
	padding-right: 0px;
}

.bnr_area {
	margin-top: 100px;
}

/*site_map
--------------------------------------------*/
.site_list li {
	font-size: 18px;
	margin-bottom: 3px;
	border-bottom: 4px solid #fadc00;
	background: url(../img/common/ttl_img.png) no-repeat center left;
}

.site_list li a {
	color: #333;
	display: block;
	padding: 15px 25px;
}

/*privacy
--------------------------------------------*/
.privacy_box {
	margin-bottom: 25px;
}

/*contact
--------------------------------------------*/
.contact_form {
	margin-top: 30px;
}

.contact_form dt {
	width: 210px;
	padding: 15px;
}

.contact_form dt span {
	color: #f5af00;
	padding-left: 5px;
}

.contact_form dd {
	width: 780px;
	padding: 12px 20px;
}

.contact_form dd li {
	display: inline-block;
	padding-right: 20px;
}

textarea,
input#tel,
input#pc01,
input#pc02,
#contact dd input[type=text] {
	border: none;
	padding: 5px;
	width: 100%;
	background-color: #fafafa;
}

textarea {
	height: 210px;
}

input#pc01,
input#pc02 {
    width: 70px;
}
input#captcha {
    width: 260px !important;
}

.contact_btn ul {
	margin-top: 40px;
	text-align: center;
}

.contact_btn li {
padding: 0px 10px;
display: inline-block;
}

.error-text {
  color: #f44336;
}

#form_btn {
	color: #fff;
	font-size: 20px;
	border: none;
	padding: 25px 90px;
	background-color: #f58c00;
}

/*company  recruit
--------------------------------------------*/
.dl_st dt,
.dl_st dd {
	padding: 15px 20px;
}

.dl_st dt {
	width: 150px;
}

.recruit_bnr {
	margin-top: 80px;
}

/*works
--------------------------------------------*/
#page_link {
	text-align: center;
	padding: 40px 0px;
	background: url(../img/works/border_bk.jpg) repeat;
}

#page_link li {
	padding: 0px 20px;
	display: inline-block;
}

.wks_txt {
	width: 475px;
	margin-top: -10px;
	text-align: justify;
}

#wks_sec01 .wks_txt,
#wks_sec02 .wks_img {
	float: left;
}

#wks_sec01 .wks_img,
#wks_sec02 .wks_txt {
	float: right;
}

/*更新項目
--------------------------------------------*/
.single_in {
	overflow: hidden;
	word-wrap: break-word;
}

.single_in img {
    max-width: 100%;
    height: auto;
}

ul.pagenation {
  text-align: center;
}

.pagenation li {
    padding: 0px 5px;
    display: inline-block;
    border: 1px solid #f5af00;
}

li.current {
    color: #fff;
    background-color: #f5af00;
}

.page_btn {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dashed #969696;
}

.page_btn a { color: #333; }

.page_btn .left a {
    padding-left: 15px;
    background: url(../img/common/arrow_l.png) no-repeat center left;
}
.page_btn .right a {
    padding-right: 15px;
    background: url(../img/common/arrow_r.png) no-repeat center right;
}

.day {
	color: #f5af00;
}

.single_w .day {
	margin-top: 15px;
	text-align: right;
}

.btn_st {
	width: 150px;
	text-align: center;
	border-radius: 15px;
	background-color: #f5af00;
}

.btn_st a {
	color: #fff;
	display: block;
	padding: 4px 0px;
}

/*case============*/
#a_case .case_list {
	margin-top: 40px;
}

#a_case .case_list li {
	padding: 45px 40px 45px 0px;
	border-bottom: 1px dashed #969696;
}

#a_case .case_list li:nth-child(4n) {
	padding-right: 0px;
}

#a_case .case_list li:nth-child(-n+4) {
	padding-top: 0px;
}

/*voice============*/
.voice_list li {
	overflow: hidden;
	margin-bottom: 20px;
}

.voice_icon,
.voice_name {
	float: left;
}

.voice_box {
	width: 820px;
	float: right;
	margin-top: 5px;
	position: relative;
	padding: 25px 25px;
	border-radius: 6px;
	box-sizing: border-box;
	border: 2px solid #fac800;
}

.voice_box::before {
	content: "";
	background: url(../img/voice/arrow.png);
	position: absolute;
	width: 22px;
	height: 18px;
	left: -22px;
	top: 45%;
}

.voice_txt {
	margin-bottom: 15px;
}

.voice_name {
	margin-top: 3px;
}

.voice_box .btn_st {
	float: right;
}

/*news/blog============*/
.news_list li {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #969696;
}

.news_txt .title02 {
	overflow: hidden;
	padding-right: 0px;
}

.news_txt .title02 span {
	float: right;
	font-size: 14px;
	padding-top: 5px;
}

.news_list .btn_st {
	margin-top: 15px;
}
</pre></body></html>