@charset "UTF-8";
/*-----------------------------------------------------------------*
common
*-----------------------------------------------------------------*/
@keyframes transformLeftRight {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
/*-----------------------------------------------------------------*
page-common
*-----------------------------------------------------------------*/
.page__head {
  padding-top: 120px;
}
.page__head .container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}
.page__head .container .page__breadcrumb {
  margin-top: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page__head .container .page__breadcrumb li {
  color: #F37021;
}
.page__head .container .page__breadcrumb li a {
  color: #9F9F9F;
  padding-right: 12px;
  transition: 0.3s;
}
.page__head .container .page__breadcrumb li a:hover {
  color: #F37021;
}
.page__head .container .page__breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin-right: 12px;
  color: #9F9F9F;
}
.page__head .container .page__breadcrumb li:last-child {
  padding-right: 0;
}
.page__head .container .page__breadcrumb li:last-child::after {
  display: none;
}
.page__head .container .page__title--main {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 40px;
  color: #F37021;
  padding-bottom: 8px;
}
.page__head .container .page__title--main .text__orange {
  color: #F37021;
}
.page__head .container .page__title--text {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
}
.page__head .container .page__title--text .text__orange {
  color: #F37021;
}
.page__head .page__image {
  margin-top: 80px;
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.page__head .page__image.head__work {
  background-image: url(../images/work/work_head.jpg);
}
.page__head .page__image.head__business {
  background-image: url(../images/business/business_head.jpg);
}
.page__head .page__image.head__company {
  background-image: url(../images/company/company_head.jpg);
}
.page__head .page__image.head__culture {
  background-image: url(../images/culture/culture_head.jpg);
}
.page__head .page__image.head__joblist {
  background-image: url(../images/job/joblist_head.jpg);
}
.page__head .page__image.head__data {
  background-image: url(../images/data/data_head.jpg);
}
@media screen and (max-width: 820px) {
  .page__head .page__image {
    margin-top: 64px;
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .page__head {
    padding-top: 85px;
  }
  .page__head .container {
    width: 90%;
  }
  .page__head .container .page__breadcrumb {
    font-size: 12px;
    margin-bottom: 48px;
  }
  .page__head .container .page__title--main {
    font-size: 24px;
  }
  .page__head .page__image {
    margin-top: 64px;
    height: 240px;
  }
}

.page__caption .container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .page__caption .container {
    width: 90%;
  }
}
.page__caption .container .page__caption--items {
  margin: 80px 0;
}
.page__caption .container .page__caption--items h3 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 48px;
  color: #F37021;
  text-align: center;
  position: relative;
}
.page__caption .container .page__caption--items h3 .text__orange {
  color: #F37021;
}
.page__caption .container .page__caption--items h3::after {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 170px;
  opacity: 0.15;
  position: absolute;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #F37021;
  text-stroke: 2px #F37021;
  letter-spacing: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.page__caption .container .page__caption--items p {
  width: 75%;
  margin: 0 auto;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .page__caption .container .page__caption--items h3 {
    font-size: 32px;
  }
  .page__caption .container .page__caption--items h3::after {
    font-size: 120px;
  }
  .page__caption .container .page__caption--items p {
    width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .page__caption .container .page__caption--items {
    margin: 64px 0;
  }
  .page__caption .container .page__caption--items h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .page__caption .container .page__caption--items h3::after {
    font-size: 72px;
    -webkit-text-stroke: 1px #F37021;
    text-stroke: 1px #F37021;
    letter-spacing: 7px;
  }
  .page__caption .container .page__caption--items p {
    width: 100%;
  }
}
.page__caption .container .page__caption--items h3.caption__work::after {
  content: "Work";
}
.page__caption .container .page__caption--items h3.caption__culture::after {
  content: "Culture";
}
.page__caption .container .page__caption--items h3.caption__company::after {
  content: "Company";
}
.page__caption .container .page__caption--items h3.caption__business::after {
  content: "Business";
}

/*-----------------------------------------------------------------*
データを見る数字
*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*
dstory-common
*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*
utiryty
*-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1B1B1B;
  font-kerning: normal;
  word-wrap: break-word;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.pc-no {
  display: none;
}

.sp-no {
  display: block;
}

.md-no {
  display: block;
}

@media screen and (max-width: 820px) {
  .md-no {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 15px;
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc-no {
    display: block;
  }
  .sp-no {
    display: none;
  }
}
/*-----------------------------------------------------------------*
header
*-----------------------------------------------------------------*/
/*アクティブになったエリア*/
#top__nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F8F8F8;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  top: calc(50% - 50px); /*50%から円の半径を引いた値*/
  left: calc(50% - 50px); /*50%から円の半径を引いた値*/
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#top__nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#top__nav.panelactive #top__nav-list {
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#top__nav .menu {
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 576px) {
  #top__nav .menu {
    left: 60%;
  }
}

/*背景が出現後にナビゲーションを表示*/
#top__nav.panelactive .menu {
  display: block;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*リストのレイアウト設定*/
.top__openbtn {
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: 24px;
}
.top__openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 5px;
  height: 1.5px;
  background-color: #F37021;
  width: 42px;
}
.top__openbtn span:nth-of-type(1) {
  top: 8px;
}
.top__openbtn span:nth-of-type(2) {
  top: 23px;
}
.top__openbtn span:nth-of-type(3) {
  top: 39px;
}
.top__openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 4px;
  transform: translateY(6px) rotate(-45deg);
  width: 42px;
}
.top__openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.top__openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 4px;
  transform: translateY(-6px) rotate(45deg);
  width: 42px;
}
@media screen and (max-width: 576px) {
  .top__openbtn {
    width: 40px;
    height: 40px;
  }
  .top__openbtn span {
    width: 30px;
  }
  .top__openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .top__openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .top__openbtn span:nth-of-type(3) {
    top: 32px;
  }
  .top__openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 4px;
    width: 30px;
  }
  .top__openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 4px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
  }
}

#top__nav .menu .menu__logo {
  width: 400px;
  margin-top: 48px;
}
#top__nav .menu .menu__inner {
  display: flex;
  justify-content: space-between;
  width: 110vh;
  min-width: 820px;
}
#top__nav .menu .menu__inner .menu__inner--left .menu__inner--head, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head {
  margin-bottom: 32px;
}
#top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 22px;
  color: #1B1B1B;
  transition: 0.3s;
}
#top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a .text__orange, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a .text__orange {
  color: #F37021;
}
#top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a::before, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a::before {
  content: "";
  background-image: url(../images/common/arrow_double.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-right: 16px;
}
#top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a:hover, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a:hover {
  color: #F37021;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory {
  margin-bottom: 32px;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory a {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.64px;
  font-size: 22px;
  color: #F37021;
  background-color: #fff;
  border: 1px solid #F37021;
  border-radius: 8px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  width: 320px;
  transition: 0.3s;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory a::after {
  content: "";
  background-image: url(../images/common/window_orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-left: 16px;
  position: relative;
  top: 3px;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory a:hover {
  background-color: #FEF1E9;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit {
  margin-bottom: 32px;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit a {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background-color: #F37021;
  border-radius: 8px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  width: 320px;
  transition: 0.3s;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit a .text__orange {
  color: #F37021;
}
#top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit a:hover {
  background-color: #e45213;
}
#top__nav .menu .menu__inner .menu__inner--aboutus {
  margin-bottom: 48px;
}
#top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--head {
  margin-bottom: 20px;
}
#top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub {
  margin: 0 0 24px 38px;
}
#top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub a {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 22px;
  color: #1B1B1B;
  transition: 0.3s;
}
#top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub a .text__orange {
  color: #F37021;
}
#top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub a:hover {
  color: #F37021;
}
#top__nav.panelactive .menu .menu__logo {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}
#top__nav.panelactive .menu .menu__inner {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  #top__nav .menu .menu__inner {
    width: 65vh;
  }
}
@media screen and (max-width: 820px) {
  #top__nav .menu .menu__logo {
    width: 300px;
  }
  #top__nav .menu .menu__inner {
    width: 640px;
    min-width: auto;
  }
  #top__nav .menu .menu__inner .menu__inner--left .menu__inner--head, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head {
    margin-bottom: 32px;
  }
  #top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a {
    font-size: 16px;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory a {
    font-size: 20px;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit a {
    font-size: 18px;
  }
  #top__nav .menu .menu__inner .menu__inner--aboutus {
    margin-bottom: 48px;
  }
  #top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub a {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #top__nav .menu .menu__logo {
    margin-top: 32px;
  }
  #top__nav .menu .menu__inner {
    display: block;
    width: 320px;
  }
  #top__nav .menu .menu__inner .menu__inner--left .menu__inner--head, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head {
    margin-bottom: 24px;
  }
  #top__nav .menu .menu__inner .menu__inner--left .menu__inner--head a::before, #top__nav .menu .menu__inner .menu__inner--right .menu__inner--head a::before {
    width: 16px;
    height: 13px;
    margin-right: 8px;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory {
    margin-bottom: 0;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--dstory a {
    width: 100%;
    padding: 16px 0;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit {
    margin-bottom: 16px;
  }
  #top__nav .menu .menu__inner .menu__inner--right .menu__inner--recruit a {
    width: 100%;
    padding: 16px 0;
  }
  #top__nav .menu .menu__inner .menu__inner--aboutus {
    margin-bottom: 32px;
  }
  #top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--head {
    margin-bottom: 16px;
  }
  #top__nav .menu .menu__inner .menu__inner--aboutus .menu__inner--sub {
    margin: 0 0 16px 24px;
  }
}

.top__header .container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(56, 56, 56, 0.15);
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 14px 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .top__header .container {
    width: 90%;
  }
}
.top__header .container .top__header--logo {
  width: 300px;
}
.top__header .container .top__header--logo img {
  vertical-align: bottom;
}
.top__header .container .top__header--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top__header .container .top__header--right .top__header--dstory {
  margin-right: 24px;
}
.top__header .container .top__header--right .top__header--dstory a {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.64px;
  color: #F37021;
  padding: 12px 32px;
  border: 1px solid #F37021;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  transition: 0.3s;
}
.top__header .container .top__header--right .top__header--dstory a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/window_orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 17px;
  margin-left: 16px;
  position: relative;
  top: 2px;
}
.top__header .container .top__header--right .top__header--dstory a:hover {
  background-color: #FEF1E9;
}
.top__header .container .top__header--right .top__header--recruit a {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #F37021;
  padding: 11px 32px;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  transition: 0.3s;
}
.top__header .container .top__header--right .top__header--recruit a .text__orange {
  color: #F37021;
}
.top__header .container .top__header--right .top__header--recruit a:hover {
  background-color: #e45213;
}
@media screen and (max-width: 820px) {
  .top__header .container {
    top: 16px;
    padding: 14px 32px;
    align-items: center;
  }
  .top__header .container .top__header--logo {
    width: 240px;
  }
}
@media screen and (max-width: 576px) {
  .top__header .container {
    padding: 14px 16px;
  }
  .top__header .container .top__header--logo {
    width: 200px;
  }
}

/*-----------------------------------------------------------------*
recruit
*-----------------------------------------------------------------*/
.recruit {
  background-image: url(../images/top/rec_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
.recruit::before {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 170px;
  opacity: 0.4;
  position: absolute;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #F37021;
  text-stroke: 2px #F37021;
  letter-spacing: 13px;
  content: "Recruit";
  line-height: 1;
  bottom: -12px;
  right: 0;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
@media screen and (max-width: 1080px) {
  .recruit::before {
    font-size: 120px;
  }
}
@media screen and (max-width: 820px) {
  .recruit::before {
    font-size: 80px;
    -webkit-text-stroke: 1px #F37021;
    text-stroke: 1px #F37021;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 576px) {
  .recruit::before {
    font-size: 64px;
    letter-spacing: 5.12px;
  }
}
.recruit .container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}
.recruit .container .recruit__title {
  width: 50%;
  margin-left: auto;
}
.recruit .container .recruit__title h2 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 18px;
  color: #F37021;
  margin-bottom: 16px;
}
.recruit .container .recruit__title h2 .text__orange {
  color: #F37021;
}
.recruit .container .recruit__title h2::before {
  content: "";
  background-image: url(../images/common/arrow_double.svg);
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
}
.recruit .container .recruit__title h3 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 16px;
  text-align: justify;
  font-feature-settings: "palt";
}
.recruit .container .recruit__title h3 .text__orange {
  color: #F37021;
}
.recruit .container .recruit__title p {
  text-align: justify;
  line-height: 2;
  margin-bottom: 64px;
}
.recruit .container .recruit__title .recruit__btn {
  width: 60%;
  position: relative;
  right: 30px;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: bold;
  font-size: 24px;
  color: #1B1B1B;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-align: center;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .text__orange {
  color: #F37021;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 12%;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: auto 0;
  line-height: 1;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #F37021;
  color: #fff;
  text-align: center;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon:after {
  content: "→";
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  font-size: 32px;
  margin: auto;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon:before {
  content: "→";
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  font-size: 32px;
  margin: auto;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon:after {
  transform: translateX(-200%);
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--text {
  display: inline-block;
  margin-left: 130px;
  transition: 0.3s;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover .c-arrow-link--icon:after {
  animation-name: transformRightLeft;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover .c-arrow-link--icon:before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover:hover .c-arrow-link--icon {
  background-color: #F37021;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.recruit .container .recruit__title .recruit__btn .c-arrow-link.is-hover:hover .c-arrow-link--text {
  color: #F37021;
}
@media screen and (max-width: 820px) {
  .recruit .container .recruit__title .recruit__btn .c-arrow-link {
    font-size: 18px;
  }
  .recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon {
    width: 48px;
    height: 48px;
  }
  .recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon:after {
    font-size: 16px;
    top: 34%;
  }
  .recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--icon:before {
    font-size: 16px;
    top: 34%;
  }
  .recruit .container .recruit__title .recruit__btn .c-arrow-link .c-arrow-link--text {
    margin-left: 90px;
  }
}
@media screen and (max-width: 820px) {
  .recruit {
    padding: 0;
  }
  .recruit::before {
    z-index: 1;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
  .recruit .container {
    width: 100%;
    padding: 80px 0;
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
  .recruit .container .recruit__title {
    width: 90%;
    margin: 0 auto;
  }
  .recruit .container .recruit__title h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .recruit .container .recruit__title h3 {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .recruit .container .recruit__title p {
    margin-bottom: 48px;
  }
  .recruit .container .recruit__title .recruit__btn {
    right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .recruit {
    background-position: center right;
  }
  .recruit::before {
    bottom: -5px;
  }
}

/*-----------------------------------------------------------------*
footer
*-----------------------------------------------------------------*/
.footer {
  padding: 100px 0 0;
}
.footer .container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.footer .container .footer__left {
  width: 24%;
}
.footer .container .footer__left .footer__logo {
  margin-bottom: 32px;
}
.footer .container .footer__left .footer__dstory--bnr {
  transition: 0.3s;
}
.footer .container .footer__left .footer__dstory--bnr:hover {
  opacity: 0.8;
}
.footer .container .footer__sitemap {
  width: 75%;
  display: flex;
  justify-content: space-around;
}
.footer .container .footer__sitemap ul .footer__sitemap--link {
  margin-bottom: 32px;
}
.footer .container .footer__sitemap ul .footer__sitemap--link a {
  color: #1B1B1B;
  font-weight: bold;
  line-height: 1.7;
  transition: 0.3s;
}
.footer .container .footer__sitemap ul .footer__sitemap--link a::before {
  content: "";
  background-image: url(../images/common/arrow_double.svg);
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
}
.footer .container .footer__sitemap ul .footer__sitemap--link a:hover {
  color: #F37021;
}
.footer .container .footer__sitemap ul.footer__aboutus--link .footer__sitemap--link {
  margin-bottom: 24px;
}
.footer .container .footer__sitemap ul .footer__sitemap--sublink {
  margin: 0 0 16px 25px;
}
.footer .container .footer__sitemap ul .footer__sitemap--sublink a {
  color: #1B1B1B;
  transition: 0.3s;
}
.footer .container .footer__sitemap ul .footer__sitemap--sublink a:hover {
  color: #F37021;
}
.footer .footer__copyright {
  background-color: #F37021;
  padding: 16px 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .footer__copyright ul {
  display: flex;
}
.footer .footer__copyright ul li {
  margin-right: 24px;
}
.footer .footer__copyright ul li a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.footer .footer__copyright ul li a:hover {
  color: #FEF1E9;
}
.footer .footer__copyright small {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .footer .container {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 80px 0 0;
  }
  .footer .container {
    display: block;
    padding-bottom: 80px;
  }
  .footer .container .footer__left {
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer .container .footer__left .footer__logo {
    margin-right: 48px;
  }
  .footer .container .footer__sitemap {
    width: 100%;
    justify-content: space-between;
  }
  .footer .footer__copyright {
    padding: 16px 4%;
  }
  .footer .footer__copyright ul li a {
    font-size: 12px;
  }
  .footer .footer__copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 64px 0 0;
  }
  .footer .container {
    padding-bottom: 64px;
  }
  .footer .footer__copyright {
    display: block;
    text-align: center;
  }
  .footer .footer__copyright ul {
    justify-content: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer .container {
    padding-bottom: 40px;
  }
  .footer .container .footer__left {
    display: block;
    width: 100%;
  }
  .footer .container .footer__left .footer__logo {
    margin-right: 16px;
  }
  .footer .container .footer__sitemap {
    display: block;
  }
  .footer .container .footer__sitemap ul .footer__sitemap--link {
    margin-bottom: 24px;
  }
  .footer .container .footer__sitemap ul .footer__sitemap--link a::before {
    position: relative;
    top: 1px;
  }
  .footer .container .footer__sitemap ul.footer__aboutus--link {
    margin-bottom: 24px;
  }
  .footer .container .footer__sitemap ul.footer__aboutus--link .footer__sitemap--link {
    margin-bottom: 16px;
  }
  .footer .footer__copyright {
    padding: 24px 4%;
  }
  .footer .footer__copyright ul {
    width: 80%;
    margin: 0 auto 16px;
  }
  .footer .footer__copyright ul li {
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------*
loding
*-----------------------------------------------------------------*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  text-align: center;
  color: #fff;
}
#loading .loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading .loading__icon img {
  width: 240px;
}
#loading .loading__icon .loading__title img {
  width: 180px;
}

#loading__content {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}/*# sourceMappingURL=common.css.map */