@charset "UTF-8";
#company .contents .btn a, #news .head .btn a, #business .inner .head .btn a, #features .inner .contents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #00428f;
  width: 270px;
  height: 74px;
  position: relative;
  border-radius: 5px;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#company .contents .btn a:hover, #news .head .btn a:hover, #business .inner .head .btn a:hover, #features .inner .contents .btn a:hover {
  opacity: 0.6;
}
#company .contents .btn a::after, #news .head .btn a::after, #business .inner .head .btn a::after, #features .inner .contents .btn a::after {
  content: "";
  background-image: url(../images/arrow.webp);
  width: 31px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  #company .contents .btn a, #news .head .btn a, #business .inner .head .btn a, #features .inner .contents .btn a {
    font-size: 14px;
    height: 60px;
    width: 240px;
  }
  #company .contents .btn a::after, #news .head .btn a::after, #business .inner .head .btn a::after, #features .inner .contents .btn a::after {
    right: 20px;
  }
}

#news .head h2, #business .inner .head h2, #features .inner .contents h2 {
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.5555555556;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
#news .head h2 small, #business .inner .head h2 small, #features .inner .contents h2 small {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  display: block;
  color: #00428f;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-bottom: #00428f 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 7px;
}
@media (max-width: 1199px) {
  #news .head h2, #business .inner .head h2, #features .inner .contents h2 {
    font-size: 26px;
  }
  #news .head h2 small, #business .inner .head h2 small, #features .inner .contents h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head h2, #business .inner .head h2, #features .inner .contents h2 {
    font-size: 22px;
  }
  #news .head h2 small, #business .inner .head h2 small, #features .inner .contents h2 small {
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

#news .head h2, #business .inner .head h2, #features .inner .contents h2 {
  margin-bottom: 40px;
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img {
  height: calc(100vh - 370px);
  height: calc(100vh - 127px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  text-align: end;
  font-family: "Bahnschrift", "Akshar", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 120px;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 230px;
  }
  #mainimg .catch {
    font-size: 34px;
  }
}

.catch-bottom {
  position: relative;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 80px;
}
.catch-bottom::before {
  content: "";
  background-color: #00428f;
  height: 350px;
  width: calc((100% - 1180px) / 2 + 174px);
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -1;
}
.catch-bottom .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.catch-bottom .inner p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.catch-bottom .inner p span {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .catch-bottom::before {
    width: 165px;
    top: -50px;
    height: 300px;
  }
  .catch-bottom .inner p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catch-bottom {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .catch-bottom::before {
    width: 145px;
    top: -20px;
  }
  .catch-bottom .inner p {
    font-size: 14px;
  }
}
@media (max-width: 530px) {
  .catch-bottom::before {
    width: calc(25.5vw + 10px);
  }
  .catch-bottom .inner p {
    font-size: 2.62vw;
  }
}

/* ----------------------------------------------
features
------------------------------------------------- */
#features {
  z-index: 3;
  position: relative;
  background-color: #232323;
  padding-top: 90px;
  overflow: hidden;
}
#features .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 150px;
  position: relative;
}
#features .inner::before {
  content: "";
  width: 295px;
  height: 746px;
  position: absolute;
  background-image: url(../images/features-shape.webp);
  bottom: -130px;
  right: -110px;
  z-index: -1;
}
#features .inner .image {
  width: 44%;
  position: relative;
}
#features .inner .image img {
  width: 100%;
}
#features .inner .image .image-text {
  font-family: "Bahnschrift", "Akshar", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 88px;
  line-height: 1.1363636364;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: -160px;
}
#features .inner .contents {
  width: 50%;
}
#features .inner .contents h2 small {
  margin-bottom: 30px;
}
#features .inner .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #ffffff;
}
#features .inner .contents .btn {
  margin-top: 50px;
}
@media (max-width: 1500px) {
  #features .inner::before {
    right: 10px;
  }
  #features .inner .image .image-text {
    left: -10px;
  }
}
@media (max-width: 1199px) {
  #features .inner::before {
    background-size: 100%;
    width: 250px;
    height: 650px;
    background-repeat: no-repeat;
  }
  #features .inner .image .image-text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #features {
    padding-top: 60px;
  }
  #features .inner {
    display: block;
    padding-bottom: 70px;
  }
  #features .inner::before {
    background-size: 100%;
    width: 180px;
    height: 500px;
    background-repeat: no-repeat;
  }
  #features .inner .image {
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #features .inner .image .image-text {
    font-size: 40px;
    left: -20px;
  }
  #features .inner .contents {
    width: 100%;
    margin-top: 30px;
  }
  #features .inner .contents h2 {
    margin-bottom: 30px;
  }
  #features .inner .contents h2 small {
    margin-bottom: 20px;
  }
  #features .inner .contents .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  margin-top: 85px;
  margin-bottom: 150px;
}
#business .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#business .inner .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
#business .inner .head h2 {
  color: #0c0c0c;
  margin-bottom: 0;
}
#business .inner .contents {
  gap: 0 6.7796610169%;
  display: flex;
}
#business .inner .contents .block {
  width: 28.813559322%;
}
#business .inner .contents .block a {
  transition: all 0.5s ease-out;
  color: #0c0c0c;
  text-decoration: none;
}
#business .inner .contents .block a:hover {
  opacity: 0.6;
}
#business .inner .contents .block .image {
  position: relative;
}
#business .inner .contents .block .image .image-text {
  color: #ffffff;
  font-family: "Bahnschrift", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 48px;
  position: absolute;
  bottom: 0;
  line-height: 1.125;
  left: -0.09em;
  bottom: -0.28em;
}
#business .inner .contents .block .image img {
  width: 100%;
}
#business .inner .contents .block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
#business .inner .contents .block .title::after {
  content: "";
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  background-image: url(../images/arrow2.webp);
}
@media (max-width: 1199px) {
  #business .inner .contents .block .image .image-text {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #business {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  #business .inner .head {
    display: block;
    margin-bottom: 40px;
  }
  #business .inner .head .btn {
    margin-top: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #business .inner .contents {
    flex-wrap: wrap;
    gap: 0 6%;
    justify-content: center;
  }
  #business .inner .contents .block {
    width: 47%;
  }
  #business .inner .contents .block .image .image-text {
    font-size: 25px;
  }
  #business .inner .contents .block .title {
    font-size: 16px;
    margin-top: 5px;
  }
  #business .inner .contents .block .title::after {
    width: 25px;
    height: 25px;
  }
  #business .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding-top: 90px;
  padding-bottom: 120px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  background-color: #f9f8f7;
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
#news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#news .head h2 {
  color: #0c0c0c;
  margin-bottom: 0;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article {
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   } 
   */
}
#news article a {
  display: flex;
  align-items: center;
  padding: 0 0px 14px 0px;
  border-bottom: solid 1px #e3e2de;
  color: #0c0c0c;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news article a:hover {
  opacity: 0.6;
}
#news article + article {
  margin-top: 30px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  line-height: 2.1428571429;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 16px;
  margin-right: 40px;
  font-weight: 700;
  color: #5e5e5e;
  letter-spacing: 0.08em;
}
#news article .text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #news {
    padding-top: 60px;
    padding-bottom: 70px;
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #news .head {
    display: block;
  }
  #news .head .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #news article {
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article a {
    display: block;
    padding: 0 0px 5px 0px;
  }
  #news article a + article {
    margin-top: 30px;
  }
  #news article a time {
    margin-right: 0px;
    font-size: 14px;
  }
  #news article a .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  margin-top: 110px;
  margin-bottom: 110px;
}
#recruit a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
#recruit a:hover {
  opacity: 0.6;
}
#recruit .inner {
  background-image: url(../images/recruit-bg.webp);
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
}
#recruit .inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow3.webp);
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 30px;
}
#recruit .inner .contents {
  text-align: center;
}
#recruit .inner .contents h2 {
  font-family: "Bahnschrift", "Akshar", serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 15px;
}
#recruit .inner .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media (max-width: 1199px) {
  #recruit .inner .contents h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #recruit .inner {
    padding: 75px 0;
  }
  #recruit .inner::before {
    width: 40px;
    height: 40px;
    background-size: 100%;
    bottom: 20px;
    right: 20px;
  }
  #recruit .inner .contents .welcame img {
    width: 100px;
  }
  #recruit .inner .contents h2 {
    font-size: 30px;
  }
  #recruit .inner .contents .text {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  background-image: url(../images/company-bg.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 110px;
}
#company .contents {
  text-align: center;
}
#company .contents h2 {
  display: block;
  font-family: "Bahnschrift", "Akshar", serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 50px;
}
#company .contents h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  display: block;
}
#company .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-bottom: 50px;
}
#company .contents .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  #company .contents h2 {
    font-size: 40px;
  }
  #company .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #company .contents h2 {
    font-size: 27px;
    margin-bottom: 35px;
  }
  #company .contents h2 small {
    font-size: 14px;
  }
  #company .contents .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------

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