@charset "UTF-8";
#recruit .btn, #company .btn, #business .btn, #message .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 7px;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: #1a687f 1px solid;
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#recruit .btn:hover, #company .btn:hover, #business .btn:hover, #message .btn:hover {
  opacity: 0.6;
}
#recruit .btn a, #company .btn a, #business .btn a, #message .btn a {
  font-weight: 500;
  color: #1a687f;
  text-decoration: none;
  padding-right: 60px;
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.png);
  background-position: center right 35px;
  background-repeat: no-repeat;
}

#news h2, #recruit h2, #company h2, #business h2, #message h2 {
  font-size: 30px;
  color: #1a687f;
  line-height: 2;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  display: flex;
  align-items: center;
}
#news h2 small, #recruit h2 small, #company h2 small, #business h2 small, #message h2 small {
  margin-bottom: 10px;
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  #news h2, #recruit h2, #company h2, #business h2, #message h2 {
    font-size: 50px;
  }
  #news h2 small, #recruit h2 small, #company h2 small, #business h2 small, #message h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #news h2, #recruit h2, #company h2, #business h2, #message h2 {
    font-size: 28px;
  }
  #news h2 small, #recruit h2 small, #company h2 small, #business h2 small, #message h2 small {
    font-size: 16px;
    margin-bottom: 2px;
    margin-left: 10px;
  }
}

#news h2, #recruit h2, #company h2, #business h2, #message h2 {
  margin-bottom: 30px;
  text-align: center;
}

#recruit .btn, #company .btn, #business .btn, #message .btn {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg .overlay {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  right: 0;
  width: 800px;
  height: 440px;
  background-color: #1a687f;
  mix-blend-mode: multiply;
  border-radius: 30px 0 0 30px;
}
#mainimg .catch {
  position: absolute;
  top: 38%;
  right: 0;
  transform: translateY(-50%);
  padding: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 109px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #ffffff;
  overflow: hidden;
}
#mainimg .catch p {
  color: #ffffff;
  display: block;
}
#mainimg .catch span {
  font-size: 90px;
}
#mainimg .catch small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
  margin-top: 20px;
}
#mainimg .catch2 {
  position: absolute;
  top: calc(38% + 300px);
  right: 0;
  transform: translateY(-50%);
  padding-right: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 70px;
  color: #ffffff;
  text-align: end;
  text-shadow: 0.01em 0.01em 0.5em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.5em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.5em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.5em rgba(12, 12, 12, 0.2);
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: 650px;
  }
  #mainimg .overlay {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    width: 600px;
    height: 280px;
    background-color: #1a687f;
    mix-blend-mode: multiply;
    border-radius: 30px 0 0 30px;
  }
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .catch span {
    font-size: 25px;
  }
  #mainimg .catch small {
    font-size: 14px;
  }
  #mainimg .catch2 {
    font-size: 44px;
    top: calc(40% + 170px);
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 450px;
    min-height: unset;
  }
  #mainimg .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(100% - 10px);
    height: 230px;
    max-width: 600px;
    border-radius: 30px 0 0 30px;
  }
  #mainimg .catch {
    font-size: 30px;
    padding: 15px;
    max-width: calc(100% - 10px);
    padding: 20px;
    top: 50%;
    padding-right: 10px;
  }
  #mainimg .catch span {
    font-size: 22px;
  }
  #mainimg .catch small {
    font-size: 14px;
    margin-top: 10px;
  }
  #mainimg .catch2 {
    font-size: 28px;
    top: calc(50% + 140px);
    padding-right: 15px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  overflow: clip;
  background-image: url(../images/message.png);
  background-position: top;
  background-size: cover;
}
#message::before {
  content: "";
  width: 40%;
  height: calc(100% - 250px);
  background-image: url(../images/message-image.png);
  background-image: url(../images/message-image.webp);
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 170px;
  left: 0;
}
#message .inner {
  position: relative;
  margin-top: -170px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  margin-left: auto;
  margin-right: unset;
  padding: 20px 40px;
  width: 60%;
  /*
  &::before{
    z-index: 3;
    content: "";
    width: 80px;
    height: 100px;
    position: absolute;
    left: -80px;
    top: 0;
    background-color: #ffffff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }*/
}
#message .text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.6875;
  margin-bottom: 50px;
}
@media (max-width: 1800px) {
  #message::before {
    content: "";
    height: calc(100% - 200px);
    background-size: cover;
    top: 9.2vw;
  }
}
@media (max-width: 1650px) {
  #message::before {
    content: "";
    height: calc(100% - 200px);
    background-size: cover;
    top: 144px;
  }
}
@media (max-width: 1520px) {
  #message::before {
    top: 153px;
  }
}
@media (max-width: 1199px) {
  #message {
    background-size: 120%;
  }
  #message::before {
    content: "";
    height: calc(100% - 70px);
    background-size: cover;
    top: 10.8vw;
    width: 50%;
  }
  #message .inner {
    width: 65%;
    padding-bottom: 70px;
    padding-right: 10px;
  }
  #message h2 {
    text-align: end;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #message {
    margin-bottom: 60px;
  }
  #message::before {
    display: none;
  }
  #message h2 {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #message .inner {
    margin-top: -50px;
    width: 100%;
    padding: 0 10px;
  }
  #message .btn {
    margin-left: auto;
    margin-right: unset;
  }
  #message .text {
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  margin-top: -100px;
  padding: 50px 0;
  padding-bottom: 100px;
  background-image: url(../images/business-bg.png);
  background-image: url(../images/business-bg.webp);
  background-size: cover;
  background-position: top;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  pointer-events: none;
}
#business .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  gap: 3.4444444444%;
  display: flex;
  flex-wrap: wrap;
}
#business .block {
  width: 31.037037037%;
}
#business h2 {
  display: block;
  text-align: left;
  color: #ffffff;
  line-height: 1.4;
  margin-left: 50px;
  margin-bottom: 100px;
  padding-left: 50px;
}
#business h2 small {
  margin-left: unset;
  color: #ffffff;
}
#business .image {
  margin-bottom: 10px;
}
#business .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 419/353;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
#business a {
  transition: all 0.5s ease-out;
  pointer-events: all;
}
#business a:hover {
  opacity: 0.6;
}
#business .title {
  font-size: 28px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#business .title small {
  font-size: 20px;
}
#business .title small::before {
  content: "  ｜ ";
}
#business .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-top: 100px;
}
@media (max-width: 1350px) {
  #business h2 {
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  #business {
    background-size: 100%;
    background-image: url(../images/business-bg2.jpg);
    background-position: center;
    background-size: cover;
    margin-top: unset;
  }
  #business h2 {
    padding-left: 10px;
    margin-left: 0;
  }
  #business .title {
    font-size: 22px;
  }
  #business .title small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #business {
    margin-top: unset;
    padding-bottom: 60px;
  }
  #business h2 {
    margin-bottom: 40px;
  }
  #business .contents {
    flex-wrap: wrap;
    gap: 4%;
    justify-content: space-around;
  }
  #business .block {
    width: 47%;
  }
  #business .block:nth-child(n+3) {
    margin-top: 40px;
  }
  #business .title {
    font-size: 16px;
    display: flex;
    gap: 0px 10px;
  }
  #business .title small {
    font-size: 13px;
  }
  #business .title small::before {
    display: none;
  }
  #business .btn {
    margin-top: 60px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-top: 100px;
  background-image: url(../images/company-bg.webp);
  background-position: center;
  background-size: cover;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  padding-right: 50px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
#company h2 {
  display: block;
  text-align: right;
  line-height: 1.4;
  margin-left: 50px;
  margin-bottom: 100px;
  color: #ffffff;
  margin-bottom: 30px;
}
#company h2 small {
  color: #ffffff;
  margin-left: unset;
}
#company h3 {
  text-align: end;
  font-size: 41px;
  margin-bottom: 10px;
  line-height: 1.6097560976;
}
#company .text {
  line-height: 2;
  text-align: end;
}
#company .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background-color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  #company {
    height: 570px;
    padding: 10px;
    margin-top: 70px;
  }
  #company h3 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  #company {
    height: 500px;
    margin-top: 30px;
  }
  #company h3 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background-image: url(../images/recruit-bg.webp);
  background-position: center;
  background-size: cover;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  padding-left: 100px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
#recruit h2 {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 100px;
  color: #ffffff;
  margin-bottom: 30px;
}
#recruit h2 small {
  color: #ffffff;
  margin-left: unset;
}
#recruit h3 {
  text-align: left;
  font-size: 41px;
  margin-bottom: 10px;
  line-height: 1.6097560976;
  font-weight: 500;
}
#recruit .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  background-color: #ffffff;
  margin-top: 30px;
  border: #000 solid 1px;
}
#recruit .btn a {
  color: #000;
}
@media (max-width: 1199px) {
  #recruit {
    padding-left: 10px;
    height: 570px;
    margin-bottom: 70px;
  }
  #recruit h3 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  #recruit {
    height: 440px;
    margin-bottom: 30px;
  }
  #recruit h3 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  /* //画像あり
  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 .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article {
  display: flex;
  padding: 0 20px 10px 20px;
  border-bottom: solid 1px #f3f3f3;
  /*  カテゴリーあり
  .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 + article {
  margin-top: 45px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  margin-right: 50px;
  font-weight: 700;
  color: #fabe00;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media (max-width: 767px) {
  #news {
    /* //画像あり
    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 article {
    display: block;
    padding: 0 10px 5px 10px;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article time {
    margin-right: 0px;
  }
  #news article .text {
    font-size: 14px;
  }
}

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

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

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

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

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