#recruit .contents .btn a, #message .contents .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #4a74b6;
  position: relative;
  padding: 0 50px 0 20px;
}
#recruit .contents .btn a:hover, #message .contents .left .btn a:hover {
  opacity: 0.6;
}
#recruit .contents .btn a::before, #message .contents .left .btn a::before {
  content: "";
  position: absolute;
  right: 28px;
  width: 21px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #4a74b6;
}
@media (max-width: 999px) {
  #recruit .contents .btn a, #message .contents .left .btn a {
    width: 220px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .btn a, #message .contents .left .btn a {
    width: 200px;
    height: 50px;
    padding: 0 40px 0 10px;
  }
  #recruit .contents .btn a::before, #message .contents .left .btn a::before {
    width: 17px;
    right: 20px;
    background-size: 8px auto;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  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::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.3);
}
#mainimg .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 68px 5.3125%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 174.95px;
  line-height: 0.9088310946;
  color: #fff;
  text-shadow: 0 0 8px rgba(4, 0, 0, 0.5), 0 0 8px rgba(4, 0, 0, 0.5), 0 0 8px rgba(4, 0, 0, 0.5);
}
#mainimg .catch small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6428571429;
  padding-left: 16px;
  margin-top: 15px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 140px;
  }
  #mainimg .catch small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    font-size: 60px;
    padding-bottom: 40px;
  }
  #mainimg .catch small {
    font-size: 18px;
    padding-left: 0;
    margin-top: 10px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding-top: 65px;
  position: relative;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/908;
  max-height: 908px;
  transform: translateY(-4.0748898678%);
  background: url(../images/message-shape.png) no-repeat center/cover;
  z-index: -1;
}
#message .contents {
  display: flex;
  align-items: start;
  justify-content: center;
  -moz-column-gap: 5.0268096515%;
       column-gap: 5.0268096515%;
  padding: 0 2.5% 0 4.25%;
}
#message .contents .left {
  flex: 1;
  max-width: 635px;
  background: linear-gradient(125deg, rgb(41, 167, 222) 0%, rgb(46, 49, 142) 100%);
  margin: 20px 0 235px;
  padding: 59px 10px 65px 4.2225201072%;
  border-radius: 35px;
}
#message .contents .left h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 42px;
  line-height: 1.6;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 300;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
#message .contents .left h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin-top: -30px;
  font-size: 20px;
}
@media (max-width: 999px) {
  #message .contents .left h2 {
    font-size: 30px;
  }
  #message .contents .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message .contents .left h2 {
    line-height: 1.2;
    font-size: 24px;
  }
  #message .contents .left h2 small {
    margin-top: 0;
  }
  #message .contents .left h2 small {
    font-size: 16px;
  }
}
#message .contents .left h2 small {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#message .contents .left h2 small::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #fff;
  margin: 0 30px;
}
#message .contents .left .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
  line-height: 1.3235294118;
  color: #fff;
  margin-bottom: 32px;
}
#message .contents .left .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  margin-bottom: 56px;
}
#message .contents .left .btn {
  margin-left: 8px;
}
#message .contents .right {
  width: min(52.4128686327%, 782px);
}
#message .contents .right .image {
  aspect-ratio: 1/1;
}
#message .contents .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#message .contents .right .image.img1 {
  width: 71.8670076726%;
  margin-left: auto;
  margin-bottom: -30px;
}
#message .contents .right .image.img2 {
  width: 37.7237851662%;
  margin-bottom: -125px;
}
#message .contents .right .image.img3 {
  width: 45.5242966752%;
  margin: 0 10.6138107417% 0 auto;
}
@media (max-width: 1400px) {
  #message .contents .left .catch {
    font-size: 48px;
  }
}
@media (max-width: 999px) {
  #message {
    padding-top: 50px;
  }
  #message .contents {
    padding: 0 10px;
  }
  #message .contents .left {
    padding: 40px 15px;
    margin-bottom: 180px;
  }
  #message .contents .left h2 {
    margin-bottom: 30px;
  }
  #message .contents .left h2 small::before {
    margin: 0 15px;
  }
  #message .contents .left .catch {
    font-size: 38px;
    margin-bottom: 25px;
  }
  #message .contents .left .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #message .contents .right .image.img2 {
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  #message {
    padding-top: 40px;
  }
  #message .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #message .contents .left {
    padding: 25px 10px;
    order: 1;
    margin-bottom: 0;
  }
  #message .contents .left h2 {
    margin-bottom: 20px;
  }
  #message .contents .left h2 small::before {
    margin: 0 10px;
  }
  #message .contents .left .catch {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #message .contents .left .text {
    margin-bottom: 30px;
  }
  #message .contents .right {
    width: min(100%, 400px);
  }
  #message .contents .right .image.img2 {
    margin-bottom: -40px;
  }
}

/* ----------------------------------------------
ourservice
------------------------------------------------- */
#ourservice {
  margin: -225px 0 90px;
}
#ourservice h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 123px;
  line-height: 1.6;
  color: #4a74b6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 42px;
  margin-left: 4.6875%;
  margin-bottom: -25px;
}
#ourservice h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin-top: -30px;
  font-size: 22px;
}
@media (max-width: 999px) {
  #ourservice h2 {
    font-size: 90px;
  }
  #ourservice h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #ourservice h2 {
    line-height: 1.2;
    font-size: 70px;
  }
  #ourservice h2 small {
    margin-top: 0;
  }
  #ourservice h2 small {
    font-size: 18px;
  }
}
#ourservice h2 small {
  margin-top: 0;
}
#ourservice article {
  position: relative;
}
#ourservice article .inner {
  padding: 35px max((100% - 1340px) / 2, 10px) 70px;
  -webkit-mask-size: max(100%, 1600px) 100%;
          mask-size: max(100%, 1600px) 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}
#ourservice article .inner::before {
  content: "";
  position: absolute;
  top: 57px;
  width: min(76px, max((100% - 1340px) / 2, 10px) - 5px);
  height: 154px;
  background-color: #fff;
}
#ourservice article h3 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 105px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 65px;
}
#ourservice article h3 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin-top: -30px;
  font-size: 22px;
}
@media (max-width: 999px) {
  #ourservice article h3 {
    font-size: 80px;
  }
  #ourservice article h3 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #ourservice article h3 {
    line-height: 1.2;
    font-size: 60px;
  }
  #ourservice article h3 small {
    margin-top: 0;
  }
  #ourservice article h3 small {
    font-size: 18px;
  }
}
#ourservice article .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.4253731343%;
}
#ourservice article .contents .block {
  width: 31.7164179104%;
}
#ourservice article .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#ourservice article .contents .block a:hover {
  opacity: 0.6;
}
#ourservice article .contents .block a .title .box {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#ourservice article .contents .block a .title .box .tx {
  flex: 1;
}
#ourservice article .contents .block a .title .box::before {
  content: "";
  width: 33px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue.webp) no-repeat center #fff;
}
#ourservice article .contents .block a .title small {
  padding-left: 56px;
}
#ourservice article .contents .block .image {
  aspect-ratio: 425/360;
  margin-bottom: 17px;
}
#ourservice article .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ourservice article .contents .block .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 1.6;
  color: #fff;
  padding-left: 24px;
}
#ourservice article .contents .block .title small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 22px;
  line-height: 1.6;
}
#ourservice article .contents .block .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
}
#ourservice article .contents .block:nth-child(3n):not(:has(.image)) {
  padding-top: 20px;
}
#ourservice article .contents .block:nth-child(3n):not(:has(.image)) .title {
  padding-left: 20px;
}
#ourservice article .contents .block:nth-child(3n) .text {
  margin: 27px -66px 0 27px;
}
#ourservice article .contents .block:nth-child(3n).over .text {
  margin-right: 0;
}
#ourservice article .contents .block:nth-child(3n-2):not(:has(.image)) {
  padding-top: 7px;
}
#ourservice article .contents .block:nth-child(3n-2):not(:has(.image)) .title {
  margin-left: -68px;
  padding-left: 0;
}
#ourservice article .contents .block:nth-child(3n-2) .text {
  margin: 10px 0 0 -66px;
}
#ourservice article .contents .block:nth-child(3n-2).over .title,
#ourservice article .contents .block:nth-child(3n-2).over .text {
  margin-left: 0;
}
#ourservice article#maintenance1 .inner {
  background: linear-gradient(125deg, rgb(41, 167, 222) 0%, rgb(27, 20, 100) 100%), url(../images/maintentance-clip.png);
  -webkit-mask-image: url(../images/maintentance-clip.png);
          mask-image: url(../images/maintentance-clip.png);
}
#ourservice article#service .inner {
  background: linear-gradient(125deg, rgb(230, 222, 34) 0%, rgb(136, 194, 63) 36%, rgb(0, 79, 38) 100%), url(../images/service-clip.png);
  -webkit-mask-image: url(../images/service-clip.png);
          mask-image: url(../images/service-clip.png);
}
#ourservice article#service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/908;
  max-height: 908px;
  transform: translateY(-31.718061674%);
  background: url(../images/service-shape.png) no-repeat center/cover;
  z-index: -1;
}
#ourservice article#maintenance2 .inner {
  background: linear-gradient(125deg, rgb(74, 116, 182) 0%, rgb(154, 0, 93) 100%), url(../images/maintenance2-clip.png);
  -webkit-mask-image: url(../images/maintenance2-clip.png);
          mask-image: url(../images/maintenance2-clip.png);
}
#ourservice article#maintenance2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/907;
  max-height: 907px;
  transform: translateY(-56.2293274531%);
  background: url(../images/maintenance-shape.png) no-repeat center/cover;
  z-index: -1;
}
#ourservice article#other .inner {
  background: linear-gradient(125deg, rgb(255, 255, 0) 0%, rgb(154, 0, 93) 100%), url(../images/other-clip.png);
  -webkit-mask-image: url(../images/other-clip.png);
          mask-image: url(../images/other-clip.png);
}
#ourservice article#other::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/907;
  max-height: 907px;
  transform: translateY(-29.5479603087%);
  background: url(../images/other-shape.png) no-repeat center/cover;
  z-index: -1;
}
#ourservice article:nth-child(odd) .inner {
  -webkit-mask-position: top 0 left 0;
          mask-position: top 0 left 0;
}
#ourservice article:nth-child(odd) .inner::before {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#ourservice article:nth-child(even) .inner {
  -webkit-mask-position: top 0 right 0;
          mask-position: top 0 right 0;
}
#ourservice article:nth-child(even) .inner::before {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#ourservice article:nth-child(even) h3 {
  text-align: end;
}
#ourservice article:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  #ourservice {
    margin-top: -170px;
  }
  #ourservice article .inner {
    -webkit-mask-size: max(100%, 1140px) 100%;
            mask-size: max(100%, 1140px) 100%;
    padding-bottom: 50px;
  }
  #ourservice article .inner::before {
    height: 120px;
  }
  #ourservice article h3 {
    margin-bottom: 50px;
  }
  #ourservice article .contents .block a .title {
    padding-left: 0;
  }
  #ourservice article .contents .block a .title .box {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #ourservice article .contents .block a .title small {
    padding-left: 43px;
  }
  #ourservice article .contents .block .title {
    font-size: 22px;
  }
  #ourservice article .contents .block .title small {
    font-size: 18px;
  }
  #ourservice article .contents .block .text {
    font-size: 14px;
  }
  #ourservice article .contents .block:not(:has(.image)) {
    width: 100%;
    order: 1;
  }
  #ourservice article .contents .block:nth-child(3n):not(:has(.image)), #ourservice article .contents .block:nth-child(3n-2):not(:has(.image)) {
    padding-top: 0;
  }
  #ourservice article .contents .block:nth-child(3n):not(:has(.image)) .title, #ourservice article .contents .block:nth-child(3n-2):not(:has(.image)) .title {
    padding-left: 0;
  }
  #ourservice article .contents .block:nth-child(3n):not(:has(.image)) .text, #ourservice article .contents .block:nth-child(3n-2):not(:has(.image)) .text {
    margin-top: 20px;
  }
  #ourservice article .contents .block:nth-child(3n):not(:has(.image)) .text {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #ourservice {
    margin-top: 10px;
  }
  #ourservice h2 {
    margin-bottom: 0;
  }
  #ourservice article .inner {
    -webkit-mask-size: cover;
            mask-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #ourservice article .inner::before {
    top: 40px;
    height: 100px;
  }
  #ourservice article h3 {
    margin-bottom: 30px;
  }
  #ourservice article .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #ourservice article .contents .block {
    width: 47%;
  }
  #ourservice article .contents .block a .title .box {
    flex-direction: column;
    align-items: start;
  }
  #ourservice article .contents .block a .title .box::before {
    width: 25px;
    background-size: 15px auto;
  }
  #ourservice article .contents .block a .title small {
    padding-left: 0;
  }
  #ourservice article .contents .block .title {
    font-size: 18px;
  }
  #ourservice article .contents .block .title small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  padding: 68px 5.3125% 77px 5.6875%;
  margin-bottom: 22px;
}
#recruit::before, #recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#recruit::before {
  background: url(../images/recruit-bg.jpg) no-repeat center/cover;
}
#recruit::after {
  background-color: #00928c;
  mix-blend-mode: multiply;
}
#recruit .contents {
  display: flex;
  align-items: start;
}
#recruit .contents .left {
  flex: 1;
  padding-bottom: 60px;
}
#recruit .contents .left h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 52, "wght" 700;
  font-size: 105px;
  line-height: 1.6;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: -20px;
}
#recruit .contents .left h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin-top: -30px;
  font-size: 22px;
}
@media (max-width: 999px) {
  #recruit .contents .left h2 {
    font-size: 80px;
  }
  #recruit .contents .left h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .left h2 {
    line-height: 1.2;
    font-size: 60px;
  }
  #recruit .contents .left h2 small {
    margin-top: 0;
  }
  #recruit .contents .left h2 small {
    font-size: 18px;
  }
}
#recruit .contents .left h2 small {
  margin-top: 0;
  letter-spacing: 0.4em;
}
#recruit .contents .left .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
  line-height: 1.3235294118;
  color: #fff;
}
#recruit .contents .left .catch small {
  display: block;
  font-size: 38px;
  line-height: 1.2666666667;
  margin-top: 30px;
}
#recruit .contents .btn {
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 999px) {
  #recruit {
    padding: 50px 10px;
  }
  #recruit .contents .left {
    padding-bottom: 50px;
  }
  #recruit .contents .left .catch {
    font-size: 40px;
  }
  #recruit .contents .left .catch small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 30px 10px;
  }
  #recruit .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #recruit .contents .left {
    padding-bottom: 0px;
  }
  #recruit .contents .left h2 {
    margin-bottom: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #recruit .contents .left .catch {
    font-size: 26px;
  }
  #recruit .contents .left .catch small {
    font-size: 18px;
    margin-top: 15px;
  }
  #recruit .contents .btn {
    margin-left: unset;
  }
}/*# sourceMappingURL=index.css.map */