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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 110px;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 98px;
  line-height: 1.2;
  color: #fff;
  padding: 0 10px 47px 4.1875%;
}
#mainimg .catch small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 29px;
  line-height: 1.5172413793;
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 90px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 70px;
    padding-bottom: 20px;
  }
  #mainimg .catch small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg .catch {
    font-size: 50px;
    padding-bottom: 15px;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 36px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding: 0 max((100% - 1330px) / 2, 10px);
  margin-bottom: 155px;
}
#message .top {
  position: relative;
  padding: 10px 10px 10px 0;
  align-content: center;
  justify-items: start;
  min-height: 520px;
  margin-bottom: 30px;
  background: url(../images/message-image.webp) no-repeat center/cover;
  border-radius: 30px;
}
#message .top h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #22b073;
  background-color: #fff;
  padding: 19px 7.2727272727% 10px 5.6818181818%;
  min-height: 259px;
  align-content: center;
  margin-bottom: 27px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#message .top h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 999px) {
  #message .top h2 {
    font-size: 40px;
  }
  #message .top h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message .top h2 {
    font-size: 30px;
  }
  #message .top h2 small {
    font-size: 16px;
  }
}
#message .bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 2.2556390977% 0 4.2857142857%;
}
#message .bottom .text {
  flex: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.8636363636;
  letter-spacing: 0.05em;
  color: #000;
}
#message .bottom .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  width: 337px;
  max-width: 100%;
  height: 70px;
  border-radius: 35px;
  font-size: 18px;
  background-color: #00a498;
  padding-left: 5px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#message .bottom .btn a:hover {
  opacity: 0.6;
}
#message .bottom .btn a::after {
  content: "";
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
  aspect-ratio: 50/8;
}
@media (max-width: 999px) {
  #message .bottom .btn a {
    height: 60px;
    width: 300px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #message .bottom .btn a {
    height: 50px;
    width: 280px;
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #message {
    margin-bottom: 110px;
  }
  #message .top {
    min-height: 400px;
    margin-bottom: 20px;
  }
  #message .top h2 {
    margin-bottom: 0;
    min-height: 200px;
  }
  #message .bottom {
    padding: 0 10px;
  }
  #message .bottom .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message {
    margin-bottom: 90px;
  }
  #message .top {
    min-height: 300px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  #message .top h2 {
    min-height: 150px;
    padding: 10px 15px;
  }
  #message .bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #message .bottom .text {
    font-size: 16px;
  }
  #message .bottom .text br {
    display: none;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  background-color: #f4f3f1;
  padding-bottom: 55px;
  margin-bottom: 120px;
}
#information .inner {
  width: min(100% - 20px, 1275px);
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 9.8039215686%;
       column-gap: 9.8039215686%;
}
#information .inner .head {
  padding-top: 148px;
}
#information .inner .head h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #9d8a85;
  padding-left: 10px;
  margin-bottom: 55px;
}
#information .inner .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 999px) {
  #information .inner .head h2 {
    font-size: 40px;
  }
  #information .inner .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #information .inner .head h2 {
    font-size: 30px;
  }
  #information .inner .head h2 small {
    font-size: 16px;
  }
}
#information .inner .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  width: 337px;
  max-width: 100%;
  height: 70px;
  border-radius: 35px;
  font-size: 18px;
  background-color: #9d8a85;
  padding-left: 5px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#information .inner .head .btn a:hover {
  opacity: 0.6;
}
#information .inner .head .btn a::after {
  content: "";
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
  aspect-ratio: 50/8;
}
@media (max-width: 999px) {
  #information .inner .head .btn a {
    height: 60px;
    width: 300px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #information .inner .head .btn a {
    height: 50px;
    width: 280px;
    font-size: 14px;
  }
}
#information .inner .right {
  flex: 1;
  margin-right: max(max((100vw - 1275px) / 2 - 20px, 0px) * -1, -2.6666666667%);
}
#information .inner .right .info-category {
  margin-bottom: 95px;
}
#information .inner .right .info-category ul li {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 195px;
}
#information .inner .right .info-category ul li.sustainability {
  letter-spacing: 0;
}
#information .inner .right .info-category ul li a {
  width: 100%;
}
#information .inner .right .contents:not(.active) {
  display: none;
}
#information .inner .right .contents article:first-child .title {
  margin-left: -7px;
}
@media (max-width: 999px) {
  #information {
    padding-bottom: 40px;
    margin-bottom: 100px;
  }
  #information .inner .head {
    padding-top: 100px;
  }
  #information .inner .head h2 {
    margin-bottom: 30px;
    padding-left: 0;
  }
  #information .inner .right .info-category {
    margin-bottom: 50px;
  }
  #information .inner .right .info-category ul li {
    min-width: unset;
  }
  #information .inner .right .contents article:first-child .title {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #information {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  #information .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #information .inner .head {
    padding-top: 30px;
  }
  #information .inner .head h2 {
    margin-bottom: 10px;
  }
  #information .inner .right {
    width: 100%;
  }
  #information .inner .right .info-category {
    margin-bottom: 20px;
  }
  #information .inner .right .info-category ul {
    justify-content: center;
  }
  #information .inner .right .info-category ul li {
    border-radius: 10px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
@keyframes scal {
  0% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(0.9);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#business {
  margin-bottom: 114px;
}
#business .inner {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#business .inner .head {
  flex: 1;
  align-content: center;
  padding: 10px 0 77px 10.125%;
  position: relative;
}
#business .inner .head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 100%;
  background-color: #00a498;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#business .inner .head h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #00a498;
  line-height: 1;
  margin: 0 0 54px 10px;
}
#business .inner .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 999px) {
  #business .inner .head h2 {
    font-size: 40px;
  }
  #business .inner .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business .inner .head h2 {
    font-size: 30px;
  }
  #business .inner .head h2 small {
    font-size: 16px;
  }
}
#business .inner .head h2 small {
  margin-top: 8px;
}
#business .inner .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  width: 337px;
  max-width: 100%;
  height: 70px;
  border-radius: 35px;
  font-size: 18px;
  background-color: #00a498;
  padding-left: 5px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#business .inner .head .btn a:hover {
  opacity: 0.6;
}
#business .inner .head .btn a::after {
  content: "";
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
  aspect-ratio: 50/8;
}
@media (max-width: 999px) {
  #business .inner .head .btn a {
    height: 60px;
    width: 300px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .inner .head .btn a {
    height: 50px;
    width: 280px;
    font-size: 14px;
  }
}
#business .inner .image {
  width: 61.5625%;
  position: relative;
  overflow: hidden;
}
#business .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#business .inner .image .boxs .box {
  position: absolute;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: max(1.125vw, 5px);
  line-height: 1.2222222222;
  color: #000;
  background-color: #fff;
  border: 2px solid #00a498;
  min-width: 18.2741116751%;
  height: 9.8073555166%;
  border-radius: 10px;
}
#business .inner .image .boxs .box:not(.none)::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 21.1538461538%;
  aspect-ratio: 10/11;
  background-color: #00a498;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#business .inner .image .boxs .box:not(.none).pr::before {
  right: 0px;
  transform: translate(100%, -50%);
}
#business .inner .image .boxs .box:not(.none).pl::before {
  left: 0px;
  transform: translate(-100%, -50%) rotate(180deg);
}
#business .inner .image .boxs .box.b1 {
  top: 8.4063047285%;
  left: 3.3502538071%;
}
#business .inner .image .boxs .box.b2 {
  top: 21.3660245184%;
  left: 31.8781725888%;
}
#business .inner .image .boxs .box.b3 {
  top: 35.5516637478%;
  left: 75.8375634518%;
}
#business .inner .image .boxs .box.b4 {
  top: 42.5569176883%;
  left: 5.6852791878%;
}
#business .inner .image .boxs .box.b5 {
  top: 78.2837127846%;
  left: 38.578680203%;
}
#business .inner .image .boxs .box.b6 {
  top: 72.3292469352%;
  left: 73.9086294416%;
}
#business .inner .image .boxs .box.b7 {
  top: 81.7863397548%;
  left: 8.0203045685%;
}
#business .inner .image .boxs .box.b8 {
  top: 16.112084063%;
  left: 68.8324873096%;
}
#business .inner .image .boxs .box:not(:has(a)) {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#business .inner .image .boxs .box a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 16px;
  color: #000;
}
#business .inner .image .boxs .box a:hover {
  opacity: 1;
}
#business .inner .image .boxs .box .area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#business .inner .image .boxs .box.hover {
  animation: scal 4s infinite;
}
#business .inner .image .boxs .box.hover .area {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 1599px) {
  #business .inner .head {
    padding-bottom: 10px;
  }
}
@media (max-width: 999px) {
  #business {
    margin-bottom: 90px;
  }
  #business .inner .head {
    padding-left: 35px;
  }
  #business .inner .head h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #business {
    margin-bottom: 80px;
  }
  #business .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #business .inner .head {
    padding-left: 30px;
    padding-right: 10px;
  }
  #business .inner .head::before {
    width: 20px;
  }
  #business .inner .head h2 {
    margin-bottom: 15px;
  }
  #business .inner .image {
    width: min(100% - 20px, 400px);
    margin: 0 auto;
  }
  #business .inner .image img {
    border-radius: 20px;
  }
}

/* ----------------------------------------------
faclitys
------------------------------------------------- */
#faclitys {
  margin-bottom: 120px;
}
#faclitys .contents {
  display: flex;
  width: min(100% - 20px, 1330px);
  margin: 0 auto;
  -moz-column-gap: 0.6015037594%;
       column-gap: 0.6015037594%;
}
#faclitys .contents .left {
  width: 42.8571428571%;
}
#faclitys .contents .right {
  width: 56.5413533835%;
}
#faclitys .contents > div {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
#faclitys .contents > div:not(:has(article:nth-child(2))) article {
  min-height: 708px;
}
#faclitys .contents > div:not(:has(article:nth-child(2))) article .content {
  align-content: end;
  height: 100%;
}
#faclitys .contents > div:not(:has(article:nth-child(2))) article .content h2 {
  margin: 0 0 20px 5px;
}
#faclitys .contents > div:has(article:nth-child(2)) article:not(:has(a)),
#faclitys .contents > div:has(article:nth-child(2)) article a {
  align-content: center;
}
#faclitys .contents > div:has(article:nth-child(2)) article .content {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
#faclitys .contents > div:has(article:nth-child(2)) article .content .text {
  flex: 1;
  max-width: 279px;
  min-width: 240px;
  margin-left: auto;
}
#faclitys .contents > div article {
  position: relative;
  flex: 1;
}
#faclitys .contents > div article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: block;
  height: 100%;
}
#faclitys .contents > div article a:hover {
  opacity: 0.6;
}
#faclitys .contents > div article .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#faclitys .contents > div article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#faclitys .contents > div article .content {
  padding: 33px 35px;
}
#faclitys .contents > div article .content h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
  font-size: 45px;
  line-height: 1.0666666667;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
#faclitys .contents > div article .content h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  #faclitys .contents > div article .content h2 {
    font-size: 40px;
  }
  #faclitys .contents > div article .content h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #faclitys .contents > div article .content h2 {
    font-size: 30px;
  }
  #faclitys .contents > div article .content h2 small {
    font-size: 16px;
  }
}
#faclitys .contents > div article .content .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 16px 21px 20px 20px;
}
@media (max-width: 1599px) {
  #faclitys .contents > div:not(:has(article:nth-child(2))) article {
    min-height: unset;
  }
}
@media (max-width: 999px) {
  #faclitys {
    margin-bottom: 90px;
  }
  #faclitys .contents > div article .content {
    padding: 20px 15px;
  }
  #faclitys .contents > div article .content h2 {
    font-size: 29px;
  }
  #faclitys .contents > div article .content .text {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #faclitys {
    margin-bottom: 80px;
  }
  #faclitys .contents {
    flex-direction: column;
    row-gap: 9px;
    align-items: center;
  }
  #faclitys .contents > div {
    width: min(100%, 400px) !important;
  }
  #faclitys .contents > div:not(:has(article:nth-child(2))) article .content h2 {
    margin: 0 0 10px;
  }
  #faclitys .contents > div:has(article:nth-child(2)) article .content {
    flex-direction: column;
    row-gap: 10px;
  }
  #faclitys .contents > div:has(article:nth-child(2)) article .content .text {
    min-width: unset;
    max-width: unset;
  }
  #faclitys .contents > div article .content {
    padding: 15px 10px;
  }
  #faclitys .contents > div article .content h2 {
    font-size: 20px;
  }
  #faclitys .contents > div article .content .text {
    font-size: 12px;
    padding: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
}
#company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company-bg.webp) no-repeat left center/cover;
  z-index: -1;
}
#company .contents {
  position: relative;
  width: min(90%, 725px);
  margin-left: auto;
  padding: 45px min(2.8125%, 45px);
}
#company .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 57, 0.35);
  mix-blend-mode: multiply;
  z-index: -1;
}
#company .contents h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 5px 0px;
  margin: 0 0 22px 14px;
}
#company .contents h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 999px) {
  #company .contents h2 {
    font-size: 40px;
  }
  #company .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents h2 {
    font-size: 30px;
  }
  #company .contents h2 small {
    font-size: 16px;
  }
}
#company .contents h2 small {
  letter-spacing: 0.15em;
  margin: 0 0 22px -20px;
}
#company .contents .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #fff;
  margin: 0 0 33px 17px;
}
#company .contents .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 20px;
  margin-bottom: 20px;
}
#company .contents .btns .btn {
  max-width: calc(50% - 10px);
}
#company .contents .btns .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #00918b;
  width: 305px;
  max-width: 100%;
  height: 70px;
  border-radius: 35px;
  font-size: 16px;
  background-color: #fff;
  padding-left: 5px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#company .contents .btns .btn a:hover {
  opacity: 0.6;
}
#company .contents .btns .btn a::after {
  content: "";
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-grenn.webp);
  aspect-ratio: 50/9;
}
@media (max-width: 999px) {
  #company .contents .btns .btn a {
    height: 60px;
    width: 280px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #company .contents .btns .btn a {
    height: 50px;
    width: 260px;
  }
}
#company .contents .bnrs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 12px 29px;
}
#company .contents .bnrs .bnr {
  max-width: calc(50% - 10px);
}
#company .contents .bnrs .bnr a {
  transition: all 0.5s ease-out;
}
#company .contents .bnrs .bnr a:hover {
  opacity: 0.6;
}
#company .contents .sdgs {
  background-color: #fff;
  border-radius: 15px;
}
#company .contents .sdgs a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents .sdgs a:hover {
  opacity: 0.6;
}
#company .contents .sdgs .content {
  display: flex;
  align-items: center;
  padding: 8px 4.7244094488%;
  -moz-column-gap: 4.347826087%;
       column-gap: 4.347826087%;
}
#company .contents .sdgs .content .tx {
  flex: 1;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 68.09px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #00a498;
  text-align: center;
}
#company .contents .sdgs .content .tx small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27.25px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #company .contents h2 {
    margin-bottom: 15px;
  }
  #company .contents h2 small {
    margin: 0 0 15px;
  }
  #company .contents .data {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #company .contents .btns {
    margin-bottom: 15px;
    gap: 15px;
  }
  #company .contents .btns .btn {
    max-width: calc(50% - 7.5px);
  }
  #company .contents .bnrs {
    margin-left: 15px;
  }
  #company .contents .sdgs .content .tx {
    font-size: 40px;
  }
  #company .contents .sdgs .content .tx small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #company::before {
    background-position: left -270px center;
  }
  #company .contents h2 {
    margin-bottom: 10px;
  }
  #company .contents h2 small {
    margin-bottom: 10px;
  }
  #company .contents .data {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #company .contents .btns {
    margin-bottom: 10px;
    gap: 10px;
  }
  #company .contents .btns .btn {
    max-width: calc(50% - 5px);
  }
  #company .contents .btns .btn a {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #company .contents .btns .btn a::after {
    width: 20px;
  }
  #company .contents .bnrs {
    margin-left: 10px;
  }
  #company .contents .sdgs .content .logo {
    max-width: 150px;
  }
  #company .contents .sdgs .content .tx {
    font-size: 30px;
  }
  #company .contents .sdgs .content .tx small {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #company .contents .sdgs .content .logo {
    max-width: 100px;
  }
  #company .contents .sdgs .content .tx {
    font-size: 26px;
  }
  #company .contents .sdgs .content .tx small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  text-align: center;
  margin-bottom: 160px;
}
#recruit .head {
  display: flex;
  align-items: end;
  -moz-column-gap: 7.5%;
       column-gap: 7.5%;
  margin-bottom: 50px;
}
#recruit .head::before, #recruit .head::after {
  content: "";
  flex: 1;
  height: 230px;
  background-repeat: repeat-x;
}
#recruit .head::before {
  background-image: url(../images/recruit-heading1.webp);
  background-position: right bottom;
}
#recruit .head::after {
  background-image: url(../images/recruit-heading2.webp);
  background-position: left bottom;
}
#recruit .head h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.2;
  color: #00a498;
  padding-bottom: 25px;
}
#recruit .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 999px) {
  #recruit .head h2 {
    font-size: 40px;
  }
  #recruit .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .head h2 {
    font-size: 30px;
  }
  #recruit .head h2 small {
    font-size: 16px;
  }
}
#recruit .head h2 small {
  letter-spacing: 0.25em;
  margin-top: 10px;
}
#recruit .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 24px;
  padding: 0 10px;
  overflow-x: clip;
}
#recruit .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 86px;
  padding: 0 10px;
}
#recruit .bottom {
  position: relative;
  overflow-x: clip;
}
#recruit .bottom .shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-10.2854743913%, -27.3069679849%);
  width: 148.875%;
  aspect-ratio: 2382/1062;
  max-height: 1062px;
  background: url(../images/recruit-shape.webp) no-repeat;
  -webkit-mask-image: url(../images/recruit-shape.webp);
          mask-image: url(../images/recruit-shape.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: top left;
          mask-position: top left;
}
#recruit .bottom .shape .slick-list,
#recruit .bottom .shape .slick-track {
  height: 100%;
}
#recruit .bottom .shape span {
  height: 100%;
  background: linear-gradient(90deg, #00a498 0%, #fff 50%);
}
#recruit .bottom .slide .slick-list {
  margin: 0 -23.75vw;
}
#recruit .bottom .slide .block {
  width: 392px;
  margin: 0 2.5vw;
}
#recruit .bottom .slide .block .image {
  aspect-ratio: 392/538;
}
#recruit .bottom .slide .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#recruit .bottom .slide .block.even {
  margin-top: 115px;
}
@media (max-width: 999px) {
  #recruit {
    margin-bottom: 130px;
  }
  #recruit .head {
    margin-bottom: 40px;
  }
  #recruit .head::before, #recruit .head::after {
    height: 170px;
  }
  #recruit .catch {
    font-size: 36px;
  }
  #recruit .text {
    font-size: 18px;
    margin-bottom: 70px;
  }
  #recruit .bottom .slide .block.even {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-bottom: 100px;
  }
  #recruit .head {
    margin-bottom: 30px;
  }
  #recruit .head::before, #recruit .head::after {
    height: 150px;
  }
  #recruit .catch {
    font-size: 26px;
  }
  #recruit .text {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #recruit .bottom .slide .block .image img {
    border-radius: 10px;
  }
  #recruit .bottom .slide .block.even {
    margin-top: 40px;
  }
}/*# sourceMappingURL=index.css.map */