@charset "UTF-8";
/*========================================
  トップページ
========================================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home-hdr-a__ttl {
  display: inline-block;
  line-height: 1;
  font-family: var(--en-sans);
  font-size: 137.5%;
  padding: 0.6363636364em 0.4090909091em 0.6363636364em 0.4545454545em;
  border: 1px solid #707070;
  width: 5.4545454545em;
  text-align: center;
  letter-spacing: 0.0454545455em;
}
@media screen and (max-width: 767px) {
  .home-hdr-a__ttl {
    font-size: 3.8666666667vw;
    width: 21.0666666667vw;
  }
}

.home-hdr-b {
  margin-bottom: 3.75em;
  font-family: var(--serif);
}
@media screen and (max-width: 767px) {
  .home-hdr-b {
    margin-bottom: 9.3333333333vw;
  }
}
.home-hdr-b__ttl {
  font-size: 225%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-hdr-b__ttl {
    font-size: 5.3333333333vw;
  }
}

.home-main {
  padding-top: 15em;
}
@media screen and (max-width: 767px) {
  .home-main {
    padding-top: 21.3333333333vw;
  }
}

.home-msg {
  max-width: 48.75em;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--serif);
}
.home-msg__ttl {
  font-size: 475%;
  font-weight: normal;
  margin-bottom: 0.7368421053em;
}
@media screen and (max-width: 767px) {
  .home-msg__ttl {
    font-size: 7.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.home-msg__txt {
  font-size: 162.5%;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .home-msg__txt {
    font-size: 4vw;
    line-height: 2.2;
  }
}

.home-unit {
  margin-top: 16.875em;
}
@media screen and (max-width: 767px) {
  .home-unit {
    margin-top: 34.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .home-project__img {
    margin: 6.875em auto;
    width: 41.25em;
  }
}
@media screen and (max-width: 767px) {
  .home-project__img {
    margin: 16vw 0 10.6666666667vw 0;
    width: 100%;
  }
}

.home-policy__content {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .home-policy__content {
    margin-top: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .home-policy__imgs {
    margin-top: 13.3333333333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-policy__imgs > * {
    width: 43.6vw;
  }
}

.home-company__content,
.home-recruit__content {
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .home-company__content,
  .home-recruit__content {
    margin-top: 17.3333333333vw;
  }
}
.home-company__img,
.home-recruit__img {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .home-company__img,
  .home-recruit__img {
    margin-bottom: 17.3333333333vw;
  }
}

.home-item {
  position: relative;
}
.home-item + .home-item {
  margin-top: 15em;
}
@media screen and (max-width: 767px) {
  .home-item + .home-item {
    margin-top: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .home-item__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home-item__col-1 {
    flex-basis: 57.7777777778%;
  }
}
@media screen and (min-width: 768px) {
  .home-item__col-2 {
    flex-basis: 32.2222222222%;
  }
}
.home-item__txt {
  font-size: 112.5%;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .home-item__txt {
    line-height: 2;
    font-size: 3.7333333333vw;
  }
}
.home-item__more {
  margin-top: 3.75em;
  text-align: right;
}
.home-item__more + .home-item__more {
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .home-item__more + .home-item__more {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .home-item__more {
    margin-top: 9.3333333333vw;
  }
}
.home-item__link .c-icon {
  margin-right: 1.25em;
  vertical-align: baseline;
  transition: 0.25s transform;
}
@media screen and (max-width: 767px) {
  .home-item__link .c-icon {
    margin-right: 2.6666666667vw;
  }
}
.home-item__link.is-img .c-icon {
  vertical-align: bottom;
}
.home-item__label-img, .home-item__label {
  display: inline-block;
  position: relative;
}
.home-item__label-img::before, .home-item__label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.25s;
}
@media (hover: hover) {
  .home-item__label-img:hover::before, .home-item__label:hover::before {
    width: 100%;
  }
}
.home-item__label {
  font-size: 137.5%;
}
@media screen and (max-width: 767px) {
  .home-item__label {
    font-size: 4vw;
  }
}
.home-item__img-1 {
  position: absolute;
  right: 0;
  top: -7.5em;
  width: 21.8125em;
}
@media screen and (max-width: 767px) {
  .home-item__img-1 {
    top: -14.6666666667vw;
    width: 31.4666666667vw;
  }
}

.home-orderie-img {
  width: 10.5em;
}
@media screen and (max-width: 767px) {
  .home-orderie-img {
    width: 19.4666666667vw;
  }
}

.home-loop {
  overflow: hidden;
  margin: 8.75em 0;
}
@media screen and (max-width: 767px) {
  .home-loop {
    margin: 18.6666666667vw 0 14.6666666667vw 0;
  }
}
.home-loop__inner {
  animation: infinity-scroll-left 86s infinite linear 0.5s both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 556.625em;
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
  .home-loop__inner {
    width: 745em;
  }
}
@media screen and (max-width: 767px) {
  .home-loop__inner {
    width: 1187.4666666667vw;
  }
}
.home-loop img {
  max-width: none;
  width: 371.0833333333em;
}
@media screen and (max-width: 767px) {
  .home-loop img {
    width: 593.7333333333vw;
  }
}

.home-info {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .home-info {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .home-info {
    padding-left: 45.5555555556%;
  }
}
.home-info__table {
  width: 100%;
  display: table;
}
@media screen and (max-width: 767px) {
  .home-info__table.is-SP-colum {
    display: block;
  }
  .home-info__table.is-SP-colum dl,
  .home-info__table.is-SP-colum dt, .home-info__table.is-SP-colum dd {
    display: block;
    width: auto;
  }
  .home-info__table.is-SP-colum dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .home-info__table.is-SP-colum dd {
    padding-top: 0.4em;
  }
}
.home-info__table dl {
  display: table-row;
}
.home-info__table dt, .home-info__table dd {
  padding: 0.875em 0;
  line-height: 2.2;
  border-bottom: 1px solid #000;
  display: table-cell;
}
.home-info__table dt {
  width: 8.75em;
}
@media screen and (max-width: 767px) {
  .home-info__table dt {
    width: 24vw;
  }
}

.home-thistory {
  margin-top: 9.375em;
}
@media screen and (max-width: 767px) {
  .home-thistory {
    margin-top: 24vw;
  }
}
.home-thistory__ttl {
  font-size: 187.5%;
  font-family: var(--en-sans);
  letter-spacing: 0.1em;
  margin-bottom: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .home-thistory__ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .home-thistory__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
}
.home-thistory__items a {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .home-thistory__items a:hover figure img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .home-thistory__items > li {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .home-thistory__items > li:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.home-thistory__items p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .home-thistory__items p {
    font-size: 3.7333333333vw;
  }
}
.home-thistory__items figure {
  overflow: hidden;
  position: relative;
}
.home-thistory__items figure img {
  transition: 0.25s transform;
}
.home-thistory__arr {
  position: absolute;
  right: 1.25em;
  bottom: 1em;
  stroke: #fff;
  width: 0.625em;
  height: 1.375em;
}
@media screen and (max-width: 767px) {
  .home-thistory__arr {
    right: 4vw;
    bottom: 4vw;
    width: 1.8666666667vw;
    height: 4vw;
  }
}

.home-wanted {
  position: relative;
  margin: 10.625em auto 0 auto;
  border: 2px solid #000;
  transition-property: border, color;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .home-wanted {
    margin-top: 29.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .home-wanted {
    width: 45.875em;
  }
}
@media (hover: hover) {
  .home-wanted:hover {
    border-color: #21bddb;
  }
  .home-wanted:hover .home-wanted__inner {
    border-color: #21bddb;
  }
}
.home-wanted__inner {
  display: block;
  padding: 4.375em 3.125em 2.5em 1.875em;
  text-decoration: none;
  transition: border 0.25s;
}
@media screen and (min-width: 768px) {
  .home-wanted__inner {
    border: 6px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .home-wanted__inner {
    padding: 9.3333333333vw 5.0666666667vw 4vw 5.0666666667vw;
  }
}
.home-wanted__inner::after {
  left: -2px;
}
.home-wanted__inner::before {
  right: -2px;
  transition-delay: 0.25s;
}
.home-wanted__txt {
  text-align: center;
  font-size: 212.5%;
  font-family: var(--serif);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .home-wanted__txt {
    font-size: 5.3333333333vw;
  }
}
.home-wanted__more {
  margin-top: 3.125em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.home-wanted__more p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-wanted__more p {
    font-size: 3.4666666667vw;
  }
}
.home-wanted__more span {
  display: inline-block;
  margin-left: 1em;
  vertical-align: bottom;
}
.home-wanted__more img {
  width: 13em;
}
@media screen and (max-width: 767px) {
  .home-wanted__more img {
    width: 25.3333333333vw;
  }
}
.home-wanted__more .c-icon {
  margin-right: 1.25em;
}