@charset "utf-8";
/* CSS Document */

.mt-20{
	margin-top: 20px;
}

/*** 大分類 「ODNソリューション、製品・サービス、お知らせ」 ***/
.service_ttl {
	width: 300px;
    text-align: center;
    font-size: 2.2rem;
    margin: 0 auto;
    border-bottom: 1px solid #D3D3D3;
}

/*** 英語タイトル「our company、product・・・」 ***/
.service_ttl>p.ttl{
    font-size: 0.6em;
    margin-bottom: 5px;
}

/**
  WordPress 対応
**/
.service_ttl p.ttl{
    font-size: 0.6em;
    margin-bottom: 5px;
}

/*** 大分類説明 大枠 ***/
.service_sub{
    text-align: center;
    margin-top: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

/*** ODNソリューション 「最適な・・・」 ***/
.service_sub>p.subttl{
    font-size: 1.3em;
    color: #003399;
    font-weight: bold;
}

/** 
  WordPress 対応
**/
.service_sub p.subttl{
    font-size: 1.3em;
    color: #003399;
    font-weight: bold;
}

.service_sub span.subttl_2{
	font-weight:bold;
	font-size:1.1em;
}
.service_sub_pc {
	display: block;
}

/*** 製品・サービス 大枠背景 ***/
.service-bg {
    margin-top: 30px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom,#fff 0,#fff 57px,rgb(0 0 0 / 10%) 58px,rgb(0 0 0 / 10%) 100%);
}
.service-bg>.inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.service_main ul{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.service_main li{
	display: inline-block;
	border: none;
	border-radius: 5px;
	margin-right: 15px;
	margin-left: 15px;
	width: 300px;
	padding: 10px;
	text-align: center;
	box-shadow: -1px -2px 5px rgb(81 127 111 / 16%);
	background: #fff;
}
/*** 製品・サービスのマウスオーバー時 ***/
.service_main li:hover{
	background: #F0FFFF;
	color: navy;
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
}
.service_main p.title{
	font-size: 1.2em;
	margin-bottom: 10px;
	display: inline-block;
}

/*** 製品・サービス box ***/
.service_box1{
    background: #CCECFF;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 0.9em;
    text-decoration: none;
    color: navy !important;
    width: 80%;
    margin: 0 auto;
}
.service_main span{
	display: inline-block;
	white-space: nowrap;
}

.mg-b-10{
    margin-bottom: 10px;
}

/*** 製品・サービス 「詳しくはこちら」 ***/
.service_box_link{
	margin-top: 20px;
	margin-bottom: 10px;
}
.service_box_link a {
    text-decoration: none;
}

/*** 製品・サービス 画像 ***/
.service_box_img{
	border: none;
	vertical-align: middle;
	max-width: 25%;
}

/*** お知らせ リンクをマウスオーバー時 ***/
.info_main a:hover{
	background: #F0FFFF;
	color: navy !important;
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-6px);
	border-radius: 30px;
	padding: 0 5px;
}

/*** お知らせ 文字アイコン ***/
.yellow_label {
    background: #fcd866;
    margin-right: 8px;
    padding: 1px 22px;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #fff;
}
.blue_label {
    background: #66bee8;
    margin-right: 8px;
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #fff;
}

/*** 企業情報 ***/
.company_msg_waku {
	max-width: 750px;
    margin: 0 auto;
    background: rgb(255 255 255);
}
.company_msg_contents {
	padding-top: 15px;
}
.ceo_img {
	max-width: 750px;
	margin: 0 auto;
}
.company_waku {
	max-width: 1000px;
    margin: 0 auto;
    background: rgb(255 255 255);
}
.company_rinen {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;	
}
.company_rinen_items {
	padding: 0.5em 1em;
	margin: 2em 0;
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.company_title {
	font-size: 1.2em;
	color: #666;
	text-align: center;
	color: rgb(51 51 51 / 80%);
    font-weight: bold;
	text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgb(102 102 102 / 20%);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.company_access {
	font-size: 1.5em;
	border-bottom: 1px solid #666;
}
/****************
 * 主な取引先
 ****************/
.company_list {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.company_list a,
.company_list a:visited {
	color: #002CB2;
}
.company_list a:hover {
	color: #1a73e8;
}
.company_list_inner {
	background: #FAFAF6;
	width: 50%;
}
.company_list_right {
	border-right: 1px solid #bbb !important;
}
.company_list_left_top,
.company_list_right_top {
	border-top: 1px solid #bbb !important;
}
.company_list_inner div {
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #bbb !important;
	height: 45px;
}
.company_link:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/link_bgnone.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}
@media screen and (max-width:900px){
	.company_list {
		display: block;
	}
	.company_list_inner {
		width: 100%;
	}
	.company_list_inner div {
		padding: 10px 30px;
		height: auto;
	}
	.company_list_right {
		border-right: none !important;
	}
	.company_list_right_top {
		border-top: none !important;
	}
	.company_dummy {
		display: none;
	}
}

/*** 採用情報 ***/
.recruit_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 350px;
    border-left: 2px solid rgba(2, 184, 185, 0.4);
    border-right: 2px solid rgba(2, 184, 185, 0.4);
    font-size: 1.3em;
    margin-bottom: 20px;
}
.recruit_ttl>p.ttl{
	font-size: 0.6em;
}

/**
* WordPress 対応
**/
.recruit_ttl p.ttl{
	font-size: 0.6em;
}

.recruit_box{
	display: table;
	padding-bottom: 30px;
	width: 100%;
	align-items: center;
}
.recruit_box>div.wd{
	display: table-cell;
    width: 25%;
    border: none;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

/**
  WordPress 対応
**/
.recruit_box div.wd{
	display: table-cell;
    width: 25%;
    border: none;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}


.recruit_box_bg1 p:nth-child(1),
.recruit_box_bg2 p:nth-child(1){
	font-size: 1.7em;
	color: #fff;
}
.recruit_box_bg1 p:nth-child(2){
	font-size: 2.0em;
	color: #fff;
}
.recruit_box_bg3 p:nth-child(1),
.recruit_box_bg4 p:nth-child(1){
	font-size: 1.5em;
	color: #fff;
}
.recruit_box_bg1 p:nth-child(3),
.recruit_box_bg2 p:nth-child(2),
.recruit_box_bg3 p:nth-child(2),
.recruit_box_bg4 p:nth-child(2){
	font-size: 0.9em;
	color: #fff;
}
.recruit_box_bg1{
	background: #A1DBB2;
}
.recruit_box_bg1:hover{
	background: #c8f4d5;
}
.recruit_box_bg2{
	background: #69D2E7;
}
.recruit_box_bg2:hover{
	background: #b5edf8;
}
.recruit_box_bg3{
	background: #00B2B2;
}
.recruit_box_bg3:hover{
	background: #75dbdb;
}
.recruit_box_bg4{
	background: #00B2B2;
}
.recruit_box_bg4:hover{
	background: #75dbdb;
}
.recruit_box a{
	text-decoration: none;
    color: navy !important;
}
.recruit_btn{
    background: #B0E0E6;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 0.9em;
    text-decoration: none;
    color: navy !important;
    width: 28%;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
}
.recruit_btn:hover{
	background: #CCECFF;
}
.recruit_btn a{
	text-decoration: none;
    color: navy !important;
}
.recruit_box_mg{
	margin-top: 30px;
}

.recruit_msg_waku {
    width: 80%;
    margin: 0 auto;
    background: rgb(222 184 135 / 30%);
    padding: 30px;
}
.recruit_msg {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
.recruit_msg_ism {
	font-size: 1.6em;
	color: #666;
	text-align: center;
	color: rgb(51 51 51 / 80%);
    font-weight: bold;
	text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgb(102 102 102 / 20%);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.recruit_msg_ism_s {
	font-size: 0.5em;
	margin-left: 10px;
}
.recruit_msg_copy {
	text-align: center;
}
.recruit_msg_copyline {
	color: rgb(51 51 51 / 80%);
    font-weight: bold;
    font-size: 1.1em;
}
.recruit_msg_contents {
	padding:15px;
}

.recruit_inner_right_under {
	position: relative;
	max-width: 768px;
}
.recruit_inner_right_under li {
	max-width: 50% !important;
    padding: 50px;
}
.recruit_staff {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recruit_staff a {
	color: #000;
    text-decoration: none;
}
.recruit_staff_contents {
	padding-bottom: 50px;
    display: inherit;
    width: calc(50% - 10.0rem);
    justify-content: center;
}
.recruit_staff .name {
	background: #F7F7F7 url(../images/css/recruit.png) no-repeat left top;	
	padding: 10px 15px;
    min-height: 85px;
    font-size: 0.8em;
}
.recruit_staff .name span {
    font-size: 112.5%;
}
.recruit_avatar_img {
    font-size: 0.7em;
    text-align: right;
    margin-top: -30px;
    max-width: 1000px;
}
.recruit_carrier_title {
	color: rgb(51 51 51 / 80%);
    font-weight: bold;
    font-size: 1.1em;
    padding: 20px;
    margin: 10px 10px;
    border: 1px solid #666;
    border-radius: 10px;	
}
.recruit_carrier_edu li {
	margin-left: 20px;
	list-style: circle
}
.recruit_carrier_edu_2 li {
	margin-left: 20px;
	list-style: decimal;
}
.recruit_carrier_edu_title {
	font-size: 1.3em;
    font-weight: bold;
}

.recruit_event {
    width: 80%;
    margin: 0 auto;	
}
.recruit_event a {
	text-decoration: none;
}
.recruit_event_left {
    width: 50%;
    position: relative;
    background: rgb(0 179 179 / 50%);
    padding: 50px;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 5px #b0b0b0;
    text-align: right;
	z-index: 10;
}
.recruit_event_left:hover {
	background: rgb(0 179 179 / 80%);
}
.recruit_event_subtitle {
	font-size: 0.7em;
}
.recruit_event_right {
	max-width: 50%;
}
.recruit_event_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
.recruit_event_button_inner {
	max-width: 600px;
	text-align: center;
}
.recruit_event_contents {
	display: inline-block;
    color: rgb(51 51 51 / 80%);
    font-weight: bold;
    font-size: 0.9em;
    padding: 10px;
    margin: 5px 5px;
    border: 1px solid #666;
    border-radius: 10px;
    width: 200px;
    text-align: center;
}
.recruit_event_contents-h {
	color: #0059b2;
}
.recruit_event_contents-h:hover {
	color: #000;
	background: rgb(176 224 230 / 40%);
}
.recruit_event_contents-h:before {
	content: "▼";
	color: #0059b2;
}

.page-top-title-bg {
	background: rgb(10 50 150);
	padding: 10px;
}
.page-top-title {
    font-size: 1.7em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}
.page-top-title>p.ttl {
    font-size: 0.6em;
}

/***********************************
 * レスポンシブデザイン
 ***********************************/
@media screen and (max-width: 767px){
	.recruit_staff_contents {
		padding: 10px;
	    width: auto;
	}
	.recruit_staff .name {
		font-size: 1.0em;
	}
	.recruit_msg_waku {
	    width: auto;
	}
	.recruit_msg_copy {
	    font-size: 1.2em;
	}
	.recruit_msg_contents {
	    font-size: 1.2em;
	}
	.recruit_avatar_img {
	    margin-top: 0;
	    max-width: 90%;
	}
	.recruit_event {
		width: 100%;
	}
	.recruit_event_left {
		width: 100%;
		padding: 20px;
	}
	.recruit_event_right {
		max-width: 100%;
	
	}
}

.recruit_event_title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size:1.2em;
}

.display-none {
	display: none;
}

/*************************
 募集要項
 *************************/
.requirement_table th {
	width: 125px;
	word-break: keep-all !important;
}
.requirement_block {
	display: block;
}
.requirement_work_1,
.requirement_work_2 {
    display: initial;
    margin-inline: auto;
}
.requirement_work_1:before {
	content: "：";
}
.requirement_work_2:before {
	content: "　　　　：";
}
.requirement_salary_1,
.requirement_salary_2,
.requirement_salary_3 {
    display: initial;
    margin-inline: auto;
}
.requirement_salary_1:after {
	content: "：";
}
.requirement_salary_2:before {
	content: "";
}
.requirement_salary_3:before {
	content: "　";
}
.requirement_teate_1,
.requirement_teate_2,
.requirement_teate_2 {
	display: block;
}

/*************************
 社内イベント スライダー
 *************************/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w600 {
  max-width: 600px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
    width: 100%;
    height: 40vh;
    transform: scale(0.8);
    object-fit: cover;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 600px;
  margin: 0 auto;
}
.slider .slick-center img {
    transform: scale(1);
	opacity: 1;
}
.slick-dots {
	bottom: -55px !important;
}
.slick-next {
    right: -100px !important;
}
.slick-prev {
    left: -100px !important;
}
.slick-num{
	text-align: center;
}
.slick-num .inner{
	display: inline-block;
	padding: 5px 15px;
	color: #5d627b;
	font-weight: bold;
	background-color: rgb(102 102 102 / 20%);
	border: 1px solid #ddd;
	border-radius: 5px 5px;
	width: 150px;
}

/***追従するトップへ戻るボタン***/
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: rgb(51 51 51 / 80%);
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9998;
}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* タイトルに線を引く */
.headline {
	position: relative;
}
.headline:after {
/* 中央から左右方向へ線を引く */  
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.1rem;
	transform: translateX(-50%);
	width: 0%;
	height: 1px;
	background: #003399;
	transition: all 0.5s;
}
.headline.isActive:after {
  width: 100%;
}

/*** お知らせページ ***/
.news-list{
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #002CB2;
  padding: 20px 20px;
}
.news-list .item div{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  padding: 20px 20px;
}
.news-list .item .date{
  margin: 0;
  min-width: 100px;
  font-size: 1em;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item .title a {
	padding: 5px 0 !important;
}
.news-list .item .title .link:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/link.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px;
}
.news-list .item .title .pdf:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/pdf.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px;
}
.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;
	}
	.slick-slide img {
	    width: 100%;
	    height: 25vh;
	    transform: scale(1);
	    object-fit: cover;
	}
	.slick-next {
	    right: -25px !important;
	}
	.slick-prev {
	    left: -25px !important;
	}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
.blue_info {
    background: #66bee8 !important;
}
.yellow_info {
    background: #fcd866 !important;
}

.mg-r-15{
  margin-right: 15px !important;
}

/* 社員インタビュー */
.interview_top { background: rgb(0 140 140 / 20%); }
.interview_top .interview_pc { position: relative; text-align: center; }
.interview_pc_staff {
    position: absolute;
    content: "";
    top: 20px;
    left: 300px;
    width: 20%;
    height: 25%;
    text-align: left;
    background: rgb(255 255 255 / 60%);
    padding: 10px 10px;
}
.interview_pc_staff>p {
	border-bottom: #00b3b3 solid 1px;
}
.interview_pc_staff>span {
	font-size: 0.9em;
}

/* ****************** 事業案内ここから ************************** */
/* 事業案内 */
.biz_title_pc {
	display: block;
}
.biz-top-logo {
	margin: 1em 0;
	text-align: center;
	padding-top: 10px;
}
.biz-top-logo-name {
	margin-top: -15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.9em;
}
.biz-frame {
	background: #fff;
	padding-top: 20px !important;
	color: #666;
}
.biz-top-copy {
	color: #666;
	font-weight: bold;
	margin: 0 auto;
	max-width: 1100px;
}
.biz-top-title {
	font-size: 1.7em;
	text-align: center;
	color: rgb(51 51 51 / 80%);
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgb(102 102 102 / 20%);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	padding-bottom: 10px;
}
.biz-copy {
	margin: 0 auto;
	max-width: 1100px;
}
.biz-copy p {
	margin: 20px 0;
	font-size: 1.1em;
}
.biz-copy p:first-child {
	text-align:center;
}
.biz-items-frame {
	margin-bottom: 50px;
}

.biz-soft-1 {
	padding: 2.0em;
	color: #5d627b;
	background: white;
	border-top: solid 5px rgb(0 112 192 / 50%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	max-width: 1100px;
	margin: 0 auto;
}
.biz-soft-1-inner {
	margin-bottom: 30px;
}
.biz-title {
	font-size: 1.8em;
	font-weight: bold;
}
.biz-soft-2 {
	clear: both;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom: 30px;
}
.biz-soft-2-left {
	display: inline-block;
	width: 320px;
	font-size: 1.3em;
}
.biz-soft-2-right {
	display: inline-block;
	width: 700px;
}
.biz-soft-3 {
	padding-bottom: 5px;
}
.biz-network img {
	max-width: 80%;
	margin-bottom: 20px;
	border-radius: 15px 15px;
	border: 2px dashed #ccc;
	padding: 0 0 10px 10px;
}

.biz-link {
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(0, 112, 192) !important;
	border: none !important;
	background: #fff !important;
	text-decoration: none;
}
.biz-link-ya:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../images/business/link_blue.jpg);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.biz-link:hover {
	color: rgb(0, 191, 255);
	text-decoration: none;
}
.biz-link:visited {
	color: rgb(0, 112, 192);
	text-decoration: none;
}

.biz-sales ul {
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.biz-sales ul li {
    width: 48%;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.biz-sales ul li:first-child {
	background: #9B0281;
}
.biz-sales ul li:last-child {
	background: #003399;
}
.biz-sales li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
}
.biz-sales li a:hover {
    color: #fff;
    text-decoration: none;
}
.biz-sales .ttl .image {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.biz-sales .text {
    font-size: 93.75%;
    margin-top: 10px;
}
.biz-sales li a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: rotate(0deg);
    transition: .3s;
}

.biz-subtitle-soft-1 {
	color: #fff;
	font-weight: bold;
	background: rgb(0 51 153);
	margin: 0 20px 0 0;
	padding: 5px 10px;
	box-shadow: 5px 5px 0px 0 #ccc;
}
.biz-subtitle-soft-2 {
	color: #fff;
	font-weight: bold;
	background: rgb(51 92 172);
	margin: 0 20px 0 0;
	padding: 5px 10px;
	box-shadow: 5px 5px 0px 0 #ccc;
}
.biz-subtitle-soft-3 {
	color: #fff;
	font-weight: bold;
	background: rgb(140 164 210);
	margin: 0 20px 0 0;
	padding: 5px 10px;
	box-shadow: 5px 5px 0px 0 #ccc;
}


/* ****************** 事業案内ここまで ************************** */

/* 社員インタビュー記事 */
.staff-flame {
	margin-top: 30px;
}
.staff-flame-inner {
	box-sizing: content-box;
    margin: 0 auto;
    max-width: 922px;
    padding: 0 0 35px;	
}
.staff-pagebody_inner {
	box-sizing: content-box;
    margin: 0 auto;
}
.staff-flame-left {
	background: url(../images/recruit/interview_bg_1280.jpg) repeat left top;
	text-align: center;
	height: 492px;
}
.staff-flame-profile {
	display: inline-flex;
}

/**
* WordPress対応
**/
.staff-flame-profile > div {
	display: inline-flex;
}


.staff-profile-left {
	width: 230px;
}
.staff-profile-left_2 {
	width: 220px;
}
.staff-profile {
	position: absolute;
    margin: 0 0 0 0;
	background: rgb(255 255 255 / 80%);
    padding: 10px 20px;
    line-height: 2;
    font-weight: bold;
    color: #333;
    height: 492px;
    text-align: right;
    z-index: 8;
}
.staff-profile p:nth-child(2) {
	line-height: 1.0;
}
.staff-profile p:nth-child(3) {
	margin: 15px 0;
}
.staff-profile p:nth-child(4) {
	line-height: 1.0;
}
.staff-dp {
	font-size: 1.2em;
}
.staff-dp-en {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
.staff-nm {
	font-size: 1.7em;
}
.staff-join {
	font-size: 1.0em;
}
.staff-join-en {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
.staff-main-img {
	position: relative;
	text-align: center;
}
.staff-main-img::before {
    margin: 70px 0 0 -200px;
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 80px;
	border-bottom: 80px solid rgb(50 205 50 / 50%);
    border-right: 25px solid transparent;
    box-sizing: border-box;
}
.staff-contents-main {
    bottom: -105px;
    position: relative;
}
.staff-contents {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(240px,1fr));
	padding: 20px;
}
.staff-q {
    border-radius: 0 0 30px 0;
    background: rgb(50 205 50 / 20%);
    padding: 10px;
}
.staff-a {
	font-size: 0.9em;
	padding: 10px;
}
.staff-img-right {
	width: 922px;
	min-width: 395px;
}

/** 
  WordPress対応
  imgに直接classを付与できないため追加
**/
.staff-img-right > img {
	width: 922px;
	min-width: 395px;
}

.onepoint {
    margin-top: 30px;
}
.staff-img-middle {
	text-align: center;
}
.staff-img-middle img {
	width: 922px;
}


.staff-flame-left-bg {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.staff-flame-left-bg p {
    margin: 0 auto;
}

.staff-flame-left-bg::before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(50 205 50 / 20%);
    transform: skewY(-7deg) translateY(300px);
    z-index: -1;
}
.page_ttl_recruit {
    text-align: center;
    padding: 30px 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}
.page_ttl_recruit::before {
	content:"";
	padding: 10px 30px;
	border-left: solid 1px #00b3b3;
}
.page_ttl_recruit::after {
	content:"";
	padding: 10px 30px;
	border-right: solid 1px #00b3b3;	
    color: #666666;
}

.inner_right_under {
    margin: 0 auto;
}

img.staff_image {
	width:150px;
	height:150px;
	object-fit:cover;
	border-radius:50%;
}
.staff_image_mt {
	margin-top: 50px !important;
}

/**
* WordPress 対応
* imgタグにクラスが設定できないため、img.staff_image の設定値を新しく定義
**/
.staff_image_mt img {
	width:150px;
	height:150px;
	object-fit:cover;
	border-radius:50%;
}


.avatar_img {
	font-size: 0.7em;
    text-align: right;
    margin-top: 10px;
	/* *** 2023/04/14 社員インタビュー追加 start *** */
    margin-right: 15px;
	/* *** 2023/04/14 社員インタビュー追加 end *** */
}

@media (max-width: 1149px) {
	.staff-flame-profile {
		font-size: 0.8em;
	}
	.staff-profile-left, .staff-profile-left_2 {
		display: none;
	}
	.staff-main-img::before {
		margin: 70px 0 0 0;
	}
}
@media (max-width: 945px) {
	.staff-flame-left {
		height: auto;
	}
}
@media (max-width: 850px) {
	.staff-main-img::before {
	    width: 200px;
	    border-bottom: 80px solid rgb(50 205 50 / 20%);
	}
	.staff-img-right {
	    min-width: 450px;
	}
	.staff-profile {
		padding: 10px 10px;
	}
	.staff-flame-left {
		height: auto;
	}
	.staff-flame {
		z-index: 7;
		position: relative;
	}
	img.staff_image {
		width:100px;
		height:100px;
		object-fit:cover;
		border-radius:50%;
	}
	.staff_image_mt {
		margin-top: 5px !important;
	}
}



@media print {
	#odns-menu, #header, #page-top {
		display: none;
	}
	#biz01, #biz02, #biz03, #biz04 {
		display: none;
	}
	.biz-network {
		max-width: 50%;
	}
	.corporate .list01 dd,
	.corporate .list02 dd,
	.corporate .list03 dd,
	.list_3column .item {
		height: auto !important;
	}
}

@media screen and (max-width:1355px){
	.service_main p.title {
	    font-size: 0.9em;
	    margin-bottom: 10px;
	}

	.service_box1 {
	    font-size: 0.7em;
	    width: 90%;
	}

	.interview_pc_staff {
		position: absolute;
		content: "";
		top: 20px;
		left: 90px;
		width: 20%;
		height: 30%;
		text-align: left;
		background: rgb(255 255 255 / 60%);
		padding: 10px 10px;
	}
	
	/* 事業内容 */
	.biz01 {
		margin: 0 -5.5em 0 0;
	}
	.biz02 {
		margin: 18.5em -6em 0 0;
	}
	.biz02:before {
		top: -30px;
		border-bottom: 20px solid rgb(132 173 235 / 50%);
	}
	.biz03 {
		margin: 22em 0 0 -10em;
	}
}

/*==1024px以下の形状*/
@media screen and (max-width:1024px){
	.mg-r-15 {
	    margin-right: 0 !important;
	}
	
	.service_main ul {
	    display: block;
	    justify-content: center;
	    margin-bottom: 30px;
	}
	.service_main li {
	    display: block;
	    border: none;
	    border-radius: 5px;
	    margin-top: 10px;
	    margin-right: 0;
	    margin-left: 0;
	    width: 100%;
	    padding: 10px;
	    text-align: center;
	    justify-items: center;
	}

	.news-list .item div {
	    flex-wrap: wrap;
	    text-decoration: none;
	    color: #333;
	    padding: 20px 20px;
	}
	
	.news-list .item a {
	    flex-wrap: wrap;
	}

	.recruit_box {
	    width: 70%;
	    margin: 0 auto;
	}
	
	.recruit_box>div.wd {
	    display: block;
	    width: 100%;
	}
	
	.recruit_btn {
	    width: 80%;
	    margin-bottom: 30px;
	}

	.service_box_img {
	    display: none;
	}
	
	.service_main p.title {
	    font-size: 1.2em;
	    margin-bottom: 10px;
	}

	.service_box1{
		width: 60%;
		font-size: 0.9em;
	}
}

/*==950px以下の形状*/
@media screen and (max-width:950px){
	.interview_pc_staff {
		top: 20px;
		left: 10px;
		width: 30%;
		height: 25%;
		text-align: left;
	}
	.biz-soft-2 {
		width: 100%;
		display: inline-block;
	}
	.biz-soft-2-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.biz-soft-2-right {
		width: 100%;
	}
	.biz-network img {
		max-width: 100%;
	}
}

/*==605px以下の形状*/
@media screen and (max-width:605px){
	.interview_pc_staff {
		top: 5px;
		left: 5px;
		width: 35%;
		height: 30%;
		text-align: left;
	}
	.biz-copy p:first-child {
		text-align:left;
	}
	.biz_title_pc {
		display: initial;
	}
	.biz-top-title {
		text-align: left;
	}
}

/*==500px以下の形状*/
@media screen and (max-width:500px){
	.interview_pc_staff {
		top: 5px;
		left: 5px;
		width: 43%;
		height: 35%;
		text-align: left;
	}
	.service_sub {
		padding: 20px 10px;
	}
	.service_sub_contents {
		text-align: left;
	}
	.service_sub_pc,
	.service_sub_sm {
		display: initial;
	}
	/**************
	* 事業案内
	***************/
	.biz-sales ul {
		display: block;
	}
	.biz-sales ul li {
		width: 100%;
	}
	/************
	 * 募集要項
	*************/
	.requirement_block {
		display: block;
	}
	.requirement_work_1,
	.requirement_work_2 {
	    display: block;
	    margin-inline: 2em 0;
	}
	.requirement_work_1:before,
	.requirement_work_2:before {
		content: "";
	}
	.requirement_salary_2,
	.requirement_salary_3 {
	    display: block;
	}
	.requirement_salary_2:before,
	.requirement_salary_3:before {
		content: "";
	}
	.requirement_info {
		display: block;
	}
	.requirement_teate_1,
	.requirement_teate_2,
	.requirement_teate_3 {
		display: initial;
	}
	.requirement_teate_2:before,
	.requirement_teate_3:before {
		content: "・";
	}
}

/*==385px以下の形状*/
@media screen and (max-width:385px){
	.biz-top-title {
		font-size: 1.5em;
	}
}
/*==345px以下の形状*/
@media screen and (max-width:345px){
	.biz-top-title {
		font-size: 1.3em;
	}
}
