@charset "UTF-8";
@import url("https://use.typekit.net/fdp7etr.css");
body {
  overscroll-behavior: auto;
}

.en-title {
  font-weight: 800;
  font-size: 14px;
}

h2 {
  width: 200px;
  margin: 50px 0 30px 0;
}

/*********************
fixed-button
**********************/
.fixed-button {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 500;
}
.fixed-button a {
  writing-mode: vertical-rl;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  background: #a6c4f2;
  color: white;
  border-radius: 20px 0 0 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.fixed-button a:nth-child(2) {
  background: #668ecc;
}

/*********************
top
**********************/
section.top {
  background-image: url("../../src/home/main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
  margin-bottom: -50px;
  overflow-y: scroll;
  overscroll-behavior: auto; /* ← ここがポイント */
  height: 80vw;
}
section.top h1 {
  padding: 30vh 0;
  text-align: center;
  color: white;
  font-size: 50px;
  line-height: 170%;
  max-width: 90%;
  margin: 0 auto;
  text-shadow: 3px 3px 6px #1a307b, -1px -1px 3px #1a307b;
}
section.top .en-title {
  text-align: center;
  color: white;
  margin-left: 10px;
  text-shadow: 1px 1px 1px #1a307b, -1px 1px 0px #1a307b, 1px -1px 0px #1a307b, -1px -1px 1px #1a307b;
}
section.top p {
  width: 700px;
  max-width: 80%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 5%;
  text-align: center;
  line-height: 200%;
  /*
  text-shadow:
      1px 1px 1px #1a307b,
      -1px 1px 0px #1a307b,
      1px -1px 0px #1a307b,
      -1px -1px 1px #1a307b;*/
}

/*********************
company
**********************/
section.company {
  position: relative;
  padding-top: 150px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: -100px;
}
section.company .add-img {
  position: absolute;
  width: 400px;
  top: 0px;
  left: -150px;
}
section.company .top-flex {
  display: flex;
  background-image: url("../../src/home/bg1.webp");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 100%;
  /*li:nth-child(2) {
      .right {
          flex-grow: 1;
          border-bottom: solid 1px #1a307b;
      }
  }*/
}
section.company .top-flex .right {
  width: 50%;
}
section.company .top-flex .left {
  width: 50%;
}
section.company .top-flex .left-box {
  width: 300px;
  margin-left: auto;
  margin-right: 20%;
  padding-left: 10%;
  max-width: 100%;
}
section.company .top-flex ul a {
  display: flex;
  align-items: center;
}
section.company .top-flex ul a .left {
  width: auto;
}
section.company .top-flex ul a .right {
  margin-left: 10px;
  padding: 5px 0;
}
section.company .top-flex ul a img {
  width: 60px;
}
section.company .top-flex li {
  margin-bottom: 10px;
}
section.company .top-flex li .right {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #1a307b;
}
section.company .img-box {
  position: relative;
  margin-left: 50px;
}
section.company .img-box img {
  width: 700px;
}
section.company .img-box p {
  position: absolute;
  left: 5%;
  bottom: 100px;
  color: white;
  line-height: 150%;
  padding-right: 5%;
  text-shadow: 1px 1px 0px #1a307b, 1px -1px 0px #1a307b, -1px 1px 0px #1a307b, -1px -1px 0px #1a307b;
  font-weight: 400;
}

/*********************
interview
**********************/
section.interview {
  margin-top: 100px;
  background-image: url("../../src/home/bg2.webp");
  background-repeat: no-repeat;
  background-position: center -50px;
  background-size: 110%;
}
section.interview .en-title {
  text-align: center;
}
section.interview h2 {
  margin: 50px auto 30px auto;
}
section.interview p {
  text-align: center;
  margin: 30px auto 80px auto;
  line-height: 150%;
  max-width: 90%;
}
section.interview .img-box {
  position: relative;
}
section.interview .img-box .number {
  width: 100px;
  position: absolute;
  top: -70px;
}
section.interview .container {
  background-image: url("../../src/home/interview-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1400px;
  padding-bottom: 100px;
}
section.interview .swiper-wrapper {
  padding-top: 30px;
}
section.interview .container .swiper-container .swiper-wrapper .swiper-slide .card-image {
  width: 300px;
}
section.interview .swiper-container {
  width: 1250px;
  margin: 0 auto;
  max-width: 90%;
}
section.interview .name-box {
  background: white;
  padding: 20px;
  line-height: 150%;
  width: 200px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
section.interview .name-box .message-line {
  color: #1a307b;
  font-weight: 600;
  text-decoration: underline;
  line-height: 170%;
}
section.interview .name-box .name {
  display: flex;
  margin-top: 10px;
}
section.interview .name-box .name .left span {
  background: #1a307b;
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
}
section.interview .name-box .name .right {
  margin-left: 10px;
}
section.interview .swiper-slide-next,
section.interview .swiper-slide-duplicate-prev {
  margin-top: 100px;
}
section.interview .swiper-slide-active .name-box {
  margin-left: 0;
}
section.interview .see-btn {
  text-align: center;
  margin-bottom: 100px;
  font-size: 20px;
}
section.interview .see-btn a {
  font-weight: 500;
  color: white;
  padding: 15px 30px;
  border-radius: 9999px;
  background: #2a2fbf;
  background: linear-gradient(90deg, #2a2fbf 0%, #2870b5 50%, #d9f57b 100%);
}

/*********************
work
**********************/
section.work {
  position: relative;
  padding-bottom: 0px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 300px;
  background-image: url("../../src/home/bg4.webp");
  background-repeat: no-repeat;
  background-position: -100px -30px;
  background-size: 110%;
}
section.work p {
  margin: 30px auto 30px 0;
  line-height: 150%;
  max-width: 100%;
}
section.work .add-img {
  position: absolute;
  width: 400px;
  bottom: 50px;
  right: -150px;
}
section.work .top-flex {
  display: flex;
  flex-direction: row-reverse;
}
section.work .top-flex .right {
  width: 50%;
  position: relative;
}
section.work .top-flex .right .img-box {
  position: absolute;
  top: 0;
  left: -100px;
}
section.work .top-flex .right .img-box img {
  margin-right: auto;
}
section.work .top-flex .left {
  width: 50%;
}
section.work .top-flex .left .left-box {
  padding-bottom: 50px;
}
section.work .top-flex .left-box {
  width: 350px;
  margin-right: auto;
  margin-left: 20%;
  padding-right: 5%;
  max-width: 100%;
}
section.work .top-flex ul a {
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
}
section.work .top-flex ul a .left {
  width: auto;
}
section.work .top-flex ul a .right {
  margin-left: 10px;
  padding: 5px 0;
}
section.work .top-flex ul a img {
  width: 60px;
}
section.work .top-flex li {
  margin-bottom: 10px;
}
section.work .top-flex li .right {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #1a307b;
}
section.work .top-flex li:nth-child(1) .right {
  border-bottom: solid 1px #1a307b;
}
section.work .img-box {
  position: relative;
  margin-right: 50px;
}
section.work .img-box img {
  width: 700px;
}
section.work .img-box p {
  position: absolute;
  left: 5%;
  bottom: 100px;
  color: white;
  line-height: 150%;
  padding-right: 5%;
}

/*********************
infographic
**********************/
section.infographic {
  text-align: center;
}
section.infographic h2 {
  margin: 50px auto 30px auto;
}
section.infographic .info-box {
  width: 1000px;
  max-width: 90%;
  margin: 50px auto 100px auto;
}
section.infographic .info-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.infographic .info-box ul li {
  padding: 0 0px;
  position: relative;
  width: 300px;
  padding: 10px 30px;
  box-sizing: border-box;
}
section.infographic .info-box ul li img {
  width: 150px;
  margin: 0 auto;
}
section.infographic .info-box ul li:nth-child(1)::before,
section.infographic .info-box ul li:nth-child(2)::before,
section.infographic .info-box ul li:nth-child(3)::before,
section.infographic .info-box ul li:nth-child(4)::before,
section.infographic .info-box ul li:nth-child(5)::before,
section.infographic .info-box ul li:nth-child(6)::before,
section.infographic .info-box ul li:nth-child(7)::before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: solid 1px #1a307b;
}
section.infographic .info-box ul li:nth-child(4)::before,
section.infographic .info-box ul li:nth-child(5)::before,
section.infographic .info-box ul li:nth-child(6)::before,
section.infographic .info-box ul li:nth-child(7)::before {
  content: none;
}
section.infographic .info-box ul li::after {
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  border-right: solid 1px #1a307b;
}
section.infographic .info-box ul li:last-child::after,
section.infographic .info-box ul li:nth-child(3)::after {
  content: none;
}
section.infographic .line-box {
  margin: 30px 0px;
}
section.infographic .number {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}
section.infographic .number span {
  font-size: 40px;
  color: #1a307b;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
section.infographic .number span.vertical {
  color: #2f2f2f;
  writing-mode: vertical-rl;
  font-size: 16px;
}

/*********************
recruit
**********************/
section.recruit {
  text-align: center;
  color: white;
  line-height: 150%;
  margin: 150px 0;
}
section.recruit .recruit-box {
  background-image: url("../../src/home/recruit-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.recruit .recruit-text {
  background: rgba(26, 49, 123, 0.8549019608);
  width: 700px;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 20px;
}
section.recruit .en-title {
  margin-bottom: 50px;
}
section.recruit .title {
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 150%;
}
section.recruit .sub-title {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 150%;
}
section.recruit p {
  margin-bottom: 40px;
}

/*********************
recruitment
**********************/
section.recruitment .title {
  text-align: center;
  font-size: 30px;
  color: #1a307b;
  margin-bottom: 30px;
}
section.recruitment .recruitment-box {
  background-image: url("../../src/home/info-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0;
}
section.recruitment .recruitment-info {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  box-sizing: border-box;
}
section.recruitment .recruitment-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  padding-bottom: 30px;
}
section.recruitment .recruitment-info ul li {
  width: 300px;
  margin-bottom: 20px;
}
section.recruitment .recruitment-info ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px 30px;
  background: white;
  color: #1a307b;
  font-weight: 600;
}
section.recruitment .recruitment-info .entry-box2 {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  overflow-x: hidden;
  position: relative;
}
section.recruitment .recruitment-info .entry-box2 .border {
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  left: calc(5% + 220px);
  transform: translate(0%, -50%);
  border-bottom: solid 2px #95a9ed;
}
section.recruitment .recruitment-info .entry-box2 .entry-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  color: white;
  padding: 20px 30px;
  border-radius: 9999px;
  background: rgb(239, 246, 252);
  background: linear-gradient(90deg, #2a2fbf 0%, #2870b5 50%, #d9f57b 100%);
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  white-space: nowrap;
}
section.recruitment .recruitment-info .entry-box2 .left {
  width: 50%;
}
section.recruitment .recruitment-info .entry-box2 .right {
  width: 50%;
}
section.recruitment .recruitment-info .entry-box2 ul {
  display: block;
  padding-bottom: 0px;
}
section.recruitment .recruitment-info .entry-box2 ul li {
  width: 50%;
  text-align: right;
  padding: 30px 0;
  padding-right: 10%;
  padding-left: 10%;
  margin-left: auto;
  min-width: 150px;
  padding-right: 20px !important;
}
section.recruitment .recruitment-info .entry-box2 ul li a {
  padding: 0;
  white-space: nowrap;
}

/*********************
system
**********************/
/*
@media screen and (max-width: 1348px) {
    section.infographic .info-box ul {
        li:nth-child(3),
        li:nth-child(6) {
            &::after {
                content: none;
            }
        }

        li:nth-child(4) {
            &::after {
                content: "";
            }
        }

        li:nth-child(5),
        li:nth-child(6) {
            &::before {
                content: "";
            }
        }

        li:nth-child(7) {
            &::after {
                content: "";
            }

            &::before {
                content: "";
                height: calc(100% - 50px);
                width: 1px;
                position: absolute;
                top: 50%;
                left: 0%;
                transform: translate(0%, -50%);
                border-right: solid 1px #1a307b;
            }
        }
    }
}*/
@media screen and (max-width: 1400px) {
  section.interview .swiper-container {
    max-width: 95%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 999px) {
  section.infographic .info-box ul li:nth-child(2)::after,
  section.infographic .info-box ul li:nth-child(4)::after {
    content: none;
  }
  section.infographic .info-box ul li:nth-child(3)::after {
    content: "";
  }
  section.infographic .info-box ul li:nth-child(4)::before {
    content: "";
  }
}
@media screen and (max-width: 667px) {
  li::after {
    content: none !important;
  }
  section.infographic .info-box ul li:nth-child(5)::before {
    content: "";
  }
  li:nth-child(7)::after {
    content: none;
  }
  li:nth-child(7)::before {
    content: none !important;
  }
}
@media screen and (max-width: 1230px) {
  section.company .top-flex {
    flex-direction: column;
  }
  section.company .top-flex .right {
    margin-left: auto;
    width: auto;
    padding-left: 10%;
  }
  section.company .img-box {
    margin: 50px 0;
  }
  section.company .img-box img {
    margin-left: 20%;
  }
  section.company .img-box p {
    padding-left: calc(20% + 10px) !important;
  }
  section.company .img-box {
    margin: 50px 0;
    margin-left: auto;
  }
  section.company .img-box p {
    width: 250px;
    max-width: 300%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  section.work {
    padding-top: 50px;
  }
  section.work .top-flex {
    flex-direction: column-reverse;
  }
  section.work .top-flex .right {
    width: 100%;
  }
  section.work .top-flex .right .img-box {
    position: static;
  }
  section.work .top-flex .right .img-box img {
    margin-left: -20%;
    width: 100%;
  }
  section.work .top-flex .left .left-box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  /*********************
  fixed-button
  **********************/
  section.top p {
    padding: 50px 5%;
    text-align: left;
  }
  .fixed-button {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 500;
    display: flex;
  }
  .fixed-button a {
    writing-mode: horizontal-tb;
    display: block;
    margin-bottom: 0px;
    padding: 20px;
    background: #a6c4f2;
    color: white;
    border-radius: 20px 0px 0 0px;
    font-weight: 800;
    letter-spacing: 0.05em;
  }
  .fixed-button a:nth-child(1) {
    padding: 20px 40px 20px 20px;
    margin-right: -20px;
  }
  .fixed-button a:nth-child(2) {
    background: #668ecc;
  }
  section.top h1 {
    font-size: 30px;
  }
  .top-flex {
    flex-direction: column;
  }
  section.work .top-flex .left {
    width: 70%;
  }
  section.recruitment .recruitment-info .entry-box2 .entry-btn {
    font-size: 18px;
    padding: 10px 10px;
  }
  section.recruitment .recruitment-info .entry-box2 .border {
    left: calc(140px - 3%);
  }
  section.company .top-flex .right {
    padding-left: 0;
  }
  section.company .img-box img {
    margin-left: 10%;
    width: 100%;
  }
  section.company .img-box p {
    padding-left: calc(10% + 10px) !important;
    width: auto;
    bottom: auto;
    top: 50%;
  }
  /*
  section.interview .swiper-container {
      max-width: 80%;
  }*/
  section.company .top-flex .left {
    width: 70%;
  }
  section.recruit {
    margin-top: 100px;
  }
  section.recruitment .recruitment-info .entry-box2 ul li {
    padding-left: 0;
    padding-right: 0;
  }
  section.recruitment .recruitment-info .entry-box2 .left {
    width: 30%;
  }
  section.recruitment .recruitment-info .entry-box2 .right {
    width: 70%;
  }
}
@media screen and (max-width: 383px) {
  section.company {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 300px) {
  section.company {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=home.css.map */