@charset "UTF-8";
#recruit h2, #company .contents h2, #business h2, #information .inner .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 61px;
  line-height: 1.6;
  color: #004fa3;
}
#recruit h2 small, #company .contents h2 small, #business h2 small, #information .inner .head h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 22px;
  line-height: 1.6;
  color: #1077e8;
  margin: -10px 0 0 3px;
}
@media (max-width: 999px) {
  #recruit h2, #company .contents h2, #business h2, #information .inner .head h2 {
    font-size: 36px;
  }
  #recruit h2 small, #company .contents h2 small, #business h2 small, #information .inner .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit h2, #company .contents h2, #business h2, #information .inner .head h2 {
    font-size: 24px;
  }
  #recruit h2 small, #company .contents h2 small, #business h2 small, #information .inner .head h2 small {
    font-size: 16px;
    margin-top: 0;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#mainimg .catch .top {
  margin: auto;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 700;
  font-size: min(20.5625vw, 329px);
  line-height: 1;
  color: #fff;
  padding-bottom: 64px;
}
#mainimg .catch .bottom {
  margin: 0 53% 0px 3%;
  padding-bottom: 35px;
  container-type: inline-size;
}
#mainimg .catch .bottom .tx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: max(min(8.578125cqw, 60.39px), 20px);
  line-height: 1.0846166584;
  color: #000;
}
#mainimg .catch .bottom .tx small {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: max(min(2.5568181818cqw, 18px), 8px);
  line-height: 1.6;
  margin-top: 18px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch .top {
    padding-bottom: 0;
  }
  #mainimg .catch .bottom {
    padding-bottom: 20px;
  }
  #mainimg .catch .bottom .tx small {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch .bottom {
    padding-bottom: 10px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding: 329px 10px 280px;
  position: relative;
  margin-top: -132px;
  clip-path: polygon(0 132px, 47% 132px, 52.2% 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  margin-bottom: 59px;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 90%, #fff 100%), url(../images/message-bg.webp) no-repeat top center/cover;
  z-index: -1;
}
#message h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: min(15.3925vw, 246.28px);
  line-height: 1;
  color: #fff;
  margin-bottom: 27px;
}
#message .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 20px;
  line-height: 2.35;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 110px;
}
#message .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#message .btn a:hover {
  opacity: 0.6;
}
#message .btn a {
  width: 375px;
  height: 72px;
  font-size: 22px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
#message .btn a::before, #message .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #ff0000 0%, #790000 100%);
  z-index: -1;
  transform: skew(-37deg);
}
#message .btn a::before {
  left: 7%;
  width: 12%;
}
#message .btn a::after {
  left: 22%;
  width: 70%;
}
@media (max-width: 999px) {
  #message .btn a {
    width: 320px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message .btn a {
    width: 280px;
    height: 50px;
    font-size: 16px;
  }
}
#message .btn a {
  margin: 0 auto;
}
#message .btn a::before, #message .btn a::after {
  mix-blend-mode: multiply;
}
#message .btn a .tx {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: all 0.5s ease-out;
}
#message .btn.view a .tx {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
@media (max-width: 999px) {
  #message {
    margin-top: -80px;
    clip-path: polygon(0 80px, 47% 80px, 52.2% 0, 100% 0, 100% 100%, 0 100%);
    padding: 250px 10px 200px;
  }
  #message .text {
    font-size: 15px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #message {
    margin-top: -60px;
    clip-path: polygon(0 60px, 47% 60px, 52.2% 0, 100% 0, 100% 100%, 0 100%);
    padding: 150px 10px 100px;
  }
  #message h2 {
    margin-bottom: 20px;
  }
  #message .text {
    font-size: 14px;
    margin-bottom: 70px;
  }
  #message .text br {
    display: none;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information .inner {
  display: flex;
  width: min(100% - 20px, 1340px);
  margin: 0 auto;
  -moz-column-gap: 14.6153846154%;
       column-gap: 14.6153846154%;
  padding-left: 40px;
}
#information .inner .head h2 {
  margin-bottom: 72px;
}
#information .inner .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .inner .head .btn a:hover {
  opacity: 0.6;
}
#information .inner .head .btn a {
  width: 288px;
  height: 55px;
  font-size: 16.9px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
#information .inner .head .btn a::before, #information .inner .head .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #ff0000 0%, #790000 100%);
  z-index: -1;
  transform: skew(-37deg);
}
#information .inner .head .btn a::before {
  left: 7%;
  width: 12%;
}
#information .inner .head .btn a::after {
  left: 22%;
  width: 70%;
}
@media (max-width: 999px) {
  #information .inner .head .btn a {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #information .inner .head .btn a {
    width: 260px;
    height: 45px;
  }
}
#information .inner .right {
  flex: 1;
  margin-top: 25px;
}
#information .inner .right .contents:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  #information .inner {
    padding-left: 0;
  }
  #information .inner .head h2 {
    margin-bottom: 30px;
  }
  #information .inner .right {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #information .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #information .inner .head h2 {
    margin-bottom: 10px;
  }
  #information .inner .right {
    width: 100%;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  padding: 80px 0 129px;
}
#business::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, transparent 10%), url(../images/business-bg.webp) no-repeat bottom 0 center/cover;
  z-index: -1;
}
#business h2 {
  text-align: center;
  margin-bottom: 60px;
}
#business .contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 57px 1.5538847118%;
  width: min(100% - 20px, 1330px);
  margin: 0 auto;
}
#business .contents .block {
  width: 23.8345864662%;
  min-height: 425px;
  position: relative;
}
#business .contents .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 103, 0.81);
  z-index: -1;
  mix-blend-mode: multiply;
}
#business .contents .block:not(:has(a)) {
  padding: 8px 7px 0;
}
#business .contents .block a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px 7px 0;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business .contents .block a:hover {
  opacity: 0.6;
}
#business .contents .block a::after {
  content: "";
  width: min(44px, 100%);
  aspect-ratio: 44/46;
  background: url(../images/arow.webp) no-repeat center #bd272d;
  margin: auto -7px 0 auto;
  border-top-left-radius: 10px;
}
#business .contents .block .image {
  width: 100%;
  aspect-ratio: 303/230;
  margin-bottom: 17px;
}
#business .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .contents .block .bottom {
  padding: 0 10px;
  container-type: inline-size;
}
#business .contents .block .title {
  margin-bottom: 2px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: min(8.1272084806cqw, 23px);
  line-height: 1.6;
  color: #fff;
}
#business .contents .block .title.small {
  margin: 0 -2.4734982332% 5px;
  font-size: min(7.4204946996cqw, 21px);
}
#business .contents .block .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: min(5.6537102473cqw, 16px);
  line-height: 1.625;
  color: #fff;
  margin-bottom: 7px;
}
#business .contents .block .text ul li::before {
  content: "●";
}
@media (max-width: 999px) {
  #business {
    padding: 70px 0 80px;
  }
  #business h2 {
    margin-bottom: 50px;
  }
  #business .contents {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 50px 0;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business .contents {
    gap: 20px 2%;
  }
  #business .contents .block {
    width: 32%;
  }
  #business .contents .block a::after {
    width: 30px;
  }
  #business .contents .block .bottom {
    padding: 0;
  }
}
@media (max-width: 500px) {
  #business .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #business .contents .block {
    width: 47%;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding: 36px 0 43px;
  margin-bottom: 82px;
}
#company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#company .contents {
  width: min(100% - 20px, 522px);
  margin: 0 2.1875% 0 auto;
  padding: 40px 43px 28px 35px;
  position: relative;
}
#company .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004fa3;
  z-index: -1;
  mix-blend-mode: multiply;
}
#company .contents a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents a:hover {
  opacity: 0.6;
}
#company .contents h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}
#company .contents h2 small {
  color: #fff;
}
#company .contents .logo {
  margin: 0 0 25px 10px;
}
#company .contents .links {
  margin-bottom: 27px;
}
#company .contents .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4.5045045045%;
}
#company .contents .links ul li {
  width: 47.7477477477%;
  container-type: inline-size;
}
#company .contents .links ul li a {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: min(15.5660377358cqw, 33px);
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 54px 10px 70px;
}
#company .contents .links ul li a small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: min(10.8490566038cqw, 23px);
  line-height: 1.6;
  letter-spacing: 0.3em;
}
#company .contents .links ul li.message a {
  background-color: #e9c634;
}
#company .contents .links ul li.profile a {
  background-color: #f38f1e;
}
#company .contents .sdgs .content {
  background-color: #fff;
  display: flex;
  padding: 27px 4.5045045045% 19px 6.0810810811%;
  -moz-column-gap: 3.7783375315%;
       column-gap: 3.7783375315%;
}
#company .contents .sdgs .content .sdgs-logo {
  align-content: center;
}
#company .contents .sdgs .content .tx {
  flex: 1;
  min-width: 50%;
  text-align: center;
  container-type: inline-size;
  align-content: center;
}
#company .contents .sdgs .content .tx p {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: max(min(18.892cqw, 47.23px), 30px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00a599;
}
#company .contents .sdgs .content .tx small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: max(min(7.56cqw, 18.9px), 14px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media (max-width: 999px) {
  #company {
    padding: 25px 0 30px;
    margin-bottom: 70px;
  }
  #company .contents {
    padding: 30px;
  }
  #company .contents .links ul li a {
    padding: 40px 10px 50px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 20px 0;
    margin-bottom: 50px;
  }
  #company .contents {
    padding: 20px;
  }
  #company .contents .links ul li a {
    padding: 30px 10px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  margin-bottom: 108px;
}
#recruit h2 {
  text-align: center;
  margin-bottom: 95px;
  padding: 0 10px;
}
#recruit .contents {
  position: relative;
  overflow-x: clip;
}
#recruit .contents .shapes::before {
  content: "";
  position: absolute;
  width: 43.125%;
  height: 21.9012115564%;
  transform: translateY(27.6595744681%);
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
#recruit .contents .shapes .shapearea {
  position: absolute;
  width: 55%;
  aspect-ratio: 880/551;
  top: 0;
  left: 0;
  overflow-x: clip;
}
#recruit .contents .shapes .shapearea .shape {
  z-index: -1;
}
#recruit .contents .shapes .shape {
  position: absolute;
  z-index: -2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: top left;
          mask-position: top left;
}
#recruit .contents .shapes .shape .slick-list,
#recruit .contents .shapes .shape .slick-track {
  height: 100%;
}
#recruit .contents .shapes .shape .sbg {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d7f1ff 0%, #fff 70%);
}
#recruit .contents .shapes .shape.s1 {
  width: 200.9090909091%;
  aspect-ratio: 1768/551;
  max-height: 551px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape1.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape1.png);
          mask-image: url(../images/recruit-shape1.png);
  top: 0;
  left: 0;
  transform: translate(-11.5950226244%, -13.611615245%);
}
#recruit .contents .shapes .shape.s2 {
  width: 196.8181818182%;
  aspect-ratio: 1732/366;
  max-height: 366px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape2.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape2.png);
          mask-image: url(../images/recruit-shape2.png);
  top: 0;
  left: 0;
  transform: translate(-9.2378752887%, -9.5628415301%);
}
#recruit .contents .shapes .shape.s3 {
  width: 110.5%;
  aspect-ratio: 1768/551;
  max-height: 551px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape3.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape3.png);
          mask-image: url(../images/recruit-shape3.png);
  bottom: 0;
  left: 0;
  transform: translate(-6.5045248869%, 33.5753176044%);
}
#recruit .contents .shapes .shape.s4 {
  width: 108.1875%;
  aspect-ratio: 1731/366;
  max-height: 366px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape4.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape4.png);
          mask-image: url(../images/recruit-shape4.png);
  bottom: 0;
  left: 0;
  transform: translate(-4.0439052571%, 10.3825136612%);
}
#recruit .contents .shapes .shape.s5 {
  width: 110.5%;
  aspect-ratio: 1768/551;
  max-height: 551px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape5.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape5.png);
          mask-image: url(../images/recruit-shape5.png);
  top: 0;
  right: 0;
  transform: translate(46.1538461538%, 0.9074410163%);
}
#recruit .contents .shapes .shape.s6 {
  width: 108.25%;
  aspect-ratio: 1732/366;
  max-height: 366px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), url(../images/recruit-shape6.png) no-repeat top left/100% 100%;
  -webkit-mask-image: url(../images/recruit-shape6.png);
          mask-image: url(../images/recruit-shape6.png);
  top: 0;
  right: 0;
  transform: translate(47.6327944573%, 10.9289617486%);
}
#recruit .contents .bgs {
  display: flex;
  align-items: start;
}
#recruit .contents .bgs .bg {
  flex: 1;
  aspect-ratio: 400/925;
}
#recruit .contents .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .contents .bgs .bg.b1 {
  margin-top: 9.25vw;
}
#recruit .contents .bgs .bg.b2 {
  margin-top: 4.6875vw;
}
#recruit .contents .bgs .bg.b4 {
  margin-top: 7.1875vw;
}
#recruit .contents .bgs .bg.b1, #recruit .contents .bgs .bg.b3 {
  clip-path: polygon(0 0, 100% 11.027027027%, 100% 100%, 0 88.972972973%);
}
#recruit .contents .bgs .bg.b2, #recruit .contents .bgs .bg.b4 {
  clip-path: polygon(0 11.027027027%, 100% 0, 100% 88.972972973%, 0 100%);
}
#recruit .contents .catch {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 81.04px;
  line-height: 1.3326752221;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}
#recruit .btn {
  margin-top: -54px;
}
#recruit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a {
  width: 562.5px;
  height: 72px;
  font-size: 22px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
#recruit .btn a::before, #recruit .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #ff0000 0%, #790000 100%);
  z-index: -1;
  transform: skew(-37deg);
}
#recruit .btn a::before {
  left: 7%;
  width: 12%;
}
#recruit .btn a::after {
  left: 22%;
  width: 70%;
}
@media (max-width: 999px) {
  #recruit .btn a {
    width: 480px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    width: 280px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
  }
}
#recruit .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #recruit {
    margin-bottom: 90px;
  }
  #recruit h2 {
    margin-bottom: 80px;
  }
  #recruit .contents .catch {
    font-size: 50px;
  }
  #recruit .btn {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-bottom: 80px;
  }
  #recruit h2 {
    margin-bottom: 70px;
  }
  #recruit .contents .catch {
    font-size: 30px;
  }
}/*# sourceMappingURL=index.css.map */