*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
a:hover {
  opacity: .8;
}
.content_inner {
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.content_inner:nth-of-type(1) {
  position: relative;
  z-index: 3;
  margin-top: 210px;
}
.inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.searchBox {
  position: relative;
  z-index: 2;
  padding: 0 45px 45px;
  background: #F6F6F6;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
}
.br {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .content_inner {
    margin-top: 65px;
  }
  .content_inner:nth-of-type(1) {
    margin-top: 130px;
  }
  .searchBox {
    padding: 0 6% 35px;
  }
}
@media screen and (max-width:500px) {
  .content_inner:nth-of-type(1) {
    margin-top: 90px;
  }
}
/* 見出し */
h2 {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  transform: translateY(-35px);
}
h2 .en {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 70px;
  font-style: italic;
}
h2 .en .outline {
  display: inline-block;
  color: transparent;
}
h2 .jp {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
h2 .jp .line-l, h2 .jp .line-r {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 36px;
  transform: translateY(-50%) rotate(45deg);
}
h2 .jp .line-l {
  right: calc(100% + 30px);
}
h2 .jp .line-r {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 10px;
    transform: translateY(-25px);
  }
  h2 .en {
    margin-bottom: 14px;
    font-size: 50px;
  }
  h2 .en .outline svg {
    height: 38px;
  }
  #area h2 svg {
    width: 134px;
  }
  #style h2 svg {
    width: 134px;
  }
  #job h2 svg {
    width: 100px;
  }
  h2 .jp {
    font-size: 13px;
  }
}
/* ボタン */
.btnList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn {
  position: relative;
  width: calc(33.3% - 14px);
  min-height: 60px;
}
.btn:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.btn:nth-of-type(n+4) {
  margin-top: 20px;
}
.btn a {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 40px 19px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid;
}
.btn .btnBg {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn, .btn:nth-of-type(n+4) {
    width: 100%;
    margin-top: 0;
  }
  .btn:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* header */
.header {
  position: relative;
  padding-top: 4.7%;
  overflow: hidden;
  z-index: 6;
}
.gnav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.header ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.header li {
  display: inline-block;
}
.header li a {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
.header li + li {
  margin-left: 2.3%;
}
.header a[href*="/job/-/info/list"] {
  display: block;
  padding: 9px 24px 10px;
  border-radius: 23px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header a .gnav_ic {
  margin-right: 7px;
}
.header .pc_none {
  display: none;
}
@media screen and (max-width:1300px) {
  .header li a, .header a[href*="/job/-/info/list"] {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 70px;
  }
  .header .pc_none {
    display: block;
  }
  .header .sp_none {
    display: none;
  }
  .gnav {
    bottom: 0;
  }
  .header_item {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: block;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.9);
  }
  .header_item:not(.open) {
    opacity: 0;
    visibility: hidden;
  }
  .header .gnav {
    width: 100%;
  height: 100%;
  }
  .header ul {
    flex-direction: column;
    padding: 50px 0 60px;
  }
  .header li {
    display: block;
    max-width: 350px;
    width: 90%;
	  margin:  0 auto!important;
    position: relative;
  }
  .header li a {
    font-size: 14px !important;
  }
  .header li a:not([href*="/job/-/info/list"]) {
    margin-right: 0;
    padding: 20px 2.5%;
    color: #333;
  }
  .header a[href*="/job/-/info/list"] {
    width: 100%;
    padding: 20px 2.5%;
    border-radius: 30px;
  }
  .sp_gnav_btn {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  }
  .sp_gnav_btn span {
    position: absolute;
    width: 60%;
    height: 2px;
    left: 20%;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .sp_gnav_btn span:nth-of-type(1) {
    top: calc(30% - 1px);
  }
  .sp_gnav_btn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .sp_gnav_btn span:nth-of-type(3) {
    top: calc(70% - 1px);
  }
  .sp_gnav_open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp_gnav_open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_gnav_open span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* MV */
.mv {
  position: relative;
  width: 90.625%;
  margin: 0 auto 40px;
}
.mv_img {
  position: relative;
  z-index: 2;
}
.mv_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/mv_bg01.png");
  opacity: 0.3;
  top: 0;
  left: 0;
}
.mv_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 64, 67, 0.3);
  top: 0;
  left: 0;
}
.mv_img img {
  width: 100%;
}
.mv_img .mv_txtArea {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  border-top: 2px solid #fff;
  text-align: center;
}
.mv_img .mv_txtArea .mv_ttl {
  width: 64.56vw;
}
.mv_img .mv_txtArea h1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.mv_img .mv_txtArea h1::before, .mv_img .mv_txtArea h1::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mv_img .mv_txtArea h1::before {
  margin-right: 30px;
}
.mv_img .mv_txtArea h1::after {
  margin-left: 30px;
}
.mv_img .mv_txtArea h1 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 28px;
}
.mv_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6.135%;
  left: 2.76%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .mv_img .sp_none {
    display: none;
  }
  .mv_img .mv_txtArea {
    padding-top: 30px;
  }
  .mv_img .mv_txtArea h1 {
    font-size: 15px;
    margin-top: 20px;
  }
  .mv_img .mv_txtArea h1::before {
    margin-right: 15px;
  }
  .mv_img .mv_txtArea h1::after {
    margin-left: 13px;
  }
  .mv_img .mv_txtArea h1 span {
    font-size: 17px;
  }
  .mv_img h1 img {
    padding: 20px;
  }
  .mv_img .mv_txtArea .mv_ttl {
    width: 85vw;
  }
  .mv_bg {
    top: 3.135%;
  }
}
/* お仕事検索 */
.job-search .content_inner:nth-of-type(1) {
  z-index: 5;
}
.job-search .content_inner:nth-of-type(2) {
  z-index: 4;
}
.job-search .content_inner:nth-of-type(3) {
  z-index: 3;
}
.search_bg01, .search_bg02 {
  position: absolute;
  top: -95%;
  left: 0;
  z-index: 1;
  display: block;
  width: 42%;
  height: 340px;
}
.search_bg02 {
  left: auto;
  right: 0;
}
.search_bg01 span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.search_bg02 span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}
@media screen and (max-width:768px) {
  .search_bg01, .search_bg02 {
    top: -65%;
    height: 420px;
  }
}
/* 下のコンテンツ */
.bottom_content {
  position: relative;
  margin-top: 90px;
  padding-bottom: 75px;
}
.bottom_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.bottom_content .textarea {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, .16);
}
.bottom_content .border {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}
.bottom_content .border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.70);
}
/* 会社概要 */
.information_wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.information_item {
  position: relative;
  z-index: 2;
  padding: 14px 34px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.information_item dt, .information_item dd {
  padding: 20px 0;
}
.information_item dt:not(:last-of-type), .information_item dd:not(:last-of-type) {
  border-bottom: 2px dotted #DDDDDD;
}
.information_item dt {
  width: 110px;
  padding-left: 15px;
  padding-right: 25px;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
}
.information_item dd {
  flex-grow: 1;
  width: calc(100% - 110px);
}
.information_wrap .bg {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .information_item {
    padding: 20px;
    font-size: 14px;
  }
  .information_item dt, .information_item dd {
    padding: 15px 0;
  }
  .information_item dt {
    width: 90px;
    padding-left: 0;
    padding-right: 20px;
  }
  .information_item dd {
    width: calc(100% - 90px);
  }
  .information_wrap .bg {
    top: 10px;
    left: 10px;
  }
}
/* よくある質問 */
.qa_item dl {
  position: relative;
}
.qa_item dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.qa_item dt {
  position: relative;
  padding: 25px 30px 18px 75px;
  border-bottom: 2px dotted;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.qa_item dt .q {
  position: absolute;
  top: 18px;
  left: 27px;
  font-size: 32px;
  line-height: 1;
}
.bottom_content .qa_item dt .border::before {
  background-color: transparent;
}
.qa_item dd {
  position: relative;
  padding: 30px 35px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .qa_item dt {
    padding: 20px 25px 18px 60px;
  }
  .qa_item dt .q {
    left: 20px;
    font-size: 28px;
  }
  .qa_item dd {
    padding: 20px 30px;
  }
}
/* 働くメリット */
.merit_item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.merit_item li {
  overflow: hidden;
  padding: 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 0%;
}
.merit_item li:not(:last-child) {
  margin-right: 30px;
}
.merit_item .num {
  font-size: 169px;
  position: absolute;
  top: -3px;
  right: 16px;
  line-height: 0.75;
  font-style: italic;
  letter-spacing: -0.1em
}
.merit_item .num::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.75);
}
.merit_item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 30px;
  letter-spacing: 0.1em;
}
.merit_item h3 .border {
  z-index: 4;
}
.merit_item h3 .border::before {
  background-color: transparent;
}
.merit_txt {
  position: relative;
  padding: 25px 30px 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .merit_item {
    display: block;
  }
  .merit_item li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .merit_item h3 {
    font-size: 20px;
  }
  .merit_txt {
    padding: 15px 30px 0;
  }
}
/* メッセージ */
#message h2 {
  margin-bottom: 40px;
}
.message_item {
  text-align: center;
  padding: 0 55px 70px;
  max-width: 830px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
}
.message_item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  transform: translateY(-28px);
}
.message_item h3 span {
  display: inline-block;
  padding: 7px 15px 6px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.message_item h3 span + span {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .message_item {
    padding: 0 20px 30px;
    text-align: left;
  }
  .message_item h3 {
    margin-bottom: 0;
  }
  .message_item h3 span {
    font-size: 18px;
  }
  .message_item {
    font-size: 14px;
  }
}
/* ページトップ */
.pagetop {
  position: relative;
}
.pagetop_btn {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  z-index: 89;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pagetop_btn_hide {
  opacity: 0;
  visibility: hidden;
}
.pagetop_btn_relative {
  position: absolute;
}
.pagetop_btn .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-right-color: transparent;
  border-left-color: transparent;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .pagetop_btn {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
/* footer */
.footer {
  position: relative;
  padding: 35px 0 24px;
  color: #ffffff;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer .inner {
  position: relative;
  z-index: 2;
}
.footer ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer li + li {
  margin-left: 24px;
}
.footer li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 5px 0 5px 9px;
}
.copyRight {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width:768px) {
  .footer li {
    width: 100%;
  }
  .footer li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .copyRight {
    margin-top: 20px;
  }
}
