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

/* --------------------------------------------------------
-----------------------------------------------------------
 transition 
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 clearfix 
-----------------------------------------------------------
----------------------------------------------------------- */
.clearfix {
  /* @mixin: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;
}

/*
======================================================================
pc-setting
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
Button
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Btn01 
--------------------------------------------------------- */
.Btn01 {
  /* @mixin:PC-btn01 */
  background-color: #000;
  /*box-shadow: $shadow01;*/
  color: #FFF !important;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  padding: 8px 25px;
  line-height: 1.3;
  text-decoration: none !important;
  letter-spacing: 0.15em;
}

.Btn01:hover, .Btn01:active {
  /* @mixin:PC-btn01 */
  text-decoration: none;
}

/*
---------------------------------------------------------
 Btn02 
--------------------------------------------------------- */
.Btn02 {
  /* @mixin:PC-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.15em;
}

/*
---------------------------------------------------------
 Btn03 
--------------------------------------------------------- */
.Btn03 {
  /* @mixin:PC-btn03 */
}

.Btn03:hover, .Btn03:active {
  /* @mixin:PC-btn03 */
  text-decoration: none;
}

/*
---------------------------------------------------------
 Btn03 
--------------------------------------------------------- */
.Btn04 {
  /* @mixin:PC-btn04 */
}

.Btn04:hover, .Btn04:active {
  /* @mixin:PC-btn04 */
  text-decoration: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Title
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 title01 
--------------------------------------------------------- */
.Title01 {
  /* @mixin:PC-title01 */
  text-align: center;
  margin-bottom: 20px;
}

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

/*
---------------------------------------------------------
 title02 
--------------------------------------------------------- */
.Title02 {
  /* @mixin:PC-title02 */
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 27px;
}

.Title02 span {
  /* @mixin:PC-title02 */
  position: relative;
  display: inline-block;
  font-weight: normal;
  line-height: 1.2;
  z-index: 1;
  background: #FFF;
  font-size: 36px;
  letter-spacing: 0.1em;
  padding: 5px 22px;
}

.Title02:before {
  /* @mixin:PC-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: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Title02.MOD-orange:before {
  /* @mixin:PC-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:PC-title03 */
  font-size: 22px;
  font-weight: normal;
  border-left: 5px solid #d7d7d7;
  padding: 4px 0 4px 8px;
  line-height: 1.2;
  margin-bottom: 12px;
}

/*
---------------------------------------------------------
 Title04
--------------------------------------------------------- */
.Title04 {
  /* @mixin:PC-title04 */
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Content-block 
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 7px 2px;
  margin-bottom: 50px;
  padding: 38px 38px 50px;
}

.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 Content-in-block 
--------------------------------------------------------- */
.Content-in-block {
  /* @mixin:PC-content-in-block */
  margin-bottom: 30px;
}

.Content-in-block:last-child {
  /* @mixin:PC-content-in-block */
  margin-bottom: 0;
}

/*
---------------------------------------------------------
 Content-body 
--------------------------------------------------------- */
.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 30px;
  padding-right: 30px;
}

/*
======================================================================
pc-global
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON 
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  min-width: 1080px;
  padding-top: 78px;
}

@media screen and (max-width: 1079px) {
  body {
    padding-top: 0;
  }
}

a:link, a:visited {
  text-decoration: none;
  color: #222;
}

a:hover, a:active {
  text-decoration: underline;
}

a:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

h1, h2, h3, h4, h5, h6, p, th, td, span {
  cursor: default;
}

/*
---------------------------------------------------------
 float 
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示 
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅 
--------------------------------------------------------- */
.In-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 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;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Wrapper 
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 Header 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  padding: 0 20px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 5.5px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 1079px) {
  .Header {
    position: relative;
  }
}

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

.Header .Logo {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 19px 0 10px;
  line-height: 0;
}

.Header .Logo a {
  display: inline-block;
}

.Header .Logo img {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 42px;
  width: 237px;
}

/*
---------------------------------------------------------
 .Header.MOD-small
--------------------------------------------------------- */
.Header.MOD-small .Logo {
  padding: 10px 0 0px;
}

.Header.MOD-small .Logo img {
  height: 34px;
  width: 190px;
}

.Header.MOD-small .Header-nav>li {
  height: 52px;
}

.Header.MOD-small .Header-nav>li:first-child {
  padding-right: 5px;
}

.Header.MOD-small .Header-nav>li>a {
  font-size: 14px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header-nav 
-----------------------------------------------------------
----------------------------------------------------------- */
.Header-nav>li {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  float: left;
  display: table;
  height: 78px;
  position: relative;
}

.Header-nav>li+li {
  margin-left: 25px;
}

.Header-nav>li:nth-last-child(2) {
  margin-left: 0;
}

.Header-nav>li>a:hover {
  color: #f54c27;
}

.Header-nav>li>a {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.Header-nav>li:first-child>a::after{
  content: '';
  --icon_color: currentColor;
  --icon_size: 0.7em;
  --border_width: 2px;
  display: inline-block;
  width: var(--icon_size);
  height: var(--icon_size);
  border: solid var(--border_width) var(--icon_color);
  border-top: 0;
  border-left: 0;
  transform: translateY(-25%) rotate(45deg);
  margin-left: 7px;
}

.Header-nav .btn-casual {
  border: 1px solid #000;
  padding: 0 5px;
}

.Header-nav .btn-entry {
  background-color: #000;
  padding: 12px 14px;
}

.Header-nav a.SP-btn-close {
  display: none;
}

/*
---------------------------------------------------------
 Header-small-nav
--------------------------------------------------------- */
.Header-small-nav{
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%);
  background: #FFF;
  padding: 10px 25px 10px;
  box-shadow: 3px 5px 20px 0 rgba(0, 0, 128, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.Header-small-nav .No-list li{
  white-space: nowrap;
  min-width: 135px;
}

.Header-small-nav .No-list li a{
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 0;
  position: relative;
  transition: color .12s, background .12s, border .12s;
  text-decoration: none;
}

.Header-small-nav .No-list li a:hover{
  color: #f54c27;
}

.Header-nav > li:hover .Header-small-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content 
-----------------------------------------------------------
----------------------------------------------------------- */
.Sub .Content {
  background: #f0f0f0;
  padding-bottom: 50px;
}

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

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head 
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  background: url(/career/img/bg_page_head.jpg) no-repeat center top;
  height: 192px;
}

.Page-head .In-wrap {
  text-align: center;
  padding: 54px 455px 0 0;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Anchor-nav
-----------------------------------------------------------
----------------------------------------------------------- */
.Anchor-nav {
  margin-bottom: 10px;
  text-align: center;
}

.Anchor-nav ul {
  display: inline-block;
}

.Anchor-nav li {
  float: left;
  margin: 0 0 15px 20px;
  width: 255px;
}

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

.Anchor-nav li a {
  /* @mixin:PC-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.15em;
  position: relative;
  display: block;
  line-height: 1.28;
  letter-spacing: 0;
  padding: 6px 12px 5px 23px;
  font-size: 15px;
  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: 13px;
  left: 9px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer 
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .Entry-wrap {
  /* background: url(/img/bg_office01.jpg) no-repeat center center;
  background-size: cover; */
  background: #fff;
  padding: 36px 0 40px;
}

.Footer .Entry-wrap .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 30px;
}

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

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

.Footer .top-wrap .Logo,
.Footer .top-wrap>a {
  display: inline-block;
  vertical-align: middle;
}

.Footer .top-wrap>a {
  font-size: 13px;
  background: #FFF;
  padding: 3px 18px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px;
}

.Footer .top-wrap .Logo+a {
  margin-left: 22px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-return-top
-----------------------------------------------------------
----------------------------------------------------------- */

.Btn-return-top{
  width: 200px;
  background-color: #333;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  padding: 7px 0;
  box-shadow: 2px 2px 2px 2px rgb(0,0,0,0.15);
}

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