@font-face {
  font-family: "ebrima";
  src: url(../fonts/ebrima.ttf);
}
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-top: 100px;
}
#mainimg::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  width: 40px;
  /* height: 151px; */
  aspect-ratio: 40/151;
  background: url(../images/line.webp) no-repeat center/cover;
  margin-top: -13px;
}
#mainimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5.3125%;
  height: 100%;
  border-left: 1px solid #fff;
}
#mainimg #mainslider {
  z-index: -1;
}
#mainimg #mainslider img {
  height: calc(100vh - 100px);
  -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-color: rgba(16, 16, 16, 0.57);
}
#mainimg .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  left: calc((100% - 1180px) / 2);
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
  margin-top: -15px;
}
#mainimg .catch small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  #mainimg::before {
    left: 20px;
  }
  #mainimg::after {
    left: 40px;
  }
  #mainimg .catch {
    left: 100px;
  }
}
@media (max-width: 999px) {
  #mainimg::before {
    width: 30px;
    margin-top: 0;
  }
  #mainimg::after {
    left: 30px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 60px;
    left: 80px;
    margin-top: 0;
  }
  #mainimg .catch small {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg::before {
    width: 25px;
    left: 10px;
  }
  #mainimg::after {
    left: 20px;
  }
  #mainimg #mainslider img {
    min-height: 240px;
  }
  #mainimg .catch {
    font-size: 40px;
    left: 50px;
  }
  #mainimg .catch small {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 24px;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding-bottom: 7vw;
  /* padding-bottom: 112px; */
}
#about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 61.4375%;
  aspect-ratio: 983/158;
  background: url(../images/about-tx.webp) no-repeat center/cover;
  z-index: -1;
}
#about .contents {
  margin-right: calc((100% - 1180px) / 2);
  display: flex;
  -moz-column-gap: 4.3165467626%;
       column-gap: 4.3165467626%;
  overflow-x: clip;
}
#about .contents .image {
  margin-left: 7.1942446043%;
  width: 46.0431654676%;
}
#about .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 890px;
}
#about .contents .left {
  flex: 1;
  padding: 73px 0 30px;
}
#about .contents .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 10px;
}
#about .contents .left h2 small {
  display: flex;
  align-items: center;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -moz-column-gap: 13px;
       column-gap: 13px;
  /* &::before{
    content: "";
    width: 38px;
    aspect-ratio: 38/39;
    background-repeat: no-repeat;
    background-size: cover;
    @if $color == #101010{
      background-image: url(../images/heading-icon-black.webp);
    }@else if $color == #fff{
      background-image: url(../images/heading-icon-white.webp);
    }
  } */
}
@media (max-width: 999px) {
  #about .contents .left h2 {
    font-size: 36px;
  }
  #about .contents .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #about .contents .left h2 {
    font-size: 26px;
  }
  #about .contents .left h2 small {
    font-size: 20px;
    /*  &::before{
       width: 26px;
     } */
  }
}
#about .contents .left .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.5882352941;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 38px;
}
#about .contents .left .catch span {
  color: #032f9b;
}
#about .contents .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  color: #101010;
}
@media (max-width: 1599px) {
  #about .s1600 {
    display: none;
  }
}
@media (max-width: 1217px) {
  #about .contents {
    margin-right: 10px;
  }
  #about .contents .image {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #about .contents .left {
    padding-top: 60px;
  }
  #about .contents .left .catch {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #about .contents .left .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 8.5vw;
  }
  #about .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-left: 10px;
  }
  #about .contents .image {
    margin: unset;
    width: 100%;
    max-width: 300px;
  }
  #about .contents .image img {
    max-height: 400px;
  }
  #about .contents .left {
    padding: 0px;
  }
  #about .contents .left .catch {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #about .contents .left .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  background: url(../images/service-bg.webp) repeat;
  padding: 103px 0 172px;
}
#service .head {
  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;
  margin-bottom: 15px;
  /* overflow-x: clip; */
  gap: 10px;
}
#service .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#service .head h2 small {
  display: flex;
  align-items: center;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -moz-column-gap: 13px;
       column-gap: 13px;
  /* &::before{
    content: "";
    width: 38px;
    aspect-ratio: 38/39;
    background-repeat: no-repeat;
    background-size: cover;
    @if $color == #101010{
      background-image: url(../images/heading-icon-black.webp);
    }@else if $color == #fff{
      background-image: url(../images/heading-icon-white.webp);
    }
  } */
}
@media (max-width: 999px) {
  #service .head h2 {
    font-size: 36px;
  }
  #service .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #service .head h2 {
    font-size: 26px;
  }
  #service .head h2 small {
    font-size: 20px;
    /*  &::before{
       width: 26px;
     } */
  }
}
#service .head .btn {
  margin-left: auto;
  margin-bottom: 8px;
}
#service .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #032f9b;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background: url(../images/arow-blue.webp) no-repeat center right 30px #fff;
}
#service .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #service .head .btn a {
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #service .head .btn a {
    width: 230px;
    height: 55px;
    font-size: 14px;
  }
}
#service .text {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 50px;
}
#service .contents .block .image::after {
  background-color: rgba(33, 42, 55, 0.67);
}
@media (max-width: 999px) {
  #service {
    padding: 90px 0 140px;
  }
  #service .head .btn {
    margin-bottom: 0;
  }
  #service .text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #service .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #service {
    padding: 80px 0 110px;
  }
  #service .head {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 50px;
  }
  #service .head .btn {
    margin: 30px auto 0;
  }
  #service .text {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  padding: 106px 0 144px;
  margin-bottom: 105px;
}
#recruit .bgs {
  position: absolute;
  display: flex;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#recruit .bgs .bg {
  width: 25%;
}
#recruit .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .bgs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.57);
}
#recruit .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 30px 10px;
  overflow-x: clip;
}
#recruit .contents .left {
  width: 47.6%;
}
#recruit .contents .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 34px;
}
#recruit .contents .left h2 small {
  display: flex;
  align-items: center;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -moz-column-gap: 13px;
       column-gap: 13px;
  /* &::before{
    content: "";
    width: 38px;
    aspect-ratio: 38/39;
    background-repeat: no-repeat;
    background-size: cover;
    @if $color == #101010{
      background-image: url(../images/heading-icon-black.webp);
    }@else if $color == #fff{
      background-image: url(../images/heading-icon-white.webp);
    }
  } */
}
@media (max-width: 999px) {
  #recruit .contents .left h2 {
    font-size: 36px;
  }
  #recruit .contents .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .left h2 {
    font-size: 26px;
  }
  #recruit .contents .left h2 small {
    font-size: 20px;
    /*  &::before{
       width: 26px;
     } */
  }
}
#recruit .contents .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  color: #fff;
}
#recruit .contents .btn {
  margin-left: auto;
  margin-bottom: 6px;
}
#recruit .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #032f9b;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background: url(../images/arow-blue.webp) no-repeat center right 30px #fff;
}
#recruit .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .contents .btn a {
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .btn a {
    width: 230px;
    height: 55px;
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding: 90px 0 110px;
    margin-bottom: 90px;
  }
  #recruit .contents .left h2 {
    margin-bottom: 25px;
  }
  #recruit .contents .left .text {
    font-size: 16px;
  }
  #recruit .contents .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 80px 0 90px;
    margin-bottom: 80px;
  }
  #recruit .contents {
    flex-direction: column;
    align-items: unset;
  }
  #recruit .contents .left {
    width: 100%;
  }
  #recruit .contents .left h2 {
    margin-bottom: 15px;
  }
  #recruit .contents .left .text {
    font-size: 14px;
  }
  #recruit .contents .btn {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#news .head h2 small {
  display: flex;
  align-items: center;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -moz-column-gap: 13px;
       column-gap: 13px;
  /* &::before{
    content: "";
    width: 38px;
    aspect-ratio: 38/39;
    background-repeat: no-repeat;
    background-size: cover;
    @if $color == #101010{
      background-image: url(../images/heading-icon-black.webp);
    }@else if $color == #fff{
      background-image: url(../images/heading-icon-white.webp);
    }
  } */
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 36px;
  }
  #news .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 26px;
  }
  #news .head h2 small {
    font-size: 20px;
    /*  &::before{
       width: 26px;
     } */
  }
}
#news .head .btn {
  margin-left: auto;
  margin-top: 21px;
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #032f9b;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background: url(../images/arow-blue.webp) no-repeat center right 30px #fff;
  border: 1px solid #032f9b;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .head .btn a {
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 230px;
    height: 55px;
    font-size: 14px;
  }
}
#news .contents {
  overflow-x: clip;
}
#news .contents .content {
  flex: 1;
  margin-top: 10px;
}
@media (max-width: 999px) {
  #news .head .btn {
    margin-top: 0;
  }
  #news .contents .content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #news .head {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 50px;
    row-gap: 20px;
  }
  #news .head .btn {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  overflow-x: clip;
  padding-bottom: 142px;
}
#company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #f1f1f1;
  z-index: -1;
}
#company::after {
  content: "";
  position: absolute;
  width: 35.75%;
  aspect-ratio: 572/588;
  right: -9.6875%;
  top: calc(200px + 6.25vw);
  background: url(../images/company-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#company .mainimage {
  margin-right: 200px;
  margin-bottom: 56px;
}
#company .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
#company .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#company .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 45px;
  overflow-x: clip;
}
#company .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#company .head h2 small {
  display: flex;
  align-items: center;
  font-family: "ebrima";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -moz-column-gap: 13px;
       column-gap: 13px;
  /* &::before{
    content: "";
    width: 38px;
    aspect-ratio: 38/39;
    background-repeat: no-repeat;
    background-size: cover;
    @if $color == #101010{
      background-image: url(../images/heading-icon-black.webp);
    }@else if $color == #fff{
      background-image: url(../images/heading-icon-white.webp);
    }
  } */
}
@media (max-width: 999px) {
  #company .head h2 {
    font-size: 36px;
  }
  #company .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #company .head h2 {
    font-size: 26px;
  }
  #company .head h2 small {
    font-size: 20px;
    /*  &::before{
       width: 26px;
     } */
  }
}
#company .head .btn {
  margin-left: auto;
  margin-top: 24px;
}
#company .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #032f9b;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background: url(../images/arow-blue.webp) no-repeat center right 30px #fff;
  border: 1px solid #032f9b;
}
#company .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #company .head .btn a {
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .head .btn a {
    width: 230px;
    height: 55px;
    font-size: 14px;
  }
}
#company .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 6.7796610169%;
  overflow-x: clip;
}
#company .contents .block {
  width: 46.6101694915%;
}
#company .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents .block a:hover {
  opacity: 0.6;
}
#company .contents .block .image {
  width: 100%;
  aspect-ratio: 550/280;
  margin-bottom: 30px;
}
#company .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents .block .titles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#company .contents .block .titles .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#company .contents .block .titles .block-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  margin-left: auto;
}
#company .contents .block .titles .block-btn a {
  font-weight: 500;
  color: #101010;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#company .contents .block .titles .block-btn a::after {
  content: "";
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-black2.webp) no-repeat center #fff;
}
@media (max-width: 1400px) {
  #company .mainimage {
    margin-right: 100px;
  }
}
@media (max-width: 999px) {
  #company {
    padding-bottom: 110px;
  }
  #company .mainimage {
    margin-right: 10px;
    margin-bottom: 40px;
  }
  #company .head {
    margin-bottom: 35px;
  }
  #company .head .btn {
    margin-top: 0;
  }
  #company .contents .block .image {
    margin-bottom: 20px;
  }
  #company .contents .block .titles .title {
    font-size: 20px;
  }
  #company .contents .block .titles .block-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 90px;
    padding-top: 30px;
  }
  #company::before {
    height: 100%;
  }
  #company::after {
    top: 6.25vw;
  }
  #company .mainimage {
    margin-bottom: 30px;
    display: none;
  }
  #company .head {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: unset;
  }
  #company .head .btn {
    margin: 20px auto 50px;
  }
  #company .contents {
    flex-direction: column;
    align-items: center;
  }
  #company .contents .block {
    width: 100%;
    max-width: 400px;
  }
  #company .contents .block .image {
    margin-bottom: 10px;
  }
  #company .contents .block .titles .title {
    font-size: 18px;
  }
  #company .contents .block .titles .block-btn {
    font-size: 14px;
  }
  #company .contents .block .titles .block-btn a::after {
    width: 30px;
  }
}/*# sourceMappingURL=index.css.map */