@charset "UTF-8";

/* =========================================================
RECRUIT 採用情報
========================================================= */
#post-recruit,
#post-recruit-test {
  padding-top: 0;
  background: none;
}

@media screen and (max-width: 979px) {

  #post-recruit .recruit-inner,
  #post-recruit-test .recruit-inner {
    padding: 0 8vw 16vw;
  }
}

section.recruit .panelbox-item {
  width: 480px;
  margin: 0 20px 30px 0;
}

/* =========================================================
PERSON & VALUES 大切にしている価値観
========================================================= */
.person.page-contents {
  margin: 0 0 60px;
  background-color: #fff;
}

.person .page-contents {
  margin: 0 0 60px;
  background-color: #fff;
}

.person .page-inner {
  padding: 0 0 70px;
}

.person .page-title {
  margin: 0 0 30px;
}

.person .page-lead {
  text-align: center;
  font-size: 2.6rem;
}

.person .page-desc {
  margin: 30px 0;
  text-align: left;
}

.person .page-ol {
  margin: 20px 0 0;
}

.person .page-ol-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.757;
}

.person .page-ol-desc {
  margin-top: 3px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.757;
}

@media screen and (max-width: 979px) {

  .person .panelbox,
  #post-person-values-test .panelbox {
    padding: 0 8vw 16vw;
  }
}

.person .intro {
  width: 100%;
  height: 633px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/home/intro_image_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.person .intro-title {
  width: 595px;
  margin: 56px auto 0;
}

.person .intro-title-sub {
  margin: 0;
  font-weight: 700;
  font-size: 3.0rem;
}

.person .intro-desc {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
}

.person-header {
  margin: 75px 0 0;
  text-align: center;
}

.person-header-label {
  margin: 0;
  font-weight: 700;
  font-size: 3.0rem;
}

.person-header-title {
  width: 689px;
  margin: 20px auto 0;
}

.person-header-text {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.person-header-lead {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.07em;
}

.person-header-desc {
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.757;
  text-align: left;
}

.person-bottom-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.person-bottom-lead {
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.person-bottom-desc {
  margin: 30px 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
}

.person-detail {
  margin: 55px 0 0;
  padding: 0 60px 80px;
}

.person-detail p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}

.person-title {
  margin: 0 0 50px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.person-dl {
  margin: 0 0 40px;
  display: flex;
  letter-spacing: 0.075em;
}

.person-dl-outer {
  width: 700px;
  margin: 80px auto 0;
  padding-bottom: 100px;
}

.person-dt {
  margin-right: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  color: #ccc;
}

.person-dd-title {
  margin: 10px 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.person-dd-title-sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccc;
}

.person-dd-desc {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 979px) {
  .person .intro {
    height: 145.06667vw;
    background-image: url(../img/home/intro_image_sp.jpg);
    background-size: 100%;
  }

  .person .intro-title {
    width: 89.33333vw;
    margin: 40px auto 0;
  }

  .person .intro-title-sub {
    font-size: 2.2rem;
  }

  .person .intro-desc {
    font-size: 2.2rem;
  }

  .person-header-title {
    width: 91.46667vw;
  }

  .person-header-label {
    font-size: 2.2rem;
  }

  .person-header-text {
    padding: 0 6.13333vw;
  }

  .person-header-lead {
    font-size: 2.0rem;
    line-height: 1.5;
  }

  .person-bottom-text {
    padding: calc(30 * (100vw / 375)) calc(30 * (100vw / 375)) 0;
  }

  .person-bottom-lead {
    font-size: 1.8rem;
  }

  .person-bottom-desc {
    text-align: left;
    word-break: break-all;
  }

  .person-dl {
    padding: 0 8vw;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .person-dl-outer {
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  .person-dt {
    width: 100%;
    margin-right: 0;
    font-size: 3.0rem;
  }

  .person-dd-title {
    font-size: 2.0rem;
    letter-spacing: normal;
  }

  .person-dd-title-sub {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.5;
  }

  .person-dd-desc {
    text-align: left;
  }

  .person .footer {
    margin: 0;
  }

  .person-detail {
    margin: 0;
    padding: 10.66667vw 8vw;
  }

  .person-title {
    font-size: 1.8rem;
    margin: 0 0 10.66667vw;
  }
}

/* =========================================================
NEW GRADUATES 新卒採用
CAREER 中途採用
TIMEJOB アルバイト採用
========================================================= */
.newgraduate .page-block,
.career .page-block,
.timejob .page-block {
  padding: 60px 0;
}

@media screen and (max-width: 979px) {

  .newgraduate .page-block,
  .career .page-block,
  .timejob .page-block {
    padding: 40px 0;
  }
}

.newgraduate .page-block:not(:last-of-type),
.career .page-block:not(:last-of-type),
.timejob .page-block:not(:last-of-type) {
  border-bottom: 1px solid #DBDBDB;
}

.page-block.interviw{
  padding-bottom: 0;
  border-top: 1px solid #DBDBDB;
}

.newgraduate .page-sub-block,
.career .page-sub-block,
.timejob .page-sub-block {
  margin: 0 0 60px;
}

.newgraduate .block01 .page-title,
.career .block01 .page-title,
.timejob .block01 .page-title {
  width: 541px;
  margin: 0 auto 30px;
}

.newgraduate .block02 .page-title,
.career .block02 .page-title,
.timejob .block02 .page-title {
  text-align: left;
}

@media screen and (max-width: 979px) {

  .newgraduate .block02 .page-title,
  .career .block02 .page-title,
  .timejob .block02 .page-title {
    text-align: center;
    font-size: 2.2rem;
  }
}

.newgraduate .block04,
.career .block04,
.timejob .block04 {
  padding-bottom: 80px;
  text-align: left;
}

.newgraduate .block04 .page-title,
.career .block04 .page-title,
.timejob .block04 .page-title {
  text-align: left;
}

.newgraduate .block04 .page-header,
.career .block04 .page-header,
.timejob .block04 .page-header {
  margin: 30px 0 0;
}

.newgraduate .block04 .page-desc,
.career .block04 .page-desc,
.timejob .block04 .page-desc {
  margin: 20px 0 0;
}

.newgraduate .block04 .entry,
.career .block04 .entry,
.timejob .block04 .entry {
  margin: 60px 0 0;
}
.mynavi{
  margin: 50px 0 0;
}

@media screen and (min-width: 1140px) {

  .newgraduate .block01 .page-lead,
  .career .block01 .page-lead,
  .timejob .block01 .page-lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 979px) {

  .newgraduate .block01 .page-title,
  .career .block01 .page-title,
  .timejob .block01 .page-title {
    width: 100%;
  }
}

/* =========================================================
NEW GRADUATES 新卒採用
========================================================= */
.newgraduate .block01 {
  border: none !important;
}

.newgraduate .block02 {
  padding-top: 0;
}

@media screen and (max-width: 979px) {
  .newgraduate .page-lead {
    font-size: 1.6rem;
  }

  .newgraduate .block01 .page-title {
    width: 72.53333vw;
    margin: 0 auto 25px;
  }

  .newgraduate .block01 .page-lead {
    text-align: left;
  }

  .newgraduate .block02 {
    padding: 0;
  }

  .newgraduate .block02 .page-sub-block {
    margin-bottom: 20px;
  }

  .newgraduate .block04 {
    padding: 40px 0;
  }

  .newgraduate .block04 .page-title {
    font-size: 2.2rem;
  }
}

/* =========================================================
interviw 社員インタビュー
========================================================= */
.interviw-title {
  font-weight: 500;
  font-size: 1.8rem;
}

.interviw .page-title {
  margin: 20px 0 0;
}

.interviw .page-title-sub {
  font-weight: 500;
  font-size: 1.4rem;
}

.interviw .page-desc {
  margin: 30px 0 0;
  text-align: left;
}

.interviw .panelbox {
  margin: 20px 0 0;
}

.interviw .panelbox-item {
  width: 276px;
  margin-bottom: 0;
  cursor: pointer;
}

.interviw .panelbox-item:not(:nth-of-type(3)) {
  margin-right: 16px;
}

.interviw .panel-title {
  padding: 10px 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 979px) {
  .interviw {
    padding: 40px 0 20px !important;
  }

  .interviw .page-title {
    font-size: 1.8rem;
  }

  .interviw .panelbox {
    width: 73.6vw;
    margin: 20px auto 0;
  }

  .interviw .panelbox-item {
    margin-bottom: 5.33333vw;
  }
}

/* =========================================================
entry エントリー
========================================================= */
.entry {
  margin: 20px 0 0;
}

.entry-lists {
  display: flex;
  gap: 30px;
}

.entry-item {
  width: 415px;
  margin: 0 auto;
}

.entry-item .entry-box {
  /* padding: 50px 0 0; */
}

.entry-item.item01 .entry-box-title {
  width: 113px;
  margin: 0 auto 20px;
}

.entry-item .entry-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  display: none;
}

.entry-item .entry-logo span {
  position: relative;
  display: block;
}
.entry-item .entry-logo span:first-of-type {
  width: 89px;
  height: 35px;
}
.entry-item .entry-logo span:nth-of-type(2) {
  width: 102px;
  height: 32px;
}
.entry-item .entry-logo span:last-of-type {
  width: 54px;
  height: 47px;
}

@media screen and (min-width: 1140px) {
  .entry-item .entry-logo span:nth-child(2) {
    margin: 4px 53px 0 39px;
  }
  .entry-item .entry-logo span:nth-child(2):before,
  .entry-item .entry-logo span:nth-child(2):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 46px;
    background: #eaeaea;
  }
  .entry-item .entry-logo span:nth-child(2):before {
    left: -20px;
  }
  .entry-item .entry-logo span:nth-child(2):after {
    right: -20px;
  }
}

.entry-item.item02 .entry-logo-sub {
  width: 163px;
  margin: -8px auto 13px;
}

.entry-item.item03 .entry-logo img {
  width: 175px;
}

.entry-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

.entry-box {
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
}

.entry-logo img {
  width: 100%;
}

.entry-box .entry-inner {
  padding: 19px 0 30px;
  background: #f5f5f5;
}

.entry-box .entry-inner .entry-title{
  font-size: 1.6rem;
}

.entry-logo-sub {
  width: 150px;
  margin: 0 auto 20px;
}

.entry .button {
  width: 214px;
  margin: 0 auto;
}

.entry .button + .button {
  margin: 15px auto 0;
}

.main .entry .button-def {
  height: 40px;
  line-height: 36px;
  box-sizing: border-box;
}

.main .entry .button-def span:after {
  right: 8%;
}

@media screen and (max-width: 979px) {
  .entry-lists{
    gap: 0;
  }
  .entry-item .entry-box {
    margin: 0 0 34px;
  }

  .entry-title {
    text-align: center;
    font-size: 1.8rem;
  }

  .entry-lists {
    flex-wrap: wrap;
  }

  .entry-item {
    min-width: 100%;
    margin-right: 0;
  }

  .entry .entry-item .entry-logo {
    margin: 0 0.8vw 0 0;
  }

  .entry .entry-item .entry-logo img {
    width: 100%;
  }

  .entry .entry-item .entry-logo span:nth-child(1) {
    width: 23.374vw;
    height: auto;
  }

  .entry .entry-item .entry-logo span:nth-child(2) {
    width: 25.176vw;
    height: auto;
    margin: -0.4vw 4.6vw 0 4vw;
  }

  .entry .entry-item .entry-logo span:nth-child(3) {
    width: 15.092vw;
    height: auto;
  }

  .entry-box .entry-inner {
    padding: 5.2vw 0;
  }

  .main .entry .button-def {
    height: 42px;
    line-height: 36px;
  }
}

.table {
  margin: 40px 0 0;
  border-bottom: 1px solid #DBDBDB;
}

.table-tr {
  border-top: 1px solid #DBDBDB;
  align-items: flex-start;
}

.table-th {
  width: 214px;
}

/* =========================================================
CAREER 中途採用
========================================================= */
.career .block01 {
  padding: 120px 0;
}

.career .block01 .page-lead {
  font-size: 1.8rem;
}

.career .button {
  width: 310px;
  margin: 50px auto 0;
}

/* =========================================================
TIMEJOB アルバイト採用
========================================================= */
.timejob .page-block {
  border: none !important;
}

.timejob .page-block:nth-of-type(3) {
  padding-top: 0;
}

.timejob .block01 .page-lead {
  font-size: 1.8rem;
}

.timejob .interviw {
  padding-top: 0;
}

.timejob .panelbox-items {
  justify-content: center;
}

.timejob .panelbox-item {
  margin-bottom: 0;
}

.timejob .page-button {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timejob .page-button .button {
  width: 420px;
}

@media screen and (max-width: 979px) {
  .timejob .block01 {
    padding: 40px 0 0 !important;
  }

  .timejob .page-button .button {
    width: 100%;
    margin-bottom: 20px;
  }

  .timejob .interviw .panelbox-item:not(:nth-of-type(3)) {
    margin-right: 0;
  }
}

/* =========================================================
インタビュー　popup
========================================================= */
.interview {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 55.38%;
  height: 100%;
  background: #fff;
  z-index: 201;
  overflow-y: scroll;
  transition: .8s;
  transform: translateX(100%);
}

.interview.is-show {
  transform: translateX(0);
}

.interview-inner {
  padding: 2.77% 5.55% 8.33% 5.55%;
}

.interview-close {
  width: 24px;
  height: 24px;
  margin: 0 0 20px auto;
  cursor: pointer;
}

.interview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow: hidden;
  display: none;
}

.interview-image {
  margin: 0 0 30px;
}

.interview-header,
.interview-a {
  font-weight: 400;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.756;
}

.interview-text {
  margin: 30px 0 0;
}

.interview-q {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.756;
}

.interview-a {
  margin: 7px 0 0;
  line-height: 1.756;
}

@media screen and (max-width: 979px) {
  .interview {
    width: 100%;
  }
}

.nsl {
  position: fixed;
}

@media screen and (max-width: 979px) {
  .table-tr {
    padding: 15px 0;
  }

  .table-td {
    padding: 0 0;
  }
}

/* =========================================================
RECRUIT 動画コンテンツ
========================================================= */
.recruit-movie {
  margin: 60px auto 0;
}

.recruit-movie .heading-title-summary {
  margin-top: 10px;
}

.recruit-movie-contents {
  margin: 30px 0 0;
}

.recruit-movie-contents .panelbox-item {
  background: none;
}

.recruit-movie-player {
  height: 270px;
  position: relative;
}

.recruit-movie-player iframe {
  width: 100%;
  height: 100%;
}

.recruit-movie-label {
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.recruit-movie .button {
  width: 310px;
  margin: 40px auto 0;
}

@media screen and (max-width: 979px) {
  .recruit-movie-player {
    height: 0;
    padding-top: 56.25%;
  }

  .recruit-movie-player iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.page-movie-inner {
  width: 860px;
  margin: 0 auto 30px;
}

.page-movie {
  width: 860px;
  height: 485px;
  position: relative;
}

.page-movie iframe {
  width: 860px !important;
  height: 485px !important;
}

@media screen and (max-width: 979px) {
  .page-movie-inner {
    position: relative;
    width: 84vw;
    height: 0;
    padding-top: 56.25%;
    margin: 70px auto 20px;
  }

  .page-movie-inner .entry-title {
    position: absolute;
    top: -38px;
    width: 65%;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
  }

  .page-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page-movie iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

}

/* =========================================================
RECRUIT スライダーコンテンツ
========================================================= */

.newgraduate .slider-inner {
  margin: 50px 0 50px;
}

@media screen and (min-width: 1140px) {

  .newgraduate .slick-arrow {
    height: 484px;
  }
}

@media screen and (max-width: 1140px) {
  .newgraduate .slider .slick-dots li {
    width: calc(8 * (100vw / 375));
    height: calc(8 * (100vw / 375));
  }
}
@media screen and (max-width: 979px) {
  .newgraduate .slider-inner .entry-title {
    text-align: left;
  }

  .newgraduate .slider {
    padding: 0;
  }

  .newgraduate .slider .slick-arrow {
    height: calc(177 * (100vw / 375));
  }

  .newgraduate .slider .slick-prev {
    left: 0;
  }

  .newgraduate .slider .slick-next {
    right: 0;
  }
  
  .mynavi{
    padding: 0;
  }
}