@charset "utf-8";
/* CSS Document */

/* 目次 
 * 1. リセット
 * 2. 共通（レイアウト・見出し・その他・パンくず・header・mailform・footer）
 * 4. 下層共通事項（レイアウト・見出し・btn）
 * 5. 事業詳細の共通
 * 6. ITサポートページ//it-support/
 * 7.  /support//ses//government/
 * 8. 会社情報//company/
 * 9. 事業一覧//l/business/index.html
 * 10.採用一覧//recruit/index.html
 * 11.採用エントリー　//entry　採用サンクス entry-thanks
 * 12.お問い合わせ　//contact
 * 13.お問い合わせ完了　thanks/ 404 notfound
 * 14. 職種ページ　 #occupation
 * 15. サイトマップ //sitemap/スマホのみ
 * 16. 個人情報保護　//privacy_policy
 * 17. 古物営業法　/kobutsu
 * 18. BPOセンター　/bpo
*/

/**************************************************
/* 1. リセット
***************************************************/
* {margin: 0; padding: 0; line-height:1.0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color: #33383f;/*background:#fff;*/}
html,body{ margin:0; padding:0;}
table {border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; color: #33383f;}
/*a:hover, a:active, a:focus {color: #33383f;}*/
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
.cf:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
/*IE用*/
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}
/*Androidで©の色がおかしくなる現象を回避*/
.meiryo {
    font-family: Meiryo;
}
/*firefox用リンクをクリックした後に表示される「枠線」を消す*/
a,a:focus{
	outline: none;
}
/* body */
body{
   width:100%;
}
/**************************************************
/* 2. 共通（レイアウト・見出し・その他・table・header・footer・ハンバーガー・btn・戻るボタン・footer
***************************************************/
/*--------------------------------------------------
レイアウト ※変更不可
----------------------------------------------------*/
/*html{overflow-y:scroll;}これがあるとfooterをウィンドウ下部固定jsがうまくいかないので、header-2.phpに記述*/
main{
    width:100%;
    height:auto;
}
/*content共通*/
#content{
	width:100%;
	padding-bottom:100px;
}
.content{
	width:100%;
	padding: 85px 0px;
}
.content:last-child {
    padding: 85px 0px 0px;
}
/*inner共通*/
.inner{
    max-width: 1000px;
    width: 100%;
	margin:0 auto;
}
/*--------------------------------------------------
見出し h1-h6 ※変更不可
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1 {
	font-size:13px;
	font-size: 1.3rem;
	line-height:1.0;
}
h2,h3,h4,h5,h6{
	line-height: 1.3;
}
p {
	line-height:1.7;
}
p.img {
	line-height:1.0;
}
span{
	line-height:1.3;
}
#top .lead{
    font-size: 33px;
	font-size: 3.3rem;
	font-weight:400;
  text-align:center;
  margin-bottom:70px;
	color:#313131;
	background: url(../images/common/line.png) center bottom no-repeat;
	padding: 0 0 20px;
}
#top .lead::after{
	content: url(../images/common/sankaku.png);
	margin-left: 13px;
}
#top .lead span{
    font-size: 16px;
	font-size: 1.6rem;
	margin-left: 13px;
}
#top .lead a:hover{
	opacity: 0.8;
}
#top .lead-txt{
    font-size: 25px;
	font-size: 2.5rem;
	text-align:center;
	line-height:1.7;
}
dt,dd,li{
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.7;
}
th,td{
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.7;
}
/*--------------------------------------------------
その他 ※変更不可
----------------------------------------------------*/
/*画像の設定*/
.w100{
    max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
}
/*テキスト左寄せ*/
.txt-r{
    text-align:right;
}

/* パソコンでpcのclassがついた画像が表示 */
.pc { display: block; }
.sp { display: none; }
/*br class="pc"で対応*/
/*基本PCのみ改行*/
/*hover時の動作*/
.opa {
  transition: all .3s;
}
.opa:hover {
  opacity: .8;
}
/*スマホメニュー*/
.spmenu {
    display: none;
}
/*--------------------------------------------------
ぱんくず
----------------------------------------------------*/
nav#breadcrumbs {
    text-align: left;
    padding: 0px;
	  margin: 0 auto;
	  display: block;
	background: #fcfcfc;
	padding: 5px 0 5px 5px;
}
nav#breadcrumbs ul{
	width: 100%;
	margin: 0 auto;
  padding-left: 30px;
}
nav#breadcrumbs li {
    display: inline;
    font-size: 12px;
	  font-size: 1.2rem;
    color: #F1C50F;
    font-weight:normal;
}
nav#breadcrumbs li:first-child {
    margin-right:0.5em;
}
nav#breadcrumbs li a {
	line-height: 1.7;
	font-size: 12px;
  font-size: 1.2rem;
}
nav#breadcrumbs li a,nav#breadcrumbs li a:hover,nav#breadcrumbs li a:visited{
  color: #F1C50F;
	margin: 0px;
	border-bottom:1px solid #F1C50F;
}
nav#breadcrumbs li a:hover{
	margin: 0px;
	color: #F1C50F;
	border:0px;
}
nav#breadcrumbs li:nth-of-type(2):before, nav#breadcrumbs li:nth-of-type(3):before{
	content: "/";
    margin-right: 0.5em;
    font-size: 13px;
	color: #F1C50F;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
	overflow: hidden;
	width:100%;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
#header h1{
	display:none;	
}
#header .logo{
	  float:left;
	  width:130px;
	margin-left: 30px;
  }
#header .logo h1 {
	margin: 0;
	line-height: 1;
}
#header .logo img{
    width:130px;
	height:auto;
}
#header nav {
	float: right;
	margin-right: 30px;
}
#header .fixbar {
  position: absolute;
  width: 100%;
  height: 80px;
  padding: 30px 0 25px;
  top: 0;
}
#header .fixbar {
  position: fixed;
  top: 0;
  height: 80px;
  z-index:100000;
  background:#fff;
}
#header .fixinner{
/*	width: 1000px;*/
	margin: 0 auto;
}
#header .top-nav li {
	 float: left;
    margin-top: 14px;
    margin-left: 15px;
    font-size: 14px;
}
#header .top-nav li a{
	padding: 9px;
  line-height: 9px;
	letter-spacing: 0.2em;
	display: block;
}
#header .top-nav .current a{
   color: #fff;
   background: #f1c50f;
	 border-radius: 4px;
	 padding: 9px;
   line-height: 9px;
}
#header .top-nav a:hover {
    color: #fff;
    background: #f1c50f;
	  border-radius: 4px;
	  padding: 9px;
    line-height: 9px;
		display: block;
    transition: all .3s linear;
}
.hamburger__icon{
	display: none!important;
	
}

/*--------------------------------------------------
mailform 共通
----------------------------------------------------*/
#co-content h2+p,#e-content h2+p{
    text-align:center;
}
.req-comment{
    width: 100%;
    margin: 0 auto;
}
#content #mailform table {
  width: 100%;
  margin: 0 auto 60px;
}
#mailform {
	max-width:1000px;
  width: 100%;
  margin: 0 auto;
  margin: 40px auto 0;
}
#mailform table {
    border-collapse: inherit;
    border-spacing: 10px;
    width: 80%;
    margin: 0 auto;
}
#mailform th {
	width: 30%;
    font-weight: normal;
    background: #F1C50F;
    padding: 15px 0 15px 30px;
    color: #fff;
    text-align: left;
}
#mailform td {
	width: 80%;
  height: 60px;
  padding: 0;
	border: 1px solid #F1C50F;
}
#mailform td.jobBox{
	height: auto;
}
#mailform td.jobBox p{
	padding-top:0;
}
#e-content #mailform td.jobBox p:nth-of-type(2){
	padding-bottom: 0;
}
#mailform select,
#mailform input,
#mailform textarea{
	width: 100%;
	height: auto;
/*	height: 100%;*/
	padding-left: 10px;
	border: 1px solid #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
}
#mailform input:focus,
#mailform textarea:focus {
　outline: none;
}
#mailform td.textarea {
	height: 200px;
	border: 1px solid #F1C50F;
}
#mailform textarea {
	width: 100%!important;
	height: 100%!important;
/*	border-top: 1px solid #F1C50F;*/
}
#mailform .w100 {
	width: 100%!important;
}
#mailform th span {
    color: #FFF;
	margin-left:0.5em;
}
#mailform .privacy a {
	display: inline;
	color: #F1C50F;
	font-size: 12px;
    font-size: 1.2rem;
	border-bottom: 1px solid #F1C50F;
	margin-left: 2%;
}
#mailform td input[type="radio"] {
	width: auto;
	height: auto;
    margin: 3px;
}
#mailform .privacy a,#mailform .privacy a:hover,#mailform .privacy a:visited{
   color: #F1C50F;
}
#submit{
    width:100%;
	margin:30px auto 0px;
}
#submit .btn02 {
    width: 37%;
		margin: 0 auto;
    text-decoration: none;
    outline: none;
    background: #F1C50F;
    border: 2px solid #F1C50F;
    color: #fff;
    cursor: pointer;
    padding: 20px 5%;
    display:block;
    font-size: 14px;
    font-size: 1.4rem;
}
#submit .btn02::before,
#submit .btn02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#submit .btn02,
#submit .btn02::before,
#submit .btn02::after {
    transition: all .3s;
}
#submit .btn02:hover {
    background: #fff;
    border: #F1C50F solid 2px;
    color: #F1C50F;
}

/*チェックボタンカスタマイズ*/
.checkbox01-input{
  display: none;
}
.checkbox01 label {
	border: none !important;
	background: transparent !important;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #F1C50F;
  border-radius: 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox01-parts::before{
    top: 0px\9; /* IE10のみ対応（\9なしでIE11にも適用） */
  }
}

.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #F1C50F;
  border-right: 3px solid #F1C50F;
}
/*必須欄、未入力時エラーの赤い枠*/
.con.text-mproblem {
    border: 1px solid #DF5E38;
}

/*--------------------------------------------------
#footer
----------------------------------------------------*/
#footer {
    background: #fcfcfc;
    width: 100%;
	height:auto;
}
#footer .inner {
    max-width: 1000px;
    width: 100%;
	padding:40px 0px 30px;
}
#footer .Ft-menu {
    text-align: left;
    color:#313131;
}
#footer .Ft-menu-g{
		 display: flex;
}
#footer .menu-g{
	margin-top: 40px;
}
#footer .Ft-menu h3{
  margin: 0px 0px 15px;
	color: #313131;
	font-size: 14px;
  font-size: 1.4rem;
	border-bottom:1px solid #313131;
	padding-bottom:15px;
	height: 39px;
}
#footer h2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    color: #313131;
	font-weight:bold;
}
.Ft-menu .ft-01,.Ft-menu .ft-02,.Ft-menu .ft-03{
	padding: 0;
}
.Ft-menu .ft-01,
.Ft-menu .ft-02,
.Ft-menu .ft-04{
		flex-basis:40%;
}
.Ft-menu .ft-03{
	flex-basis:20%;
	margin-right: 0px;
}
.Ft-menu .ft-05{
		flex-basis:60%;
}

#footer .Ft-menu li {
	margin-bottom:5px;
}
#footer .Ft-menu a {
	font-size: 13px;
    font-size: 1.3rem;
	display: block;
    padding: 5px 0px;
}
#footer .Ft-menu ul li a:before{
    content:url(/images/common/arrow.png);
    margin-right: 0.5em;
}
#footer .Ft-menu .ft-04 h3{
line-height: 1.7;
}
#footer .pm{
	text-align: right;
}
#footer .add{
	padding-top: 70px;
	text-align: center;
	margin: 0 auto;
  color:#313131;
	font-size: 11px;
  font-size: 1.1rem;	
}
.copyright{
	text-align:center;
	padding-top: 5px;
}
.copyright small{
    color:#313131;
	font-size: 10px;
  font-size: 1.0rem;
}
#footer #toTop{
	text-align: right;
}
#footer #toTop img{
	width: 4%;
}
/**************************************************
/* 3. TOP /
***************************************************/
/*--------------------------------------------------
TOP共通
----------------------------------------------------*/
/*--------------------------------------------------
top_main
----------------------------------------------------*/
#slider{
width: 100%;
}
#slider li{
	height: 720px;
	background:center / cover no-repeat;
	background-attachment: fixed;
}
/*--------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#top-mainvisual{
  position:relative;
	width:1000px;
	max-width: 1000px;
	margin:0 auto;
}
#top-mainvisual p{
  background:url(../images/top/main-p.png) no-repeat left top;
	font-size: 18px;
  font-size: 1.8rem;	
	padding-top: 34px;
	position: absolute;
  right: 0;
  top: 50px;
  width: 539px;
	z-index: 3000;
}
#top-mainvisual p span{
	color:#f1c50f;
	font-size: 22px;
  font-size: 2.2rem;
	padding: 0px 5px;
}
/*--------------------------------------------------
Service
----------------------------------------------------*/
.ser-fl2 {
    float: left;
    width: calc((100% - 85px * 1) / 2);
    margin-right: 85px;
	margin-bottom:86px;
}
.ser-fl2:nth-of-type(2n) {
    margin-right: 0%;
}
.ser-fl2:nth-of-type(3), .ser-fl2:nth-of-type(4){
	margin-bottom:0px;
}
/*--------------------------------------------------
Company
----------------------------------------------------*/
.com-fl2 {
    float: left;
    width: calc((100% - 85px * 1) / 2);
    margin-right: 85px;
}
.com-fl2:nth-of-type(2n) {
    margin-right: 0%;
}
.com-fl2-in{
    height:240px;
}
.com-fl2 .com-fl2-in-01:nth-of-type(1){
    margin-bottom:64px;
}
.com-fl2 .com-fl2-in-02:nth-of-type(2){
    margin-bottom:0px;
}
/*--------------------------------------------------
Info
----------------------------------------------------*/
#top-other{
	padding: 0 0 85px;
}
.top-info h2{
  color:#fff;
	background:#757575;
	height:50px;
	line-height:50px;
	padding: 0px 30px;
}
.top-info p{
		border:1px solid #ececec;
		padding: 15px
}
.top-info p:before{
  content: "●";
  margin-right: 0.5em;
	color:#dadada;
}
/*--------------------------------------------------
bnr
----------------------------------------------------*/
.bnr {
	max-width:1140px;
	width: 100%;
	height: auto;
	background:#e0e0e0;
	margin: 0 auto;
	padding: 50px 0;
}
.bnr-fl2-in-01, .bnr-fl2-in-02, .bnr-fl2-in-03 {
  /* width: 280px; */
  /* margin: -7px 80px 17px 0; */
  /* float: left; */
}
.bnr-fl2-in-03{
	margin-right: 0;
}
.bnr .inner a {
  width: 24.6%;
  display: inline-flex;
}
/**************************************************
/* 4. 下層共通事項（レイアウト・見出し・header・nav）
***************************************************/
/*--------------------------------------------------
下層レイアウト ※変更不可
----------------------------------------------------*/
.pages{
	  padding-top: 100px;
    margin-top: -100px;
}
.pages #content {
    width: 100%;
    background: #fff;
}
.pages .pgs_ttl{
    background: #f1c50f;
    color: #fff;
    height: 130px;
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    padding: 50px 0px;
}
.pages .pgs_ttl span{
	  background: url(../images/common/h2line.png) no-repeat center bottom;
/*    background-size: cover;*/
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 18px;
}
.pages .pgs_ttl span::after{
	  content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    position: relative;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------
下層見出し h1-h6 ※変更不可
----------------------------------------------------*/
.chap_block_main h2.lead{
	text-align: center;
	font-size: 25px;
  font-size: 2.5rem;
	font-weight: 400;
	color: #313131;
	margin-bottom: 40px;
}
.chap_block_main h2.lead span{
	text-align: center;
	font-size: 18px;
    font-size: 1.8rem;
	color: #33383f;
	margin-top: 60px;
	display:block;
}
.chap_block_main h3.lead{
	text-align: center;
	font-size: 23px;
  font-size: 2.3rem;
	font-weight: 400;
	color: #f1c50f;
	margin-bottom: 60px;
}
.chap_block_main h5{
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 500;
	color: #369625;
	margin: 10px 0;
}
.chap_block_main p.lead-txt{
	text-align: left;
	font-size: 16px;
    font-size: 1.6rem;  
	color: #33383f;
	line-height:2.0; 
}
.chap_block h3.lead {
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    color: #F1C50F;
    margin-bottom: 15px;
}
.chap_block h4.lead {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #369625;
    margin-bottom: 15px;
}
#business .chap_block h3.lead {
    color: #f0a316;
	font-size: 27px;
    font-size: 2.7rem;
}

.chap_block p.lead-txt{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;  
	color: #33383f; 
	margin-bottom: 30px;
	margin-top: 30px;
}
.chap_block{
	  padding-top: 85px;
    margin-top: -85px;
}
/*--------------------------------------------------
div.btn-box a.btn02 ※変更不可
----------------------------------------------------*/
div.btn-box {
    text-align: left;
}
div.btn-box a{
 	font-size:14px;
	font-size:1.4rem;    
}
div.btn-box a.btn02 {
    width: 300px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: #fff;
    border: 1px solid #e1e3e5;
    color: #1b1c1c;
    cursor: pointer;
    padding: 20px 16%;
    display:block;
}
div.btn-box a.btn02::before,
div.btn-box a.btn02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
div.btn-box a.btn02,
div.btn-box a.btn02::before,
div.btn-box a.btn02::after {
    transition: all .3s;
}
div.btn-box a.btn02:hover {
    background: #f1c50f;
    border: #f1c50f solid 1px;
    color: #fff;
}
/*--------------------------------------------------
下層共通
----------------------------------------------------*/
.mb30 {
	margin-bottom: 60px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb0 {
	margin-bottom: 0px;
}
.br{
    display:block;
}
.chap_block_main p.lead-txt span {
    line-height:2.0;
}
.pages dl{
	width: 100%;
	margin: 0 auto;
	display: table;
	border: 1px solid #e1e3e5;
	margin-bottom: -1px;
}
.pages dt {
	display: table-cell;
  width: 160px; 
  background: #e8eaed;
	padding: 20px;
	border-right: 1px solid #e1e3e5;
}
.pages dt:last-child {
	margin-bottom: 120px;
}
.pages dd {
	display: table-cell;
  padding: 20px;
}
/**************************************************
/* 5. 事業詳細の共通
***************************************************/
#busi-pages .busi-pages-img{
	margin: 25px auto 100px;
}
#busi-pages p.busi-lead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #33383f;
    line-height: 2.0;
	margin-bottom: 65px;
}
#busi-pages .busi-pages-para{
	margin: 20px auto 60px;	
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#busi-pages .busi-con{
	flex-basis: 48%;
	margin-right: 30px;
  margin-bottom: 30px;
}
#busi-pages .busi-con:nth-child(2n){
	 margin-right: 0;
}
#busi-pages h3.busi-sub-ttl{
  font-size: 18px;
  font-size: 1.8rem;
	background: #F1C50F;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
	line-height: 3;
	color: #fff;
	padding: 0 0 0 3%;
	border-radius: 4px;
}
#busi-pages h4{
	font-size: 16px;
  font-size: 1.6rem;
	color: #369625;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #369625;
  padding-bottom: 10px;
  margin: 29px 0 15px
}
#busi-pages p{
	font-size: 15px;
  font-size: 1.5rem;
}
#busi-pages .busi-con ul{
	margin:0 0 0 1%;
}
#busi-pages .busi-con li::before{
	content: "・";
}
#busi-pages div.btn-box a.btn02 {
   width: 300px;
	 margin: 0 auto;
   padding: 3%;
}
/**************************************************
/* 6. ITサポートページ//it-support/
***************************************************/
#it-support .supp-bnr{
	margin: 20px 0;
}
#it-support .supp-bnr a:hover{
	opacity: 0.8;
	transition: .3s;
}
#it-support .supp-bnr img{
    max-width: 280px;
    width: 100%;
}
/**************************************************
/* 7. /support//ses//government/
***************************************************/
#other p.lead-txt {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
	line-height: 1.5;
}
#busi-pages #other h3.busi-sub-ttl {
    display: inline-block;
	  padding-right: 3%;
}
#other .busi-pages-para {
    margin: 20px auto 20px;
}
#other .pdf a{
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 500;
	color: #369625;
	border-bottom: 1px solid #369625;
}
/**************************************************
/* 8. 会社情報//company/
***************************************************/
#mess{
	width:100%;
	padding: 85px 0 0;
}
#mess .message,
#guidelines .guide-para,
#csr .csr-para,
#csr .para02,
#map .map-para{
	display: flex;
}
#mess .message{
align-items: flex-end;
}
#mess .mess p{
	margin-bottom: 17px;
}
#mess .sign{
	text-align: right;
	margin-bottom: 20px;
}
#guidelines .guide-txt{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 33px;
}
#guidelines .child{
	width: 33.3%;
	text-align: center;
}
#guidelines .w-txt{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
font-weight: 500;	
}
#guidelines .para01 .w-txt{
	padding-bottom: 16px;	
	border-bottom:1px solid #fff; 
}
#guidelines .para01 .w-txt::after{
	content: "・";
	position: relative;
  top: 29px;
  left: -27px;
}
#guidelines .para01 p{
	padding: 6%;
	text-align: left;
}
#guidelines{
	background: #f1c50f;
}
#csr h2.lead{
	margin-bottom: 10px;
}
.chap_block_main p.csr-read {
   text-align: center;
   font-size: 16px;
   font-size: 1.6rem;
	 margin-bottom: 40px;
}
#csr .para02{
	flex-basis: 50%;
	margin-bottom: 3%;
}
#csr .csr-nest01{
	flex-basis: 30%;
	margin-right: 5%;
}
#csr .csr-nest02{
	flex-basis: 70%;
}
#csr .csr-nest01,
#csr .csr-nest02{
	align-self: center;
}
#csr .csr-nest02 h3{
	padding-bottom: 10px;
	font-weight: bold;
}
#map .para03{
	flex-basis: 50%;
	margin-bottom: 20px;	
}
#map .para03 h3{
	font-weight: 500;
	margin-bottom: 10px;
}
/**************************************************
/* 9. 事業一覧//l/business/index.html
***************************************************/
#business .busi-para{
		margin-top: 85px;
}
#business .busi-para{
	display: flex;
	justify-content:flex-start;
}
#business .para01{
	width: 450px;
	text-align: center;
	margin-right: 100px;
}
#business .para01:last-child{
	margin-right: 0;
}
#business .para01 p,
#business .Offer{
	margin-bottom: 20px;
	text-align: left;
}
#business .para01 h3{
	margin: 23px auto 18px;
	text-align: center;
	font-weight: 500;
	font-size: 19px;
	font-size: 1.9rem;	
}
#business .para01 p{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 50px;
  height: 190px;	
}
#business .Offer{
	border:1px solid #e8eaed; 
}
#business .Offer h4{
	background: #e8eaed;
	padding: 10px;
	text-align: center;
}
#business .Offer-list{
	padding: 4%;	
}
#business .Offer-list li::before{
	content: "・";
	margin-left: 5%;
}
#business .busi-btn{
	border:1px solid #e8eaed; 
}
#business div.btn-box a.btn02 {
  max-width: 450px;
  width: 100%;
}
/**************************************************
/* 10. 採用一覧///recruit/index.html 
***************************************************/
/*--------------------------------------------------
採用情報
----------------------------------------------------*/
#careers .pgs_ttl {
  background: #369625;
}
#careers #mess p.lead {
  margin-bottom: 60px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}
#careers .message {
    margin-top: 20px;
    justify-content: space-around;
    align-items: flex-start;
    width: 75%;
    margin: 0 auto;
}
#careers .mess{
	width: 50%;
}
/*--------------------------------------------------
募集要項
----------------------------------------------------*/
#tab{
	padding-top: 85px;
  margin-top: -85px;
}
/* タブ */
.current a{
    color: #fff;
}
.disnon {
  display: none;
}
/* 即戦力採用 */
#careers #occupation-list .occupation-flame {
/*  display: none;*/
  border-left: 1px solid #369625;
  border-right: 1px solid #369625;
  border-bottom: 1px solid #369625;
}
#careers #occupation-list #tab {
  display: flex;
  justify-content: space-between;
}
#careers #occupation-list #tab li{
  width: 33.33%;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  border: 1px solid #369625;
  background: url("/images/common/allow2.png") no-repeat right 15px center;
  cursor: pointer;
  transition: all .3s;
	line-height: 2;
}
#careers #occupation-list #tab li:hover{
  background: #369625 url("/images/common/allow3.png") no-repeat right 15px center;
	color: #ffffff;
}
#careers #occupation-list #tab li.current{
  color: #ffffff;
  background: #369625 url("/images/common/allow3.png") no-repeat right 15px center;
}
#careers #occupation-list #tab li:nth-child(2){
  border-left: none;
  border-right: none;
}
#careers #occupation-list #tab a{
	display: block;
	padding: 25px;
	line-height: 25px;
}
#careers #occupation-list #tab a:hover{
	color: #fff;
}
#careers #occupation-list p.lead {
  margin-bottom: 60px;
  padding: 70px 5% 0;
  font-size: 18px;
  font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
}
#careers #occupation-list h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #369625; 
}
#careers #occupation-list .employment {
    display: flex;
    padding: 20px 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 60px;
    border: 1px solid #369625;
}
#careers #occupation-list .employment li {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}
#careers #occupation-list .employment li::before{
	content: "・";
}
#careers #occupation-list .employment li a{
	color: #33383f;
	border-bottom:1px solid #74797f; 
}
#careers #occupation-list .employment a:hover{
	border-bottom:none;
	color: #369625;
}
#careers #occupation-list table {
  width: 80%;
  margin: 0 auto 60px;
}
#careers #occupation-list table th {
  padding: 5% 3%;
	width: 160px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  border: 1px solid #e1e3e5;
  background: #e8eaed;
	text-align: left;
}
#careers #occupation-list table td {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #e1e3e5;
}
#careers .flow {
  width: 80%;
  margin: 0 auto 60px;
  overflow: hidden;
}
.careers-flow {
  width: 40%;
  float: left;
}
.careers-flow p {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  background: #e8eaed;
}
.careers-flow .number {
  display: inline-block;
  margin: 0 40px 0 15px;
  padding: 2px 8px;
  background: #ffffff;
}
.careers-flow p:last-child {
  margin-bottom: 0;
}
.flow-txt {
  float: right;
  width: 55%;
  font-size: 16px;
  font-size: 1.6rem;
}
#careers .entry-btn {
  margin-bottom: 60px;
  padding: 20px 0;
  text-align: center;
}
#careers .entry-btn a {
  padding: 20px 16%;
  background: #369625;
  color: #ffffff;
  transition: all .3s;
}
#careers .entry-btn a:hover {
  background: #ffffff;
  border: 1px solid #369625;
  color: #369625;
}

/*--------------------------------------------------
共通
---------------------------------------------------*/
.red-txt {
  color: #df5e38;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}
.green-txt {
  color: #369625;
	font-size: 23px;
	font-size: 2.3rem;
}
/**************************************************
/* 11. 採用エントリー　entry　採用サンクス entry-thanks
***************************************************/
#entry .pgs_ttl,
#entry-thanks .pgs_ttl{
  background: #369625;
}
#entry #mailform #input-birth01,#entry #mailform #input-birth02,
#entry #mailform #input-birth03,#entry #mailform #input-birth04
{
    width:40%;
	 text-align: center;
}
#entry #mailform th {
    width: 30%;
    font-weight: normal;
 background: #369625;
    padding: 15px 0 15px 30px;
    color: #fff;
    text-align: left;
}
#entry #mailform td {
    width: 80%;
    height: 60px;
    padding:10px;
    border: 1px solid #369625;
}
#entry form#mailformpro td.job-select label {
    display: block;
	  margin-bottom: 10px;
}
#entry #mailformpro td.job-select input{
	text-align: left;
	 width: auto;
   display: inline;
   margin-right: 5px;
}
#entry input.file-input[type="file"]{
	color: #369625;
}
#entry .checkbox01-input {
    display: none;
}
#entry input.checkbox02-input{
	    border: 1px solid #369625;
}
#entry #mailform .privacy a, 
#entry #mailform .privacy a:hover,
#entry #mailform .privacy a:visited {
    color: #369625;
}
#entry #mailform .privacy a {
    display: inline;
    color: #369625;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #369625;
    margin-left: 2%;
}
#entry .checkbox01-parts::before {
    border: 1px solid #369625;
}
#entry #submit .btn02 {
    width: 37%;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
    background: #369625;
    border: 2px solid #369625;
}
#entry #submit .btn02:hover{
    background: #fff;
    border: #369625 solid 2px;
    color: #369625;
}
#entry-thanks div.btn-box a.btn02 {
    width: 300px;
    margin: 0 auto;
    padding: 20px 6%;
}
#entry-thanks div.btn-box a.btn02:hover{
	background: #369625;
	border: #369625 solid 2px;
}
#entry .reset-button{
	padding:5px 10px;
	background: #dadada; 
}
/**************************************************
/* 12. お問い合わせ　contact
***************************************************/
#contact .chap_block p.lead-txt {
	margin-top: 30px;
	margin-bottom: 30px;
}
/**************************************************
/* 13.お問い合わせ完了　thanks/ 404 notfound
***************************************************/
#thanks .chap_block p.lead-txt,
#notfound .chap_block p.lead-txt {
	margin-top: 80px;
	margin-bottom: 80px;
}
#thanks div.btn-box a.btn02,
#notfound div.btn-box a.btn02 {
    width: 300px;
    margin: 0 auto;
    padding: 20px 6%;
}
/**************************************************
/* 14.職種ページ　 #occupation
***************************************************/
#occupation p.lead-txt{
	  margin-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
}
#occupation h3.lead{
    margin-bottom: 60px;
    text-align: center;
    font-size: 27px;
    font-size: 2.7rem;
    color: #369625;
}
#occupation dt {
    display: table-cell;
    width: 230px;
}
#occupation li{
	line-height:2 ;
}
/**************************************************
/* 15.サイトマップ //sistemap/スマホのみ 
***************************************************/
span.maruR {
  font-size: small;
  position: relative;
}
#sitemap .sitemap-menu {
    text-align: left;
    color:#313131;
}
#sitemap .sitemap-menu h3 a,
#sitemap .sitemap-menu .ft-04 h3 {
  margin:25px 0px 15px;
	color: #313131;
	font-size: 16px;
  font-size: 1.6rem;
	font-weight: bold;
	border-bottom:1px solid #313131;
	padding-bottom:15px;
}
	#sitemap .sitemap-menu .ft-04{
		padding-bottom: 8%;
	}
#sitemap .sitemap-menu li {
	margin-bottom:5px;
	margin-left: 15px;
}
#sitemap .sitemap-menu a {
	font-size: 14px;
  font-size: 1.4rem;
	display: block;
 padding: 5px 0px;
}
#sitemap .sitemap-menu ul li a:before{
    content:url(/images/common/arrow.png);
    margin-right: 0.5em;
}
#sitemap .add{
	padding-top: 70px;
	text-align: center;
	margin: 0 auto;
  color:#313131;
	font-size: 11px;
  font-size: 1.1rem;	
}
/**************************************************
/* 16. 個人情報保護　//privacy_policy
***************************************************/
.pp{
    width: 100%;
    padding: 65px 0 0px;
}
.pp01{
	margin: 0 0 35px;
}
.pp01 h4{
  display: block;  
	font-weight: bold;
  border-bottom: 1px solid #369625;
  padding-bottom: 15px;
}
.pp01 ul{
	list-style: disc;
	 margin: 15px 0 0 20px;
}
.pp01 li{
	 margin:10px 0;
}
.pp01 ol{
	list-style: decimal;
	 margin: 15px 0 0 20px;
}
.pp01 ul.re-date{
	list-style: none;
	text-align: right;
}
.pp01 ul.re-date{
	list-style: none;
}
.pp01 ul li{
	 margin:5px 0 0;
}
.pp01 .pp-add{
	margin-top: 15px;
}
/**************************************************
/* 17. 古物営業法　/kobutsu
***************************************************/
#kobutsu .kobu-list dt{
	  width: 300px;
    padding: 30px;
	line-height: 30px;
}

/**************************************************
/* 18. BPOセンター　/bpo
***************************************************/
/*下層と共通箇所*/
#bpo .inner {
  width: 1000px;
}
#bpo .note {
  font-size: 13px;
	font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 8px;
}
#bpo .flex-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
}
#bpo h2.title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #26466d;
}
#bpo .btn {
  padding: 20px 0;
  text-align: center;
}
#bpo .btn a {
  padding: 20px 29px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #95b50f;
  transition: all .3s;
  border-radius: 4px;
  max-width: 370px;
  color: #FFF;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
  display: block;
  margin: 0 auto;
}
#bpo .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #95b50f;
  color: #95b50f;
}
/*------------------------------
BPO #menu
------------------------------*/
/*紺色こちらボタン コンテンツ*/
#bpo #menu {
  margin-top: 70px;
  max-width: 900px;
}
#bpo #menu .box {
  width: 40%;
}
#bpo #menu .img-box img {
  height: auto;
  width: auto;
  margin-right: auto;
  margin-left: 0;
  display: block;
  max-width: 375px;
  margin-top: -140px;
  padding-bottom: 8px;
  padding-left: 2px;
}
#bpo #menu .btn a {
  padding: 0;
  max-height: 62px;
  min-height: 62px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #26466D;
  transition: all .3s;
  border-radius: 4px;
  min-width: 372px;
  color: #FFF;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
  display: block;
}
#bpo #menu .btn a span {
  margin-top: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -43px;
}
#bpo #menu .btn.two-line a span {
  margin-bottom: -28px;
}
#bpo #menu .btn.two-line a span.maruR {
  margin-bottom: 0;
}
#bpo #menu .btn.two-line a span.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.6;
}
#bpo #menu .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #26466D;
  color: #26466D;
}
#bpo #menu .img-box {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
/*------------------------------
BPO #contactbox
------------------------------*/
#bpo #contactbox {
  padding: 0;
  border: 5px solid #F1C50F;
  margin: 48px auto 10px;
  height: 230px;
}
#bpo #contactbox h2 {
  text-align: center;
	font-size:26px;
	font-size: 2.6rem;
  background-color: #F1C50F;
  padding: 12px 0;
}
#bpo #contactbox p {
  text-align: center;
  margin: 8px auto;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 1%;
}
#bpo #contactbox .flex-wrap {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
#bpo #contactbox .f-contactbox .telbox {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
#bpo #contactbox .telbox .tel img {
  max-width: 246px;
}
#bpo #contactbox .note {
  text-align: center;
}
#bpo #contactbox .f-contactbox .conbox {
  margin: 1% auto;
  width: 50%;
}
#bpo #contactbox .f-contactbox .telbox .tel {
  text-align: center;
  position: relative;
}
#bpo #contactbox .f-contactbox .box p:last-child {
  margin-bottom: 0;
}
#bpo #contactbox .btn {
  padding: 20px 0;
  text-align: center;
}
#bpo #contactbox .btn a {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #33383f;
  border: 1px solid #F1C50F;
  background-color: #F1C50F;
  transition: all .3s;
  border-radius: 4px;
  max-width: 320px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}
#bpo #contactbox .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #F1C50F;
  color: #F1C50F;
}
#bpo #contactbox i {
  font-size: 46px;
  font-size: 4.6rem;
  color: #F1C50F;
  position: absolute;
  margin-left: -48px;
  bottom: -7px;
}
/*ここまで下層と共通*/
#bpo .busi-para{
  margin-top: 85px;
  display: flex;
  justify-content:flex-start;
}
/*トップMV*/
#bpo .bpo-mv {
  background-image: url(../images/bpo/bpo-mv-top.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 560px;
  width: 1000px;
  position: relative;
}
#bpo .bpo-mv .flex-box {
  height: 100%;
  width: 1000px;
  position: absolute;
  bottom: -123px;
}
#bpo .bpo-mv .copy img {
  max-width: 900px;
  position: relative;
  top: 40px;
  left: 10px;
}
#bpo .bpo-mv .ope {
  height: 100%;
  width: 50%;
  background-size: 100%;
  z-index: 5;
}
#bpo .bpo-mv .ope img {
  width: auto;
  max-width: 500px;
  position: relative;
  top: 40px;
  left: 20px;
}
#bpo .bpo-mv .catch {
  width: 50%;
  position: relative;
  z-index: 1;
  top: 190px;
  left: -26px;
}
#bpo .bpo-mv .catch img {
  max-width: 420px;
  margin: 0 auto;
}
#bpo .bpo-mv .gra-box{
  width: 420px;
  margin-top: 6px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgb(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
  padding: 16px 24px;
}
#bpo .bpo-mv .gra-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
#bpo .bpo-mv .gra-box span.small {
  font-size: 16px;
}
#bpo .bpo-mv .gra-box span.large {
  font-size: 23px;
}
#bpo .bpo-mv .gra-box span.l-large {
  font-size: 27px;
}
#bpo .bpo-mv .catch .gra-box img {
  max-width: 323px;
  display: block;
  margin-right: 0;
  margin-top: 4px;
}
/*#bpo　トップ悩み*/
#bpo #nayami {
  margin-top: -180px;
  position: relative;
}
#bpo #nayami .flex-box {
  margin-top: 24px;
}
#bpo #nayami h2.title {
  position: relative;
  bottom: 36px;
}
#bpo #nayami .child ul {
  height: 140px;
}
#bpo #nayami .child {
  max-width: 480px;
  width: 49%;
  text-align: center;
  margin-right: 32px;
  margin-left: 0;
  height: 410px;
}
#bpo #nayami h2.title span {
  content: "";
  background-image: url(../images/bpo/wave-line.svg);
  background-repeat: no-repeat;
  background-position-y: 40px;
  padding-bottom: 24px;
}
#bpo #nayami .img-box img {
  width: 34%;
  max-width: 320px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  position: relative;
  top: 200px;
}
#bpo #nayami .child h3 {
  margin: 23px auto 18px;
  text-align: center;
  color: #26466d;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 16px 0;
  background-color: #F1C50F;
}
#bpo #nayami .child h3 img {
  width: 20px;
  height: 23px;
  position: relative;
  bottom: 2px;
  right: 8px;
}
#bpo #nayami .child:nth-child(even) {
  margin-right: 0; 
  margin-left: auto;
}
#bpo #nayami .child p{
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 50px;
  height: 190px;	
}
#bpo #nayami .Offer-list li:last-child{
  margin-bottom: 0;
}
#bpo #nayami .choko-img::before {
  content: "＼ そんなお悩みに、おすすめ! ／";
  margin: 0 auto 8px;
  display: block;
}
#bpo #nayami .choko-img img {
  max-width: 123px;
  height: 28px;
  margin: 0 auto;
}
#bpo #nayami .Offer-list li{
  text-align: left;
	list-style-position: inside;
  margin-left: 4%;
  margin-bottom: 10px;
  line-height: 1.5;
}
#bpo #nayami .Offer-list li img {
  display: block;
  margin-left: -9px;
}
#bpo #nayami .choko-img {
  margin: 24px auto 0;
  display: inline-block;
}
#bpo #nayami .triangle img {
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: 10px;
}
/*#bpo　トップ 解決*/
#bpo #clear {
  width: 1000px;
  margin: 60px auto 0;
}
#bpo #clear .inner {
  max-width: 780px;
}
#bpo #clear h3.title {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #26466d;
  margin: 24px auto 20px;
  max-width: 570px;
  text-align: center;
  border-bottom: 7px solid#F8E182;
}
#bpo #clear .color {
  background: linear-gradient(transparent 30%, #F8E182 0%);
  padding: 0;
  position: relative;
  line-height: 2.6;
}
#bpo #clear p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #26466d;
  text-align: center;
}
#bpo #clear .img-box {
  max-width: 290px;
  width: 20%;
  margin-top: 42px;
}
#bpo #clear .text-box {
  margin: 0 auto;
}
#bpo #clear h3.title span.img:before {
  content: "ちょこっとおまかせ";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: -44px;
  right: 8px;
  color: #33383f;
}
#bpo #clear h3.title span {
  position: relative;
  padding: 0 6%;
}
#bpo #clear h3.title span.border {
  padding: 0;
}
#bpo #clear h3.title span img {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 4px;
  bottom: 7px;
}
#bpo #clear .fukidashi {
  background-color: #FAEDB8;
  border-radius: 20px;
  padding: 3%;
  height: 150px;
  position:relative;
  margin-left: auto;
  margin-right: 0;
  width: 70%;
}
#bpo #clear .fukidashi::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 0px;
  border-left-width: 29px;
  border-right-width: 46px;
  margin-top: -14px;
  border-right-color: #faedb8;
  right: 100%;
  top: 51%;
}
#bpo #clear .fukidashi h4.title {
  color: #369625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4px;
}
#bpo #clear .fukidashi p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #33383f;
  text-align: left;
}
#bpo #clear ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
#bpo #clear .text-box p {
  margin: 20px auto 48px;
  line-height: 1.4;
}
#bpo #clear .flex-box {
  max-width: 780px;
  width: auto;
}
/*------------------------------
#bpo #line-box
------------------------------*/
#bpo #line-box .box {
  /* border: 1px solid #00b900; */
  padding: 2% 10px;
  height: 100%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#bpo #line-box .box h2 {
  color: #00b900;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
#bpo #line-box .line-icon img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#bpo #line-box .img-box {
  /* margin-right: 0; */
  /* margin-left: 0; */
  width: 50%;
  display: flex;
  padding-left: 30px;
}
#bpo #line-box .img-box img {
  max-width: 100px;
  height: auto;
  margin-top: 0;
}
#bpo #line-box .links {
  display: flex;
  margin-top: 20px;
}
#bpo #line-box .line-icon {
  margin: auto;
  margin-left: auto;
  margin-right: 0;
  max-width: 200px;
}
/*------------------------------
#bpo BPOセンターの下層ページ
------------------------------*/
#bpo.bpo-btm .flex-box .child {
  width: 33.3%;
  max-width: 318px;
  text-align: center;
  margin-right: 22px;
    /* margin-left: auto; */
    margin-bottom: 36px;
}
#bpo.bpo-btm .flex-box .child:nth-of-type(3n) {
  margin-right: 0;
  margin-left: auto;
}
#bpo.bpo-btm h2.title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #26466d;
}
#bpo.bpo-btm h3.title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #26466d;
}
/*BPO下層ページのMV*/
#bpo.bpo-btm .bpo-mv img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
#bpo.bpo-btm .bpo-mv .balloon img {
  max-width: 860px;
  position: relative;
}
#bpo.bpo-btm .bpo-mv .person {
  position: relative;
}
#bpo.bpo-btm .bpo-mv .person img {
  width: 100%;
  max-width: 360px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -84px;
  z-index: 3;
}
#bpo.bpo-btm .bpo-mv {
  height: 520px;
  position: relative;
}
#bpo.bpo-btm .bpo-mv::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 36px solid transparent;
  border-right: 1000px solid #FFF;
  border-bottom: 85px solid #FFF;
  z-index: 0;
}
/*BPO下層ページ case*/
#bpo.bpo-btm #case h2 {
  margin: 0 auto;
  text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 0;
    background-color: #369625;
    height: auto;
    position: relative;
    max-height: 78px;
    min-height: 78px;
}
#bpo.bpo-btm #case h2 span {
  padding: 0 1px;
  margin-bottom: -20px;
  display: inline-block;
  vertical-align: middle;
}
#bpo.bpo-btm #case .title-img {
  font-size: 15px;
  font-size: 1.5rem;
  color: #369625;
  margin-bottom: 10px;
}
#bpo.bpo-btm #case .title-img::after {
  content: "例えば、こんなお悩み";
  color: #26466D;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 24px;
  width: 100%;
}
#bpo.bpo-btm #case .bdr-box {
  width: 100%;
  margin-right: 14px;
  margin-left: auto;
  border: 2px solid #369625;
  height: 231px;
}
#bpo.bpo-btm #case .box {
  max-width: 493px;
  width: 100%;
  margin-right: 14px;
  margin-left: 0;
}
#bpo.bpo-btm #case .box:last-child {
  margin-right: 0;
  margin-left: 0;
}
#bpo.bpo-btm #case .box p {
  font-size: 15px;
  font-size: 1.5rem;
}
#bpo.bpo-btm #case .box .box-inner {
  padding: 17px 14px;
}
/*BPO下層ページ～で解決！*/
#bpo.bpo-btm #clear h3.title {
  margin-bottom: 24px;
  max-width: 480px;
  text-align: center;
  border-bottom: 8px solid#F8E182;
  margin-left: 0;
}
#bpo.bpo-btm #clear .text-box {
  max-width: 790px;
  width: 74%;
  margin-right: 0;
  margin-left: auto;
}
#bpo.bpo-btm #clear p {
  text-align: left;
}
#bpo.bpo-btm #clear h2.title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #26466d;
  margin: 40px auto 80px;
}
#bpo.bpo-btm #clear .img-box {
  width: 20%;
  margin-top: 0;
}
#bpo.bpo-btm #clear .img-box img {
  max-width: 220px;
  height: auto;
}
#bpo.bpo-btm #clear h2.title::after {
  content: "";
  background-image: url(../images/bpo/clean-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  width: 136px;
  height: 40px;
  position: relative;
  bottom: 0;
  left: 44%;
  display: block;
}
#bpo.bpo-btm #clear.inner {
  max-width: 1000px;
  width: 1000px;
}
#bpo.bpo-btm #clear .flex-box {
  max-width: 960px;
  width: auto;
  margin: 0 auto;
}

/*BPO下層ページ　提供できるサービス業務例*/
#bpo.bpo-btm #example {
  margin-top: 40px;
  margin-bottom: -40px;
}
#bpo.bpo-btm #example h2 {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  padding: 18px 2rem;
  border: 4px solid #F1C50F;
}
#bpo.bpo-btm #example h2:before,
#bpo.bpo-btm #example h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #F1C50F;
}
#bpo.bpo-btm #example h2:before {
  top: 6px;
}
#bpo.bpo-btm #example h2:after {
  bottom: 6px;
}
#bpo.bpo-btm #example h3 {
  margin: 23px auto 18px;
  text-align: center;
  color: #26466d;
  padding: 16px 1%;
  background-color: #F1C50F;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#bpo.bpo-btm #example .child h4 {
  margin: 0 auto 18px;
  text-align: center;
  color: #A58500;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 0;
  background-color: #FDF3C5;
}
#bpo.bpo-btm #example ul li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 8px;
}
#bpo.bpo-btm #example ul li span {
  font-size: 11px;
  font-size: 1.1rem;
  color: #696969;
  margin-left: 14px;
  margin-top: 2px;
  display: block;
  line-height: 1.4;
}
#bpo.bpo-btm #example .Offer-list li::before {
  content: "・";
  margin-left: 0;
}

/*BPO下層ページ こちらボタン*/
#bpo.bpo-btm #menu {
  margin-top: 160px;
}
#bpo.bpo-btm #menu .img-box img {
  margin-top: -100px;
}
/*BPO下層ページ あなたの総務部*/
#bpo.bpo-btm #production {
  margin-top: 40px;
}
#bpo.bpo-btm #production .bdr-box {
  border: 1px solid #F1C50F;
  padding: 24px 20px;
}
#bpo.bpo-btm #production h2 {
  line-height: 48px;
  position: relative;
  height: 48px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 auto 24px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #F1C50F;
  width: fit-content;
}
#bpo.bpo-btm #production h2:before,
#bpo.bpo-btm #production h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 24px solid #F1C50F;
}
#bpo.bpo-btm #production h2:before {
  left: -38px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#bpo.bpo-btm #production h2:after {
  right: -38px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#bpo.bpo-btm #production h2 span {
  position: relative;
  /* display: block; */
}
#bpo.bpo-btm #production h3 {
  text-align: center;
  margin: 16px 0 0;
  color: #26466D;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
#bpo.bpo-btm #production .point::before {
  content: "";
  background-image: url(../images/bpo/bpo-point.svg);
  background-repeat: no-repeat;
  background-size: 63px;
  width: 63px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 5px;
  top: -30px;
  display: block;
}
#bpo.bpo-btm #production .point {
  background-color: #E6EEC3;
  padding: 20px 4px;
  line-height: 1.4;
  color: #26466D;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  margin-top: 36px;
}
#bpo.bpo-btm #production .child p {
  margin-bottom: 20px;
  text-align: left;
  padding: 4%;
}
#bpo.bpo-btm #production .flex-box .child:nth-of-type(3n) {
  margin-right: 0;
  margin-left: 0;
}
#bpo.bpo-btm #production .flex-box .child {
  width: 33.3%;
  max-width: 304px;
  text-align: center;
  margin-right: 20px;
}
/*BPO下層ページ 料金*/
#bpo.bpo-btm.price .bpo-mv .person img {
  width: 100%;
  max-width: 360px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -100px;
  z-index: 3;
}
#bpo.bpo-btm.price .mv-box {
  max-width: 600px;
  margin: 0 auto;
  top: 76px;
  position: relative;
}
#bpo.bpo-btm.price .mv-box .text-box {
  background-color: #fdf7e0;
  padding: 60px 24px;
}
#bpo.bpo-btm.price .mv-box h3.title {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #26466d;
  margin: 24px auto;
  max-width: 570px;
  text-align: center;
  border-bottom: 7px solid#F8E182;
}
#bpo.bpo-btm.price .mv-box p {
  margin: 24px auto 0;
  font-size: 20px;
  font-size: 2.2rem;
  color: #26466d;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
#bpo.bpo-btm.price .mv-box h3.title span.img:before {
  content: "ちょこっとおまかせ";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: -44px;
  right: 8px;
  color: #33383f;
}
#bpo.bpo-btm.price .mv-box h3.title span {
  position: relative;
  padding: 0 6%;
}
#bpo.bpo-btm.price .mv-box h3.title span.border {
  padding: 0;
}
#bpo.bpo-btm.price .mv-box h3.title span img {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 4px;
  bottom: 7px;
}
/*BPO下層ページ　価格表ページ 解決*/
#bpo.bpo-btm.price #clear.inner {
  max-width: 900px;
}
#bpo.bpo-btm #clear .img-box img {
  max-width: 180px;
  height: auto;
}
#bpo.bpo-btm.price #clear p {
  font-size: 15px;
  font-size: 1.5rem;
}
#bpo.bpo-btm.price #clear .note {
  font-size: 13px;
  font-size: 1.3rem;
}
#bpo.bpo-btm.price #clear .fukidashi {
  background-color: #FAEDB8;
  border-radius: 20px;
  padding: 3% 4px 3% 2%;
  height: fit-content;
  position: relative;
  margin-left: 60px;
  margin-right: auto;
}
#bpo.bpo-btm.price #clear .fukidashi h4.title {
  color: #369625;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4px;
  font-weight: 600;
}
#bpo.bpo-btm.price #clear .fukidashi.pt01 {
  margin-bottom: 40px;
  width: 86%;
}
#bpo.bpo-btm.price #clear .fukidashi.pt02 {
  width: 64%;
}
#bpo.bpo-btm.price #clear .fukidashi.pt01::after {
  -webkit-transform: rotate( 343deg );
  transform: rotate( 343deg );
  right: 99%;
}
#bpo.bpo-btm.price #clear .fukidashi.pt02::after {
  -webkit-transform: rotate(  35deg  );
  transform: rotate( 35deg  );
  right: 97%;
}
#bpo.bpo-btm.price #clear .box {
  width: 82%;
  margin-bottom: 56px;
}
#bpo.bpo-btm.price #clear .img-box {
  max-width: 270px;
  width: 18%;
  margin-bottom: 0;
  margin-top: auto;
}

/*BPO下層ページ　price-list 料金プラン*/
#bpo.bpo-btm.price #price-list h2 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 23px 2rem;
  border: 3px solid #9CBD16;
  color: #369625;
  text-align: center;
}
#bpo.bpo-btm.price #price-list h2:before {
  top: 6px;
}
#bpo.bpo-btm.price #price-list h2:after {
  bottom: 6px;
}
#bpo.bpo-btm.price #price-list h2:before, #bpo.bpo-btm.price #price-list h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #9CBD16;
}
#bpo.bpo-btm.price #price-list h3 {
  margin: 0 auto;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  padding: 24px 0;
}
#bpo.bpo-btm.price #price-list h3.light {
  background-color: #88b6b7;
}
#bpo.bpo-btm.price #price-list h3.basic {
  background-color: #6a936e;
}
#bpo.bpo-btm.price #price-list h3.value {
  background-color: #e89d5c;
}
#bpo.bpo-btm.price #price-list h3.premium {
  background-color: #8d4885;
}
#bpo.bpo-btm.price #price-list h3.custom {
  background-color: #f8f7f7;
  color: #33383f;
}
#bpo.bpo-btm.price #price-list .child h4 {
  margin: 0 auto;
  text-align: center;
  color: #33383f;
  font-weight: 600;
  font-size: 40px;
  font-size: 4.0rem;
  padding: 20px 0;
  background-color: #FFF;
  border-bottom: 1px solid #f8f7f7;
  position: relative;
}
#bpo.bpo-btm.price #price-list .small.zyuryo {
  position: absolute;
  margin-bottom: 24px;
  bottom: -13px;
  right: 40%;
}
#bpo.bpo-btm.price #price-list .cation {
  margin: 16px 10px;
  line-height: 1.5;
  font-size: 14px;
}
#bpo.bpo-btm.price #price-list h4 .small {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#bpo.bpo-btm.price #price-list .child h4.betto{
  padding: 40px 0;
  border-bottom: none;
}
#bpo.bpo-btm.price #price-list .child .other {
  border-top: unset;
}
#bpo.bpo-btm.price .Offer {
  margin-bottom: 0;
  text-align: left;
}
#bpo.bpo-btm.price #price-list .child h5 {
  margin: 0 auto;
  text-align: center;
  color: #33383f;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
  background-color: #FFF;
}
#bpo.bpo-btm.price #price-list .flex-box .child {
  width: 33.3%;
  max-width: 315px;
  text-align: center;
  margin-right: 27px;
  margin-top: 24px;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
}
#bpo.bpo-btm.price #price-list .flex-box .child:nth-of-type(3n) {
  margin-right: 0;
  margin-left: auto;
}
#bpo.bpo-btm.price #price-list .flex-box .detail {
  padding: 10px 16px;
  line-height: 1.3;
  text-align: left;
}
#bpo.bpo-btm.price #price-list .note {
  margin-top: 2px;
  white-space: nowrap;
}
/*------------------------------
#itbu あなたのIT部(R)
------------------------------*/
#itbu span.maruR {
  font-size: small;
  position: relative;
}

/*トップMV*/
#itbu .it-mv {
  background-image: url(../images/it/bpo-mv-it-top.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  height:565px;
  width: 1000px;
  position: relative;
  margin-bottom: 8px;
}
#itbu .it-mv .flex-box {
  height: 100%;
  width: 1000px;
  position: absolute;
  bottom: -166px;
}
#itbu .it-mv .copy img {
  max-width: 900px;
  position: relative;
  top: 25px;
  left: 16px;
}
#itbu .it-mv .ope {
  height: 100%;
  width: 50%;
  background-size: 100%;
  z-index: 5;
}
#itbu .it-mv .ope img {
  width: auto;
  max-width: 600px;
  position: relative;
  top: -18px;
  left: 8px;
}
#itbu .it-mv .catch {
  width: 50%;
  position: relative;
  z-index: 1;
  top: 163px;
  left: -15px;
}
#itbu .it-mv .catch img {
  max-width: 420px;
  margin: 0 auto;
}
#itbu .it-mv .gra-box {
  width: 445px;
  margin-top: 4px;
  background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0.1), rgb(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1));
  padding: 16px 24px;
}
#itbu .it-mv .gra-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
#itbu .it-mv .gra-box span.small {
  font-size: 16px;
}
#itbu .it-mv .gra-box span.large {
  font-size: 23px;
}
#itbu .it-mv .gra-box span.l-large {
  font-size: 27px;
}
#itbu .it-mv .catch .gra-box img {
  max-width: 323px;
  display: block;
  margin-right: 0;
  margin-top: 4px;
}
/*#itbu nayami*/
#itbu #nayami {
  margin-top: 64px;
}
#itbu #nayami .img-box img {
  margin: 30px auto;
  display: block;
}

/*IT部ちょこまか*/
#itbu .chokomaka {
  margin: 40px auto;
  display: block;
  width: 100%;
  text-align: center;
}
#itbu .chokomaka h3.title {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #26466d;
  margin: 24px auto;
  padding: 0 0 4px;
  max-width: 660px;
  text-align: center;
  border-bottom: 7px solid#F8E182;
}
#itbu .chokomaka h3.title span.img:before {
  content: "ちょこっとおまかせ";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: -44px;
  right: 8px;
  color: #33383f;
}
#itbu .chokomaka h3.title span.maruR {
  position: relative;
  padding: 0;
}
#itbu .chokomaka h3.title span {
  position: relative;
  padding: 0 6%;
}
#itbu .chokomaka h3.title span.border {
  padding: 0;
}
#itbu .chokomaka h3.title span img {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px
}
/*#itbu ヘルプデスク*/
#itbu #help-desk h2.title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  max-width: 600px;
  width: auto;
  padding: 0 1%;
  color: #f1c50f;
  margin: 40px auto 16px;
  border-bottom: 4px solid#f1c50f;
}
#itbu #help-desk h3 {
  margin: 0 auto;
  background-color: #9CBD16;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  padding: 16px 0;
  border-bottom: 4px solid #f1c50f;
}
#itbu #help-desk .flex-box .child {
  width: 33.3333%;
  max-width: 317px;
  text-align: center;
  margin-right: 24px;
  margin-top: 24px;
  border: 1px solid #9CBD16;
}
#itbu #help-desk .flex-box .child:nth-of-type(3n) {
  margin-right: 0;
  margin-left: auto;
}
#itbu #help-desk .Offer-list {
  padding: 16px 12px;
}
#itbu #help-desk ul li {
  color: #26466d;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 16px;
  text-indent: -1em;
  padding-left: 0.7em;
}
#itbu #help-desk .Offer-list li::before {
  content: "・";
  margin-left: 0;
  color: #9cbd16;
}
#itbu #help-desk .Offer-list li:last-child {
  margin-bottom: 0;
}
/*#it-feature 「あなたのIT部」の特徴*/
#itbu #it-feature .dot-box {
  width: 940px;
  margin: 36px auto;
  border: 3px dotted #9cbd16;
  padding: 0 24px;
}
#itbu #it-feature h2 {
  line-height: 48px;
  position: relative;
  height: 48px;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px auto 36px ;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #9CBD16;
  width: fit-content;
  max-width: 280px;
}
#itbu #it-feature h2:before,
#itbu #it-feature h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 24px solid #9CBD16;
}
#itbu #it-feature h2:before {
  left: -38px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#itbu #it-feature h2:after {
  right: -38px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#itbu #it-feature h2 span {
  position: relative;
}
#itbu #it-feature h3 {
  margin: 0 auto 24px;
  color: #369625;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  padding: 0 0 16px;
  border-bottom: 2px solid #369625;
}
#itbu #it-feature h3 span.img {
  margin-right: 8px;
  position: relative;
  top: 8px;
}
#itbu #it-feature h3 span.img img {
  max-width: 40px;
}
#itbu #it-feature .flex-box .child {
  width: 48%;
  max-width: 480px;
  text-align: center;
  margin-right: 27px;
  margin-bottom: 24px;
}
#itbu #it-feature .flex-box .child:last-child {
  margin-right: 0;
}
#itbu #it-feature ul li {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 14px;
  text-indent: -1em;
  padding-left: 0.7em;
}
#itbu #it-feature ul li:last-child {
  margin-bottom: 0;
}
#itbu #it-feature .Offer-list li::before {
  content: "・";
  margin-left: 0;
  color: #9cbd16;
}
#itbu #it-feature .flex-box {
  width: auto;
}
/*ご利用イメージ #it-image*/
#itbu #it-image {
  margin-top: 56px;
}
#itbu #it-image .flex-box {
  max-width: 940px;
  margin: 0 auto;
}
#itbu #it-image h2.title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #369625;
  max-width: 196px;
  width: auto;
  margin: 0 auto 60px;
  border-bottom: 3px solid#369625;
}
#itbu #it-image h3 {
  margin-left: 0;
  display: table;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 16px 0;
  line-height: 1.4;
}
#itbu #it-image h4 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  color: #3E3E3E;
  border: 1px solid #3E3E3E;
  border-radius: 30px;
  padding: 8px 24px;
  width: fit-content;
  box-shadow: 1px 2px #3e3e3e;
  background-color: #FFF;
  margin-top: -31px;
  max-width: 156px;
}
#itbu #it-image .task h5 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  height: 36px;
  line-height: 1.3;
}
#itbu #it-image .flex-box .child {
  width: 47%;
  max-width: 480px;
  text-align: center;
  margin-right: 27px;
  margin-top: 24px;
}
#itbu #it-image .flex-box .child:last-child {
  margin-right: 0;
  margin-left: auto;
}
#itbu #it-image ul li {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 8px;
}
#itbu #it-image ul li::before {
  content: "・";
  margin-left: 0;
}
#itbu #it-image ul li:last-child {
  margin-bottom: 0;
}
#itbu #it-image .works-box {
  border: 2px dashed #26466D;
  padding: 10px;
  margin: 40px auto;
  position: relative;
}
#itbu #it-image .task {
  padding: 20px 24px;
  margin: 14px auto;
  font-size: 15px;
  font-size: 1.5rem;
}
#itbu #it-image .task.core {
  background-color: #FCF0BF;
}
#itbu #it-image .task.it {
  background-color: #E5E5E5;
  margin-bottom: 0;
}
#itbu #it-image .task.other {
  background-color: #FC9025;
  color: #FFF;
  margin-bottom: 0;
}
#itbu #it-image .task.your-it {
  background-color:#D3E297;
  margin-bottom: 0;
}
#itbu #it-image .works-box.it h4 {
  border: 1px solid #D3E297;
  width: fit-content;
  box-shadow: 1px 2px #809D09;
  max-width: 240px;
}
#itbu #it-image .works-box.it {
  border: 2px dashed #D3E297;
  padding: 10px;
}
#itbu #it-image .arrow img {
  position: relative;
  right: -135px;
  bottom: 62px;
  max-width: 231px;
  z-index: 3;
}
#itbu #it-image .up img {
  position: absolute;
  right: 34px;
  bottom: 24px;
  max-width: 112px;
}
/*#it-case 導⼊事例*/
#itbu #it-case {
  margin-top: 50px;
}
#itbu #it-case h2 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 23px 2rem;
  border: 3px solid #9CBD16;
  color: #369625;
  text-align: center;
  margin-bottom: 32px;
}
#itbu #it-case h2:before {
  top: 6px;
}
#itbu #it-case h2:after {
  bottom: 6px;
}
#itbu #it-case h2:before, #itbu #it-case h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #9CBD16;
}
#itbu #it-case h3 {
  margin-left: 10px;
  color: #FFF;
  background-color: #9CBD16;
  display: table;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 6px 10px;
  margin-top: -13px;
}
#itbu #it-case h4 {
  margin-left: 0;
  color: #369625;
  display: table;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 16px 0 16px 22px;
}
#itbu #it-case .flex-box span.img {
  position: absolute;
  right: 0;
  z-index: 3;
}
#itbu #it-case .flex-box span.img img {
  max-width: 92px;
}
#itbu #it-case .flex-box span.line {
  position: relative;
  bottom: 14px;
  z-index: 0;
}
#itbu #it-case .flex-box .child {
  width: 49%;
  max-width: 486px;
  text-align: center;
  margin-right: 20px;
  margin-top: 24px;
  border: 1px solid #cede8c;
  position: relative;
}
#itbu #it-case .flex-box span.line img {
  width: 100%;
}
#itbu #it-case .flex-box .child:last-child {
  margin-right: 0;
  margin-left: auto;
}
#itbu #it-case .detail {
  font-size: 14px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 8px;
  padding: 10px 22px;
  line-height: 1.6;
}
/*#itbu 解決*/
#itbu #clear {
  margin-top: 90px;
}
#itbu #clear h2.title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #26466d;
  margin: 40px auto 80px;
}
#itbu #clear h3.title {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #26466d;
  margin: 24px auto 12px;
  max-width: 570px;
  text-align: center;
  border-bottom: 7px solid#F8E182;
}
#itbu #clear .color {
  background: linear-gradient(transparent 30%, #F8E182 0%);
  padding: 0;
  position: relative;
  line-height: 2.6;
}
#itbu #clear p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #26466d;
  text-align: center;
}
#itbu #clear .img-box img {
  margin: 64px auto 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 290px;
}
#itbu #clear .text-box {
  margin: 0 auto;
}
#itbu #clear h3.title span.img:before {
  content: "ちょこっとおまかせ";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  top: -44px;
  right: 8px;
  color: #33383f;
}
#itbu #clear h3.title span {
  position: relative;
  padding: 0 5%;
}
#itbu #clear h3.title span.border {
  padding: 0;
}
#itbu #clear h3.title span img {
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#itbu #clear .fukidashi {
  width: 48%;
  background-color: #F1C50F;
  border-radius: 20px;
  padding: 3% 19px;
  position: relative;
}
#itbu #clear .fukidashi::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 0px;
  border-left-width: 21px;
  border-right-width: 23px;
  margin-top: -12px;
  border-right-color: #F1C50F;
  right: 100%;
  top: 51%;
}
#itbu #clear .fukidashi.pt01 {
  margin-left: 0;
  margin-right: auto;
}
#itbu #clear .fukidashi.pt02 {
  height: fit-content;
  top: 69px;
}
#itbu #clear .fukidashi.pt01::after {
  border-top-width: 25px;
  border-left-width: 1px;
  border-right-width: 29px;
  border-bottom-width: 44px;
  margin-top: 0;
  border-right-color: #F1C50F;
  right: 21%;
  top:84%;
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}
#itbu #clear .fukidashi.pt02::after {
  border-top-width: 14px;
  border-left-width: 30px;
  border-right-width: 20px;
  border-bottom-width: 66px;
  margin-top: 0;
  border-right-color: #F1C50F;
  right: 100%;
  left: 11%;
  top: 74%;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#itbu #clear .fukidashi p span {
  background: linear-gradient(transparent 30%, #FAEDB8 0%);
  padding: 0;
  position: relative;
  line-height: 2;
}
#itbu #clear .fukidashi p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #33383f;
  text-align: left;
  margin-bottom: 12px;
}
#itbu #clear .fukidashi p:last-child {
  margin-bottom: 0;
}
#itbu #clear .text-box p {
  margin: 20px auto 48px;
}
#itbu #clear .flex-box {
  max-width: 910px;
  width: auto;
  margin: 0 auto;
}
#itbu .note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 8px;
}
#itbu .flex-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1000px; /*見切り用*/
}
#itbu h2.title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #26466d;
}
#itbu .btn {
  padding: 20px 0;
  text-align: center;
}
#itbu .btn a {
  padding: 20px 29px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #95b50f;
  transition: all .3s;
  border-radius: 4px;
  max-width: 370px;
  color: #FFF;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
  display: block;
  margin: 0 auto;
}
#itbu .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #95b50f;
  color: #95b50f;
}
/*price-list 料金プラン*/
#itbu #price-list h2 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 23px 2rem;
  border: 3px solid #9CBD16;
  color: #369625;
  text-align: center;
}
#itbu #price-list h2:before {
  top: 6px;
}
#itbu #price-list h2:after {
  bottom: 6px;
}
#itbu #price-list h2:before, #itbu #price-list h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #9CBD16;
}
#itbu #price-list h3 {
  margin: 0 auto;
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  padding: 24px 0;
}
#itbu #price-list h3.light {
  background-color: #88b6b7;
}
#itbu #price-list h3.basic {
  background-color: #6a936e;
}
#itbu #price-list h3.value {
  background-color: #e89d5c;
}
#itbu #price-list h3.premium {
  background-color: #8d4885;
}
#itbu #price-list h3.custom {
  background-color: #f8f7f7;
  color: #33383f;
}
#itbu #price-list .child h4 {
  margin: 0 auto;
  text-align: center;
  color: #33383f;
  font-weight: 600;
  font-size: 40px;
  font-size: 4.0rem;
  padding: 20px 0;
  background-color: #FFF;
  border-bottom: 1px solid #f8f7f7;;
}
#itbu #price-list h4 .small {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#itbu #price-list .child h4.other {
  border-bottom: unset;
  padding: 44px 0;
}
#itbu #price-list .child h5 {
  margin: 0 auto;
  text-align: center;
  color: #33383f;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
  background-color: #FFF;
  border-bottom: 1px solid #f8f7f7;;
}
#itbu #price-list .flex-box .child {
  width: 33.3%;
  max-width: 320px;
  text-align: center;
  margin-right: 20px;
  margin-top: 24px;
  border: 1px solid #eaeaea;
}
#itbu #price-list .flex-box .child:nth-of-type(3n) {
  margin-right: 0;
  margin-left: auto;
}
/*#itbu サービスメニュー*/
#itbu #price-list .service {
  margin-top: 48px;
  font-size: 16px;
  font-size: 1.6rem;
}
#itbu #price-list .service h3 {
  color: #369625;
  text-align: left;
  font-weight: 400;
  font-size: 2.2rem;
}
#itbu #price-list .service .box {
  padding: 0 1%;
}
#itbu #price-list .service .box h4 {
  margin-left: 16px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}
#itbu #price-list .service .box p {
  font-weight: 600;
  margin-left: 16px;
}
#itbu #price-list .service .cation {
  margin: 10px 0;
}
#itbu #price-list .service ul {
  margin-left: 38px;
}
#itbu #price-list .service ul li {
  text-indent: -1em;
  padding-left: 0.7em;
}
#itbu #price-list .service .box ol {
  list-style: decimal;
  margin-left: 40px;
  margin-top: 10px;
}
#itbu #price-list .service .box ol li{
  font-size: 14px;
  font-size: 1.4rem;
}
#itbu #price-list .service span.small {
  font-weight: 400;
  margin-left: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
#itbu #price-list .flex-box .detail {
  padding: 10px 16px;
  line-height: 1.3;
  text-align: left;
}
#itbu #price-list .note {
    margin-top: 2px;
}
/*------------------------------
itbu #menu
------------------------------*/
/*紺色こちらボタン コンテンツ*/
#itbu #menu {
  margin-top: 72px;
  max-width: 900px;
}
#itbu #menu .box {
  margin-bottom: 0;
  margin-top: auto;
  width: 45%;
}
#itbu #menu .img-box img {
  max-width: 375px;
  height: auto;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
#itbu #menu .btn a {
  padding: 0;
  max-height: 62px;
  min-height: 62px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #26466D;
  transition: all .3s;
  border-radius: 4px;
  min-width: 372px;
  color: #FFF;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
  display: block;
}
#itbu #menu .btn a span {
  margin-top: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -43px;
}
#itbu #menu .btn.two-line a span {
  margin-bottom: -28px;
}
#itbu #menu .btn.two-line a span.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.6;
}
#itbu #menu .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #26466D;
  color: #26466D;
}
#itbu #menu .img-box {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
/*------------------------------
itbu #contactbox
------------------------------*/
#itbu #contactbox {
  padding: 0;
  border: 5px solid #9CBD16;
  margin: 48px auto 10px;
  height: 230px;
}
#itbu #contactbox h2 {
  text-align: center;
	font-size:26px;
	font-size: 2.6rem;
  background-color: #9CBD16;
  padding: 12px 0;
}
#itbu #contactbox p {
  text-align: center;
  margin: 8px auto;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 1%;
}
#itbu #contactbox .flex-wrap {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
#itbu #contactbox .f-contactbox .telbox {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
#itbu #contactbox .telbox .tel img {
  max-width: 246px;
}
#itbu #contactbox .note {
  text-align: center;
}
#itbu #contactbox .f-contactbox .conbox {
  margin: 1% auto;
  width: 50%;
}
#itbu #contactbox .f-contactbox .telbox .tel {
  text-align: center;
  position: relative;
}
#itbu #contactbox .f-contactbox .box p:last-child {
  margin-bottom: 0;
}
#itbu #contactbox .btn {
  padding: 20px 0;
  text-align: center;
}
#itbu #contactbox .btn a {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #33383f;
  border: 1px solid #9CBD16;
  background-color: #9CBD16;
  transition: all .3s;
  border-radius: 4px;
  max-width: 320px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}
#itbu #contactbox .btn a:hover {
  background-color: #ffffff;
  border: 1px solid #9CBD16;
  color: #9CBD16;
}
#itbu #contactbox i {
  color: #9CBD16;
  font-size: 46px;
  font-size: 4.6rem;
  position: absolute;
  margin-left: -48px;
  bottom: -7px;
}
/*------------------------------
itbu #line-box
------------------------------*/
#itbu #line-box .box {
  /* border: 1px solid #00b900; */
  padding: 2% 10px;
  height: 100%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#itbu #line-box .box h2 {
  color: #00b900;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
#itbu #line-box .line-icon img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#itbu #line-box .img-box {
  /* margin-right: 0; */
  /* margin-left: 0; */
  width: 50%;
  display: flex;
  padding-left: 30px;
}
#itbu #line-box .img-box img {
  max-width: 100px;
  height: auto;
  margin-top: 0;
}
#itbu #line-box .links {
  display: flex;
  margin-top: 20px;
}
#itbu #line-box .line-icon {
  margin: auto;
  margin-left: auto;
  margin-right: 0;
  max-width: 200px;
}

/*FFハック*/
@-moz-document url-prefix() {
#bpo.bpo-btm #case h2 span {
    line-height: 10px;
}
#bpo.bpo-btm.price #clear .fukidashi {
    height: 180px;
}
#bpo.bpo-btm #production h2 {
  width: 470px;
}

#itbu #clear .fukidashi.pt02 {
  height: 113px;
}
}

/*IEハック*/
@media screen and (-ms-high-contrast: none) {
#bpo #contactbox .f-contactbox .telbox {
    margin-top:58px;
}
#bpo.bpo-btm.price #clear .fukidashi {
  height: 180px;
}
#bpo.bpo-btm #production h2 {
  width: 470px;
}

#itbu #contactbox .f-contactbox .telbox {
    margin-top:58px;
}
#itbu #clear .fukidashi.pt02 {
  height: 113px;
}

}