@charset "utf-8";
body{
	font-size: 16px;
}

.acms-container{
	/*margin-top: 100px;*/
}

.entry-style p{
	margin:0;
	font-size: 17px;
	line-height: 1.9;
}

.bor_none{
	border: none !important;
}

.fw_b{
	font-weight: bold;
}

.fw_none{
	font-weight:normal;
}

.fs_8{
	font-size: 0.8em !important;
}

.fs_11{
	font-size: 1.1em !important;
}

.fs_12{
	font-size: 1.2em !important;
}

.fs_15{
	font-size: 1.5em !important;
}

.fs_17{
	font-size: 1.7em !important;
}

.fs_18{
	font-size: 1.8em !important;
}

.fs_20{
	font-size: 2em !important;
}

.fs_24{
	font-size: 2.4em !important;
}

.mr0{
	margin: 0 !important;
}

.ml30{
	margin-left: 30px !important;
}

.ml50{
	margin-left: 50px !important;
}

.ml90{
	margin-left: 90px !important;
}

.mr20{
	margin-right: 20px !important;
}

.mr30{
	margin-right: 30px !important;
}


.mt10{
	margin-top: 10px !important;
}

.mt15{
	margin-top: 15px !important;
}

.mt17{
	margin-top: 17px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mt40{
	margin-top: 40px !important;
}

.mt50{
	margin-top: 50px !important;
}

.mt95{
	margin-top: 95px !important;
}


.mt130{
	margin-top: 130px !important;
}

.mt130_top{
	margin-top: 130px !important;
}

.mt230{
	margin-top: 230px !important;
}

.mb10{
	margin-bottom: 10px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

.mb30{
	margin-bottom: 30px !important;
}

.mb40{
	margin-bottom: 40px !important;
}

.mb50{
	margin-bottom: 50px !important;
}

.mb60{
	margin-bottom: 60px !important;
}

.mb120{
	margin-bottom: 120px !important;
}

.ml_auto{
	margin:0 0 0 auto !important;
}

.pd_0{
	padding: 0;
}

.pd_t20{
	padding-top:20px; 
}

.pd_t30{
	padding-top:30px; 
}

.pd_t40{
	padding-top:40px; 
}

.pd_b20{
	padding-bottom:20px; 
}

.pd_b30{
	padding-bottom:30px; 
}

.pd_b40{
	padding-bottom:40px; 
}

.ta_r{
	text-align: right;
}

.ta_c{
	text-align: center !important;
}

.ta_l{
	text-align: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.line_h19{
	line-height: 1.9em;
}

.mr_auto{
	margin: 0 auto;
}

.head-wrapper{
	position: sticky;
	top: 0;
    width: 100%; 
    height: 100px;
	background-color:rgba(255, 255, 255, 0.8);
	z-index: 99;
}

 .site-logo {
        width: 34%;
    }

/*ナビ▼*/

.navbar {
  display: none;
  width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
  z-index: 1;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
@media print {
  .navbar li a {
    font-size: 16px;
  }
}
.navbar li a:hover, .navbar li a:focus, .navbar li a:active {
  color: #FFF;
  text-decoration: none;

}

@media (min-width: 1024px) {
  .header {
    height: 100px;
  }
  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul {
    display: flex;
    place-content: center flex-end;
    flex-wrap: wrap;
    float: right;
    padding: 0;
    list-style: none;
  }
  .header-stack .navbar > ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #EEE;
  }
  .navbar li {
    position: relative;
    display: flex;
    float: left;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
    place-items: center;
  }
  .header-stack .navbar li.navbar-btn {
    padding: 0 10px;
  }
  .header-stack .navbar li {
    display: table-cell;
    float: none;
    border-left: 1px solid #EEE;
  }
  .navbar li ul { /* 二階層目 */
    position: absolute;
    display: none;
    /*min-width: 200px;*/
	width: 1280px;
	background: #FFF9EF;
	padding: 20px;
	 top: 100%;
 	 left: -44px; /* ←ここ！ */
 	 transform: translateX(-50%); /* ←ここ！ */
	box-sizing: border-box;
  }
	
	.navbar li ul.ul_list2 { /* 二階層目 */
    position: absolute;
    display: none;
    /*min-width: 200px;*/
	width: 1280px;
	background: #FFF9EF;
	padding: 20px;
	 top: 100%;
 	 left: -199px; /* ←ここ！ */
 	 transform: translateX(-50%); /* ←ここ！ */
	box-sizing: border-box;
  }
	
	.navbar li ul.ul_list3 { /* 二階層目 */
    position: absolute;
    display: none;
    /*min-width: 200px;*/
	width: 1280px;
	background: #FFF9EF;
	padding: 20px;
	 top: 100%;
 	 left: -290px; /* ←ここ！ */
 	 transform: translateX(-50%); /* ←ここ！ */
	box-sizing: border-box;
  }
	
	.navbar li ul.ul_list4 { /* 二階層目 */
    position: absolute;
    display: none;
    /*min-width: 200px;*/
	width: 1280px;
	background: #FFF9EF;
	padding: 20px;
	 top: 100%;
 	 left: -396px; /* ←ここ！ */
 	 transform: translateX(-50%); /* ←ここ！ */
	box-sizing: border-box;
  }
	
  .navbar li li {
    margin: 0;
  }
  .header-stack .navbar li li {
    display: block;
    border: 0;
  }
  .navbar li a { /* 一階層目のリンクのみ */
    padding: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: border 0.5s ease-out;
  }
  .navbar li a:hover, .navbar li a:focus, .navbar li a:active {
    color: #333;
    background: transparent;
  }
  .header-stack .navbar li a {
    display: block;
    padding: 10px;
    font-size: 16px;
  }
}
@media print and (min-width: 1024px) {
  .header-stack .navbar li a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .navbar li.stay a { /* 一階層目のリンクのみ */
    border-bottom: none;
    color: #E6502A;
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li:hover ul { /* 二階層目 */
    z-index: 10000;
    display: block;
    animation: 0.5s fade-in;
  }
  .navbar li:hover a { /* 一階層目のリンクのみ */
    border-bottom: none;
    color: #E6502A;
  }
  .navbar li:hover a.btn-attention {
    border: 0;
  }
  .navbar li:hover li a {
    border: 0;
  }
  .navbar li li { /* 二階層目以降 */
    display: block;
    float: none;
    text-align: left;
    /*background: #FFF9EF;*/
    border: 0;
    border-top: 1px solid #910021;
  }
  .navbar li li:first-child {
    border: 0;
  }
  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    color: #FFF;
    border: 0;
  }
  .navbar li li a:hover {
    color: #FFF;
    background: #910021;
    border: 0;
  }
  .navbar a.btn-attention { /* ボタン（色付き） */
    background: none;
    color: #FFF;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 0;
  }
  .navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navbar a.btn-attention:focus, .navbar a.btn-attention:active {
    color: #FFF;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar a.btn-attention:hover {
    color: #FFF;
    background-color: #910021;
    background-image: linear-gradient(to bottom, #C41134, #910021);
    border: 0;
  }
  .navbar a.btn-attention:active, .navbar a.btn-attention:focus {
    background: #910021;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    padding: 0;
  }
  .navbar ul li a {
    font-size: 16px;
  }
}
@media print and (min-width: 1024px) {
  .navbar ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .navbar ul li a {
    font-size: 16px;
  }
}
@media print and (min-width: 1440px) {
  .navbar ul li a {
    font-size: 16px;
  }
}

.site-name a{
	color: #E6502A !important;
}

@media screen and (min-width: 768px) {
    .main-visual {
        height: 800px !important;
        padding: 50px 0;
    }
}

	/*ナビ追加*/

	.navbar li li { /* 二階層目以降 */
	
    display: block;
    float: left;
	margin-right: 40px;
    text-align: left;
    border: 0;
    border-top: none;
	background: #fff;
  }

  .navbar li li:first-child {
    border: 0;
  }

	.navbar li li:nth-child(5) {
		margin-right: 0;
	}

	.navbar li li:nth-child(6) {
		margin-top: 20px;
	}

	.navbar li li:nth-child(7) {
		margin-top: 20px;
	}

	.navbar li li:nth-child(8) {
		margin-top: 20px;
	}

	.navbar li li:nth-child(9) {
		margin-top: 20px;
	}

	.navbar li li:nth-child(10) {
		margin-top: 20px;
	}

	.navbar li li:nth-child(11) {
		margin-top: 20px;
	}


  .navbar li li a {
    margin: 0;
    padding: 10px 15px;
    color: #FFF !important;
    border: 0;
  }
  .navbar li li a:hover {
    color: #FFF;
    background: #910021;
    border: 0;
  }
	
	.bk_ab_1 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_btn1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_2 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/about-a1_btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_3 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_btn3.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_4 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_btn4.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_5 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202507/about-a1_btn5b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_6 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202505/about-a1_btn6.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_6 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_7 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_btn7.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_7 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_ab_8 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_btn7.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_ab_8 a:hover{
		background: #fff;
		opacity: 0.7;
	}

ul {
  margin: 0;
  padding: 0;
}

	/*事業内容　ナビ*/
	.bk_biss_1 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202507/business_btn1b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_biss_2 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_3 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn3.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_4 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn4.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_5 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn5.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_6 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn5.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_6 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_7 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn7.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_7 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_8 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202507/business_btn8b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_8 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_9 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202507/business_btn9_b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_9 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_10 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn10.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_10 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_11 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/business_btn11.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_biss_11 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.list-m1 {
		list-style-type: none;
			margin-left: -40px;
	}

	li.list-m1:before {
		display: inline-block;
		vertical-align: middle;
		content: '';
		width: 1em;
		height: 1em;
		background: #FFC992;
		border-radius: 50%;
		margin-right: 8px;
	}

/*所在地　ナビ*/
	.bk_location_1 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/office_btn1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_location_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_location_2 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202504/office_btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_location_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

/*採用情報　ナビ*/
	.bk_recruit_1 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/recruit_btn1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_recruit_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_2 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/recruit_btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_recruit_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_3 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/recruit_btn3.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_recruit_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_4 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202508/faq2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_recruit_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_5 a{
		width: 180px;
		height: 160px;
		background: url(https://www.ohw.co.jp/media/001/202506/recruit_btn5.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 103px 0 0 13px !important;
		box-sizing: border-box;
	}

	.bk_recruit_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}

/*ナビ▲*/

.main-inner {
    width: 100%;
    max-width: 1280px;
}

/*スライダー*/
.fix-height {
  height: auto; /* はじめのちらつき防止 */
  overflow: hidden; /* はじめのちらつき防止 */
}


.heig710{
	height: 710px;
}

/*カテゴリページ関連*/
.page-title{
	font-size: 3.5em;
    margin-top: 20px;
	margin-left: 90px;
	color: #fff;
}

.page-description{
	color: #fff;
	margin-left: 90px;
	font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 50px;
  }
  .slick-next {
    right: 50px;
  }
  .main-slider-image {
    height: 710px;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
}

.btn_red{
	width: 360px;
	background: #E6502A;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
	color: #fff;
}

.btn_red2{
	
	background: #E6502A;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 50px;
	color: #fff;
}

.btn_red2 a{
	color: #fff !important;
}

.navbar li{
	margin: 0 27px 0 0;
}

/*会社情報*/
.com_imfo{
	width: 1280px;
	margin: 0 auto;
}


/*独自ページタイトル*/
@media (min-width: 768px) {
  .page-title-wrapper {
    height: 400px;
	background-size: 100%;
	}
}
	
.page-title-filter {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
}
	
/*パンくず*/
.topicpath {
    margin-bottom: 30px;
    padding: 20px 0;
    background: #fff;
	color: #252525;
	font-weight: 700;
}

.topicpath-list{
	padding: 0 0 0 90px !important;
}

/*エントリー*/
.entry {
	width: 1080px;
	margin: 0 auto;
	margin-inline: auto;
	border: 0;
}

/*フッダー*/
.foot-wrapper{
	background-color: #fff;
	color: #000;
	padding: 20px 0;
}

.foot_gr{
	border-image: linear-gradient(#e6e6e6, #e6e6e6) fill 0 / / 0 100vw 0 100vw;
	background-color: #e6e6e6;
	padding: 30px 0;
}

.acms-container{
	max-width: 1280px;
	padding: 0;
}


.company-about{
	color: #707070;
}

.company-name {
  color: #707070;
}

.company-detail {
 color: #707070;
}

.company-detail a {
  color: #707070;
}

.footer-nav-list a{
	color: #252525;
}

.footer-nav-title {
	color: #252525;
    border-bottom: 2px solid #707070;
}

.footer-nav-title a{
	color: #252525;
}

.footer-nav{
	width: 1280px;
}

.footer-nav-item{
	width: 32%;
	margin-right: 20px;
}

.footer-nav-item:nth-child(3){
	margin-right: 0px;
}


.bor_dod{
	border-bottom: 2px dotted #707070;
	margin: 10px 0 30px;
}

.wh_bk{
	background: #fff;
}

.wi300_foot{
		width: 300px;
	}

/*コピーライト*/

.copyright{
	color: #707070;
}

/*背景色*/
.section-beige{
	background-color: #FFF9EF;
}
	
/*.flex_box{
	display: flex;
	justify-content: space-between;
}*/


/*会社概要スタイル*/
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline li{
	
	}
	
.timeline-date {
  width: 110px;
  float: left;
	background: #E6E6E6;
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}
.timeline-content {
  width: 75%;
  float: left;
  /*border-left: 3px #e5e5d1 solid;*/
  padding-left: 30px;
	padding-top: 10px;
	box-sizing: border-box;
	border-bottom: 1px dashed #707070;
}
	
@media screen and (min-width:480px) { 	
	.timeline {
		  list-style: none;
		}
	.timeline > li {
		  margin-bottom: 30px;
		}
}

/*会社沿革用スタイル*/
.List-Item {
  border-top: 1px dotted #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 110px;
	background: #E6E6E6;
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;

}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
  margin-right: 20px;
  width: 100px;
  height: 18px;
  line-height: 17px;
  font-size: 16px;
  }
}

.List-Item-Content-Number_less {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 110px;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;

}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number_less {
    margin-right: 0px;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 24px;
  }
}

.List-Item-Content-Number-Line {
  position: absolute;
    top: -76%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 66px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -122%;
    width: 2px;
    height: 142px;
    left: 36px;
  }
}

.List-Item-Content-Number-Line2 {
  position: absolute;
    top: -105%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 94px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line2 {
    top: -214%;
    width: 2px;
    height: 169px;
    left: 36px;
  }
}

.List-Item-Content-Number-Line3 {
  position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 93px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line3 {
    top: -121%;
    width: 2px;
    height: 109px;
	left: 36px;
  }
}

.List-Item-Content-Number-Line_long {
  position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 111px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_long {
    top: -208%;
    width: 2px;
    height: 166px;
    left: 36px;
  }
}

.List-Item-Content-Number-Line_long2 {
  position: absolute;
    top: -198%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 130px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_long2 {
    top: -343%;
    width: 2px;
    height: 212px;
    left: 36px;;
  }
}

.List-Item-Content-Number-Line_long3 {
  position: absolute;
    top: -145%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 128px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_long3 {
    top: -437%;
    width: 2px;
    height: 337px;
    left: 36px;
  }
}

.List-Item-Content-Number-Line_long_18 {
    position: absolute;
    top: -111%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 104px;
	background: #E6E6E6;

}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_long_18 {
    top: -208%;
    width: 2px;
    height: 166px;
    left: 36px;
  }
}

.List-Item-Content-Number-Line_short1 {
  position: absolute;
    top: -122%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 108px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_short1 {
    top: -80%;
    width: 2px;
    height: 110px;
	left: 36px;
  }
}

.List-Item-Content-Number-Line_short2 {
  position: absolute;
    top: -83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 98px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_short2 {
    top: -80%;
    width: 2px;
    height: 110px;
	left: 36px;
  }
}

.List-Item-Content-Number-Line_1315 {
  position: absolute;
    top: -124%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 111px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_1315 {
    top: -325%;
    width: 2px;
    height: 410px;
	left: 36px;
  }
}

.List-Item-Content-Number-Line_19 {
  position: absolute;
    top: -83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 98px;
    background: #E6E6E6;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line_19 {
    top: -185%;
    width: 2px;
    height: 155px;
    left: 36px;
  }
}

.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #5bc8ac;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
	margin-top: 10px;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
  }
}


/*ボタンオレンジ*/
	.o_btn a{
		
		background: #E6502A;
		border-radius: 50px;
		padding: 10px 20px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		margin: 10px 0;
		display: block;
   		 width: 200px;

	}
	
	.o_btn a::after{
		content: "\f061";
    	position: relative;
    	font-family: "Font Awesome 5 Free";
		width: 15px;
    	height: 15px;
		top: 50%;
    	right: -21px;
	}
	
	.o_btn a:hover{
		color: #fff;
		text-decoration: none;
	}

	.o_btn a:visited{
		color: #fff;
	}

/*タイトル*/
.entry-style h2{
	    color: #252525;
    	border-left: none;
   		padding: 0;
		font-size: 2em;
	    margin: 40px 0px 25px;
}


.entry-style h3{
		font-size:1.8em; 
		background: none;
		margin: 0;
    	padding: 0;
	}

.entry-style h4{
		font-size:1.6em; 
		margin: 0 0 20px;
}

/*企業理念ページ*/
.bk_corporate1{
	background: url(https://www.ohw.co.jp/media/001/202505/corporate-mission_bgimage1.png) no-repeat;
	background-position-x: right;
    background-size: 50%;
    background-position-y: bottom;
}

.bk_corporate2{
	background: url(https://www.ohw.co.jp/media/001/202505/corporate-mission_bgimage2.png) no-repeat;
	background-position-x: right;
    background-size: 80%;
    background-position-y: bottom;
}

.yw_bk{
	background: #FFF9EF;
	/*margin: 0 -100% 60px;
    padding: 60px 100%;*/
	border-image: linear-gradient(#FFF9EF,#FFF9EF) fill 0//0 100vw 0 100vw;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.yw_bk_over{
	background: #FFF9EF;
	overflow: auto;
    padding: 80px 0;
	
}

.btn_gr{
	background: #E6E6E6;
	border-radius: 40px;
	padding: 10px 20px;
	width: 130px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;

}

/*SDGsページ*/
.bk_sdgs1{
	background: url(https://www.ohw.co.jp/media/001/202505/sdgs_bgimage1.png) no-repeat;
	background-position-x: right;
    background-size: 110%;
    background-position-y: top;
}

.bk_sdgs2{
	background: url(https://www.ohw.co.jp/media/001/202505/sdgs_bgimage2.png) no-repeat;
	background-position-x: left;
    background-size: 100%;
    background-position-y: bottom;
}

.bk_sdgs3{
	background: url(https://www.ohw.co.jp/media/001/202505/sdgs_bgimage3.png) no-repeat;
	background-position-x: left;
    background-size: 110%;
    background-position-y: bottom;
}

.bk_sdgs4{
	background: url(https://www.ohw.co.jp/media/001/202505/sdgs_bgimage4.png) no-repeat;
	background-position-x: right;
    background-size: 80%;
    background-position-y: bottom;
}

/*企業理念ページ*/
.flex_box_2cl{
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	align-items:stretch;
}

.flex_box_2cl_around{
	display: flex;
	justify-content:space-around;
	align-items:stretch;
}

.flex_box_2cl_foot{
	display: flex;
	justify-content:space-around;
	align-items:stretch;
}

.wi80_{
	width: 80%;
}

.wi60_{
	width: 60%;
}

.wi50_{
	width: 50%;
}

.wi45_{
	width: 45%;
}

.flb-tr{
    position: absolute;
    right: 4%;
}

/*販売事業*/
	.Sales_bk1{
		width: 1080px;
		background: url(https://www.ohw.co.jp/media/001/202505/salesbusiness_bg1.jpg);
		background-repeat: no-repeat;
		margin: 0 -20% 60px;
    	padding: 60px 20%;
		height: 270px;
    	background-position: center;
	}
	
	.Sales_bk1 p{
		background-color: rgba(245,245,245,0.8);
		width: 480px;
		position: absolute;
		left: 6em;
		padding: 20px 50px;
		margin: 156px 0 0;
	}

	.Sales_bk2{
		width: 1080px;
		height: 380px;
		background: url(https://www.ohw.co.jp/media/001/202506/salesbusiness_bg2.png);
		background-repeat: no-repeat;
		margin: 0 -20%;
    	padding: 60px 20%;
		background-position: center;
	}
	
	.Sales_bk2 p{
		background-color: rgba(245,245,245,0.8);
		width: 480px;
		position: absolute;
		left: 6em;
		padding: 20px 50px;
		margin: 200px 0 0;
	}

	.Sales_bk3{
		width: 1080px;
		height: 380px;
		background: url(https://www.ohw.co.jp/media/001/202506/salesbusiness_bg3.jpg);
		background-repeat: no-repeat;
		margin: 0 -20% 60px;
    	padding: 60px 20%;
		background-position: center;
	}
	
	.Sales_bk3 p{
		background-color: rgba(245,245,245,0.8);
		width: 480px;
		position: absolute;
		left: 6em;
		padding: 20px 50px;
		margin: 265px 0 0;
	}


	.gr_box_ra span::after {
		content: '\f35d';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.gr_box_ra{
		background: #F2F2F2;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 10px;
		margin-bottom: 20px !important;
	}

	.gr_box_ra:last-child{
		margin-bottom: 0px;
	}
	
	.gr_box_ra a{
		color: #252525;
	}

	.gr_box_ra a:hover{
		color: #E6502A;
	}

	.gr_box_ra a:visited{
		color: #252525;
	}

	.wh_box_ra{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.wh_box_ra span::after {
		content: '\f35d';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.wh_box_ra a{
		color: #252525;
	}

	.wh_box_ra a:hover{
		color: #E6502A !important;
	}

	.wh_box_ra a:visited{
		color: #252525;
	}

	.wh_box_ra2{
		background: #fff;
		padding: 10px 30px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.wh_box_ra3{
		background: #fff;
		padding: 20px 30px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.wh_box_ra3 a{
		color: #252525;
	}

	#gr_ttl{
		border-bottom: 1px solid #707070;
	}

	#ore_ttl{
		border-bottom: 1px solid #E6502A;
	}
	
	.gradation_ttl{
		border-image: linear-gradient(to right, #E6502A, #fff) 1 / 0 0 3px;
		border-style: solid;
		border-left: 0;
	}

	#gradation_ttl{
		border-image: linear-gradient(to right, #E6502A, #fff) 1 / 0 0 3px;
		border-style: solid;
		border-left: 0;
	}

	.link_ic span::after {
		content: '\f35d';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	a.link_ic{
		color: #252525;
	}

	a.link_ic:hover{
		color: #252525;
	}

		
	.x_icon::before{
		content: "";
	  display: inline-block;  
	  background-image: url('https://www.ohw.co.jp/media/001/202508/icon_x.png');
	  background-size: cover;
	  background-repeat: no-repeat;
	  width: 1em;
	  height: 1em;
		margin-right: 10px;
	}

	.inst_icon::before{
		content: "";
	  display: inline-block;  
	  background-image: url('https://www.ohw.co.jp/media/001/202508/icon_insta.png');
	  background-size: cover;
	  background-repeat: no-repeat;
	  width: 1em;
	  height: 1em;
	  margin-right: 10px;
	}

/*買取販売*/
	.wi1080{
		width: 1080px;
		margin: 0 auto;
	}

	.wi1080_noM{
		width: 1080px;
	}

	.wi800{
		width: 850px;
		margin: 0 auto;
	}	


	.wi500{
		width: 500px;
		margin: 0 auto;
	}

	.wi500_noM{
		width: 500px;
	}

	.wi500 a:visited{
		color: #fff;
	}

	.wi500 a:hover{
		color: #fff;
	}

	.purchase_bk1{
		width: 1080px;
		height: 396px;
		background: url(https://www.ohw.co.jp/media/001/202506/purchasebusiness_bg1.jpg);
		background-repeat: no-repeat;
		margin: 0 -20% 60px;
    	padding: 60px 20%;
		background-position: center;
	}
	
	.purchase_bk1 p{
		background-color: rgba(245,245,245,0.8);
		width: 480px;
		position: absolute;
		left: 6em;
		padding: 20px 50px;
		margin: 265px 0 0;
	}

		
	.purchase_bk2{
		width: 1080px;
		height: 396px;
		background: url(https://www.ohw.co.jp/media/001/202506/purchasebusiness_bg2.png);
		background-repeat: no-repeat;
		margin: 0 -20% 60px;
    	padding: 60px 20%;
		background-position: center;
	}
	
	.purchase_bk2 p{
		background-color: rgba(255,255,255,0.7);
		width: 480px;
		position: absolute;
		left: 6em;
		padding: 20px 50px;
		margin: 200px 0 0;
	}

	.inquirybtn_o{
		display: block;
		background: #E6502A;
		border-radius: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		color: #fff !important;
		padding: 20px 0;
		border: 0;
	}

	/*.inquirybtn_o::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}*/
	
	.inquirybtn_o span::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.inquirybtn_o:hover{
		color: #fff;
	}

	.inquirybtn_o:visited{
		color: #fff !important;
	}

	.inquirybtn_o a{
		color: #fff !important;
	}

	.inquirybtn_o a:hover{
		color: #fff;
	}

	.inquirybtn_o a:visited{
			color: #fff !important;
		}

	/*改行用ボタン*/
	.inquirybtn_o_b{
		display: block;
		background: #E6502A;
		border-radius: 50px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		color: #fff !important;
		padding: 20px 0;
		border: 0;
	}

	/*.inquirybtn_o::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}*/
	
	.inquirybtn_o_b span::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.inquirybtn_o_b:hover{
		color: #fff;
	}

	.inquirybtn_o_b:visited{
		color: #fff !important;
	}

	.inquirybtn_o_b a{
		color: #fff !important;
	}

	.inquirybtn_o_b a:hover{
		color: #fff;
	}

	.inquirybtn_o_b a:visited{
			color: #fff !important;
		}

	/*小さいバージョンボタン*/
	.inquirybtn_os{
		display: block;
		background: #E6502A;
		border-radius: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		color: #fff;
		padding: 10px 0;
	}
	
	.inquirybtn_os span::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.inquirybtn_os:hover{
		color: #fff;
	}

	.inquirybtn_os:visited{
			color: #fff !important;
		}

	.inquirybtn_os a:hover{
		color: #fff !important;
	}

	.inquirybtn_os a:visited{
			color: #fff !important;
	}	


	.inquirybtn_gr{
		display: block;
		background: #28AA1F;
		border-radius: 40px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		color: #fff;
		padding: 20px 0;
	}
	
	.inquirybtn_gr span::after {
		content: '\f061';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		padding: 0 7px 0 10px;
		}

	.inquirybtn_gr:visited{
		color: #fff !important;
	}

	.inquirybtn_gr:hover{
		color: #fff !important;
	}

	.wh_link a{
		color: #fff;
	}

	.wh_link a:hover{
		color: #fff;
	}

	.wh_link a:visited{
		color: #fff;
	}

	.logo_1{
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
	}

	/*その他サービス*/
	.step_box{
		width: 324px;
		background: #707070;
		border: 2px solid #707070;
		border-radius: 10px;
	}
	
	.step_grttl{
		color: #fff;
		font-weight: bold;
		border: 2px solid #707070;
		border-radius: 10px 10px 0 0;
		padding: 20px 0;
		box-sizing: border-box;
	}
	
	.step_grbot{
		border: 2px solid #707070;
		background: #fff;
		border-radius: 0 0 10px 10px;
		padding: 20px;
		box-sizing: border-box;
	}

	.step_grbot img{
		margin: 0 auto;
    	display: block;
	}

	.wi250{
		width: 250px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

/*数字で見る*/
.wi520{
	width: 520px;
}

.wi360{
	width: 360px;
}

.flex_column{
	display: flex;
	flex-direction: column;
}

.number_box{
		border: 1px solid #707070;
		background: #fff;
		padding: 30px;
		flex-grow: 1;
		box-sizing: border-box;
	}

.number_box img{
	display: block;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
	flex-grow: 1;
}

.number_box p{
	flex-grow: 1;
}

.btn_gr_free{
		background: #E6E6E6;
		border-radius: 40px;
		padding: 10px 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}

/*安心・安全*/
.triangle{
  width: 0;
  height: 0;
  border-left: 40px solid #E6502A;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
	margin-top: 50px;
}

.triangle_top{
  width: 0;
  height: 0;
  border-left: 40px solid #E6502A;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
	margin-top: 120px;
}

.step_box2 {
    width: 500px;
    background: #E6502A;
    border: 2px solid #E6502A;
    border-radius: 10px;
}
 
.step_grttl2 {
    color: #fff;
    font-weight: bold;
    border: 2px solid #E6502A;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
    box-sizing: border-box;
}
 
.step_grbot2 {
    border: 2px solid #E6502A;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    box-sizing: border-box;
}	

.step_grbot2 img{
	margin: 0 auto;
    display: block;
}

/*お問い合わせ*/
	.tel_box{
		background: #FFF9EF;
		border-radius: 10px;

	}

	.tel_box a{
		display: block;
		padding: 10px 30px;
		box-sizing: border-box;
		color: #252525;
	}
	
	.ore_txt{
		color: #E6502A;
	}

/*採用情報*/
	.flex_box{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.flex_box::after{
		content:"";
		  display: block;
		  width:50%;
	}

	.flex_box_mo{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.flex_box_mo::after{
		content:"";
		  display: block;
		  width:50%;
	}

	.flex_box_management{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.bnr_rec_1 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/Recruit_large-btn1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		/*margin-bottom: 20px;*/
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_rec_1 a:hover{
		opacity: 0.7;
		
	}

	.bnr_rec_1 a:visited{
		opacity: 0.7;
		color: #fff;
	}

	.bnr_rec_1 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}
	
	.bnr_rec_2 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/Recruit_large-btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		/*margin-bottom: 20px;*/
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_rec_2 a:hover{
		opacity: 0.7;
		
	}

	.bnr_rec_2 a:visited{
		opacity: 0.7;
		color: #fff;
	}
	
	.bnr_rec_2 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}

	.hight_box{
		display: flex; 
		flex-direction: column;
	}

	.recruit_list{
		border: 1px solid #707070;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		flex-grow: 1;
	}

	.acms-icon-tag a{
		color: #252525;
	}

	.acms-icon-tag a:visited{
		color: #252525;
	}

	.acms-icon-tag a:hover{
		color: #E6502A;
	}

	.recruit_list h3 a{
		color: #252525;
	}

	.recruit_list h3 a:visited{
		color: #252525;
	}

	.recruit_list h3 a:hover{
		color: #E6502A;
	}
	
	.entry-tag-icon{
		width: 0;
	}

	.recruit_tag{
		background: #FFF9EF;
		padding: 10px;
		box-sizing: border-box;
		margin-left: 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.recruit_tag span::after{
		content: "\f02b";
    	position: relative;
    	font-family: "Font Awesome 5 Free";
		padding: 0 7px 0 10px;
	}

/*	.bor_dod{
		border-bottom: 1px dotted #707070;
		margin: 10px 0;
	}*/

	.arrow::after{
		content: "\f061";
    	position: relative;
    	font-family: "Font Awesome 5 Free";
		padding: 0 7px 0 10px;
	}

	.wi900{
		width: 900px;
	}

	#blog_ttl_ore{
		padding: 0.25em 0.5em;/*上下 左右の余白*/
		color: #494949;/*文字色*/
		background: transparent;/*背景透明に*/
		border-left: solid 12px #E6502A;/*左線*/
	}

	#blog_ttl_gr{
		border-bottom: solid 2px #707070;
	}

	.page-header {
		margin: 0 auto 20px;
		width: 780px;
	}

	.page-header_form {
		margin: 0 auto 20px;
		width: 1080px;
	}

	.acms-icon-tag::before{
		margin-right: 10px;
	}

	/*ブログリストモジュール*/
	.wi300{
		width: 300px;
	}

	.wi700{
		width: 700px;
	}

	.wi780{
		width: 780px;
	}

	.entry-style dl{
		margin-bottom: 0;
		margin-right: 0;
    	margin-left: 0;
	}


	/*採用情報モジュール*/
	.saiyo_not{
		padding: 80px 0 0;
		text-align: center;
		font-size: 1.1em;
	}

/*FQA*/
	.entry-style ol{
		padding:0;
		margin:10px 0 5px;
	}
	.entry-style ul{
		margin: 0;
		list-style: none;
		padding: 0;
	}

	.entry-style ul li{
		margin: 0;

	}

	.link_anchor{
		background: #FFF9EF;
		list-style: none;
		text-align: center;
		padding: 10px !important;
		box-sizing: border-box;
	}

	.link_anchor li{
		text-align: center;	
		list-style: none;
		color: #1C2126;
		width: 255px;
   		border-right: 1px solid #707070;
	}

	.link_anchor li:last-child{
		border-right:none;
	}

	.link_anchor li a{
		color: #1C2126;
		display: block;
    	padding: 20px !important;
	}

	.link_anchor li a:hover{
		color: #1C2126;
	}

	.link_anchor li a:visited{
		color: #1C2126;
	}

	.link_anchor li a span{
		  display: inline-block;
		  vertical-align: middle;
		  color: #1C2126;
		  line-height: 1;
		  width: 1em;
		  height: 1em;
		  border: 0.3em solid currentColor;
		  border-left: 0;
		  border-bottom: 0;
		  box-sizing: border-box;
		  transform: translateY(-25%) rotate(135deg);
	}

/*3分割ナビ*/
	.link_anchor_3{
		background: #FFF9EF;
		list-style: none;
		text-align: center;
		padding: 10px !important;
		box-sizing: border-box;
	}

	.link_anchor_3 li{
		text-align: center;	
		list-style: none;
		color: #1C2126;
		width: 359px;
   		border-right: 1px solid #707070;
	}

	.link_anchor_3 li:last-child{
		border-right:none;
	}

	.link_anchor_3 li a{
		color: #1C2126;
		display: block;
    	padding: 20px !important;
	}

	.link_anchor_3 li a:hover{
		color: #1C2126;
	}

	.link_anchor_3 li a:visited{
		color: #1C2126;
	}

	.link_anchor_3 li a span{
		  display: inline-block;
		  vertical-align: middle;
		  color: #1C2126;
		  line-height: 1;
		  width: 1em;
		  height: 1em;
		  border: 0.3em solid currentColor;
		  border-left: 0;
		  border-bottom: 0;
		  box-sizing: border-box;
		  transform: translateY(-25%) rotate(135deg);
	}

/*2分割ナビ*/
	.link_anchor_2{
		background: #FFF9EF;
		list-style: none;
		text-align: center;
		padding: 10px !important;
		box-sizing: border-box;
	}

	.link_anchor_2 li{
		text-align: center;	
		list-style: none;
		color: #1C2126;
		width: 530px;
   		border-right: 1px solid #707070;
	}

	.link_anchor_2 li:last-child{
		border-right:none;
	}

	.link_anchor_2 li a{
		color: #1C2126;
		display: block;
    	padding: 20px !important;
	}

	.link_anchor_2 li a:hover{
		color: #1C2126;
	}

	.link_anchor_2 li a:visited{
		color: #1C2126;
	}

	.link_anchor_2 li a span{
		  display: inline-block;
		  vertical-align: middle;
		  color: #1C2126;
		  line-height: 1;
		  width: 1em;
		  height: 1em;
		  border: 0.3em solid currentColor;
		  border-left: 0;
		  border-bottom: 0;
		  box-sizing: border-box;
		  transform: translateY(-25%) rotate(135deg);
	}

/*	.link_anchor_a{
		margin-top:-100px;
		padding-top:100px;
	}
*/
	.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	}
	
	.qa-1 {
    max-width: 1080px;
    margin-bottom: 7px;
    border: 1px solid #707070;
    border-radius: 5px;
	font-size: 1.1em;
	background: #fff;
	}

	.qa-1 summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 2em 2em 2em 4em;
		color: #333333;
		font-weight: 600;
		cursor: pointer;
	}

	.qa-1 summary::before,
	.qa-1 p::before {
		position: absolute;
		left: 1em;
		font-weight: 600;
		font-size: 1.3em;
	}

	.qa-1 summary::before {
		color: #E6502A;
		content: "Q";
		font-size: 1.8em;
	}

	.qa-1 summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 7px;
		height: 7px;
		margin-left: 10px;
		border-bottom: 3px solid #333333b3;
		border-right: 3px solid #333333b3;
		content: '';
		transition: transform .5s;
	}

	.qa-1[open] summary::after {
		transform: rotate(225deg);
	}

	.qa-1 p {
		position: relative;
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding:  1.5em 1.5em 1.5em 4em;
		color: #333;
		transition: transform .5s, opacity .5s;
		background: #F2F2F2;
    	margin: 10px;
	}

	.qa-1[open] p {
		transform: none;
		opacity: 1;
	}

	.qa-1 p::before {
		color: #E6502A;
		line-height: 1.2;
		content: "A";
		font-size: 1.8em;
	}

/*.qa-1 input[type=checkbox] {
  display: none;
}

.qa-1 input[type=checkbox]:checked + label::before {
    color: #FF5025;
}

.qa-1 input[type=checkbox]:checked + label::after {
    color: #FF5025;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}*/

/*社内風景*/
.flex_box_center{
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
}
.flex_column{
	display: flex;
  flex-direction: column;
	margin-bottom: 30px;
	}

.flex_column img{
	margin-bottom: 70px;
	}

/*slider*/
/*.slick-dots li.slick-active button{
	color: #E6502A;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  font-size: 0;
  background: #D1CFD6;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #E6502A;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #E6502A;
}*/


.onimg {
  position: relative;  /* 帯の表示位置の基準とする */
}
	
.onimg p {
width: 100%;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*インクルードファイル*/
	.bnr_ab_1 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_large-btn1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
		
	}
	
	.bnr_ab_1 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_2 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202505/about-a1_large-btn2.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}
	
	.bnr_ab_2 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_3 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202505/about-a1_large-btn3_1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}
	
	.bnr_ab_3 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_4 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202505/about-a1_large-btn4_1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}
	
	.bnr_ab_4 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_5 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_large-btn5_1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}
	
	.bnr_ab_5 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_6 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/about-a1_large-btn6_1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 100px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}
	
	.bnr_ab_6 a:hover{
		opacity: 0.7;
	}
	
	.bnr_ab_7 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202505/about-a1_large-btn7_1.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 100px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}

	.bnr_ab_7 a:hover{
		opacity: 0.7;
	}

	.bnr_rec_3 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202508/Recruit_large-btn3.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 100px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
	}

	.bnr_rec_3 a:hover{
		opacity: 0.7;
	}


	/*service*/
	.bnr_srb_1 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/business_large-btn1b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		margin-bottom: 20px;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_srb_1 a:hover{
		opacity: 0.7;
		
	}
	
	.bnr_srb_1 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}
	
	.bnr_srb_2 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/business_large-btn2b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		margin-bottom: 20px;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_srb_2 a:hover{
		opacity: 0.7;
		
	}
	
	.bnr_srb_2 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}
	
	.bnr_srb_3 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/business_large-btn3b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		margin-bottom: 20px;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_srb_3 a:hover{
		opacity: 0.7;
		
	}
	
	.bnr_srb_3 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}
	
	.bnr_srb_4 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/business_large-btn4b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		
		font-size: 1.5em;
		margin-bottom: 20px;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
	}
	
	.bnr_srb_4 a:hover{
		opacity: 0.7;
		
	}
	
	.bnr_srb_4 span{
		font-size: 0.8em;
    	font-weight: 100;
		margin-top: 40px;
    	display: block;
	}
	
	.bnr_srb_5 a{
		display: block;
		width: 490px;
		height: 252px;
		background: url(https://www.ohw.co.jp/media/001/202506/business_large-btn5b.jpg)no-repeat !important;
		color: #fff;
		font-weight: bold;
		padding: 115px 0 0 20px !important;
		box-sizing: border-box;
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	
	.bnr_srb_5 a:hover{
		opacity: 0.7;
	}

/*TOP新着*/
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #CCC;
  padding: 20px 20px;
}
/*.news-list .item:first-child a{
  border-top: 1px dotted #CCC;
}*/
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #252525;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #E6502A;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
border-radius: 20px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/*モジュール調整用*/
.wi600{
	width: 600px;
}

.arrow_right {
  position: relative;
  padding-left: 30px;
}

.arrow_right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px; /* ②棒が長くなった分、右へ7px移動 */
  width: 13px;
  height: 13px;
  border-top: 3px solid #1C2126;
  border-right: 3px solid #1C2126;
  transform: rotate(45deg);
}


.main-slider-image img{
	width: 75%;
}

.wi1280{
	width: 1280px;
	margin: 0 auto;
}

.bk_img{
	width: 1280px;
    margin: 0 auto;
}

.round-p1 {
    background: #E6E6E6;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
}

.ta-center{text-align: center;
}

.module-header{
	    border-bottom: 0;
}


/*htmlスライダー*/
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 63px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
	width: 50px !important;
}

/*table色*/
.tb_th{
		background: #E6502A !important;
		color: #fff !important;
	}
	
.tb_td{
		background: #FEFFF2;
	}

.tb_td_W{
		background: #fff;
	}

/*フォーム調整*/
.contact-form-group{
	background: #fff;
}

.contact-form{
	background: #fff;
}

.contact-box .mail-step {
    margin: 0 auto 25px;
    padding: 0 10px;
    background: #fff;
    counter-reset: mailStep;
	width: 370px;
}

.contact-box .mail-step-item-current {
    color: #e6502a;
    border-bottom: 4px solid #e6502a;
}

.service_term {
    max-height: 200px;
    overflow: scroll;
    margin: 30px 0;
    padding: 10px;
    border: solid 1px #eee;
    width: 1080px;
}

.label_ttl{
	background: #FFF9EF;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px dotted#707070;
}

.label_ttl_l{
	background: #FFF9EF;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 0;
}

.form_answer{
	padding: 10px 20px;
	border-bottom: 1px dotted#707070;
}

.form_answer_l{
	border-bottom: 0;
	padding: 10px 20px;
}

.btn-large_back{
	background: #fff;
    border: 2px solid #E6502A;
    border-radius: 35px;
    color: #E6502A;
	font-weight: bold;
	padding: 20px;
}

.btn-large_back ::before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 7px 0 10px;
}

/*タグ検索画面*/
.page-title-wrapper{
	background: url(https://www.ohw.co.jp/media/001/202506/blog_ttl.jpg) #fff no-repeat center;
	background-size: 100%;
}

/*サイトマップ*/
.acms-list-group-item{
	border-bottom: 1px dashed #e5e5e5;
	padding:10px 0;
}

.wi332{
	width: 332px;
}

.suggest-box{
	display: none;
}


@media screen and (max-width:460px){
	/*全体*/
	boby{
		font-size: 14px;
	}
	
	.sp_none{
		display: none;
	}
	
	.entry-style-grid{
		margin: 0 15px;
	}
	
	.acms-grid, .acms-grid-r {
     margin-right: 10px; 
     margin-left: 10px; 
	}
	
	.img_100 img{
		width: 100%;
	}
	
	.wi1080{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wi1080_noM{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wi800{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}	
	
	.wi700{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}	

	.wi600{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wi520 {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.wi500{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wi500_noM{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.wi80_{
		width: 100%;
	}
	
	.wi60_{
		width: 100%;
	}
	
	.wi60_ img{
		width: 100%;
	}
	
	.wi50_{
		width: 100%;
	}
	
	.wi50_ img{
		width: 100%;
	}
	
	.wi45_{
		width: 100%;
	}
	
	.pd_t30{
		padding-top: 0;
	}
	
	.mr20{
	margin-right: 0px !important;
}
	
	.ml30{
		margin-left: 0!important;
	}
	
	.mt95{
		margin-top: 30px !important;
	}
	
	.mt130_top{
		margin-top: 55px !important;
	}
	
	.mt230{
		margin-top: 30px !important;
	}
	
	.acms-admin-float-left{
		float: none !important;
	}
	
	.flex_box_2cl{
		display: block;
	}
	
	.flex_box_2cl img{
		width: 100%;
	}

	.flex_box_2cl_around{
		display: block;
	}
	
	.flex_box_2cl_around img{
		width: 100%;
	}

	.flex_column{
		display: block;
	}
	
	.flex_box{
		display: block;
	}
	
	.entry{
		width: 100%;
	}
	
	.entry-style p{
		font-size: 15px;
		line-height: 1.7;
	}
	
	/*タイトル*/
	.entry-style h2{
		font-size: 1.6em;
	}

	.entry-style h3{
			font-size:1.4em; 
		}

	.entry-style h4{
			font-size:1.2em; 
	}
	
	.bk_img{
		width: 100%;
	}
	
	.bnr_ab_1 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;		
	}

	.bnr_ab_2 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_ab_3 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_ab_4 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_ab_5 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_ab_6 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_ab_7 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}

	/*service*/
	.bnr_srb_1 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}

	.bnr_srb_2 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_srb_3 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
		
	.bnr_srb_4 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.bnr_srb_5 a{
		width: 100%;
		height: 212px;
		background-size: 100% !important;
	}
	
	.yw_bk{
	background: #FFF9EF;
	/*margin: 0 -100% 60px;
    padding: 60px 100%;*/
	border-image: linear-gradient(#FFF9EF,#FFF9EF) fill 0//0 100vw 0 100vw;
	padding: 30px 0px 95px;
	margin: 40px 0;
	}
	
	.yw_bk_over {
		background: #FFF9EF;
		overflow: none;
		padding: 80px 10px;
		box-sizing: border-box;
	}
	
	/*ページ下部*/
	.flex_box2{
		justify-content: center !important;
	}
	
	/*ページタイトル*/
	.page-title {
		font-size: 1.5em;
		margin-left: 20px;
	}
	
	.page-description {
		margin: 10px 0 0 20px;
		font-size: 14px;
		line-height: 1;
	}
	
	.topicpath-list{
		padding: 0 0 0 20px !important;
	}


	/*ブログリストモジュール*/
	.wi300{
		margin: 0 auto 10px !important;
		width: 100%;
	}
	
	.wi360 {
		margin: 0 auto;
        width: 90%;
	}
	
	.bor_dod{
		border: 0;
		padding: 10px 0;
	}

	/*会社沿革*/
	.timeline-content{
		width:90%;
	}
	
	.flb-tr img{
		width: 100%;
	}
	
	.bnr_rec_1 a{
		width: 100%;
		background-size: 100% !important;
	}
	
	.bnr_rec_2 a{
		width: 100%;
		background-size: 100% !important;
	}
	
	.bnr_rec_3 a{
		width: 100%;
		background-size: 100% !important;
	}
	
	.flex_box_management{
		display: block;
	}
	
	/*採用情報*/
	.gr_box_ra{
		margin-bottom: 20px;
	}
	
	/*メガメニュー*/
		
	.site-header{
		border-top: 0;
		color: #E6502A;
		padding: 10px 10px 11px 15px;
		box-sizing: border-box;
	}
	
	.head-wrapper{
		width: 34%;
		background: none;
	}
		
	.site-name {
		width: 70%;
	}
	
	.site-name a{
		padding: 0;
	}
	
	.site-logo{
		width: 50%;
		margin-top: 10px;
	}

	
	.mobile-navbar{
		background: #FFF9EF;
		
	}
	
	.mobile-nav{
		z-index: 1;
	}
	
	.nav-menu-btn-text{
		color: #E6502A;
	}
	
	.icon-toggle-menu {
	  background-color: #E6502A;
	}
	
	.icon-toggle-menu::before, .icon-toggle-menu::after {
	  background-color: #E6502A;
	}
	
	.acms-container {
    	max-width: 100%;
	}
	
	.bk_ab_1 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_2 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_3 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_4 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_5 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_6 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_6 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_ab_7 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_7 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_ab_8 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_ab_8 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	/*事業内容　ナビ*/
	.bk_biss_1 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	.bk_biss_2 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_3 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_4 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_5 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_6 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_6 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_7 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_7 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_8 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_8 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_9 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_9 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_10 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_10 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_biss_11 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_biss_11 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	/*所在地　ナビ*/
	.bk_location_1 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_location_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_location_2 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_location_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

/*採用情報　ナビ*/
	.bk_recruit_1 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_recruit_1 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_2 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_recruit_2 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_3 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_recruit_3 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_4 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_recruit_4 a:hover{
		background: #fff;
		opacity: 0.7;
	}

	.bk_recruit_5 a{
		width: 100%;
		height: auto;
		background: none !important;
		color: #fff;
		font-weight: bold;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.bk_recruit_5 a:hover{
		background: #fff;
		opacity: 0.7;
	}
	
	/*メニューアコーディオン*/
	.accordion  {
	  margin: 30px auto;
	}

	.accordion_title {
	  position: relative;
	  border: none;
	  display: block;
	  list-style: none;
	  width: 100%;
	  cursor: pointer;
	  background: #ffffff;
	  border: 2px solid #d8d8d8;
	  padding: 1.4em 1.6em 1.4em;
	  line-height: 1.6em;
	}

	summary.accordion_title::-webkit-details-marker {
	  display:none;
	}

	.accordion_title:after {
	  content: "+";
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 20px;
	  line-height: 1;
	  padding: 0;
	  pointer-events: none;
	}

	.accordion::details-content {
	  opacity: 0;
	  block-size: 0;
	  transition: .3s;
	  transition-property: display, opacity, block-size, padding;
	  transition-behavior: allow-discrete;
	  line-height: 1.6em;
	}

	.accordion .accordion_content {
	  padding: 0 2em 0 3em;
	}

	.accordion .accordion_content > *:first-of-type {
	  margin-top: 0;
	}

	.accordion .accordion_content > *:last-of-type {
	  margin-bottom: 0;
	}

	.accordion[open]::details-content {
	  opacity: 1;
	  block-size: auto;
	  block-size: calc-size(auto, size);
	}

	.accordion[open] .accordion_content {
	  padding: 1.4em 2em 1.4em 3em;
	}

	.accordion[open] .accordion_title:after {
	  content: "-";
	}
	
/*安心安全への取り組み*/	
	.step_box{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.step_box:last-child{
		margin-bottom: 0;
	}
	
	.step_box img{
		width: 100%;
	}
	
	.step_box2 {
    	width: 100%;
		margin-bottom: 30px;
	}
	
	.step_box2:last-child{
		margin-bottom: 0;
	}
	
	.step_box2 img{
    	width: 100%;
	}
	
	.onimg img{
		width: 100%;
	}
	
	.triangle{
		border-left: 60px solid transparent;
    	border-right: 60px solid transparent;
    	border-top: 40px solid #E6502A;
    	margin: 0 auto;
	}
	
	.triangle_top{
		border-left: 60px solid transparent;
    	border-right: 60px solid transparent;
    	border-top: 40px solid #E6502A;
    	margin: 0 auto;
	}
	
/*数字で見る*/
	.number_box {
	margin-bottom: 20px;
	}
	
	.number_box img{
	width: 90%;
	}
	
/*SDGs*/
	.flb-tr{
		position:static;
		
	}
	
/*販売事業*/
	.purchase_bk1{
        width: 100%;
        background-position-y: top;
        background-size: 130%;
		margin: 0 -0% 0px;
		padding: 60px 0% 0;
		height: 270px;
    }
	
	.purchase_bk1 p{
		width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 100px 0 0 0;
		left: 0;
		
	}
	
	 .purchase_bk2 {
        width: 100%;
        background-position-y: top;
        background-size: 130%;
		 margin: 0 -0% 0px;
		padding: 60px 0% 0;
		height: 336px;
    }
	
	.purchase_bk2 p{
		width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 100px 0 0 0;
		left: 0;
	}
	
/*news*/
	.recruit_tag{
		margin-top: 0;
	}
	
/*販売事業*/
	.Sales_bk1{
		width: 100%;
		margin: 0 -0% 240px;
    	padding: 0px 0%;
		height: 200px;
    	background-position: center;
		background-size: 157%;
		background-position: top;
	}
	
	.Sales_bk1 p{
		background-color: rgba(245,245,245,0.8);
		width: 100%;
		position: absolute;
		left: 0;
		padding: 20px 50px;
		margin: 180px 0 35px;
		box-sizing: border-box;
	}

	.Sales_bk2{
		width: 100%;
		height: 200px;
		background-repeat: no-repeat;
		margin: 0 -0% 200px;
    	padding: 0px 0%;
		background-position: center;
		background-size: 157%;
		background-position: top;
	}
	
	.Sales_bk2 p{
		background-color: rgba(245,245,245,0.8);
		width: 100%;
		position: absolute;
		left: 0;
		padding: 20px 50px;
		margin: 180px 0 0;
		box-sizing: border-box;
	}

	.Sales_bk3{
		width: 100%;
		height: 200px;
		background-repeat: no-repeat;
		margin: 0px -0% 150px;
    	padding: 0px 0%;
		background-position: center;
		background-size: 157%;
	}
	
	.Sales_bk3 p{
		background-color: rgba(245,245,245,0.8);
		width: 100%;
		position: absolute;
		left: 0;
		padding: 20px 50px;
		margin: 190px 0 0;
		box-sizing: border-box;
	}

	
/*Q&A*/
	.link_anchor li{
		border-right: 0;
		border-bottom: 1px solid #707070;
		width: 100%;
	}
	
	.link_anchor li:last-child{
		border-bottom: 0;
	}
	
	.link_anchor_3 li{
		border-right: 0;
		border-bottom: 1px solid #707070;
		width: 100%;
	}
	
	.link_anchor_3 li:last-child{
		border-bottom: 0;
	}
	
	.link_anchor_2 li{
		border-right: 0;
		border-bottom: 1px solid #707070;
		width: 100%;
	}
	
	.link_anchor_2 li:last-child{
		border-bottom: 0;
	}
	
	.qa-1 summary{
		padding: 1.5em 1.5em 1.5em 3em;
	}
	
	.qa-1 summary::before {
		left: 0.5em;
	}
	
/*サイトマップ*/	
	.wi332{
		width: 100%;
	}
	
/*footer*/
	.footer-nav{
		width: 100%;
		display: block;
		float: none;
	}
	
	.com_imfo{
		width: 100%;
		padding: 0 20px 0 30px;
        box-sizing: border-box;
	}
	
	.footer-nav-item{
		width: 100%;
	}
	
	.acms-col-8{
		width: 100%;
	}
	
	.acms-col-4{
		width: 100%;
	}
	
	.acms-col-3{
		width: 60%;
	}
	
	.wi300_foot{
		margin: 0 auto 10px !important;
		width: 30%;
	}
	
	/*nav*/
	/*.submenu {
  	display: none;
	 }*/

	.submenu a {
	-webkit-transition: all 0.25s ease;
	  -o-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	}
	
	/*.accordion_nav  {
	  margin: 30px auto;
	}

	.accordion_title_nav {
	  position: relative;
	  border: none;
	  display: block;
	  list-style: none;
	  width: 100%;
	  cursor: pointer;
	  background: #ffffff;
	  border: 2px solid #d8d8d8;
	  padding: 1.4em 1.6em 1.4em;
	  line-height: 1.6em;
	}

	.accordion_title_nav::-webkit-details-marker {
	  display:none;
	}

	.accordion_title_nav:after {
	  content: "+";
	  position: absolute;
	  top: calc(50% - 0.5em);
	  right: 20px;
	  line-height: 1;
	  padding: 0;
	  pointer-events: none;
	}

	.accordion_nav::details-content {
	  opacity: 0;
	  block-size: 0;
	  transition: .3s;
	  transition-property: display, opacity, block-size, padding;
	  transition-behavior: allow-discrete;
	  line-height: 1.6em;
	}

	.accordion_nav .accordion_content_nav {
	  padding: 0 2em 0 3em;
	}

	.accordion_nav .accordion_content_nav > *:first-of-type {
	  margin-top: 0;
	}

	.accordion_nav .accordion_content_nav > *:last-of-type {
	  margin-bottom: 0;
	}

	.accordion_nav[open]::details-content {
	  opacity: 1;
	  block-size: auto;
	  block-size: calc-size(auto, size);
	}

	.accordion_nav[open] .accordion_content_nav {
	  padding: 1.4em 2em 1.4em 3em;
	}

	.accordion_nav[open] .accordion_title_nav:after {
	  content: "-";
	}*/
	
	/*フォーム*/
	.service_term{
		width: 100%;
		box-sizing: border-box;
	}
	
	.sp_mt20{
		margin-top: 20px;
	}
	
}
