@charset "UTF-8";
/* -------------------------------------------------------
----------------------------------------------------------
WEB FONT
----------------------------------------------------------
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

/* --------------------------------------------------------
-----------------------------------------------------------
 transition 
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 OTHERS
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #E40000;
  font-size: 14px;
  padding: 3px;
  font-weight: bold;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
======================================================================
sp-setting
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Button 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Btn01
--------------------------------------------------------- */
.Btn01 {
  /* @mixin:SP-btn01 */
  background-color: #000;
  border: 1px solid #000;
  color: #FFF !important;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px 25px;
  line-height: 1.3;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}

/*
---------------------------------------------------------
 Btn02
--------------------------------------------------------- */
.Btn02 {
  /* @mixin:SP-btn02 */
  background-color: #FFF;
  /*box-shadow: $shadow01;*/
  color: #000 !important;
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  padding: 8px 25px;
  line-height: 1.3;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}


/* --------------------------------------------------------
-----------------------------------------------------------
Link 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
Text-link 
--------------------------------------------------------- */
.Text-link {
  /* @mixin:SP-text-link */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

/*
---------------------------------------------------------
Arrow-link 
--------------------------------------------------------- */
.Arrow-link {
  /* @mixin:SP-arrow-link */
  position: relative;
  padding-left: 12px;
  display: inline-block;
  /* before */
}

.Arrow-link:before {
  /* @mixin:SP-arrow-link */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #142657;
  display: block;
  top: 5px;
  left: 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Title 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Title01 / Title02
--------------------------------------------------------- */
.Title01 {
  /* @mixin:SP-title01 */
  text-align: center;
  margin-bottom: 8px;
}

.Title01 span {
  color: #000;
  line-height: 1.15;
  padding: 3px 18px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.Title02 {
  /* @mixin:SP-title02 */
  padding: 0 10%;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.Title02 span {
  /* @mixin:SP-title02 */
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 0px 12px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.Title02:before {
  /* @mixin:SP-title02 */
  /* @mixin:color-grad01-h */
  background: #2d368c;
  background: -moz-linear-gradient(left, #0889c5 0%, #2d368c 100%);
  background: -webkit-linear-gradient(left, #0889c5 0%, #2d368c 100%);
  background: linear-gradient(to right, #0889c5 0%, #2d368c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0889c5', endColorstr='#2d368c', GradientType=1);
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Title02.MOD-orange:before {
  /* @mixin:SP-title02 */
  /* @mixin:color-grad02-h */
  background: #ff8021;
  background: -moz-linear-gradient(left, #ff8021 0%, #e63c24 100%);
  background: -webkit-linear-gradient(left, #ff8021 0%, #e63c24 100%);
  background: linear-gradient(to right, #ff8021 0%, #e63c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8021', endColorstr='#e63c24', GradientType=1);
}

/*
---------------------------------------------------------
 Title03
--------------------------------------------------------- */
.Title03 {
  /* @mixin:SP-title03 */
  font-size: 18px;
  font-weight: normal;
  border-left: 5px solid #d7d7d7;
  padding: 6px 0 6px 8px;
  line-height: 1.2;
  margin-bottom: 8px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
Content-block
--------------------------------------------------------- */
.Content-block {
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 7px 2px;
  margin-bottom: 20px;
  padding: 12px 18px 18px;
}

.Content-block:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
Content-in-block
--------------------------------------------------------- */
.Content-in-block {
  margin-bottom: 30px;
}

.Content-in-block:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------------------------
SP-in-wrap
--------------------------------------------------------- */
.SP-in-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
======================================================================
sp-global
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-size: 12px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  line-height: 1.5;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  opacity: 0.8;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none;
}

/*
---------------------------------------------------------
画像エリア
--------------------------------------------------------- */
.SP-img-wrap {
  text-align: center;
  display: block;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 HTMLeditor
-----------------------------------------------------------
----------------------------------------------------------- */
.HTMLeditor {
  word-break: break-all;
}

.HTMLeditor .HTMLeditor-table-wrap {
  overflow: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Pagetop {
  /* @mixin:pagetop */
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
}

.Pagetop a {
  /* @mixin:pagetop */
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  border: 1px solid #000;
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/career/img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
}

.Pagetop a {
  -webkit-tap-highlight-color: transparent;
}

.Pagetop a:active {
  background-color: #fffadb;
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 8px 0px;
  position: fixed;
  z-index: 100;
  background: #FFF;
  height: 46px;
  width: 100%;
  padding: 9px 10px 0;
}

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

.Header .Logo{
  width: 170px;
}
/*
---------------------------------------------------------
 SP-nav-btn
--------------------------------------------------------- */
.Header .SP-nav-btn {
  float: right;
  text-align: right;
}

.Header .SP-nav-btn a {
  display: block;
  padding: 2px;
}

.Header .SP-nav-btn img {
  height: 21px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 10px;
}

.Header-nav li {
  border-top: 1px solid #cbcbcb;
  background-color: #FFF;
}

.Header-nav a {
  display: block;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
}
.Header-nav .btn-casual {
  border: 1px solid #000;
}
.Header-nav a.btn-entry {
  background: #000;
}

.Header-nav .SP-btn-close {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 9px 0px;
  border-top: none;
  position: relative;
  z-index: 0;
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  background: #5d5d5d;
  border-bottom: 1px solid #555;
  color: #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  padding-top: 38px;
}

.Sub .Content {
  background: #f0f0f0;
  padding-bottom: 30px;
}

.Sub .Main {
  padding-top: 20px;
}

.Sub .Main.MOD-anchor {
  padding-top: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  background: url(/career/img/bg_page_head.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.Page-head .In-wrap {
  padding: 23px 49% 23px 5%;
}

.Page-head h1 {
  display: inline-block;
}

.Page-head h1 img {
  height: 42px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Anchor-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Anchor-nav {
  margin-bottom: 5px;
}

.Anchor-nav li {
  float: left;
  margin: 0 0 3% 3%;
  width: 48.5%;
}

.Anchor-nav li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.Anchor-nav li a {
  /* @mixin:SP-btn02 */
  background-color: #FFF;
  /*box-shadow: $shadow01;*/
  color: #000 !important;
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  padding: 8px 25px;
  line-height: 1.3;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  line-height: 1.28;
  letter-spacing: 0;
  padding: 5px 10px 5px 23px;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
}

.Anchor-nav li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  display: block;
  top: 10px;
  left: 9px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Entry-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Entry-wrap {
  text-align: center;
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}

.Entry-wrap p {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Entry-wrap .btn-wrap img {
  width: 230px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .Entry-wrap {
  /* background: url(/career/img/bg_office01.jpg) no-repeat center center;
  background-size: cover; */
  background-color: #fff;
}

.Footer .Entry-wrap .btn-wrap{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Footer-in-wrap {
  background: #000;
  padding: 21px 10px 8px;
  text-align: center;
}

/*
---------------------------------------------------------
 top-wrap
--------------------------------------------------------- */
.Footer .top-wrap {
  margin-bottom: 15px;
}

.Footer .top-wrap .Logo {
  margin-bottom: 15px;
}

.Footer .top-wrap>a {
  display: block;
  font-size: 13px;
  background: #FFF;
  padding: 3px 18px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 10px;
}

/* 
-----------------------------------------------------------
Copyright
----------------------------------------------------------- */
.Copyright {
  font-size: 10px;
  color: #b7b7b7;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-return-top
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-return-top{
  width: 150px;
  background-color: #333;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
  box-shadow: 2px 2px 2px 2px rgb(0, 0, 0, 0.15);
}

.Btn-return-top a{
  text-decoration:none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03rem;
  display: block;
}