#work .contents .left h2, #interview h2, #business h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#work .contents .left h2 span, #interview h2 span, #business h2 span {
  display: flex;
  align-items: center;
  gap: 13px 9px;
}
#work .contents .left h2 span::before, #interview h2 span::before, #business h2 span::before {
  content: "";
  width: 28px;
  aspect-ratio: 28/19;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
}
#work .contents .left h2 small, #interview h2 small, #business h2 small {
  padding-left: 37px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
  margin-top: -3px;
}
@media (max-width: 999px) {
  #work .contents .left h2, #interview h2, #business h2 {
    font-size: 30px;
  }
  #work .contents .left h2 small, #interview h2 small, #business h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #work .contents .left h2, #interview h2, #business h2 {
    font-size: 24px;
  }
  #work .contents .left h2 span::before, #interview h2 span::before, #business h2 span::before {
    width: 20px;
  }
  #work .contents .left h2 small, #interview h2 small, #business h2 small {
    font-size: 18px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  margin-left: 294px;
  position: relative;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: calc(100vh - 215px);
  min-height: 440px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#mainimg #mainslider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
#mainimg .catch {
  position: absolute;
  text-wrap: nowrap;
  left: 10.3125%;
  top: 7%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 68px;
  line-height: 1.4285345384;
  letter-spacing: 0.1em;
  text-shadow: 0 0 21px rgba(0, 74, 155, 0.65), 0 0 21px rgba(0, 74, 155, 0.65), 0 0 21px rgba(0, 74, 155, 0.65);
  color: #fff;
  writing-mode: vertical-rl;
}
#mainimg .catch .blue {
  color: #a7efff;
}
#mainimg .catch .yellow {
  color: #ffc776;
}
@media (max-width: 999px) {
  #mainimg #mainslider {
    margin-left: 70px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
    min-height: unset;
  }
  #mainimg .catch {
    font-size: max(4.6vw, 20px);
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    margin-left: 30px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    min-height: 160px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  margin-top: max(-7.8125vw, -125px);
  /* padding-top: calc(min(vwCalc(125,1600),125px) + 187px); */
  padding-top: calc(min(7.8125vw, 125px) + min(11.6875vw, 187px));
  overflow-x: clip;
  padding-bottom: 290px;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/message-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#message .bgtx {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(21vw, 337.87px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.17);
  position: absolute;
  left: max(-2%, -32px);
  top: calc(min(7.8125vw, 125px) + 95px);
  transform: rotate(5deg);
}
#message .inner {
  padding-left: max((100% - 1180px) / 2, 10px);
  position: relative;
}
#message .inner.mcatch-over {
  padding-left: max((100% - 1180px) / 2, 210px);
}
#message .catch {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 54px;
  line-height: 1.4074074074;
  letter-spacing: 0.08em;
  color: #fff;
  padding-right: 10px;
  text-shadow: 0 0 5px rgba(0, 74, 155, 0.35), 0 0 5px rgba(0, 74, 155, 0.35);
}
#message .catch::first-letter {
  color: #ffc776;
}
#message .contents {
  display: flex;
  align-items: start;
  column-gap: 10px;
}
#message .contents .txtbox {
  flex: 1;
  padding-top: 35px;
}
#message .contents .txtbox .text {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 2.0833333333;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 48px;
  text-shadow: 0 0 5px rgba(0, 74, 155, 0.35), 0 0 5px rgba(0, 74, 155, 0.35);
}
#message .contents .txtbox .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0a8ce3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  max-width: 100%;
  font-size: 16px;
  height: 74px;
  border-radius: 37px;
  background-image: url(../images/arow-blue.webp);
}
#message .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #message .contents .txtbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #message .contents .txtbox .btn a {
    width: 230px;
    height: 50px;
  }
}
#message .contents .image {
  width: 56.8345323741%;
  margin-top: -10px;
  position: relative;
}
#message .contents .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 180px 0 0 180px/50% 0 0 50%;
}
#message .contents .image::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 31.8987341772%;
  width: 26px;
  aspect-ratio: 26/19;
  background: url(../images/message-icon.webp) no-repeat center/cover;
}
@media (max-width: 1150px) {
  #message .catch {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  #message {
    padding-top: calc(min(7.8125vw, 125px) + max(22vw, 100px));
    padding-bottom: 190px;
  }
  #message .catch {
    font-size: 30px;
  }
  #message .contents .txtbox {
    padding-top: 30px;
  }
  #message .contents .txtbox .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #message .contents .txtbox .text br {
    display: none;
  }
  #message .contents .image {
    margin-top: 0;
  }
  #message .contents .image img {
    border-radius: 100px 0 0 100px/50% 0 0 50%;
  }
}
@media (max-width: 767px) {
  #message {
    padding-bottom: 140px;
  }
  #message .catch {
    font-size: 24px;
  }
  #message .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #message .contents .txtbox {
    padding-top: 20px;
  }
  #message .contents .txtbox .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #message .contents .image {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
  }
  #message .contents .image img {
    border-radius: 70px 0 0 70px/50% 0 0 50%;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  margin-top: -180px;
  padding-top: 72px;
  padding-bottom: 105px;
}
#business::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/business-bg.webp) no-repeat center/cover;
  border-top-left-radius: 180px;
}
#business h2 {
  margin-left: max((100% - 1180px) / 2, 10px);
  margin-bottom: 54px;
}
#business .contents {
  margin-bottom: 133px;
}
#business .contents .block .bg {
  aspect-ratio: 380/410;
}
#business .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0a8ce3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow-blue2.webp);
  margin: 0 auto;
}
#business .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #business .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #business .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
  }
}
@media (max-width: 999px) {
  #business {
    margin-top: -100px;
    padding: 60px 0 80px;
  }
  #business::before {
    border-top-left-radius: 100px;
  }
  #business h2 {
    margin-bottom: 40px;
  }
  #business .contents {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #business {
    margin-top: -70px;
    padding: 50px 0 60px;
  }
  #business::before {
    border-top-left-radius: 70px;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business .contents {
    margin-bottom: 80px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  position: relative;
  overflow: clip;
  padding: 109px max((100% - 1180px) / 2, 30px) 83px;
}
#interview .bgtx {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(17.8vw, 284.41px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.17);
  transform: rotate(-7deg);
  top: 40px;
  left: max(-1.625%, -26px);
}
#interview h2 {
  text-align: center;
  margin-bottom: 50px;
}
#interview h2 span {
  flex-direction: column;
}
#interview h2 small {
  padding-left: 0;
}
#interview .slider {
  margin-bottom: 28px;
}
#interview .slider .slick-arow {
  position: absolute;
  bottom: 10px;
  width: 81.25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffc776;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
#interview .slider .slick-arow.prev {
  right: 100px;
  background-image: url(../images/prev-arow.webp);
}
#interview .slider .slick-arow.next {
  right: 0;
  background-image: url(../images/next-arow.webp);
}
#interview .slider .slick-list {
  overflow: unset;
  margin: 0 -34px;
}
#interview .slider .block {
  margin: 0 34px;
}
#interview .slider .block.slick-current .txtbox {
  opacity: 0;
  transform: translate(0, 100px);
}
#interview .slider .block.slick-current .txtbox.in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#interview .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0a8ce3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow-blue2.webp);
  margin-left: auto;
}
#interview .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #interview .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #interview .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
  }
}
#interview .shapes .shape {
  position: absolute;
}
#interview .shapes .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#interview .shapes .shape.s1 {
  width: 5.625%;
  max-width: 90px;
  aspect-ratio: 90/112;
  left: 11.9375%;
  bottom: 172px;
  min-width: 50px;
}
#interview .shapes .shape.s2, #interview .shapes .shape.s3 {
  display: none;
}
#interview .shapes .shape.s2 {
  width: 9.125%;
  max-width: 146px;
  aspect-ratio: 146/304;
  bottom: 0;
  left: 0;
  transform: translateY(21.0526315789%);
  min-width: 90px;
}
#interview .shapes .shape.s3 {
  width: 9.1875%;
  max-width: 147px;
  aspect-ratio: 147/306;
  bottom: 0;
  right: 0;
  transform: translateY(16.9934640523%);
  min-width: 90px;
}
@media (max-width: 1400px) {
  #interview .slider .slick-list {
    margin: 0 -10px;
  }
  #interview .slider .block {
    margin: 0 10px;
  }
}
@media (max-width: 999px) {
  #interview {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #interview h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #interview {
    padding-top: 70px;
    padding-bottom: 60px;
    /* .shapes{
      .shape{
        &.s2,
        &.s3{
          display: none;
        }
      }
    } */
  }
  #interview h2 {
    margin-bottom: 30px;
  }
  #interview .txtbox .title {
    margin-bottom: 50px;
  }
  #interview .slider .slick-arow {
    width: 50px;
  }
  #interview .slider .slick-arow.prev {
    right: 70px;
  }
}

/* ----------------------------------------------
work
------------------------------------------------- */
#work {
  position: relative;
  padding: 187px 0 206px;
}
#work .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: -1;
}
#work .bgs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 21, 95, 0.47);
  z-index: 1;
}
#work .bgs .bg {
  width: 35.9375%;
}
#work .bgs .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#work .bgs .bg:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
#work .bgs .bg:nth-child(2) {
  width: 38.875%;
  clip-path: polygon(13% 0, 100% 0, 86% 100%, 0 100%);
  margin: 0 -5.65625% 0 -5.09375%;
  z-index: 1;
}
#work .bgs .bg:nth-child(3) {
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
#work .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: clip;
}
#work .contents .left h2 {
  margin-bottom: 34px;
}
#work .contents .left .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0a8ce3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  max-width: 100%;
  font-size: 16px;
  height: 74px;
  border-radius: 37px;
  background-image: url(../images/arow-blue.webp);
}
#work .contents .left .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #work .contents .left .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #work .contents .left .btn a {
    width: 230px;
    height: 50px;
  }
}
#work .contents .text {
  flex: 1;
  max-width: 482px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: auto;
  margin-top: 17px;
}
#work .contents .text p {
  margin-right: -14px;
}
@media (max-width: 1599px) {
  #work .contents .text p {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #work {
    padding: 140px 0;
  }
  #work .contents .left h2 {
    margin-bottom: 25px;
  }
  #work .contents .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #work {
    padding: 70px 0;
  }
  #work .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #work .contents .left h2 {
    margin-bottom: 15px;
  }
  #work .contents .text {
    font-size: 16px;
    margin-right: auto;
    margin-top: 0;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  overflow-x: clip;
  padding-top: 170px;
}
#recruit .bgtx {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(14vw, 225.66px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.17);
  top: 66px;
  transform: rotate(6deg);
  left: max(-1.3125%, -21px);
  z-index: -1;
}
#recruit .catch {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: -80px;
  padding: 0 10px;
}
#recruit .catch small {
  display: block;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
#recruit .inner {
  position: relative;
  padding: 164px 0 304px;
}
#recruit .inner::before, #recruit .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#recruit .inner::before {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
}
#recruit .inner::after {
  background: url(../images/recruit-shape.webp) no-repeat left/cover;
}
#recruit .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0a8ce3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow-blue2.webp);
  margin: 0 auto;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
  }
}
@media (max-width: 1150px) {
  #recruit .catch {
    font-size: 52px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding-top: 140px;
  }
  #recruit .catch {
    font-size: 38px;
    margin-bottom: -70px;
  }
  #recruit .catch small {
    font-size: 20px;
  }
  #recruit .inner {
    padding: 120px 0 240px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-top: 100px;
  }
  #recruit .catch {
    font-size: 24px;
    margin-bottom: -60px;
  }
  #recruit .catch small {
    font-size: 18px;
  }
  #recruit .inner {
    padding: 100px 0;
  }
}

/*# sourceMappingURL=index.css.map */