#case .btn a, #business .btn a, #news .top .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../images/arow-white.webp) no-repeat center right 18px #005388;
}
#case .btn a:hover, #business .btn a:hover, #news .top .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .btn a, #business .btn a, #news .top .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #case .btn a, #business .btn a, #news .top .btn a {
    width: 230px;
    height: 50px;
  }
}

#company h2, #case h2, #business h2, #pickup h2, #news .top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#company h2 small, #case h2 small, #business h2 small, #pickup h2 small, #news .top h2 small {
  display: block;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #144994;
}
@media (max-width: 999px) {
  #company h2, #case h2, #business h2, #pickup h2, #news .top h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #company h2, #case h2, #business h2, #pickup h2, #news .top h2 {
    font-size: 22px;
  }
  #company h2 small, #case h2 small, #business h2 small, #pickup h2 small, #news .top h2 small {
    font-size: 10px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 81px;
  overflow-y: clip;
}
#mainimg #mainslider img {
  height: calc(100vh - 87px);
  -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(0, 83, 136, 0.72);
}
#mainimg .contents {
  display: flex;
  -moz-column-gap: 3.4375%;
       column-gap: 3.4375%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainimg .shape {
  width: min(54.6875%, 875px);
  display: flex;
  align-items: end;
  align-content: end;
  background: url(../images/main-shape1.webp) no-repeat bottom/100% auto;
}
#mainimg .shape .mask {
  margin: 0 4.5714285714% -4px auto;
  align-content: end;
  width: 82.7428571429%;
  aspect-ratio: 724/643;
  max-height: 100%;
  background: url(../images/main-shape2.webp) no-repeat center/cover;
  -webkit-mask-image: url(../images/main-shape2.webp);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
#mainimg .shape .mask canvas {
  width: 100%;
  height: auto;
}
#mainimg #animation_container {
  position: relative;
}
#mainimg #dom_overlay_container {
  width: 100% !important;
  height: 100% !important;
}
#mainimg .catch {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 62.9px;
  line-height: 1.3748807631;
  letter-spacing: 0.2em;
  color: #fff;
  align-content: center;
  padding: 36px 10px 0 0;
}
#mainimg .catch small {
  display: block;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33.95px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #96bdf5;
  margin: 26px 0 0 5px;
}
#mainimg .catch .image55th {
  margin-bottom: 60px;
}
#mainimg .catch .image55th img {
  max-width: 732px;
  width: 90%;
}
@media (max-width: 1500px) {
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .catch small {
    font-size: 24px;
  }
  #mainimg .catch .image55th {
    margin-bottom: 40px;
  }
  #mainimg .catch .image55th img {
    max-width: 732px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 30px;
  }
  #mainimg .catch small {
    font-size: 18px;
    margin-top: 15px;
  }
  #mainimg .catch .image55th {
    margin-bottom: 20px;
  }
  #mainimg .catch .image55th img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 60px;
  }
  #mainimg #mainslider img {
    min-height: 150px;
  }
  #mainimg .shape {
    width: 45%;
  }
  #mainimg .catch {
    padding-top: 15px;
    font-size: 24px;
  }
  #mainimg .catch small {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
  }
  #mainimg .catch .image55th {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .shape {
    width: 35%;
  }
  #mainimg .catch {
    font-size: 18px;
  }
  #mainimg .catch small {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .top {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
#news .top .btn {
  margin-left: auto;
  margin-top: 30px;
}
#news .contents:not(.on) {
  display: none;
}
@media (max-width: 999px) {
  #news .top .btn {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #news .top {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #news .top .btn {
    margin: unset;
  }
}

/* ----------------------------------------------
pickup
------------------------------------------------- */
#pickup {
  background-color: #e5f5ff;
  padding: 91px 0 99px;
}
#pickup h2 {
  text-align: center;
  margin-bottom: 63px;
}
#pickup .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2.9661016949%;
}
#pickup .contents .block {
  width: 31.3559322034%;
}
#pickup .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#pickup .contents .block a:hover {
  opacity: 0.6;
}
#pickup .contents .block a .title {
  background: url(../images/arow-blue.webp) no-repeat center right 18px;
}
#pickup .contents .block .image {
  aspect-ratio: 370/220;
  margin-bottom: 13px;
}
#pickup .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005388;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 999px) {
  #pickup {
    padding: 80px 0;
  }
  #pickup h2 {
    margin-bottom: 50px;
  }
  #pickup .contents .block .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #pickup {
    padding: 70px 0;
  }
  #pickup h2 {
    margin-bottom: 40px;
  }
  #pickup .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #pickup .contents .block {
    width: 47%;
  }
  #pickup .contents .block a .title {
    background-position: center right 10px;
  }
  #pickup .contents .block .title {
    font-size: 14px;
    padding: 0 20px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  padding: 82px 0 117px;
  margin-bottom: 93px;
  position: relative;
  /* &::after{
    background-color: rgba(#144994,0.47);
    mix-blend-mode: multiply;
  } */
}
#business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#business::before {
  background: url(../images/business-bg.webp) no-repeat center/cover;
  background-attachment: fixed;
}
#business h2 {
  text-align: center;
  margin-bottom: 74px;
}
#business .contents {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px 2.1666666667%;
  margin-bottom: 72px;
}
#business .contents .block {
  width: 31.8888888889%;
  position: relative;
}
#business .contents .block a {
  text-decoration: none;
}
#business .contents .block a:hover {
  opacity: 1;
}
#business .contents .block a:hover .bg::after {
  height: 100%;
  /* opacity: 0; */
}
#business .contents .block a .content {
  background: url(../images/arow-white2.webp) no-repeat top 52.5% right 6.968641115%;
}
#business .contents .block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#business .contents .block .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .contents .block .bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.4);
  /* @include transition(); */
  transition: all 0.3s ease-out;
}
#business .contents .block .content {
  text-align: center;
  position: relative;
  padding: 178px 10.4529616725% 162px;
  height: 100%;
  align-content: center;
}
#business .contents .block .content .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
#business .contents .block .content .title small {
  display: block;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
}
#business .contents .block .content .cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80%;
  padding: 0 10px;
  min-height: 40.01px;
  background-color: #144994;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
}
#business .btn a {
  margin: 0 auto;
}
@media (max-width: 1599px) {
  #business .contents .block .content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #business .contents .block .content .title {
    font-size: 34px;
  }
  #business .contents .block .content .cate {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #business {
    padding: 70px 0 90px;
    margin-bottom: 80px;
  }
  #business h2 {
    margin-bottom: 60px;
  }
  #business .contents {
    margin-bottom: 60px;
    gap: 31px 2.7118644068%;
  }
  #business .contents .block {
    width: 48.6440677966%;
  }
  #business .contents .block .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #business .contents .block .content .title {
    font-size: 30px;
  }
  #business .contents .block .content .title small {
    font-size: 14px;
  }
  #business .contents .block .content .cate {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 60px 0;
    margin-bottom: 70px;
    background-attachment: unset;
  }
  #business h2 {
    margin-bottom: 40px;
  }
  #business .contents {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #business .contents .block {
    width: 100%;
    max-width: 400px;
  }
  #business .contents .block .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #business .contents .block .content .title {
    font-size: 24px;
  }
  #business .contents .block .content .title small {
    font-size: 12px;
  }
  #business .contents .block .content .cate {
    font-size: 16px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  padding: 0 max((100% - 1180px) / 2, 20px);
  overflow-x: clip;
}
#case h2 {
  text-align: end;
}
#case .slide {
  margin-bottom: 74px;
}
#case .slide .slick-arow {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 83px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #005388;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
#case .slide .slick-arow.prev {
  left: 50%;
  background-image: url(../images/prev-arow.webp);
}
#case .slide .slick-arow.next {
  left: calc(50% + 115px);
  background-image: url(../images/next-arow.webp);
}
#case .slide .slick-list {
  overflow: unset;
  margin: 0 -13px;
}
#case .slide .block {
  margin: 0 13px;
  align-content: end;
}
#case .slide .block.slick-current {
  transition: all 0.5s ease-out;
}
#case .slide .block.slick-current .cate {
  opacity: 0;
  transform: translate(0, 100px);
  top: 20px;
  left: 30px;
}
#case .slide .block.slick-current .cate.in {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease-out;
}
#case .btn a {
  margin: 0 auto;
}
@media (max-width: 1300px) {
  #case .slide .slick-list {
    margin: 0 -5px;
  }
  #case .slide .block {
    margin: 0 5px;
  }
}
@media (max-width: 999px) {
  #case .slide {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #case .slide {
    margin-bottom: 50px;
  }
  #case .slide .slick-arow {
    width: 45px;
    transform: translateX(0);
  }
  #case .slide .slick-arow.prev {
    left: 65%;
  }
  #case .slide .slick-arow.next {
    left: calc(65% + 55px);
  }
  #case .slide .block.slick-current .cate {
    top: 10px;
    left: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding-top: 79px;
  padding-bottom: 85px;
}
#company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1434px;
  height: 100%;
  background: url(../images/company-bg.webp) no-repeat center/cover;
  clip-path: polygon(48.3% 0, 100% 0, 100% 100%, 30% 100%);
  z-index: -1;
}
#company h2 {
  text-align: center;
  margin-bottom: 154px;
}
#company .contents {
  margin-left: max((100% - 1180px) / 2, 10px);
  margin-right: 10px;
  max-width: 775px;
  background-color: rgba(255, 255, 255, 0.87);
}
#company .contents .block {
  border-bottom: 1px solid #ececec;
}
#company .contents .block:not(:has(a)) {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
#company .contents .block:not(:has(a)) > *:not(:first-child):not(.btn) {
  margin-left: 48px;
}
#company .contents .block:not(:has(a)) .btn {
  display: none;
}
#company .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
#company .contents .block a:hover {
  opacity: 0.6;
}
#company .contents .block a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005388;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#company .contents .block a:hover::after {
  transform: scale(1);
}
#company .contents .block a:hover .title {
  color: #fff;
}
#company .contents .block a:hover .btn {
  color: #fff;
}
#company .contents .block a:hover .btn::after {
  background: url(../images/arow-blue2.webp) no-repeat center #fff;
}
#company .contents .block a > *:not(:first-child):not(.btn) {
  margin-left: 48px;
}
#company .contents .block a .btn {
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #144994;
}
#company .contents .block a .btn::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-white3.webp) no-repeat center #144994;
}
#company .contents .block .image {
  width: 26.1935483871%;
  text-align: end;
}
#company .contents .block .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents .block .title {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #101010;
}
#company .contents .block:first-child {
  border-top: 1px solid #ececec;
}
@media (max-width: 999px) {
  #company {
    padding: 60px 0;
  }
  #company h2 {
    margin-bottom: 90px;
  }
  #company .contents .block:not(:has(a)) {
    padding: 20px 0;
  }
  #company .contents .block:not(:has(a)) > *:not(:first-child):not(.btn) {
    margin-left: 20px;
  }
  #company .contents .block a {
    padding: 20px 0;
  }
  #company .contents .block a > *:not(:first-child):not(.btn) {
    margin-left: 20px;
  }
  #company .contents .block a .btn {
    font-size: 14px;
    margin-right: 20px;
  }
  #company .contents .block .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 50px 0;
  }
  #company h2 {
    margin-bottom: 70px;
  }
  #company .contents .block:not(:has(a)) {
    padding: 15px 0;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
  }
  #company .contents .block:not(:has(a)) > *:not(:first-child):not(.btn) {
    margin-left: 10px;
  }
  #company .contents .block a {
    padding: 15px 0;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
  }
  #company .contents .block a > *:not(:first-child):not(.btn) {
    margin-left: 10px;
  }
  #company .contents .block a .btn {
    margin-right: 10px;
  }
  #company .contents .block a .btn::after {
    width: 40px;
  }
  #company .contents .block .image {
    min-width: 120px;
  }
  #company .contents .block .title {
    font-size: 18px;
  }
}

/* ----------------------------------------------
recruits
------------------------------------------------- */
#recruits {
  display: flex;
  overflow-x: clip;
}
#recruits article {
  width: 50%;
  position: relative;
}
#recruits article:not(:has(a)) .content .btn {
  display: none;
}
#recruits article a {
  text-decoration: none;
}
#recruits article a:hover {
  opacity: 1;
}
#recruits article a:hover .bg::after {
  opacity: 0;
}
#recruits article a .content {
  position: relative;
}
#recruits article a .content .btn {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#recruits article a .content .btn::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
#recruits article .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#recruits article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruits article .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  mix-blend-mode: multiply;
}
#recruits article .content {
  padding: 158px 10px 200px 11.25%;
  height: 100%;
}
#recruits article h2 {
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#recruits article h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#recruits article.sustainability a .content .btn {
  right: 30px;
}
#recruits article.sustainability a .content .btn::after {
  background-image: url(../images/arow-green.webp);
}
#recruits article.sustainability .bg::after {
  background-color: rgba(106, 157, 54, 0.47);
}
#recruits article.recruit a .content .btn {
  right: 43px;
}
#recruits article.recruit a .content .btn::after {
  background-image: url(../images/arow-recruit.webp);
}
#recruits article.recruit .bg::after {
  background-color: rgba(20, 73, 148, 0.47);
}
@media (max-width: 999px) {
  #recruits article a .content .btn {
    font-size: 14px;
    bottom: 20px;
    right: 20px !important;
  }
  #recruits article a .content .btn::after {
    width: 40px;
  }
  #recruits article .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #recruits article h2 {
    font-size: 36px;
  }
  #recruits article h2 small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #recruits {
    flex-direction: column;
  }
  #recruits article {
    width: 100%;
  }
  #recruits article a .content .btn {
    bottom: 10px;
    right: 10px !important;
  }
  #recruits article .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #recruits article h2 {
    font-size: 26px;
  }
  #recruits article h2 small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
#bnr {
  background-color: #ececec;
  padding: 90px 0 100px;
}
#bnr .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2.8248587571%;
}
#bnr .contents .block {
  width: 22.8813559322%;
  aspect-ratio: 270/150;
}
#bnr .contents .block a {
  transition: all 0.5s ease-out;
}
#bnr .contents .block a:hover {
  opacity: 0.6;
}
#bnr .contents .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #bnr {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  #bnr {
    padding: 50px 0;
  }
  #bnr .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #bnr .contents .block {
    width: 47%;
  }
}/*# sourceMappingURL=index.css.map */