@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* extend
-------------------------*/

.wrap {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#mv {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

.wrap,
#news .list,
#company,
#company .company .list {
  *zoom: 1;
}
.wrap:after,
#news .list:after,
#company:after,
#company .company .list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**/
/* margin
------------------*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mtm30 {
  margin-top: -30px !important;
}

.mtm5 {
  margin-top: -5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.ml0 {
  margin-left: 0 !important;
}

/* padding
------------------*/
.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

/* float
------------------*/
.fL {
  float: left;
}

.fR {
  float: right;
}

/* text-align
------------------*/
.tAC {
  text-align: center;
}

.tAR {
  text-align: right;
}

.tAL {
  text-align: left;
}

/* font size
------------------*/
body {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: inherit;
  line-height: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  line-height: 1.5;
  color: #000;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #fe1818;
  text-decoration: none;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  /* padding-top: 21px; 20191128 トップロゴ及び事例ライブラリ下段の画像がずれるためコメントアウト*/
}

/* ===================================================================================

 Base Media Queries PC
 基礎 メディアクエリ PC用（ 1024px ～ ）

 =================================================================================== */
.pc-only {
  display: inherit !important;
}

.sp-only {
  display: none !important;
}

#wrapper {
  position: relative;
  background: url(../img/bg_grid.png) repeat center 59px;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 10 !important;
}

.head {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 20;
}
.head a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #95999d;
  line-height: 33px;
}
.head span {
  position: relative;
  display: inline-block;
  padding: 0 23px;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
.head span:before,
.head span:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 9px;
  height: 33px;
}
.head span:before {
  left: 0;
  background: url(../img/icn_head_brackets_left.png) no-repeat;
}
.head span:after {
  right: 0;
  background: url(../img/icn_head_brackets_right.png) no-repeat;
}

.btn-prev,
.btn-next {
  position: absolute;
  top: 100px;
  width: 50px;
  z-index: 100;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 3px 4px 0 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 3px 4px 0 0 rgba(51, 51, 51, 0.15);
  box-shadow: 3px 4px 0 0 rgba(51, 51, 51, 0.15);
}

/*================================
	header
================================*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
}
#header .wrap {
  height: 80px;
}
#header .logo {
  float: left;
  width: 214px;
  padding: 23px 0 0 46px;
}
#header #global-nav {
  float: right;
  margin: 0 155px 0 0;
  padding-top: 35px;
  font-size: 0;
}
#header #global-nav li {
  display: inline-block;
  padding: 5px 18px; /* 20200805 padding　上下5px追加 */
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

#header #global-nav li:not(:last-child) {
  border-right: 1px solid #000;
}

/* 20200805 色変更対応 */
#global-nav .active {
  background-color: #95999d;
}
/* 20200805 色変更対応 */
#header #global-nav .active a,
#header #global-nav .active a:visited,
#header #global-nav .active a:active,
#header #global-nav .active a:link {
  color: #ffffff;
}

#header #global-nav li a {
  display: block;
}

#header #global-nav li dl {
  position: relative;
}
#header #global-nav li dt {
  cursor: pointer;
}
#header #global-nav li dd {
  position: absolute;
  top: 0;
  left: -18px;
  display: none;
  width: 180px;
  padding-top: 26px;
  z-index: 10;
}
#header #global-nav li dd ul {
  background-color: #fff;
  padding: 18px;
  -moz-box-shadow: 0 0 2px 2px rgba(51, 51, 51, 0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(51, 51, 51, 0.05);
  box-shadow: 0 0 2px 2px rgba(51, 51, 51, 0.05);
}
#header #global-nav li dd li {
  display: block;
  padding: 0;
  border-right: 0 solid transparent !important;
}
#header #global-nav li dd li a {
  padding: 10px 0;
}

#header .contact {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #95999d;
}
#header .contact a {
  display: block;
  width: 184px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
  padding-top: 35px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
#header .menu {
  display: none;
}

#sp-menu {
  display: none;
}

/*================================
	#mv
================================*/
#mv {
  height: 110rem;
  padding-top: 10rem;
  background: url(../img/1.png) no-repeat center;
}

#recruitment-mv {
  height: 40rem;
  padding-top: 30rem;
  background: url(../img/2.png) no-repeat center;
}
#contact-mv {
  height: 40rem;
  padding-top: 30rem;
  background: url(../img/3.png) no-repeat center;
}
/*================================
	#thinking
================================*/
#thinking {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 110rem;
  padding: 72px 0 0;
  text-align: center;
}
#thinking .head {
  margin-bottom: 94px;
}
#thinking .txt {
  margin-bottom: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.1;
}
#thinking .story {
  margin-bottom: 64px;
  font-size: 28px;
  font-weight: bold;
}
#thinking .logo {
  width: 250px;
  margin: 0 auto;
}
#thinking .tree {
  position: absolute;
  left: 50%;
  pointer-events: none;
  z-index: 100;
}
#thinking .tree.tree1 {
  top: 120px;
  width: 270px;
  margin-left: -500px;
}
#thinking .tree.tree2 {
  top: -70px;
  width: 500px;
  margin-left: 120px;
}
#thinking .tree li {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#thinking .tree li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*================================
	#service
================================*/
#service {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 110rem;
  background: url(../img/bg_service1.png) no-repeat center top;
}
#service:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 348px;
  background: url(../img/bg_service2.png) no-repeat center bottom;
  pointer-events: none;
}
#service .head {
  margin-bottom: 42px;
}
#service .head span {
  padding: 0 43px;
}
#service .guide {
  font-weight: bold;
  line-height: 1.8;
}
#service .guide .head1 {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}
#service .guide .txt {
  width: 560px;
  margin: 0 auto 30px;
  font-size: 13px;
}
#service #service-slider {
  position: relative;
  background: url(../img/bg_service_slider.png) no-repeat center 120px;
  height: 640px;
  overflow: hidden;
}
#service #service-slider .list {
  position: relative;
  top: -190px;
  width: 184px;
  margin: 0 auto;
  text-align: center;
}
#service #service-slider .list .btn {
  position: relative;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 10px;
  background-color: #95999d;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 24px;
  -moz-box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
  box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
  cursor: pointer;
  z-index: 400;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#service #service-slider .list .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#service #service-slider .list .selecter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

#service #service-slider .list .selecter li:hover {
  background-color: #cde8ff;
}
#service #service-slider .list .selecter li {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 220px;
  padding: 8px;
  background-color: #fff;
  border: 2px solid #95999d;
  border-radius: 5px;
  font-size: 16px;
}

#service #service-slider .list .selecter li.slide1 {
  top: -150px;
  left: 110px;
}
#service #service-slider .list .selecter li.slide2 {
  top: -90px;
  left: 190px;
}
#service #service-slider .list .selecter li.slide3 {
  top: -30px;
  left: 250px;
}
#service #service-slider .list .selecter li.slide4 {
  top: 30px;
  left: 250px;
}
#service #service-slider .list .selecter li.slide5 {
  top: 90px;
  left: 190px;
}
#service #service-slider .list .selecter li.slide6 {
  top: 150px;
  left: 110px;
}
#service #service-slider .list .selecter li.slide7 {
  top: 150px;
  left: -160px;
}
#service #service-slider .list .selecter li.slide8 {
  top: 90px;
  left: -240px;
}
#service #service-slider .list .selecter li.slide9 {
  top: 30px;
  left: -310px;
}
#service #service-slider .list .selecter li.slide10 {
  top: -30px;
  left: -310px;
}
#service #service-slider .list .selecter li.slide11 {
  top: -90px;
  left: -240px;
}
#service #service-slider .list .selecter li.slide12 {
  top: -150px;
  left: -160px;
}

#service #service-slider .list .selecter li .txt {
  /* display: none; */
  display: block;
  color: #0072be;
  font-weight: bold;
  letter-spacing: 1px;
}

#service #service-slider .list .layer {
  display: none;
  position: fixed;
  top: -6000px;
  right: -6000px;
  bottom: -6000px;
  left: -6000px;
  background-color: rgba(108, 188, 255, 0.6);
  z-index: 200;
}
#service #service-slider .btn-prev {
  left: 50%;
  margin-left: -266px;
}
#service #service-slider .btn-next {
  right: 50%;
  margin-right: -266px;
}
#service #service-slider .slides {
  position: relative;
  left: 50%;
  height: 610px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
}
#service #service-slider .slides .slide {
  position: relative;
  top: 600px;
  left: -909px;
  display: inline-block;
  width: 406px;
  margin: 0 100px;
  white-space: normal;
  vertical-align: top;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
#service #service-slider .slides .slide.prev {
  top: 130px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#service #service-slider .slides .slide.next {
  top: 130px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#service #service-slider .slides .slide.active {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#service #service-slider .slides .slide .img {
  margin-bottom: 14px;
}
#service #service-slider .slides .slide .title {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  border: 3px solid #95999d;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
}
#service #service-slider .slides .slide .title span {
  display: table-cell;
}
#service #service-slider .slides .slide .title span.num {
  width: 44px;
  border-right: 3px solid #95999d;
}
#service #service-slider .slides .slide .txt {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

/*================================
	#promise
================================*/
#promise {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 110rem;
}
#promise .head {
  margin-bottom: 60px;
}
#promise .head span {
  padding: 0 43px;
}
#promise .guide {
  font-weight: bold;
  line-height: 1.8;
}
#promise .guide .head1 {
  margin-bottom: 24px;
  font-size: 26px;
  text-align: center;
}
#promise .guide .txt {
  margin-bottom: 70px;
  font-size: 17px;
  text-align: center;
}
#promise .promise {
  font-size: 0;
  text-align: center;
}
#promise .promise .box {
  position: relative;
  display: inline-block;
  width: 370px;
  margin: 0 37px;
  white-space: normal;
  vertical-align: top;
}
#promise .promise .box .img {
  margin-bottom: 14px;
}
#promise .promise .box .title {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  border: 3px solid #95999d;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#promise .promise .box .title span {
  display: table-cell;
  padding: 10px 24px;
  vertical-align: middle;
  text-align: left;
}
#promise .promise .box .title span.num {
  width: 52px;
  padding: 10px 0;
  border-right: 3px solid #95999d;
  font-size: 20px;
  text-align: center;
}
#promise .promise .box .txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

/*================================
	#company
================================*/
#company-head {
  position: relative;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  z-index: 10; /* 他の要素より前に表示 */
}
#company {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 900px;
  margin-bottom: 80px;
  padding-top: 0px;
}
#company .head span {
  padding: 0 63px;
}
/* 傾き削除 */
#company .company {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 900px;
  background-color: #eaebeb;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#company .company .inner {
  position: absolute;
  top: 140px;
  right: 20px;
  width: 420px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
}
#company .company .logo {
  width: 190px;
  margin-bottom: 20px;
}
#company .company .list {
  font-size: 12px;
}
#company .company .list dt {
  clear: left;
  float: left;
  width: 6.5em;
  text-justify: distribute;
}
#company .company .list dd {
  margin: 0 0 4px 6.5em;
}
#company .company .privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 20px;
  padding: 10px;
}
.privacy a:hover {
  opacity: 100;
}
#company .company .privacy img {
  width: 101px;
  height: auto;
}
.privacy .telework-icon img {
  height: auto;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
}
.privacy .telework-icon img:hover {
  opacity: 0.6;
}

#company .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 900px;
  background-color: #fff;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
#company .map .inner {
  height: 100%;
  background-color: #eaebeb;
  padding: 80px 10px 50px 0;
}
#company .map .inner iframe {
  height: 80%;
  width: 100%;
}
#company .map #map {
  width: 100%;
  height: 1500px;
  pointer-events: none;
}

/*================================
	#bottom_inq
================================*/
#bottom_inq {
  height: 150px;
  text-align: center;
}

#bottom_inq .btn a {
  display: inline-block;
  width: 380px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 84px;
  padding: 20px;
  background-color: #95999d;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 44px;
  -moz-box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
  box-shadow: 7px 10px 0 0 rgba(51, 51, 51, 0.15);
}

/*================================
  	#問い合わせフォーム
  ================================*/

.inq_parents label {
  display: table;
  margin-bottom: 15px;
}

.inq_parents label,
.inq_parents input[type="checkbox"],
.input_melmagaform label,
.input_melmagaform input[type="checkbox"] {
  cursor: pointer;
}

.recruit_title_bg {
  background-image: url(../img/recruitment/top_back_img.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 300px;
  margin: auto;
  position: relative;
}

span.recruit_title {
  position: absolute;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  bottom: 10%;
  padding: 5px 5px 5px 42px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px #fff solid;
  margin-left: -33px;
  margin-right: 10%;
  line-height: 1.8;
  width: 100%;
}

/*--saiyou_flex----*/

#saiyou_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

#saiyou_flex li {
  width: 45%;
  margin: 1%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 2px #696969;
}

#saiyou_flex .saiyou_icon_div {
  text-align: center;
  margin-bottom: 15px;
}

#saiyou_flex .saiyou_icon {
  margin-bottom: 10px;
  width: 100px;
}

#saiyou_flex .saiyou_sentence_div {
  margin-bottom: 15px;
}

#saiyou_flex .saiyou_sentence,
#saiyou_flex .saiyou_sentence_center {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 14px;
}

#saiyou_flex .saiyou_sentence {
  height: 120px;
}

#saiyou_flex .saiyou_sentence_center {
  text-align: center;
}

.table_1 th.noborder,
.table_1 td.noborder {
  border-bottom: 1px solid #fff !important;
  text-align: right;
}

.saiyou_bluebtn {
  text-align: center;
  background: #019ac6;
  color: #fff;
}

.saiyou_graybtn {
  text-align: center;
  background: #808080;
  color: #fff;
}

.comment_area {
  width: 100%;
  height: 180px;
  resize: none;
  overflow-y: scroll;
}

/*------saiyou_flex3-------------- */
#saiyou_flex3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

#saiyou_flex3 li {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 2px #696969;
  margin-bottom: 30px;
}

#saiyou_flex3 .saiyou_icon_div {
  text-align: center;
  width: 300px;
  margin-bottom: 15px;
  float: left;
}

#saiyou_flex3 .saiyou_icon {
  margin-bottom: 10px;
  width: 100px;
}

#saiyou_flex3 .saiyou_sentence_div {
  margin-bottom: 15px;
}

#saiyou_flex3 .saiyou_sentence,
#saiyou_flex3 .saiyou_sentence_center,
#saiyou_flex3 .saiyou_item {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 14px;
}

#saiyou_flex3 .saiyou_item,
#saiyou_flex3 .saiyou_item2 {
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

#saiyou_flex3 .saiyou_item2 {
  padding-left: 1.5em;
}

#saiyou_flex3 .saiyou_item:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f0b1";
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 1em;
  color: #27acd9;
}

#saiyou_flex3 .saiyou_item2:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 1em;
  color: #27acd9;
}

#saiyou_flex3 .saiyou_sentence_center {
  text-align: center;
}

#saiyou_flex3 .saiyou_sentence {
  overflow: auto;
}

#saiyou_license {
  display: block;
  width: 400px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

#saiyou_license th {
  border-top: 1px solid #cccccc;
  font-weight: bold;
}

#saiyou_license th,
#saiyou_license td {
  padding: 10px 20px;
  border-bottom: 1px solid #cccccc;
}

#saiyou_license td:nth-of-type(2) {
  text-align: right;
}

/*------*/

.saiyou_kind_name1,
.saiyou_kind_name2,
.saiyou_kind_name3 {
  font-weight: bold;
  color: #0080c0;
}

.saiyou_kind_name1 {
  font-size: 20px;
  text-align: left;
  line-height: 1em;
  margin-left: 30px;
}
.saiyou_kind_name2 {
  font-size: 15px;
  text-align: right;
  border-top: 1px solid #a8a8a8;
  width: 80%;
  margin-left: 30px;
}

.saiyou_kind_name3 {
  font-size: 15px;
  text-align: left;
  border-top: 1px solid #a8a8a8;
  width: 80%;
  margin-left: 30px;
}

/*--saiyou_flex2----*/

#saiyou_flex2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

#saiyou_flex2 li {
  width: 45%;
  margin: 1%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 2px #696969;
}

#saiyou_flex2 h2 {
  position: relative;
  padding: 0.25em 0.5em;
  border-left: solid 2em white;
  text-align: left;
}

#saiyou_flex2 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  position: absolute;
  padding: 0em;
  color: #000;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
}

#saiyou_flex2 .saiyou_icon_div {
  text-align: center;
  margin-bottom: 15px;
}

#saiyou_flex2 .saiyou_icon {
  margin-bottom: 10px;
  width: 100px;
}

#saiyou_flex2 .saiyou_sentence_div {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
  height: 100px;
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 10px;
  color: white;
}

#saiyou_flex2 .saiyou_sentence_div a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#saiyou_flex2 .saiyou_sentence_div > p {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px white;
  height: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 100px;
  text-shadow: 3px 3px 3px #000;
  margin: 0;
}

#saiyou_flex2 .saiyou_sentence {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}

/*------*/

.saiyou_kind {
  font-weight: bold;
  font-size: 20px;
  color: #0080c0;
  text-align: left;
  line-height: 1em;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.officeslider {
  margin: auto;
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 15px;
  color: #fff;
  background: #0080c0;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0080c0;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  margin-bottom: 1vh;
}

/* ------------- */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}

/* ===================================================================================

 Base Media Queries TB
 基礎 メディアクエリ タブレット用（ ～ 1024px ）

 20200807 (max-width: 930px)でメニューが二段になる現象
 　　　　　930pxの根拠わからん
 　　　　　→1250px(二段にならないぎりぎりの範囲)に変更


 =================================================================================== */
@media print, screen and (max-width: 1250px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit !important;
  }

  .head a {
    font-size: 20px;
  }
}
/*
  .head span {
	font-size: 24px; }
*/
/*================================
  	header
  ================================*/
#header .wrap {
  height: 63px;
  padding-top: 18px;
}
#header .logo {
  float: left;
  width: 160px;
  padding: 0;
}
#header #global-nav {
  display: none;
}
#header .menu {
  position: relative;
  float: right;
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#header .menu span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #95999d;
}

#sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 280px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -280px;
  border-left: 2px solid rgba(51, 51, 51, 0.1);
  background-color: #95999d;
  z-index: 200;
}

#sp-menu nav {
  margin-bottom: 20px;
}
#sp-menu nav a,
#sp-menu nav dt {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: url(/img/bg_arrow.gif) no-repeat 95% 50%;
  text-align: left;
  cursor: pointer;
}

#sp-menu li.acc_parents {
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #0080c0 url(/img/bg_arrow.gif) no-repeat 95% 50%;
  text-align: left;
  cursor: pointer;
}

#sp-menu .menu_accordion {
  display: none;
}

#sp-menu nav dd {
  display: none;
}
#sp-menu .contact {
  margin: 10px;
  background-color: #fff;
}

#sp-menu .contact a {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  /*
		color: #fff; }
*/
  color: #95999d;
}

/*================================
  	#thinking
  ================================*/
#thinking .head {
  margin-bottom: 80px;
}
#thinking .txt {
  margin-bottom: 58px;
  font-size: 20px;
  line-height: 1.8;
}
#thinking .story {
  margin-bottom: 58px;
  font-size: 32px;
}

/*================================
  	#service
  ================================*/
#service .head {
  margin-bottom: 36px;
}
#service .guide .head1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.4;
}
#service .guide .txt {
  width: 800px;
  margin: 0 auto 10px;
  font-size: 18px;
}
#service #service-slider {
  position: relative;
  background: url(../img/bg_service_slider.png) no-repeat center 120px;
  height: 640px;
  overflow: hidden;
}
#service #service-slider .list {
  top: -210px;
}
#service #service-slider .list .btn {
  font-size: 18px;
}
#service #service-slider .slides .slide .txt {
  font-size: 16px;
}

/*================================
  	#promise
  ================================*/
#promise .head {
  margin-bottom: 50px;
}
#promise .guide .head1 {
  margin-bottom: 10px;
  font-size: 30px;
}
#promise .guide .txt {
  margin-bottom: 60px;
  font-size: 20px;
}
#promise .promise .box {
  width: 420px;
}
#promise .promise .box .img {
  width: 370px;
  margin: 0 auto 14px;
}
#promise .promise .box .title {
  font-size: 18px;
}
#promise .promise .box .title span {
  padding: 8px 24px;
  line-height: 1.4;
}
#promise .promise .box .title span.num {
  padding: 8px 0;
}
#promise .promise .box .txt {
  font-size: 18px;
}

/*================================
  	#company
  ================================*/
#company {
  height: 900px;
}
#company .company {
  height: 900px;
}
#company .company .inner {
  top: 180px;
  width: 480px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#company .company .logo {
  width: 190px;
}
#company .company .list {
  font-size: 14px;
}
#company .map {
  height: 900px;
}
#company .map #map {
  height: 1600px;
}

/*================================
  	#footer
  ================================*/
#bottom_inq .btn a {
  font-size: 24px;
}

/*
  #footer .btn a {
	font-size: 24px; }
  #footer .copyright {
	font-size: 16px; } }
*/

/* ===================================================================================

 Base Media Queries SP
 基礎 メディアクエリ スマートフォン用（ ～ 768px ）

 =================================================================================== */
@media print, screen and (max-width: 600px) {
  .wrap {
    padding: 0 10px;
  }

  #wrapper {
    background: url(../img/bg_grid.png) repeat center top;
    background-size: auto 50px;
  }

  .head a {
    font-size: 12px;
    line-height: 33px;
  }
  .head span {
    padding: 0 23px;
    font-size: 14px;
    line-height: 33px;
  }

  .btn-prev,
  .btn-next {
    top: 60px;
    width: 30px;
    -moz-box-shadow: 2px 3px 0 0 rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 2px 3px 0 0 rgba(51, 51, 51, 0.15);
    box-shadow: 2px 3px 0 0 rgba(51, 51, 51, 0.15);
  }

  /*================================
  	#mv
  ================================*/
  #mv {
    margin-top: 50px;
    height: 400px;
    background: url(../img/1.png) no-repeat center;
    background-size: cover;
  }
  #recruitment-mv {
    margin-top: 150px;
    height: 10px;
    background: url(../img/2.png) no-repeat center;
    background-size: cover;
  }
  #contact-mv {
    margin-top: 150px;
    height: 10px;
    background: url(../img/3.png) no-repeat center;
    background-size: cover;
  }
  /*================================
  	#thinking
  ================================*/
  #thinking {
    height: 700px;
    padding: 30px 0 0;
  }
  #thinking .head {
    margin-bottom: 30px;
  }
  #thinking .txt {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
  #thinking .story {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #thinking .logo {
    width: 130px;
  }
  #thinking .tree {
    display: none;
  }

  /*================================
  	#service
  ================================*/
  #service {
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 1023px;
    background: url(../img/bg_service1.png) no-repeat center top;
  }
  #service:after {
    height: 174px;
    background: url(../img/bg_service2.png) no-repeat center bottom;
    background-size: auto 174px;
  }
  #service .head {
    margin-bottom: 30px;
  }
  #service .guide .head1 {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
  }
  #service .guide .txt {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 12px;
  }
  #service #service-slider {
    position: relative;
    background: url(../img/bg_service_slider.png) no-repeat center 120px;
    height: 640px;
  }
  #service #service-slider .list {
    position: relative;
    top: -50px;
    width: 160px;
    margin: 0 auto;
    text-align: center;
  }
  #service #service-slider .list .btn {
    height: auto;
    font-size: 13px;
    line-height: 1;
    -moz-box-shadow: 4px 5px 0 0 rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 4px 5px 0 0 rgba(51, 51, 51, 0.15);
    box-shadow: 4px 5px 0 0 rgba(51, 51, 51, 0.15);
  }
  #service #service-slider .list .selecter {
    position: absolute;
    top: -200px;
    left: -20px;
    width: 200px;
  }
  #service #service-slider .list .selecter li {
    display: none;
    position: relative;
    padding: 0px;
    width: 200px;
    border: 0;
  }
  #service #service-slider .list .selecter li img {
    width: auto !important;
  }
  #service #service-slider .list .selecter li.slide1,
  #service #service-slider .list .selecter li.slide2,
  #service #service-slider .list .selecter li.slide3,
  #service #service-slider .list .selecter li.slide4,
  #service #service-slider .list .selecter li.slide5,
  #service #service-slider .list .selecter li.slide6,
  #service #service-slider .list .selecter li.slide7,
  #service #service-slider .list .selecter li.slide8,
  #service #service-slider .list .selecter li.slide9,
  #service #service-slider .list .selecter li.slide10,
  #service #service-slider .list .selecter li.slide11,
  #service #service-slider .list .selecter li.slide12 {
    top: auto;
    left: auto;
  }
  #service #service-slider .list .selecter li .img {
    display: none;
  }
  #service #service-slider .list .selecter li .txt {
    display: block;
    margin-bottom: 1px;
    padding: 10px 5px;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
  }
  #service #service-slider .btn-prev {
    left: 10px;
    margin-left: 0;
  }
  #service #service-slider .btn-next {
    right: 10px;
    margin-right: 0;
  }
  #service #service-slider .slides {
    height: 320px;
  }
  #service #service-slider .slides .slide {
    position: relative;
    top: 600px;
    left: -435px;
    width: 230px;
    margin: 0 30px;
  }
  #service #service-slider .slides .slide.prev {
    top: 60px;
  }
  #service #service-slider .slides .slide.next {
    top: 60px;
  }
  #service #service-slider .slides .slide.active {
    top: 0;
  }
  #service #service-slider .slides .slide .img {
    margin-bottom: 10px;
  }
  #service #service-slider .slides .slide .title {
    margin-bottom: 10px;
    border: 2px solid #95999d;
    font-size: 14px;
    line-height: 30px;
  }
  #service #service-slider .slides .slide .title span.num {
    width: 36px;
    border-right: 2px solid #95999d;
  }
  #service #service-slider .slides .slide .txt {
    font-size: 11px;
  }

  /*================================
  	#promise
  ================================*/
  #promise {
    height: 110rem;
    padding: 30px 0 0;
  }
  #promise .head {
    margin-bottom: 30px;
  }
  #promise .head span {
    padding: 0 43px;
  }
  #promise .guide .head1 {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
  }
  #promise .guide .txt {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
  #promise .promise {
    font-size: 0;
    text-align: center;
  }
  #promise .promise .box {
    display: block;
    width: 230px;
    margin: 0 auto 30px;
  }
  #promise .promise .box .img {
    width: 100%;
    margin-bottom: 0;
  }
  #promise .promise .box .title {
    margin-bottom: 10px;
    border: 2px solid #95999d;
    font-size: 12px;
  }
  #promise .promise .box .title span {
    padding: 5px 10px;
  }
  #promise .promise .box .title span.num {
    width: 30px;
    padding: 5px 0;
    border-right: 2px solid #95999d;
    font-size: 14px;
  }
  #promise .promise .box .txt {
    font-size: 11px;
    line-height: 1.5;
  }

  /*================================
  	#company
  ================================*/
  #company {
    height: auto;
    margin-bottom: 40px;
    padding-top: 32px;
    background-color: rgba(234, 235, 235, 0.5);
  }
  #company .head {
    margin-bottom: 20px;
  }
  #company .head span {
    padding: 0 63px;
  }
  #company .company {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    background-color: transparent;
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -webkit-transform: skewY(0);
    transform: skewY(0);
  }
  #company .company .inner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -webkit-transform: skewY(0);
    transform: skewY(0);
  }
  #company .company .logo {
    width: 120px;
    margin: 0 auto 10px;
  }
  #company .company .list {
    padding: 0 20px;
    font-size: 11px;
  }
  #company .company .list dt {
    float: none;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
  }
  #company .company .list dd {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  #company .company .privacy {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
  }
  #company .map {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 300px;
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -webkit-transform: skewY(0);
    transform: skewY(0);
  }
  #company .map .inner {
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -webkit-transform: skewY(0);
    transform: skewY(0);
  }
  #company .map #map {
    height: 1100px;
  }

  /*================================
  	#bottom_inq
  ================================*/
  #bottom_inq {
    padding-bottom: 40px;
  }
  #bottom_inq .btn {
    margin-bottom: 30px;
  }
  #bottom_inq .btn a {
    width: 240px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    -moz-box-shadow: 3px 5px 0 0 rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 3px 5px 0 0 rgba(51, 51, 51, 0.15);
    box-shadow: 3px 5px 0 0 rgba(51, 51, 51, 0.15);
  }

  .recruit_title_bg {
    height: 100px;
  }

  span.recruit_title {
    font-size: 15px;
    bottom: 5%;
    margin-left: -33px;
    margin-right: 10%;
    line-height: 1.8;
  }

  #saiyou_flex,
  #saiyou_flex2 {
    display: block;
  }

  #saiyou_flex li,
  #saiyou_flex2 li {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }

  #saiyou_flex2 .saiyou_sentence_div > p {
    font-size: 20px;
  }
}
