@charset "UTF-8";

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

#container {
  font-size: 1.6rem;
}

.Grid-Column2 .Grid__Item,
.List-Column2 .Grid__Item,
.Grid-Column2 .List__Item,
.List-Column2 .List__Item {
  width: calc((100% - 32px* 2) / 2);
}

.Grid-Column3 .Grid__Item,
.List-Column3 .Grid__Item,
.Grid-Column3 .List__Item,
.List-Column3 .List__Item {
  width: calc((100% - 32px* 3) / 3);
}

.Grid-Column4 .Grid__Item,
.List-Column4 .Grid__Item,
.Grid-Column4 .List__Item,
.List-Column4 .List__Item {
  width: calc((100% - 32px* 4) / 4);
}

.Grid-Column5 .Grid__Item,
.List-Column5 .Grid__Item,
.Grid-Column5 .List__Item,
.List-Column5 .List__Item {
  width: calc((100% - 32px* 5) / 5);
}

[class*="Grid-Column"]>.Grid__Item, [class*="Grid-Column"]>.List__Item, [class*="List-Column"]>.Grid__Item, [class*="List-Column"]>.List__Item {
  margin-left: 32px;
}

[class*="Grid-Column"], [class*="List-Column"] {
  margin-left: -32px;
}


.Media {
  align-items: center;
  font-size: 1.6rem;
}

.Media img {
  transition: var(--transition);
}

.Media:hover img {
  scale: 1.1;
}

.Media .Media__Img {
  order: unset;
}

.articleBody {
  max-width: 100%;
}

.Heading-LV4 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #008486;
}

.fubox {
  margin-bottom: 4em;
  width: fit-content;
}

.cvBtn__item {
  max-height: 340px;
}

.-post {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.article_wrapper {
  margin-bottom: 1px;
}

.staff_list .slide-media img,
.staff_list .thumb-media img {
  position: static;
}

.slide {
  position: relative;
}

.slide-content {
  position: absolute;
  left: 0;
  bottom: 1em;
}



/* pageTop
--------------------------------------------------------- */
.scroll {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 70px;
  right: -80px;
  /* border-radius: 100%;*/
  background: #339d9e;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  transition: 300ms;
  z-index: 999;
}

.scroll i {
  margin-top: 00px;
  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes rotate {
  from {
    margin-top: 15px
  }

  to {
    margin-top: 5px
  }
}

.visible {
  right: 30px;
  /*transition: all 400ms;*/
  /*transform: rotate(360deg)*/
}


.articleHeader-greenlogistics01 {
  background-image: url(/assets/img/recruit/img_recruit_hero_01.jpg);
}

#sec02 {
  background-image: url(/assets/img/recruit/img_recruit_sec02_01.jpg);
  background-size: cover;
}

.articleHeader-sais01 {
  background-image: url(/assets/img/sustainability/img_sais_main.jpg);
}

.articleHeader-csr-activities01 {
  background-image: url(/assets/img/sustainability/img_csr-activities_main.jpg);
}

.header__text {
  width: 50%;
  margin-top: 1em;
  font-size: 1.6rem;
}

.grid_wrap {
  margin-top: 4em;
}

.grid_wrap:nth-of-type(odd) .Grid__Item:nth-of-type(1) {
  order: 2;
}

.grid_wrap {
  padding-top: 4em;
  border-top: 1px solid #dedede;
}

.articleBody {
  margin-bottom: 6em;
}

.freeArea figure:not(:first-child) {
  margin-top: 0;
}

.freeArea figure:not(:last-child) {
  margin-bottom: 0;
}

.article__wrap {
  border-bottom: 1px solid #dedede;
}



.-post .articleHeader__title {
  text-align: center;
  font-size: 60px;
}

.articleHeader__detail {
  align-items: center;
  justify-content: center;
  height: 576px;
}

#sec01 .articleBody,
#sec04 .articleBody {
  position: relative;
  margin-bottom: 10em;
}

#sec01 .articleBody::after {
  content: "";
  width: 75%;
  height: 75%;
  background-color: #f5f5f2;
  top: 50%;
  right: 0;
  position: absolute;
  z-index: -1;
  transform: translateY(-22%);
}

#sec04 .articleBody::after {
  content: "";
  width: 75%;
  height: 75%;
  background-color: #f5f5f2;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
  transform: translateY(-22%);
}

.Grid__Item {
  place-content: center;
}

#sec02 .articleBody {
  padding-bottom: 0;
  margin-bottom: 5em;
}

#sec02 .Media {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4em;
  margin-top: -190px;
}

#sec03 .Media {
  position: relative;
}

#sec03 .Media p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}

#sec03 .Media .Img {
  filter: brightness(0.75);
}

#sec04 .Grid__Item:nth-child(1) {
  order: 2;
}

#sec04 .Grid__Item:nth-child(2) {
  order: 1;
}

#sec05 .Txt {
  margin-top: 1em;
}

#sec05 .Txt dd {
  margin-top: .5em;
}

#sec06 {
  background: rgb(0, 165, 165);
  background: linear-gradient(0deg, rgba(0, 165, 165, 1) 0%, rgba(0, 165, 165, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
}

#sec07 {
  background-color: #f5f5f2;
}

#sec07 .Grid__Item {
  margin-top: 32px;
}

#sec07 .Media {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 0 0 4em;
  text-align: center;
}

#sec07 .Media .Img {
  padding: 4em 4em 1em;
}

#sec07 .Txt dt {
  font-weight: normal;
  font-size: 1.4rem;
}

#sec07 .Txt dd {
  font-weight: normal;
}

#sec07 .Txt dd span {
  font-size: 36px;
  color: #008486;
  margin-right: 4px;
}

#sec07 .Txt dd span.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  color: #161616;
  margin-right: 0;
}

#sec07 .Txt dd span.tani {
  font-size: 1.6rem;
}

#sec07 .Grid-Column2 {
  margin-bottom: 64px;
}

#sec07 .Grid-Column2+.Grid-Column4,
#sec07 .Grid-Column4+.Grid-Column2 {
  margin-bottom: 64px;
}

#sec07 table.type-first {
  margin: 64px auto 0 !important;
  background-color: #fff;
}

#sec07 table {
  margin: -1px auto 0 !important;
  background-color: #fff;
  table-layout: fixed;
}

#sec07 table th {
  background-color: #008486;
  padding: 1em;
  text-align: center;
}

#sec07 table th.bgwhite,
#sec07 table td {
  background-color: #fff;
  padding: 1em;
  width: 30%;
}

#sec07 table th.bgwhite {
  text-align: left;
}

#sec07 table td {
  text-align: center;
}

#sec07 table th span {
  background-color: #fff;
  color: #161616;
  text-align: center;
  margin: 0 auto;
  padding: .35em 1em;
  border-radius: 1.5rem;
  display: inline-block;
}

#sec07 table td span {
  font-weight: bold;
  color: #008486;
}



.card01 .swiper {
  overflow: hidden;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
}

.l-section .l-inner {
  /*
  padding-top: 8rem;
  padding-bottom: 8rem;
  */
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tag {
  width: fit-content;
  display: flex;
  height: 3em;
  font-size: 1.2rem;
  margin-top: .5em;
  border-radius: 0;
  border: none;
  text-align: left;
}

.tag.graduate {
  background-color: #223791;
  color: #fff;
}

.tag.carrer {
  background-color: #c19220;
  color: #fff;
}

.swiper-button-prev, .swiper-button-next {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #00a5a5;
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  left: 48%;
  top: 50%;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card01 .swiper-area {
  position: relative;
}

.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}

.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}

.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: -186px auto 0;
}

.card01 .swiper-button-prev {
  right: 4em;
  left: auto;
}

.card01 .swiper-button-next {
  right: 0;
  left: auto;
}

.card01 .slide-media {
  padding-top: 132.903%;
}

.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.card01 .slide-content {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 1em;
}

.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.swiper-showall {
  position: absolute;
  top: -186px;
  right: 8em;
}

.swiper-showall a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  border: 1px solid #dedede;
  padding: 0 2em;
  font-size: 14px;
  border-radius: 2.4rem;
}

.staff_list .fubox {
  margin-bottom: 2em;
}

.staff_detail .articleContents {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.staff_detail .tagwrap {
  background-color: #f5f5f5;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}

.staff_detail .heading-2:not(:first-child) {
  margin-top: 3em;
}

.staff_detail .heading-2 {
  position: relative;
}

.staff_detail .heading-2::after {
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6edf1;
  content: "";
  font-size: 1.3rem;
}


.staff_detail img {
  width: 100%;
  max-width: 100%;
}

.staff_detail .tag {
  font-size: 1.6rem;
}

.staff_detail .schedule {
  padding-left: 2em;
  border-left: 2px solid #00A5A5;
  margin-left: 1em;
}

.staff_detail .schedule dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.staff_detail .schedule dl dt {
  width: 6em;
  color: #00A5A5;
  position: relative;
}

.staff_detail .schedule dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #00A5A5;
  display: block;
  left: -38px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.staff_detail figure:not(:first-child) {
  margin-top: 2em;
}

.staff_list .grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;
}

.staff_list .grid .swiper-slide {
  width: calc(calc(100% - 192px) / 4);
}

.staff_list [class*="Grid-Column"],
.staff_list [class*="List-Column"] {
  margin-left: 0;
}

.swiper-wrapper {
  justify-content: center;
}

.swiper-wrapper a:last-child {
  margin-right: 0 !important;
}

#data .table_Basic.mid-career {
  width: 60%;
  margin-bottom: 2em;
}




@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }

  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }

  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }

  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }

  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }

  .pc-tab {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card01 .swiper {
    padding-top: 16px;
  }

  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }

}


@media only screen and (max-width: 599px) {

  .Grid-Column2 .Grid__Item,
  .List-Column2 .Grid__Item,
  .Grid-Column2 .List__Item,
  .List-Column2 .List__Item {
    width: 100%;
  }

  .Grid-Column3 .Grid__Item,
  .List-Column3 .Grid__Item,
  .Grid-Column3 .List__Item,
  .List-Column3 .List__Item {
    width: 100%;
  }

  .Grid-Column4 .Grid__Item,
  .List-Column4 .Grid__Item,
  .Grid-Column4 .List__Item,
  .List-Column4 .List__Item {
    width: 100%;
  }

  .Grid-Column5 .Grid__Item,
  .List-Column5 .Grid__Item,
  .Grid-Column5 .List__Item,
  .List-Column5 .List__Item {
    width: 100%;
  }

  [class*="Grid-Column"]>.Grid__Item, [class*="Grid-Column"]>.List__Item, [class*="List-Column"]>.Grid__Item, [class*="List-Column"]>.List__Item {
    margin-left: 0;
  }

  [class*="Grid-Column"], [class*="List-Column"] {
    margin-left: 0;
  }

  .articleHeader__detail {
    height: auto;
  }

  .articleHeader__body:not(:only-child) {
    height: 30vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .-post .articleHeader__title {
    font-size: 24px;
  }

  .cvBtn__inner {
    height: 30vw;
    padding: 0px 30px;
  }

  [class*="Grid-Column"], [class*="List-Column"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  h2 .en {
    font-size: 3.6rem;
  }

  h2 .jp {
    font-size: 1.6rem;
  }

  .fubox {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #sec01 .articleBody,
  #sec04 .articleBody {
    margin-bottom: 3em;
  }

  #sec02 .Media {
    margin-top: 0;
    padding: 1em;
  }

  #sec01 .articleBody::after,
  #sec04 .articleBody::after {
    content: none;
  }

  #sec04 .Grid__Item:nth-child(1) {
    order: 1;
  }

  .Grid__Item {
    margin-top: 1em;
  }

  .card01 .swiper-button-prev, .card01 .swiper-button-next {
    top: auto;
    bottom: -2em;
    background-image: none;
  }

  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    box-shadow: none;
  }

  .card01 .swiper-button-next {
    left: auto;
  }

  .card01 .swiper-button-prev {
    right: auto;
  }

  .tag {
    font-size: 1.6rem;
  }

  #sec06 .articleBody {
    margin-bottom: 8em;
  }

  .swiper-showall {
    top: auto;
    bottom: -2em;
    position: relative;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
  }

  .swiper-showall a {
    background-color: rgba(255, 255, 255, .8);
  }

  #sec07 .Grid-Column2 {
    margin-bottom: 1em;
  }

  #sec07 .Grid-Column4 .Media .Img {
    padding: 4em 7em 1em;
  }

  #sec07 .Media {
    padding: 0 0 2em;
  }

  #sec07 .Grid-Column2+.Grid-Column4, #sec07 .Grid-Column4+.Grid-Column2 {
    margin-bottom: 1em;
  }


  .staff_detail .schedule {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }

  .staff_detail .schedule dl {
    flex-direction: column;
  }

  .staff_detail .schedule dl dt {
    width: 100%;
    color: #00A5A5;
    position: static;
  }

  .staff_detail .schedule dl dt::before {
    content: none;
  }

  .staff_detail .schedule dl:not(:first-child) {
    margin-top: 2em;
  }

  #data .table_Basic.mid-career {
    width: 100%;
  }

}






#hero h1 span.letter__w {
  display: inline-block;
  padding: 10px 15px 15px 15px;
  position: relative;
}

#hero h1 span.letter__w::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}

#hero h1 span.letter__w::before {
  animation: barAnime2 forwards 1.5s 1 ease 3.1s normal;
}



.photoArea figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.photoArea figure::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #00a5a5;
}

.photoArea.move figure::before {
  animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}

.photoArea figure img {
  opacity: 0;
  transform: scale(1.1);
}

.photoArea.move figure img {
  animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  68% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes barAnime2 {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  50% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media only screen and (max-width: 599px) {
  .photoArea.move figure img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  #sec07 .Grid__Item {
    margin-top: 10px;
  }

  #sec07 .Media {
    padding: 0 0 1em;
  }

  #sec07 .Media .Img {
    padding: 3em 0 1em;
  }
}