@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
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-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block
}

body {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html {
  font-size: 62.5%;
  height: 100%
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  background-color: white;
  font-family: YakuHanJP, 'Noto Sans JP', san-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  word-wrap: break-word;
  -ms-overflow-style: none;
  scrollbar-width: none
}

body::-webkit-scrollbar {
  display: none
}

body._isOpen {
  overflow: hidden
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit
}

p {
  margin: 0
}

i, em {
  font-style: normal
}

strong {
  font-weight: inherit
}

a {
  text-decoration: none;
  color: inherit
}

a:active, a:focus, a:hover {
  text-decoration: none;
  color: inherit
}

a:focus {
  outline: none
}

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

picture {
  display: block
}

a[href^='tel:'] {
  cursor: default;
  pointer-events: none
}

@media only screen and (max-width: 599px) {
  a[href^='tel:'] {
    cursor: pointer;
    pointer-events: auto
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__logo {
  width: 117px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__logo .logo_default {
  display: none
}

.l-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 994px
}

.l-header .menuButton {
  display: none
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px
}

.l-header__menu ._list:not(:last-of-type) {
  margin-right: 24px
}

.l-header__menu ._link ._inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 6px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-header__menu ._link ._inner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  border-bottom: 2px solid white;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__menu ._link ._inner:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  width: 0;
  border-bottom: 2px solid white;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__menu ._link ._inner ._jp {
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem
}

.l-header__menu ._link ._inner ._en {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 10px;
  font-size: 1rem
}

.l-header__menu ._link ._inner ._en>i {
  font-size: 14px;
  font-size: 1.4rem
}

.l-header__menu ._link:hover ._inner:before {
  width: 30%
}

.l-header__menu ._link:hover ._inner:after {
  width: 30%
}

.l-header__banner {
  width: 298px;
  height: 46px
}

.l-header__banner ._link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.l-header__banner ._link:after {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -1px;
  display: block;
  width: 300px;
  height: 47px;
  border: 1px solid #dcdcdc;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__banner ._link ._spTxt {
  display: none
}

.l-header__banner ._link ._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 100%;
  height: 100%;
  background-image: url("../img/rikunabi-logo.png");
  background-color: white;
  background-position: top 16px left 8px;
  background-repeat: no-repeat;
  background-size: 89px
}

.l-header__banner ._link ._box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 46px;
  background-color: #f99c1c;
  font-size: 15px;
  font-size: 1.5rem;
  color: white;
  font-weight: 900;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-header__banner ._link ._box ._en {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem
}

.l-header__banner ._link ._box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 18%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #fbcb89
}

.l-header__banner ._link ._box:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  width: 18%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #fbcb89
}

.l-header__banner ._link:hover ._box {
  background-color: #ffba00
}

.l-header__banner ._link:hover ._box:before {
  width: 50%;
  border-bottom: 2px solid #ffdb7b
}

.l-header__banner ._link:hover ._box:after {
  width: 50%;
  border-bottom: 2px solid #ffdb7b
}

.l-header._isScroll {
  background-color: white
}

.l-header._isScroll>.l-header__inner {
  padding-top: 10px
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo {
  width: 67px
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo .logo_default {
  display: block
}

.l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo .logo_white {
  display: none
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner {
  color: #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner:before {
  border-bottom: 2px solid #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item ._link ._inner:after {
  border-bottom: 2px solid #333532
}

.l-header._isScroll>.l-header__inner>.l-header__item>.l-header__banner ._link:after {
  opacity: 1
}

.l-header._isOpen>.l-header__inner .menuButton:before {
  opacity: 0;
  visibility: hidden
}

.l-header._isOpen>.l-header__inner .menuButton:after {
  opacity: 1;
  visibility: visible
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(2) {
  opacity: 0
}

.l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(3) {
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media screen and (max-width: 1200px) {
  .l-header__inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .l-header__wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
  .l-header .menuButton {
    cursor: pointer;
    position: fixed;
    top: 24px;
    right: 30px;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 41px
  }
  .l-header .menuButton:before {
    content: "MENU";
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 900;
    font-size: 10px;
    font-size: 1rem;
    color: #333532;
    letter-spacing: .1em
  }
  .l-header .menuButton:after {
    content: "CLOSE";
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 900;
    font-size: 10px;
    font-size: 1rem;
    color: #333532;
    letter-spacing: .1em
  }
  .l-header .menuButton ._lines {
    position: relative;
    width: 100%;
    height: 26px
  }
  .l-header .menuButton ._lines>span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333532;
    border-radius: 1.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .l-header .menuButton ._lines>span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center
  }
  .l-header .menuButton ._lines>span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 100
  }
  .l-header .menuButton ._lines>span:nth-of-type(3) {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    transform-origin: center
  }
  .l-header__item {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: scroll;
    display: block;
    width: 400px;
    height: auto;
    background-color: white
  }
  .l-header__menu {
    display: block;
    height: auto;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px
  }
  .l-header__menu ._list:not(:last-of-type) {
    margin-right: 0
  }
  .l-header__menu ._link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px
  }
  .l-header__menu ._link ._inner {
    position: relative;
    display: block;
    -webkit-transition: unset;
    transition: unset;
    width: 280px;
    padding-bottom: 10px;
    color: #444
  }
  .l-header__menu ._link ._inner:before {
    content: none
  }
  .l-header__menu ._link ._inner:after {
    content: none
  }
  .l-header__menu ._link ._inner ._jp {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-size: 1.6rem
  }
  .l-header__menu ._link ._inner ._en {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 20px;
    font-size: 2rem
  }
  .l-header__menu ._link ._inner ._en>i {
    font-size: 30px;
    font-size: 3rem
  }
  .l-header__menu ._link._current ._inner {
    border-bottom: 2px solid #f99c1c
  }
  .l-header__banner {
    width: 100%;
    height: auto
  }
  .l-header__banner ._link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-color: #f99c1c
  }
  .l-header__banner ._link:after {
    content: none
  }
  .l-header__banner ._link ._spTxt {
    margin-bottom: 16px;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: white
  }
  .l-header__banner ._link ._button {
    height: 60px;
    background-image: url("../img/rikunabi-logo.png");
    background-color: white;
    background-position: top 20px left 10px;
    background-repeat: no-repeat;
    background-size: 100px
  }
  .l-header__banner ._link ._box {
    width: 210px;
    height: 100%;
    background-color: white;
    font-size: 20px;
    font-size: 2rem;
    color: #f99c1c;
    -webkit-transition: unset;
    transition: unset
  }
  .l-header__banner ._link ._box ._en {
    font-size: 22px;
    font-size: 2.2rem
  }
  .l-header__banner ._link ._box:before {
    content: none;
    position: absolute
  }
  .l-header__banner ._link ._box:after {
    content: none
  }
  .l-header__banner ._link:hover ._box {
    background-color: white
  }
  .l-header._isScroll>.l-header__inner>.l-header__wrap .menuButton {
    top: 16px
  }
  .l-header._isOpen>.l-header__inner>.l-header__item {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width: 640px) {
  .l-header {
    position: fixed;
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .l-header__inner {
    padding-top: 0;
    padding-bottom: 0;
    display: block
  }
  .l-header__wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 21.33333vw;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
  }
  .l-header__logo {
    position: fixed;
    top: 5.33333vw;
    left: 5.33333vw;
    z-index: 5;
    width: 15.46667vw
  }
  .l-header__item {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    background-color: white
  }
  .l-header .menuButton {
    top: 5.33333vw;
    right: 5.33333vw;
    width: 9.06667vw;
    height: 10.66667vw
  }
  .l-header .menuButton:before {
    font-size: 18px;
    font-size: 2.4vw
  }
  .l-header .menuButton:after {
    font-size: 18px;
    font-size: 2.4vw
  }
  .l-header .menuButton ._lines {
    height: 6.4vw
  }
  .l-header .menuButton ._lines>span {
    height: .53333vw;
    background-color: #333532;
    border-radius: .26667vw
  }
  .l-header__menu {
    margin-bottom: 8vw;
    padding-top: 18.66667vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw
  }
  .l-header__menu ._link {
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw
  }
  .l-header__menu ._link ._inner {
    width: 57.06667vw;
    padding-bottom: 2.66667vw
  }
  .l-header__menu ._link ._inner ._jp {
    margin-bottom: .53333vw;
    font-size: 24px;
    font-size: 3.2vw
  }
  .l-header__menu ._link ._inner ._en {
    font-size: 50px;
    font-size: 6.66667vw
  }
  .l-header__menu ._link ._inner ._en>i {
    font-size: 70px;
    font-size: 9.33333vw
  }
  .l-header__menu ._link ._inner._current ._inner {
    border-bottom: 2px solid #f99c1c
  }
  .l-header__menu ._link._scrolled ._link {
    color: #333532
  }
  .l-header__menu ._link._scrolled ._link:before {
    border-bottom: 2px solid #333532
  }
  .l-header__menu ._link._scrolled ._link:after {
    border-bottom: 2px solid #333532
  }
  .l-header__banner ._link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5.33333vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 5.33333vw;
    background-color: #f99c1c
  }
  .l-header__banner ._link ._spTxt {
    margin-bottom: 2.66667vw;
    display: inline-block;
    font-size: 24px;
    font-size: 3.2vw;
    color: white
  }
  .l-header__banner ._link ._button {
    height: 16.26667vw;
    background-image: url("../img/rikunabi-logo.png");
    background-position: top 6vw left 2.66667vw;
    background-repeat: no-repeat;
    background-size: 25.2vw
  }
  .l-header__banner ._link ._box {
    width: 53.33333vw;
    height: 100%;
    background-color: white;
    font-size: 34px;
    font-size: 4.53333vw;
    color: #f99c1c
  }
  .l-header__banner ._link ._box ._en {
    font-size: 46px;
    font-size: 6.13333vw
  }
  .l-header__banner ._link ._box:before {
    content: none
  }
  .l-header__banner ._link ._box:after {
    content: none
  }
  .l-header__banner._scrolled ._link:after {
    opacity: 1
  }
  .l-header._isScroll>.l-header__inner {
    padding-top: 0
  }
  .l-header._isScroll>.l-header__inner>.l-header__wrap {
    background-color: white
  }
  .l-header._isScroll>.l-header__inner>.l-header__wrap>.l-header__logo {
    width: 15.46667vw
  }
  .l-header._isScroll>.l-header__inner>.l-header__wrap .menuButton {
    top: 5.33333vw
  }
  .l-header._isOpen>.l-header__inner>.l-header__wrap {
    background-color: white
  }
  .l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(1) {
    top: 3.33333vw
  }
  .l-header._isOpen>.l-header__inner .menuButton ._lines>span:nth-of-type(3) {
    bottom: 2.4vw
  }
}

.l-main {
  width: 100%;
  margin-bottom: 253px
}

@media screen and (max-width: 640px) {
  .l-main {
    margin-bottom: 0vw
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 180px;
  padding-left: 80px;
  padding-right: 80px;
  background-image: url("../img/staffData-mv.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.mv__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.mv__title {
  color: #fff
}

.mv__title ._en {
  display: block;
  margin-bottom: 14px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-size: 74px;
  font-size: 7.4rem
}

.mv__title ._jp {
  font-size: 20px;
  font-size: 2rem
}

@media screen and (max-width: 640px) {
  .mv {
    height: 131.46667vw;
    padding-top: 29.86667vw;
    padding-left: 8vw;
    padding-right: 0;
    background-image: url("../img/staffData-mv-sp.png")
  }
  .mv__inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .mv__title ._en {
    margin-bottom: 1.33333vw;
    font-size: 120px;
    font-size: 16vw;
    line-height: 0.9
  }
  .mv__title ._jp {
    font-size: 50px;
    font-size: 6.66667vw
  }
}

.mv__title ._jp {
  letter-spacing: .2em
}

.mv__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  font-size: 14px;
  font-size: 1.4rem;
  color: white
}

@media screen and (max-width: 1200px) {
  .mv__note {
    position: absolute;
    right: 30px;
    bottom: 80px;
    display: inline;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 640px) {
  .mv__title {
    line-height: 1.2
  }
  .mv__note {
    position: absolute;
    right: 8vw;
    bottom: 10.66667vw;
    font-size: 20px;
    font-size: 2.66667vw
  }
}

.introduction {
  position: relative;
  bottom: 60px;
  width: 100%;
  margin-bottom: -60px;
  padding-bottom: 80px
}

.introduction__box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: white
}

.introduction__box ._wrap {
  width: 100%
}

.introduction__title {
  margin-bottom: 28px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  color: #00549c;
  text-align: center
}

.introduction__text {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00549c;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center
}

@media screen and (max-width: 640px) {
  .introduction {
    bottom: 5.33333vw;
    margin-bottom: -5.33333vw;
    padding-bottom: 10.66667vw
  }
  .introduction__box {
    width: 84vw;
    padding-top: 10.66667vw;
    padding-left: 0;
    padding-right: 0
  }
  .introduction__title {
    margin-bottom: 2.66667vw;
    font-size: 66px;
    font-size: 8.8vw
  }
  .introduction__text {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.6
  }
}

.content {
  width: 100%
}

.content__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.content__block ._titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.content__block ._titleBox ._title {
  margin-bottom: 16px;
  font-size: 36px;
  font-size: 3.6rem;
  color: white;
  font-weight: 400;
  letter-spacing: .2em
}

.content__block ._titleBox ._en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  color: white
}

.content__block ._titleBox ._en:before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin-right: 8px;
  background-color: white
}

.content__block ._titleBox ._en:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin-left: 8px;
  background-color: white
}

.content__block ._card {
  position: relative;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2)
}

.content__block ._card ._title {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00549c;
  border-radius: 50px;
  letter-spacing: .1em;
  color: white;
  font-weight: 600
}

.content__block ._card ._note {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  bottom: 10px
}

.content__summery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px
}

.content__summery ._box {
  width: 560px
}

.content__summery ._box ._title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00549c;
  font-weight: 600
}

.content__summery ._box ._title:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-image: url("../img/ico-light.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.content__summery ._box ._text {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character
}

.content .data {
  padding-bottom: 140px
}

.content .data ._titleBox {
  margin-bottom: 55px;
  background-image: url("../img/staffData-data-title-bg.png")
}

.content .data ._birthplace {
  position: relative;
  margin-bottom: 40px
}

.content .data ._birthplace ._title {
  position: absolute;
  top: 23px;
  left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 46px;
  padding-right: 30px;
  background-color: #00549c;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  font-weight: 600;
  letter-spacing: .2em
}

.content .data ._birthplace ._badge {
  position: absolute;
  top: -26px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 263px;
  height: 263px;
  background-image: url("../img/badge.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  color: white;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center
}

.content .data ._birthplace ._badge ._text ._small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7
}

.content .data ._birthplace ._badge ._text ._small._adj {
  letter-spacing: .05em
}

.content .data ._birthplace ._badge ._text ._big {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2
}

.content .data ._birthplace>img {
  width: 755px;
  margin-left: 123px
}

.content .data ._birthplace ._listBox {
  display: none
}

.content .data ._dialect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px
}

.content .data ._dialect ._title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  height: 46px;
  margin-bottom: 20px;
  background-color: #00549c;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  font-weight: 600;
  letter-spacing: .2em
}

.content .data ._dialect ._img {
  width: 919px
}

.content .data ._pieChart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(345px, auto);
  -webkit-column-gap: 50px;
  column-gap: 50px;
  row-gap: 80px;
  margin-bottom: 100px
}

.content .data ._pieChart ._card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .data ._pieChart ._card ._title {
  width: 360px;
  height: 46px;
  font-size: 20px;
  font-size: 2rem
}

.content .data ._pieChart ._card ._chart01 {
  width: 277px;
  margin-top: 3%
}

.content .data ._pieChart ._card ._chart02 {
  width: 288px;
  margin-top: 3%
}

.content .data ._pieChart ._card ._chart03 {
  width: 314px;
  margin-top: 3%;
  margin-left: 8%
}

.content .data ._pieChart ._card ._chart04 {
  width: 292px;
  margin-top: 3%
}

.content .data ._pieChart ._card img{
  width: 80%;
  max-width: 220px;
}

.content .data ._summery ._box ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px
}

.content .work {
  padding-bottom: 140px
}

.content .work ._titleBox {
  margin-bottom: 50px;
  background-image: url("../img/staffData-work-title-bg.png")
}

.content .work ._spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 72px
}

.content .work ._spotlight ._kicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 232px;
  height: 232px;
  background-image: url("../img/badge.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  font-size: 38px;
  font-size: 3.8rem;
  color: white;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2
}

.content .work ._spotlight ._text {
  position: relative;
  color: #00549c
}

.content .work ._spotlight ._text ._small {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .075em
}

.content .work ._spotlight ._text ._small>i {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem
}

.content .work ._spotlight ._text ._important ._en {
  margin-right: 10px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-size: 90px;
  font-size: 9rem;
  letter-spacing: -.04em;
  line-height: 0.8;
  vertical-align: -8px
}

.content .work ._spotlight ._text ._important ._en ._big {
  margin-right: 10px;
  font-size: 186px;
  font-size: 18.6rem;
  letter-spacing: -.13em
}

.content .work ._spotlight ._text ._important ._jp {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 900
}

.content .work ._inner {
  margin-bottom: 100px
}

.content .work ._box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .work ._box:not(:last-of-type) {
  margin-bottom: 100px
}

.content .work ._box ._card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 570px;
  height: 344px;
  margin-top: 22px
}

.content .work ._box ._card ._title {
  width: 360px;
  height: 46px;
  font-size: 20px;
  font-size: 2rem
}

.content .work ._box ._card._01 ._chart {
  width: 439px;
  margin-top: 3%
}

.content .work ._box ._card._02 ._chart {
  width: 274px;
  margin-top: 3%
}

.content .work ._box ._card._03 ._chart {
  width: 513px;
  margin-top: 3%
}

.content .work ._box ._card._04 ._chart {
  width: 439px;
  margin-top: 3%
}

.content .work ._box ._textBox {
  width: 430px;
  padding-left: 40px;
  padding-right: 40px
}

.content .work ._box ._textBox ._title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00549c;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4
}

.content .work ._box ._textBox ._title:before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  margin-right: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover
}

.content .work ._box ._textBox ._title._01 {
  margin-bottom: 16px
}

.content .work ._box ._textBox ._title._01:before {
  background-image: url("../img/staffData-work-articleTitleImage01.png")
}

.content .work ._box ._textBox ._title._02 {
  margin-bottom: 50px
}

.content .work ._box ._textBox ._title._02:before {
  background-image: url("../img/staffData-work-articleTitleImage02.png")
}

.content .work ._box ._textBox ._title._02:after {
  content: "新卒採用担当 / 齋藤";
  position: absolute;
  left: -10px;
  bottom: -24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
  font-weight: 400
}

.content .work ._box ._textBox ._title._03 {
  margin-bottom: 50px
}

.content .work ._box ._textBox ._title._03:before {
  background-image: url("../img/staffData-work-articleTitleImage02.png")
}

.content .work ._box ._textBox ._title._03:after {
  content: "新卒採用担当 / 齋藤";
  position: absolute;
  left: -10px;
  bottom: -24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
  font-weight: 400
}

.content .work ._box ._textBox ._text {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character
}

.content .work ._box._pcImageLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.content .work ._pieChart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
  column-gap: 50px;
  grid-auto-rows: minmax(306px, auto)
}

.content .work ._pieChart ._card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .work ._pieChart ._card ._title {
  width: 200px;
  height: 46px;
  font-size: 16px;
  font-size: 1.6rem
}

.content .work ._pieChart ._card._01 ._chart {
  width: 276px;
  margin-top: 3%
}

.content .work ._pieChart ._card._02 ._chart {
  width: 269px;
  margin-top: 3%
}

.content .work ._pieChart ._card._03 ._chart {
  width: 270px;
  margin-top: 3%
}
/* haito追加　20240513 */
.content .skill {
  padding-bottom: 140px;
}

.content .skill ._titleBox {
  margin-bottom: 74px;
  background-image: url("../img/staffData-skill-title-bg.png")
}

.content .skill ._skillset {
  position: relative;
  margin-bottom: 40px;
}

.content .skill ._skillset ._title {
  position: absolute;
  top: 23px;
  left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 412px;
  height: 46px;
  padding-right: 40px;
  background-color: #00549c;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  font-weight: 600;
  letter-spacing: .2em
}

.content .skill ._skillset ._badge {
  position: absolute;
  top: -26px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 263px;
  height: 263px;
  background-image: url("../img/badge.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  color: white;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center
}

.content .skill ._skillset ._badge p{
  height: 100%;
  padding-top: 35px;
}
.content .skill ._skillset ._badge ._small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71
}

.content .skill ._skillset ._badge ._big {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.18
}

.content .skill ._skillset ._badge ._big24{
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25
}

.content .skill ._skillset ._text{
  width: 630px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin:0 42px 50px auto;
  padding: 100px 0 0 0;
}

.content .skill ._skillset ._img{
  text-align: center;
  margin-bottom: 60px;
}

.content .skill ._skillset ._img img{
  width: auto;
}

.content .skill ._skillVisualization ._card {
  position: relative;
  width: 100%;
  height: 572px
}

.content .skill ._skillVisualization ._card ._title,.content .skill ._skillcontents ._card ._title {
  width: 360px;
  height: 46px;
  font-size: 20px;
  font-size: 2rem
}

.content .skill ._skillVisualization ._card._01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px;
}

.content .skill ._skillVisualization ._card._01 ._table {
  margin-top: 20px;
  position: absolute;
  right: 20px;
}

.content .skill ._skillcontents ._card {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.content .skill ._skillcontents ._card._02 p{
  color:#00549c;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
  line-height: 28px;
}

.content .skill ._skillcontents ._card._02 p ._big{
  display: block;
  font-size: 28px;
  letter-spacing: 0.2em;
}
.content .skill ._skillcontents ._card._02 ._table{
  text-align: center;
}

.content .skill ._skillcontents ._card._02 ._table img{
  width: auto;
}

/* haito追加　ここまで */

.content .private {
  padding-bottom: 200px
}

.content .private ._titleBox {
  margin-bottom: 100px;
  background-image: url("../img/staffData-private-title-bg.png")
}

.content .private ._barChart {
  margin-bottom: 100px
}

.content .private ._barChart ._card {
  width: 100%;
  height: 752px
}

.content .private ._barChart ._card ._title {
  width: 360px;
  height: 46px;
  font-size: 20px;
  font-size: 2rem
}

.content .private ._barChart ._card._01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .private ._barChart ._card._01 ._chart {
  width: 859px;
  margin-top: 2%
}

.content .private ._pieChart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(345px, auto);
  -webkit-column-gap: 50px;
  column-gap: 50px;
  row-gap: 80px;
  margin-bottom: 100px
}

.content .private ._pieChart ._card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.content .private ._pieChart ._card ._title {
  width: 360px;
  height: 46px;
  font-size: 20px;
  font-size: 2rem
}

.content .private ._pieChart ._card._01 ._chart {
  width: 322px;
  margin-top: 2%
}

.content .private ._pieChart ._card._02 ._chart {
  width: 382px;
  margin-top: 2%
}

.content .private ._summery {
  margin-bottom: 80px;
}

.content .private ._summery ._box ._title:before {
  background-color: #00549c;
  border-radius: 50%
}

.content .private ._summery ._box ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 214px
}

.content .private ._ranking {
  display: block;
  margin: 0 auto;
  width: 648px;
}

@media screen and (max-width: 1024px) {
  .content {
    padding-left: 60px;
    padding-right: 60px
  }
  .content__inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .content__block ._titleBox {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
  }
  .content__block ._titleBox ._title {
    line-height: 1.4;
    text-align: center
  }
  .content__block ._titleBox ._en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    color: white
  }
  .content__block ._titleBox ._en:before {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    margin-right: 8px;
    background-color: white
  }
  .content__block ._titleBox ._en:after {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    margin-left: 8px;
    background-color: white
  }
  .content__block ._card ._title {
    width: 80%;
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal
  }
  .content__summery {
    display: block;
    padding-left: 40px;
    padding-right: 40px
  }
  .content__summery ._box {
    width: 100%
  }
  .content__summery ._box ._text {
    display: inline-block
  }
  .content__summery ._box ._text._top {
    margin-bottom: 40px
  }
  .content .data {
    padding-bottom: 140px
  }
  .content .data ._titleBox {
    margin-bottom: 70px
  }
  .content .data ._birthplace>img {
    width: 100%;
    margin-top: 12%;
    margin-left: 4%
  }
  .content .data ._dialect ._img {
    width: 100%
  }
  .content .data ._pieChart {
    -webkit-column-gap: 2.92969vw;
    column-gap: 2.92969vw
  }
  .content .data ._pieChart ._card ._title {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal
  }
  .content .data ._summery ._box ._img {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
  }
  .content .work {
    padding-bottom: 140px
  }
  .content .work ._titleBox {
    margin-bottom: 70px
  }
  .content .work ._spotlight ._kicker {
    width: 22.65625vw;
    height: 22.65625vw;
    font-size: 38px;
    font-size: 3.71094vw
  }
  .content .work ._spotlight ._text ._small {
    top: 2.92969vw;
    right: .97656vw;
    font-size: 24px;
    font-size: 2.34375vw
  }
  .content .work ._spotlight ._text ._small>i {
    font-size: 30px;
    font-size: 2.92969vw
  }
  .content .work ._spotlight ._text ._important ._en {
    margin-right: .97656vw;
    font-size: 90px;
    font-size: 8.78906vw;
    vertical-align: -.78125vw
  }
  .content .work ._spotlight ._text ._important ._en ._big {
    margin-right: .97656vw;
    font-size: 186px;
    font-size: 18.16406vw
  }
  .content .work ._spotlight ._text ._important ._jp {
    font-size: 64px;
    font-size: 6.25vw
  }
  .content .work ._box {
    display: block
  }
  .content .work ._box ._card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
  }
  .content .work ._box ._card ._title {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal
  }
  .content .work ._box ._textBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .content .work ._pieChart {
    -webkit-column-gap: 2.92969vw;
    column-gap: 2.92969vw
  }
  .content .work ._pieChart ._card ._title {
    width: 90%;
    font-size: 14px;
    font-size: 1.4rem
  }
  .content .work ._pieChart ._card._01 ._chart {
    width: 90%
  }
  .content .work ._pieChart ._card._02 ._chart {
    width: 90%
  }
  .content .work ._pieChart ._card._03 ._chart {
    width: 90%
  }
  .content .skill ._skillset ._title{
    left: 100px;
  }
  .content .skill ._skillset ._badge{
    left: -30px;
  }
  .content .skill ._skillset ._text{
    width: 100%;
    margin: 0 0 50px auto;
    padding: 270px 0 0 0;
  }
  .content .skill ._skillset ._title{
    text-align: center;
    height: 120px;
    border-radius: 60px;
    padding-right: 50px;
    line-height: 1.2;
    top: 39px;
  }
  .content .skill ._skillset ._img{
    width: 100%;
    max-width: 627px;
    margin: 0 auto 60px;
  }
  .content .skill ._skillset ._img img{
    width: 100%;
  }
  .content .skill ._skillVisualization ._card._01 ._table{
    position: static;
    margin: 0 20px;
  }
  .content .skill ._skillVisualization ._card{
    height: auto;
    padding: 60px 0 40px 0;
  }
  .content .skill ._skillcontents ._card._02 ._table{
    width: 90%;
    margin: 0 auto;
  }
  .content .skill ._skillcontents ._card._02 ._table img{
    width: 100%;
  }
  .content .skill ._skillcontents ._card._02 p{
    padding: 0 10px;
    font-size: 16px;
  }
  .content .skill ._skillcontents ._card._02 p ._big{
    font-size: 24px;
  }
  .content .private ._barChart {
    margin-bottom: 100px
  }
  .content .private ._barChart ._card ._title {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal
  }
  .content .private ._barChart ._card._01 ._chart {
    width: 90%
  }
  .content .private ._pieChart {
    -webkit-column-gap: 2.92969vw;
    column-gap: 2.92969vw
  }
  .content .private ._pieChart ._card ._title {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal
  }
  .content .private ._pieChart ._card._01 ._chart {
    width: 80%
  }
  .content .private ._pieChart ._card._02 ._chart {
    width: 80%
  }
  .content .private ._summery {
    margin-bottom: 0px
  }
  .content .private ._summery ._box ._img {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
  }
}

@media screen and (max-width: 640px) {
  .content {
    padding-left: 0;
    padding-right: 0
  }
  .content__block ._titleBox {
    height: 36.26667vw
  }
  .content__block ._titleBox ._title {
    margin-bottom: 4vw;
    font-size: 44px;
    font-size: 5.86667vw;
    letter-spacing: .26em
  }
  .content__block ._titleBox ._en {
    font-size: 30px;
    font-size: 4vw
  }
  .content__block ._titleBox ._en:before {
    width: 20vw;
    margin-right: 2.13333vw
  }
  .content__block ._titleBox ._en:after {
    width: 20vw;
    margin-left: 2.13333vw
  }
  .content__block ._card {
    position: relative;
    -webkit-box-shadow: 0px 2.66667vw 5.33333vw 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2.66667vw 5.33333vw 0px rgba(0, 0, 0, 0.2)
  }
  .content__block ._card ._title {
    top: -4.66667vw;
    border-radius: 6.66667vw
  }
  .content__block ._card ._note {
    font-size: 18px;
    font-size: 2.4vw;
    position: absolute;
    right: 1.33333vw;
    bottom: 1.33333vw
  }
  .content__summery {
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content__summery ._box ._title {
    margin-bottom: 5.33333vw;
    font-size: 42px;
    font-size: 5.6vw
  }
  .content__summery ._box ._title:before {
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 2.66667vw
  }
  .content__summery ._box ._text {
    font-size: 32px;
    font-size: 4.26667vw
  }
  .content__summery ._box ._text._top {
    margin-bottom: 8vw
  }
  .content .data {
    padding-bottom: 16vw
  }
  .content .data ._titleBox {
    margin-bottom: 16vw;
    background-image: url("../img/staffData-data-title-bg-sp.png")
  }
  .content .data ._birthplace {
    margin-bottom: 10.66667vw;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content .data ._birthplace ._title {
    position: relative;
    top: auto;
    left: auto;
    width: 66.66667vw;
    height: 9.33333vw;
    margin-left: auto;
    margin-bottom: 4vw;
    padding-right: 5.33333vw;
    border-radius: 6.66667vw;
    font-size: 32px;
    font-size: 4.26667vw
  }
  .content .data ._birthplace ._badge {
    top: -8vw;
    left: 8vw;
    width: 39.73333vw;
    height: 39.73333vw
  }
  .content .data ._birthplace ._badge ._text {
    letter-spacing: normal
  }
  .content .data ._birthplace ._badge ._text ._small {
    font-size: 18px;
    font-size: 2.4vw
  }
  .content .data ._birthplace ._badge ._text ._small._adj {
    font-size: 12px;
    font-size: 1.6vw;
    letter-spacing: nomal
  }
  .content .data ._birthplace ._badge ._text ._big {
    margin-bottom: .53333vw;
    font-size: 28px;
    font-size: 3.73333vw
  }
  .content .data ._birthplace>img {
    width: 82.4vw;
    height: 49.33333vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw
  }
  .content .data ._birthplace ._listBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.6vw;
    column-gap: 5.6vw
  }
  .content .data ._birthplace ._listBox ._list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f99c1c
  }
  .content .data ._birthplace ._listBox ._list:not(:last-of-type) {
    margin-bottom: 1.86667vw
  }
  .content .data ._birthplace ._listBox ._list ._name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10vw;
    font-size: 24px;
    font-size: 3.2vw;
    font-weight: 900
  }
  .content .data ._birthplace ._listBox ._list ._ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.26667vw;
    padding-left: 1.06667vw
  }
  .content .data ._birthplace ._listBox ._list ._ratio:before {
    content: "･･････";
    display: block;
    font-size: 18px;
    font-size: 2.4vw;
    font-weight: 900;
    letter-spacing: -.05em
  }
  .content .data ._birthplace ._listBox ._list ._ratio>span {
    display: block;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 700;
    font-size: 32px;
    font-size: 4.26667vw
  }
  .content .data ._dialect {
    margin-bottom: 10.66667vw
  }
  .content .data ._dialect ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    margin-bottom: 8vw;
    background-color: #00549c;
    border-radius: 6.66667vw;
    font-size: 32px;
    font-size: 4.26667vw
  }
  .content .data ._dialect ._img {
    width: 83.73333vw;
    height: 99.46667vw
  }
  .content .data ._pieChart {
    display: block;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-bottom: 10.66667vw
  }
  .content .data ._pieChart ._card {
    width: 100%;
    height: 53.33333vw
  }
  .content .data ._pieChart ._card:not(:last-of-type) {
    margin-bottom: 16vw
  }
  .content .data ._pieChart ._card ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .data ._pieChart ._card ._chart01 {
    width: 43.2vw;
    margin-top: 2.66667vw
  }
  .content .data ._pieChart ._card ._chart02 {
    width: 44.8vw;
    margin-top: 2.66667vw
  }
  .content .data ._pieChart ._card ._chart03 {
    width: 49.06667vw;
    margin-top: 2.66667vw;
    margin-left: 5.33333vw
  }
  .content .data ._pieChart ._card ._chart04 {
    width: 45.86667vw;
    margin-top: 2.66667vw
  }
  .content .data ._summery ._box ._img {
    width: 66.8vw;
    height: 48.53333vw;
    margin-bottom: 8vw
  }
  .content .work {
    padding-bottom: 16vw
  }
  .content .work ._titleBox {
    margin-bottom: 8vw;
    background-image: url("../img/staffData-work-title-bg-sp.png")
  }
  .content .work ._spotlight ._kicker {
    width: 27.73333vw;
    height: 27.73333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .work ._spotlight ._text ._small {
    top: 4vw;
    right: 1.33333vw;
    font-size: 21px;
    font-size: 2.8vw
  }
  .content .work ._spotlight ._text ._small>i {
    font-size: 27px;
    font-size: 3.6vw
  }
  .content .work ._spotlight ._text ._important ._en {
    margin-right: 1.33333vw;
    font-size: 81px;
    font-size: 10.8vw;
    vertical-align: -1.06667vw
  }
  .content .work ._spotlight ._text ._important ._en ._big {
    margin-right: 1.33333vw;
    font-size: 168px;
    font-size: 22.4vw
  }
  .content .work ._spotlight ._text ._important ._jp {
    font-size: 57px;
    font-size: 7.6vw
  }
  .content .work ._inner {
    margin-bottom: 13.33333vw;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content .work ._box {
    display: block
  }
  .content .work ._box:not(:last-of-type) {
    margin-bottom: 17.33333vw
  }
  .content .work ._box ._card {
    width: 100%;
    height: 53.33333vw;
    margin-bottom: 8vw
  }
  .content .work ._box ._card ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .work ._box ._card._01 ._chart {
    width: 68.66667vw;
    margin-top: 2.66667vw
  }
  .content .work ._box ._card._02 ._chart {
    width: 42.93333vw;
    height: 41.06667vw;
    margin-top: 2.66667vw
  }
  .content .work ._box ._card._03 ._chart {
    width: 75.2vw;
    height: 41.2vw;
    margin-top: 2.66667vw
  }
  .content .work ._box ._card._04 ._chart {
    width: 68.26667vw;
    margin-top: 2.66667vw
  }
  .content .work ._box ._textBox {
    display: block;
    padding-left: 0;
    padding-right: 0
  }
  .content .work ._box ._textBox ._title {
    font-size: 42px;
    font-size: 5.6vw
  }
  .content .work ._box ._textBox ._title:before {
    width: 18.13333vw;
    height: 18.13333vw;
    margin-right: 4vw
  }
  .content .work ._box ._textBox ._title._01 {
    margin-bottom: 5.33333vw
  }
  .content .work ._box ._textBox ._title._02 {
    margin-bottom: 10vw
  }
  .content .work ._box ._textBox ._title._02:after {
    left: 0;
    bottom: -5.06667vw;
    font-size: 20px;
    font-size: 2.66667vw
  }
  .content .work ._box ._textBox ._title._03 {
    margin-bottom: 10vw
  }
  .content .work ._box ._textBox ._title._03:after {
    left: 0;
    bottom: -5.06667vw;
    font-size: 20px;
    font-size: 2.66667vw
  }
  .content .work ._box ._textBox ._text {
    font-size: 32px;
    font-size: 4.26667vw
  }
  .content .work ._box._pcImageLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .content .work ._pieChart {
    display: block;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content .work ._pieChart ._card {
    width: 100%;
    height: 53.33333vw
  }
  .content .work ._pieChart ._card:not(:last-of-type) {
    margin-bottom: 16vw
  }
  .content .work ._pieChart ._card ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .work ._pieChart ._card._01 ._chart {
    width: 51.2vw;
    height: 41.33333vw;
    margin-top: 2.66667vw
  }
  .content .work ._pieChart ._card._02 ._chart {
    width: 49.86667vw;
    height: 42.8vw;
    margin-top: 2.66667vw
  }
  .content .work ._pieChart ._card._03 ._chart {
    width: 50vw;
    height: 42.8vw;
    margin-top: 2.66667vw
  }
  .content .skill{
    padding-bottom: 16vw;
  }
  .content .skill ._titleBox{
    margin-bottom: 18.6vw;
    background-image: url(../img/staffData-skill-title-bg-sp.png);
  }
  .content .skill ._skillset ._badge {
    top: -13vw;
    left: 6.6vw;
    width: 40vw;
    height: 40vw;
  }
  .content .skill ._skillset ._title {
    position: relative;
    top: auto;
    left: auto;
    right: 6.6vw;
    width: 66.66667vw;
    height: 16vw;
    margin-left: auto;
    padding-right:6vw;
    border-radius: 8vw;
    font-size: 4vw;
    line-height: 1.33;
  }
  .content .skill ._skillset ._badge p {
    padding-top: 6.13vw;
  } 
  .content .skill ._skillset ._badge ._small{
    font-size: 2.13vw;
    line-height: 1.69;
  }
  .content .skill ._skillset ._badge ._big{
    font-size: 4vw;
  }
  .content .skill ._skillset ._badge ._big24{
    font-size: 3.59vw;
  }
  .content .skill ._skillset ._text{
    padding: 18.26vw 6.6vw 0 6.6vw;
    font-size: 4.26667vw;
    margin: 0 0 7.6vw auto;
  }
  .content .skill ._skillset ._img {
    width: 66.53vw;
    margin:0 0 13.3vw 17.06vw;
  }
  .content .skill ._skillVisualization{
    margin-bottom: 16vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .content .skill ._skillVisualization ._card._01{
    padding: 10vw 0 3.3vw 0;
    margin-bottom: 15.3vw;
  }
  .content .skill ._skillVisualization ._card ._title, .content .skill ._skillcontents ._card ._title{
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw;
  }
  .content .skill ._skillcontents ._card{
    padding:9.3vw 0 8vw 0;
  }
  .content .skill ._skillVisualization ._card._01 ._table{
    margin: 0 auto;
    width: 74.6vw;
  }
  .content .skill ._skillcontents{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .content .skill ._skillcontents ._card._02 p {
    font-size: 2.6vw;
    line-height:1.5;
    margin-bottom: 5.3vw;
  }
  .content .skill ._skillcontents ._card._02 p ._big{
    font-size: 4vw;
    line-height:1.33;
  }
  .content .private {
    padding-bottom: 0
  }
  .content .private ._titleBox {
    margin-bottom: 10.66667vw;
    background-image: url("../img/staffData-private-title-bg-sp.png")
  }
  .content .private ._barChart {
    margin-bottom: 16vw;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content .private ._barChart ._card {
    height: 124vw
  }
  .content .private ._barChart ._card ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .private ._barChart ._card._01 ._chart {
    width: 75.86667vw;
    height: 109.6vw;
    margin-top: 4vw
  }
  .content .private ._pieChart {
    display: block;
    margin-bottom: 10.66667vw;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .content .private ._pieChart ._card {
    width: 100%;
    height: 53.33333vw
  }
  .content .private ._pieChart ._card:first-of-type {
    margin-bottom: 16vw
  }
  .content .private ._pieChart ._card ._title {
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 34px;
    font-size: 4.53333vw
  }
  .content .private ._pieChart ._card._01 ._chart {
    width: 50.4vw;
    height: 41.06667vw;
    margin-top: 4vw
  }
  .content .private ._pieChart ._card._02 ._chart {
    width: 60.13333vw;
    height: 41.06667vw;
    margin-top: 4vw
  }
  .content .private ._summery {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.66667vw;
    padding-left: 0;
    padding-right: 0
  }
  .content .private ._summery ._box {
    padding-bottom: 16vw
  }
  .content .private ._summery ._box ._img {
    width: 66.53333vw;
    height: 42.93333vw;
    margin-bottom: 8vw
  }
  .content .private ._ranking {
    width: 79.2vw;
    height: 46.8vw;
    margin-left: auto;
    margin-right: auto
  }
}

.pc {
  display: block !important
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important
  }
}

.pc-s {
  display: block !important
}

@media screen and (max-width: 1024px) {
  .pc-s {
    display: none !important
  }
}

.tab {
  display: none !important
}

@media screen and (max-width: 1024px) {
  .tab {
    display: block !important
  }
}

.sp {
  display: none !important
}

@media screen and (max-width: 640px) {
  .sp {
    display: block !important
  }
}

.c-scrollButton {
  position: fixed;
  z-index: 4;
  right: 50px;
  bottom: 50px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  width: 70px;
  height: 70px
}

.c-scrollButton._scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.c-scrollButton ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 100%
}

.c-scrollButton ._link ._text {
  margin-bottom: 6px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #dcdcdc;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.c-scrollButton ._link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
  transform: rotate(-45deg) skew(20deg, 20deg);
  -webkit-transition: all .3s;
  transition: all .3s
}

.c-scrollButton ._link:hover {
  border: 1px solid #c1c1c1
}

.c-scrollButton ._link:hover ._text {
  color: #c1c1c1
}

.c-scrollButton ._link:hover:after {
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1
}

@media screen and (max-width: 640px) {
  .c-scrollButton {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 62.4vw;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    -webkit-transition: unset;
    transition: unset;
    opacity: 1;
    visibility: visible;
    width: 12.53333vw;
    height: 12.53333vw
  }
  .c-scrollButton._scrolled {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
  }
  .c-scrollButton ._link {
    padding-top: 1.33333vw
  }
  .c-scrollButton ._link ._text {
    margin-bottom: .8vw;
    font-size: 18px;
    font-size: 2.4vw;
    color: #c1c1c1;
    -webkit-transition: unset;
    transition: unset
  }
  .c-scrollButton ._link:after {
    width: 2.66667vw;
    height: 2.66667vw;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
    transform: rotate(-45deg) skew(20deg, 20deg);
    -webkit-transition: unset;
    transition: unset
  }
}

.l-footer {
  position: relative;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 30px
}

.l-footer .entry {
  position: absolute;
  left: 50%;
  top: -253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l-footer .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f99c1c;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-footer .entry__link ._title {
  margin-bottom: 5px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-size: 60px;
  font-size: 6rem;
  color: white
}

.l-footer .entry__link ._text {
  margin-bottom: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  font-weight: 400
}

.l-footer .entry__link ._banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 512px;
  height: 78px;
  background-image: url("../img/rikunabi-logo.png");
  background-color: white;
  background-position: top 27px left 14px;
  background-repeat: no-repeat;
  background-size: 152px
}

.l-footer .entry__link ._banner ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 331px;
  height: 100%;
  border-left: 1px solid #f6e6cd;
  color: #f99c1c;
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-footer .entry__link ._banner ._inner ._jp {
  padding-right: 6px;
  padding-bottom: 2px;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 900
}

.l-footer .entry__link ._banner ._inner ._en {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 36px;
  font-size: 3.6rem
}

.l-footer .entry__link:hover {
  background-color: #ffba00
}

.l-footer .entry__link:hover ._inner {
  color: #ffba00
}

.l-footer__relatedLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px
}

.l-footer__relatedLogos ._emnet {
  width: 84px;
  margin-left: 17px;
  margin-right: 17px
}

.l-footer__relatedLogos ._rikunabi {
  width: 209px;
  margin-left: 17px;
  margin-right: 17px
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px
}

.l-footer__menu ._list ._link {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-right: 1px solid #dcdcdc;
  font-size: 10px;
  font-size: 1rem;
  color: #c1c1c1
}

.l-footer__menu ._list ._link._current {
  font-weight: 700
}

.l-footer__menu ._list:first-of-type ._link {
  padding-left: 0
}

.l-footer__menu ._list:last-of-type ._link {
  padding-right: 0;
  border-right: none
}

.l-footer__button {
  width: 166px;
  height: 31px;
  font-weight: 600
}

.l-footer__button ._link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10px;
  font-size: 1rem;
  color: #fff
}

.l-footer__button ._link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 18%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #dcdcdc
}

.l-footer__button ._link:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  width: 18%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #dcdcdc
}

.l-footer__button ._link:hover {
  background-color: #dcdcdc
}

.l-footer__button ._link:hover:before {
  width: 50%;
  border-bottom: 2px solid #eaeaea
}

.l-footer__button ._link:hover:after {
  width: 50%;
  border-bottom: 2px solid #eaeaea
}

.l-footer__copyright {
  font-size: 10px;
  font-size: 1rem;
  color: #c1c1c1;
  text-align: center
}

@media screen and (max-width: 1200px) {
  .l-footer__menu {
    display: none
  }
}

@media screen and (max-width: 640px) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 8vw
  }
  .l-footer .entry {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .l-footer .entry__link {
    max-width: 100%;
    padding-top: 12vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 12.8vw;
    -webkit-transition: unset;
    transition: unset
  }
  .l-footer .entry__link ._title {
    margin-bottom: 6.66667vw;
    font-size: 100px;
    font-size: 13.33333vw;
    line-height: 0.8
  }
  .l-footer .entry__link ._text {
    margin-bottom: 6.66667vw;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.6
  }
  .l-footer .entry__link ._banner {
    width: 100%;
    height: 16.26667vw;
    background-position: top 6.13333vw left 2.8vw;
    background-repeat: no-repeat;
    background-size: 25.33333vw
  }
  .l-footer .entry__link ._banner ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52.93333vw;
    height: 100%;
    -webkit-transition: unset;
    transition: unset
  }
  .l-footer .entry__link ._banner ._inner ._jp {
    padding-right: .8vw;
    padding-bottom: 0;
    font-size: 32px;
    font-size: 4.26667vw
  }
  .l-footer .entry__link ._banner ._inner ._en {
    font-size: 44px;
    font-size: 5.86667vw
  }
  .l-footer .entry__link:hover {
    background-color: #f99c1c
  }
  .l-footer .entry__link:hover ._inner {
    color: #f99c1c
  }
  .l-footer__relatedLogos {
    margin-bottom: 8vw;
    padding-top: 25.33333vw
  }
  .l-footer__relatedLogos ._emnet {
    width: 22.66667vw;
    margin-left: 0;
    margin-right: 6.13333vw
  }
  .l-footer__relatedLogos ._rikunabi {
    width: 28.8vw;
    margin-left: 1.33333vw;
    margin-right: 0
  }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw
  }
  .l-footer__button {
    width: 100%;
    height: 17.33333vw
  }
  .l-footer__button ._link {
    font-size: 32px;
    font-size: 4.26667vw
  }
  .l-footer__button ._link:before {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 26.66667vw;
    height: .8vw;
    background-color: #dcdcdc;
    -webkit-transition: 0;
    transition: 0;
    border-bottom: none
  }
  .l-footer__button ._link:after {
    content: none
  }
  .l-footer__button ._link:hover {
    background-color: #c1c1c1
  }
  .l-footer__button ._link:hover:before {
    width: 26.66667vw;
    border-bottom: none
  }
  .l-footer__copyright {
    font-size: 20px;
    font-size: 2.66667vw
  }
}
/* 求人サイト変更のため追記ここから（2025.07.17 haito） */
.l-header__inner {
	padding: 15px 0;
}

.l-header._isScroll>.l-header__inner {
	padding-top: 15px;
}

.headerBannerWrap {
	display: flex;
	height: 60px;
}

.headerBannerWrap a {
	margin-left: 15px;
	display: flex;
	align-items: center;
}

.headerBannerWrap a img {
	width: 170px;
}

.headerBannerWrap .mynavi {
	background: #fff;
}

.headerBannerWrap .onecareer img {
	height: 100%;
	width: auto;
}

.entryBox {
	position: absolute;
	left: 50%;
	top: -370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.entryBoxInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f99c1c;
	text-align: center;
}

.entryBoxInner ._title {
	margin-bottom: 5px;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
	font-size: 60px;
	font-size: 6rem;
	color: white
}

.entryBoxInner ._text {
	margin-bottom: 18px;
	font-size: 12px;
	font-size: 1.2rem;
	color: white;
	font-weight: 400
}

.entryBox a {
	display: flex;
	align-items: center;
	width: 512px;
	height: 90px;
	background: #fff;
	transition: 0.3s;
}

.entryBox a:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.entryBox a img {
	display: block;
	width: 225px;
	height: auto;
	padding: 0 10px;
}

.entryBox .onecareer img {
	width: auto;
	height: 60px;
	padding: 0 15px;
}

.entryBox ._inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 331px;
	height: 100%;
	border-left: 1px solid #f6e6cd;
	color: #f99c1c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.entryBox ._inner ._jp {
	padding-right: 6px;
	padding-bottom: 2px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
}

.entryBox ._inner ._en {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 800;
	font-size: 30px;
	font-size: 3rem;
}

.entryBox .mynavi {
	margin-bottom: 14px;
}

.btmlogo {
	width: 209px;
	margin-left: 17px;
	margin-right: 17px;
}

@media screen and (max-width: 640px) {
	.headerBannerWrap {
		flex-wrap: wrap;
	}

	.headerBannerWrap a {
		margin-bottom: 20px;
	}

	.headerBannerWrap .onecareer img {
		height: 60px;
		margin-bottom: 20px;
	}

	.entryBox {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.entryBoxInner {
		max-width: 100%;
		padding-top: 12vw;
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 12.8vw;
		-webkit-transition: unset;
		transition: unset;
	}

	.entryBoxInner ._title {
		margin-bottom: 6.66667vw;
		font-size: 100px;
		font-size: 13.33333vw;
		line-height: 0.8;
	}

	.entryBoxInner ._text {
		margin-bottom: 6.66667vw;
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 1.6;
	}

	.entryBox a {
		display: block;
		width: 100%;
		height: auto;
		background-position: top 6.13333vw left 2.8vw;
		background-repeat: no-repeat;
		background-size: 25.33333vw;
	}

	.entryBox a img,
	.entryBox .onecareer img {
		padding: 15px;
		margin: 0 auto;
	}

	.entryBox .onecareer img {
		height: 90px;
	}

	.entryBox ._inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: unset;
		transition: unset;
		height: auto;
		margin: 0 auto;
		width: 100%;
		padding: 15px 0;
		border-top: solid 1px #f6e6cd;
	}

	.entryBox ._inner ._jp {
		padding-right: .8vw;
		padding-bottom: 0;
		font-size: 32px;
		font-size: 4.26667vw;
	}

	.entryBox ._inner ._en {
		font-size: 44px;
		font-size: 4.86667vw;
	}

	.btmlogo {
		width: 28.8vw;
		margin-left: 1.33333vw;
		margin-right: 0
	}
}


/* 求人サイト変更のため追記ここまで（2025.07.17 haito） */