@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  color: #000;
}

.top-column .left {
  width: 48.3870967742%;
}
@media screen and (max-width: 768px) {
  .top-column .left {
    width: 100%;
  }
}
.top-column .right {
  width: 48.3870967742%;
}
@media screen and (max-width: 768px) {
  .top-column .right {
    width: 100%;
  }
}

#top .btn {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  #top .btn {
    max-width: 55.9796437659vw;
  }
}
#top .btn a {
  text-transform: none;
  font-weight: bold;
}

.top-sectionTitle {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  color: #df5611;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  max-width: 494px;
  max-width: 30.875rem;
  border-bottom: 1px solid #df5611;
  padding-bottom: 3px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /* クリッピングで非表示 */
  -webkit-transition: opacity 0.4s ease, -webkit-clip-path 0.4s ease;
  transition: opacity 0.4s ease, -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease, opacity 0.4s ease;
  transition: clip-path 0.4s ease, opacity 0.4s ease, -webkit-clip-path 0.4s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top-sectionTitle.scrollin {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* 全体を表示 */
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-sectionTitle {
    font-size: 6.106870229vw;
    line-height: 1.3333333333;
    padding-bottom: 0;
  }
}

.top-titleSet .en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  color: #3e6e82;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .top-titleSet .en {
    font-size: 3.5623409669vw;
    line-height: 2.2857142857;
  }
}
.top-titleSet .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #3e6e82;
}
@media screen and (max-width: 768px) {
  .top-titleSet .title {
    font-size: 7.1246819338vw;
    line-height: 1.1428571429;
  }
}

.top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .top-mv {
    padding-top: 15.2671755725vw;
  }
}
.top-mv .items .bg,
.top-mv .items .man-left,
.top-mv .items .man-right,
.top-mv .items .top-mv__h1,
.top-mv .items .top-mv__ship {
  position: absolute;
}
.top-mv .items .bg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.top-mv .items .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv .items .man-left {
  left: -16%;
  bottom: 0;
  width: 21.6666666667%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-mv .items .man-left {
    width: 42vw;
    left: -36%;
    bottom: 14%;
  }
}
.top-mv .items .man-right {
  right: -20%;
  bottom: 2%;
  width: 30.8333333333%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-mv .items .man-right {
    width: 60vw;
    right: -50%;
    bottom: 16%;
  }
}
.top-mv .items .top-mv__h1 {
  left: -44%;
  bottom: 14%;
  width: 41.4583333333%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top-mv .items .top-mv__h1 {
    left: -50%;
    bottom: auto;
    top: 17%;
    width: 81vw;
  }
}
.top-mv .items .top-mv__ship {
  right: -28%;
  bottom: -1px;
  width: 56.9444444444%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-mv .items .top-mv__ship {
    right: -130%;
    bottom: -1%;
    width: 151%;
  }
}

.top-mv .items .bg img,
.top-mv .items .man-left,
.top-mv .items .man-right,
.top-mv .items .top-mv__h1,
.top-mv .items .top-mv__ship {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.top-mv .items .man-left,
.top-mv .items .man-right,
.top-mv .items .top-mv__h1,
.top-mv .items .top-mv__ship {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.top-mv .items .bg.animate img {
  opacity: 1;
}
.top-mv .items .man-left.animate {
  opacity: 1;
  left: 27%;
}
@media screen and (max-width: 768px) {
  .top-mv .items .man-left.animate {
    left: 2%;
  }
}
.top-mv .items .man-right.animate {
  opacity: 1;
  right: 25.7%;
}
@media screen and (max-width: 768px) {
  .top-mv .items .man-right.animate {
    right: 2%;
  }
}
.top-mv .items .top-mv__h1.animate {
  opacity: 1;
  left: 3.5%;
}
@media screen and (max-width: 768px) {
  .top-mv .items .top-mv__h1.animate {
    left: 7.5%;
  }
}
.top-mv .items .top-mv__ship.animate {
  opacity: 1;
  right: 1%;
}
@media screen and (max-width: 768px) {
  .top-mv .items .top-mv__ship.animate {
    right: -26%;
  }
}

.top-movie__trigger {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-movie__trigger {
    height: 114.5038167939vw;
  }
}
.top-movie__trigger .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-movie__trigger .play-icon {
    font-size: 8.9058524173vw;
  }
}
.top-movie__trigger .play-icon:hover + .top-movie__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}

.top-movie__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-movie__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-cont {
  position: fixed;
  z-index: 1000;
  width: 80%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-cont {
    width: 94%;
  }
}

.modal-cont-content {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.modal-cont-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-cont-button {
  position: fixed;
  top: -51px;
  right: 0px;
  z-index: 1000;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .modal-cont-button {
    top: -5vw;
    width: 5vw;
    height: 5vw;
  }
}

.modal-cont-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-cont-button a::before,
.modal-cont-button a::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .modal-cont-button a::before,
.modal-cont-button a::after {
    top: 2vw;
  }
}

.modal-cont-button a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-cont-button a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-cont-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 100;
  display: none;
  opacity: 75%;
}

.top-message {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 12.7226463104vw 0;
  }
}
.top-message .top-sectionTitle {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-sectionTitle {
    margin-bottom: 5.0890585242vw;
    padding-top: 0;
  }
}
.top-message .top-column {
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-column {
    gap: 5.0890585242vw;
  }
}
.top-message .top-column .left .img {
  margin-left: -100px;
}
@media screen and (max-width: 768px) {
  .top-message .top-column .left .img {
    margin-left: 0;
  }
}

.top-first {
  padding: 60px 0 40px;
  padding: 3.75rem 0 2.5rem;
  background: no-repeat center/cover url(../images/top/top-first_back.png);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-first {
    padding: 10.1781170483vw 0 15.2671755725vw;
  }
}
.top-first .inner {
  padding: 0;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .top-first .inner {
    padding-inline: 5vw;
  }
}

.top-first__item {
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-first__item {
    gap: 0;
  }
}
.top-first__item.--about {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-first__item.--about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.6335877863vw;
    margin-bottom: 7.6335877863vw;
  }
}
.top-first__item.--data {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-first__item.--data .top-first__main {
  border-radius: 300px 0 0 300px;
  padding: 30px 30px 30px 100px;
  padding: 1.875rem 1.875rem 1.875rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-first__item.--data .top-first__main {
    padding: 14vw 0 10vw 11vw;
  }
}
.top-first__item.--data .top-first__main::before {
  right: -90%;
  left: auto;
}
.top-first__item.--data .img {
  width: 31.7142857143%;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-first__item.--data .img {
    width: 28vw;
    margin-left: 2vw;
  }
}

.top-first__main {
  width: 56.5972222222%;
  padding: 30px;
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 0 300px 300px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-first__main {
    width: 100%;
    padding: 7.6335877863vw 5vw 10.1781170483vw 0;
  }
}
.top-first__main::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.top-first__main .wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .top-first__main .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.6157760814vw;
  }
}
.top-first__main .img {
  width: 32.8571428571%;
  margin-right: 36px;
  margin-right: 2.25rem;
}
@media screen and (max-width: 768px) {
  .top-first__main .img {
    width: 29.262086514vw;
    margin-right: 2vw;
  }
}
.top-first__main .top-titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-first__main .btn {
    width: 100%;
  }
}

.top-first__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding-right: 50px;
}
.top-first__text .top-sectionTitle {
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.top-business {
  padding: 60px 0 60px;
  padding: 3.75rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-business {
    padding: 12.7226463104vw 0 0;
  }
}
.top-business .inner {
  padding: 0;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .top-business .inner {
    padding-inline: 5vw;
  }
}
.top-business .inner .top-business__column {
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-business .inner .top-business__column {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-business .inner .cont {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-business .inner .cont.--business .top-titleSet {
  padding-left: 100px;
  padding-left: 6.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--business .top-titleSet {
    padding-left: 0;
  }
}
.top-business .inner .cont.--business .btn {
  margin-left: 100px;
  margin-left: 6.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--business .btn {
    margin: 0 0 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--business .businessAbout {
    margin-bottom: 10vw;
  }
}
.top-business .inner .cont.--business .businessAbout .img {
  width: 78%;
  margin-left: auto;
  margin-top: -57px;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--business .businessAbout .img {
    width: 100%;
    margin-top: -14vw;
  }
}
.top-business .inner .cont.--business .businessAbout .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-business .inner .cont.--project {
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project {
    margin-bottom: 5.0890585242vw;
  }
}
.top-business .inner .cont.--project .top-sectionTitle {
  width: 100%;
  max-width: 444px;
  position: absolute;
  top: -41%;
  left: -2%;
  -webkit-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
  z-index: 1;
}
@media (max-width: 1440px) {
  .top-business .inner .cont.--project .top-sectionTitle {
    top: 0;
    left: -10px;
    -webkit-transform: rotate(90deg) translateX(-6%);
            transform: rotate(90deg) translateX(-6%);
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project .top-sectionTitle {
    max-width: 43.2569974555vw;
    left: 2vw;
    top: 0vw;
  }
}
.top-business .inner .cont.--project .top-titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project .top-titleSet {
    margin-left: -8vw;
  }
}
.top-business .inner .cont.--project .img {
  width: 75%;
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project .img {
    width: 52%;
    height: 56%;
    bottom: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont.--project .btn {
    margin-left: -8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont .top-business__project.sp {
    padding: 7.7vw 0 10vw;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-business .inner .cont .top-business__project.sp .img {
    position: absolute;
    top: 0;
    right: -5vw;
    width: 55%;
    height: 100%;
    z-index: -1;
  }
}
.top-business .inner .cont .top-business__project.sp .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-business__text {
  margin-bottom: 155px;
  margin-bottom: 9.6875rem;
  padding-right: 100px;
  padding-right: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-business__text {
    margin-bottom: 0;
    padding-right: 0;
  }
}

.top-career {
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .top-career {
    padding: 15.2671755725vw 0;
  }
}

.top-career__up {
  gap: 80px;
  gap: 5rem;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .top-career__up {
    gap: 5.0890585242vw;
    margin-bottom: 7.6335877863vw;
  }
}
.top-career__up .title {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top-career__up .title {
    width: 100%;
  }
}
.top-career__up .text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .top-career__up .text {
    width: 100%;
  }
}

.top-career__work {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-career__work {
    margin-bottom: 5.0890585242vw;
  }
}
.top-career__work .top-titleSet {
  padding-top: 47px;
  padding-top: 2.9375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-career__work .top-titleSet {
    padding-top: 0;
    margin-bottom: 7.6335877863vw;
  }
}
.top-career__work .top-titleSet .title {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-career__work .top-titleSet .title {
    white-space: normal;
    white-space: initial;
  }
}
@media screen and (max-width: 768px) {
  .top-career__work .btn {
    margin-bottom: 7.6335877863vw;
  }
}
.top-career__work .img {
  width: 71.6935483871%;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .top-career__work .img {
    width: 100%;
    margin-left: 0;
  }
}

.top-career__career {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-career__career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.6335877863vw;
  }
}
.top-career__career .text .top-titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-career__career .text .top-titleSet {
    margin-bottom: 7.6335877863vw;
  }
}
.top-career__career .text .top-titleSet .title {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-career__career .text .top-titleSet .title {
    white-space: normal;
    white-space: initial;
  }
}
.top-career__career .img {
  width: 39.5161290323%;
}
@media screen and (max-width: 768px) {
  .top-career__career .img {
    width: 100%;
  }
}

.top-workstyle {
  padding: 50px 0;
  padding: 3.125rem 0;
  background: no-repeat center/cover url(../images/top/top-workstyle-back.png);
}
@media screen and (max-width: 768px) {
  .top-workstyle {
    padding: 12.7226463104vw 0;
  }
}
.top-workstyle .top-sectionTitle {
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-sectionTitle {
    margin-bottom: 5.0890585242vw;
  }
}
.top-workstyle .flex {
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top-workstyle .flex {
    gap: 6vw;
  }
}
.top-workstyle .top-workstyle__item {
  width: 100%;
}
.top-workstyle .top-titleSet {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-titleSet {
    margin-bottom: 5.0890585242vw;
  }
}
.top-workstyle .top-workstyle__trainingImg {
  width: 91%;
  margin-left: auto;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-workstyle__trainingImg {
    width: 74%;
    margin-top: -12vw;
  }
}
.top-workstyle .top-workstyle__welfare {
  margin-bottom: 116px;
  margin-bottom: 7.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-workstyle__welfare {
    margin-bottom: 5.0890585242vw;
  }
}
.top-workstyle .top-workstyle__welfare::before {
  display: block;
  content: "";
  position: absolute;
  top: -72px;
  right: 20px;
  width: 73%;
  height: 155%;
  background: no-repeat center/contain url(../images/top/top-welfare.png);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-workstyle__welfare::before {
    top: 0;
    right: 0;
    width: 58%;
    height: 89%;
  }
}
.top-workstyle .top-workstyle__diversity {
  position: relative;
  z-index: 1;
}
.top-workstyle .top-workstyle__diversity::before {
  display: block;
  content: "";
  position: absolute;
  top: -89px;
  left: 50px;
  width: 120%;
  height: 155%;
  background: no-repeat top left/contain url(../images/top/top-diversity.png);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-workstyle .top-workstyle__diversity::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 54%;
    height: 78%;
    background: no-repeat top left/contain url(../images/top/top-diversity-sp.png);
  }
}
.top-workstyle .top-workstyle__diversity .top-workstyle__diversity--wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.top-recruit {
  padding: 64px 0 0;
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 12.7226463104vw 0;
  }
}
.top-recruit .top-sectionTitle {
  margin-bottom: 88px;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-sectionTitle {
    margin-bottom: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit .inner .flex {
    gap: 5.0890585242vw;
  }
}

.top-recruit__item .top-titleSet {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__item .top-titleSet {
    margin-bottom: 5.0890585242vw;
  }
}
.top-recruit__item .btn {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__item .btn {
    margin-bottom: 0;
  }
}

.top-recruitImg {
  width: 38.3064516129%;
  margin: 0 4.8387096774%;
}
@media (max-width: 1240px) {
  .top-recruitImg {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .top-recruitImg {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=top.css.map */
