@charset "UTF-8";
#recruit .contents .btn a, #suport .contents .txbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#recruit .contents .btn a:hover, #suport .contents .txbox .btn a:hover {
  opacity: 0.6;
}
#recruit .contents .btn a, #suport .contents .txbox .btn a {
  text-decoration: none;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #e95504 0%, #f38f1e 100%);
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-left: 30px;
}
#recruit .contents .btn a::after, #suport .contents .txbox .btn a::after {
  content: "";
  width: 70px;
  aspect-ratio: 70/11;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #recruit .contents .btn a, #suport .contents .txbox .btn a {
    width: 240px;
    height: 45px;
    font-size: 18px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #recruit .contents .btn a, #suport .contents .txbox .btn a {
    width: 220px;
    height: 40px;
    font-size: 16px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 72px;
}
#mainimg #mainslider img,
#mainimg #mainslider video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#mainimg #mainslider:not(:has(video)) {
  position: relative;
}
#mainimg #mainslider:not(:has(video))::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(209, 214, 227, 0.66);
  mix-blend-mode: multiply;
}
#mainimg #mainslider:has(video) {
  position: relative;
}
#mainimg #mainslider:has(video)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.2);
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: calc(var(--hsize, 0px) + 10px) 17px 58px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 156.48px;
  line-height: 0.8819018405;
  color: #fff;
  text-align: end;
}
#mainimg .catch small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.4146341463;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  #mainimg .catch {
    font-size: 120px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 50px;
  }
  #mainimg #mainslider img,
  #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 90px;
    padding-bottom: 30px;
  }
  #mainimg .catch small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 40px;
  }
  #mainimg .catch {
    font-size: 50px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  #mainimg .catch small {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 30px;
  }
  #mainimg .catch small {
    font-size: 16px;
  }
}

/* ----------------------------------------------
suport
------------------------------------------------- */
#suport {
  margin-bottom: 108px;
}
#suport .contents {
  display: flex;
  overflow-x: clip;
}
#suport .contents .images {
  width: 43.75%;
  max-width: 700px;
  position: relative;
  z-index: 1;
}
#suport .contents .images .image:nth-child(1) {
  width: 96.4285714286%;
  clip-path: polygon(18% 0, 100% 0, 77% 100%, -6% 100%);
}
#suport .contents .images .image:nth-child(2) {
  width: 56.5714285714%;
  margin: calc(var(--supimg2margin, 0px) * -1) 0 0 auto;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}
#suport .contents .images .image:nth-child(3) {
  width: 56.7142857143%;
  margin: calc(var(--supimg3margin, 0px) * -1) 0 0 7.5714285714%;
  clip-path: polygon(21% 0, 100% 0, 80% 100%, 0% 100%);
}
#suport .contents .txbox {
  flex: 1;
  text-align: end;
  padding-top: 54px;
  position: relative;
  container-type: inline-size;
}
#suport .contents .txbox::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(3.893294881%);
  width: 154.1111111111%;
  aspect-ratio: 1387/922;
  background: url(../images/support-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#suport .contents .txbox h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: min(12.2222222222cqw, 110px);
  line-height: 0.8949090909;
  color: #e2e7f5;
  margin-left: max(-22.2222222222%, -200px);
  padding: 0 6% 28px min(22.2222222222%, 200px);
  border-bottom: 1px solid #666;
  margin-bottom: 72px;
}
#suport .contents .txbox .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: min(5.7777777778cqw, 52px);
  line-height: 1.6;
  color: #4d4d4d;
  padding-right: 5.5555555556%;
  margin-bottom: 20px;
}
#suport .contents .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: min(2cqw, 18px);
  line-height: 1.8888888889;
  color: #4d4d4d;
  padding-right: 4.3333333333%;
  margin-bottom: 30px;
}
#suport .contents .txbox .btn {
  padding-right: 5.5555555556%;
}
#suport .contents .txbox .btn a {
  margin-left: auto;
}
@media (max-width: 999px) {
  #suport {
    margin-bottom: 90px;
  }
  #suport .contents .txbox {
    padding-top: 30px;
  }
  #suport .contents .txbox h2 {
    margin-bottom: 50px;
  }
  #suport .contents .txbox .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #suport {
    margin-bottom: 70px;
  }
  #suport .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 0 10px;
  }
  #suport .contents .images {
    display: flex;
    width: 100%;
  }
  #suport .contents .images .image:nth-child(1) {
    width: 51.8%;
    aspect-ratio: 245/240;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    margin: 0 0 30px -3%;
  }
  #suport .contents .images .image:nth-child(2) {
    width: 32%;
    aspect-ratio: 150/190;
    margin: auto -8.5% 0 -13.5%;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
  }
  #suport .contents .images .image:nth-child(3) {
    width: 38%;
    aspect-ratio: 180/190;
    margin: auto 0 30px 0;
  }
  #suport .contents .txbox {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  #suport .contents .txbox h2 {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 10px 10px;
    font-size: 35px;
  }
  #suport .contents .txbox .catch {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #suport .contents .txbox .text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #suport .contents .txbox .text br {
    display: none;
  }
  #suport .contents .txbox .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  position: relative;
  padding-bottom: 188px;
  overflow-x: clip;
  container-type: inline-size;
}
#information .bgtx {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: rgba(226, 231, 245, 0.32);
  mix-blend-mode: multiply;
}
#information .bgtx.bgtx1 {
  font-size: min(16.635625cqw, 266.17px);
  top: 42px;
  left: -0.15em;
}
#information .bgtx.bgtx2 {
  font-size: min(15.03cqw, 240.48px);
  bottom: 52px;
  right: -0.45em;
}
#information h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 106px;
  line-height: 1.2;
  color: #00479d;
}
#information h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 21.99px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #information h2 {
    font-size: 70px;
  }
  #information h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #information h2 {
    font-size: 35px;
  }
  #information h2 small {
    font-size: 16px;
  }
}
#information h2 {
  padding-right: 2.4375%;
  margin-bottom: 24px;
  text-align: end;
}
#information .info-category {
  padding-left: 114px;
  padding-left: min(7vw, 114px);
  width: min(100% - 10px, 1400px);
  margin-left: auto;
}
#information .info-category ul li {
  flex-grow: 1;
}
#information .container {
  position: relative;
  padding-left: 114px;
  width: min(100% - 10px, 1355px);
  margin-left: auto;
}
#information .container::before, #information .container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #e2e7f5;
  clip-path: polygon(70px 0, 100% 0, calc(100% - 70px) 100%, 0 100%);
}
#information .container::before {
  width: 98px;
  left: 0;
}
#information .container::after {
  width: 130px;
  left: 38px;
}
#information .container .contents {
  position: relative;
  padding: 66px 4.4319097502% 68px 13.0539887188%;
}
#information .container .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e7f5;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
#information .container .contents:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  #information {
    padding-bottom: 120px;
  }
  #information .container .contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #information {
    padding-bottom: 90px;
  }
  #information .info-category {
    padding-left: 30px;
    width: auto;
  }
  #information .info-category ul li {
    flex-grow: 1;
    clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
  }
  #information .container {
    padding-left: 35px;
  }
  #information .container::before, #information .container::after {
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  #information .container::before {
    width: 25px;
  }
  #information .container::after {
    width: 40px;
    left: 10px;
  }
  #information .container .contents {
    padding-left: 6%;
  }
  #information .container .contents::before {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* ----------------------------------------------
products
------------------------------------------------- */
#products {
  margin-bottom: 40px;
}
#products h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 106px;
  line-height: 1.2;
  color: #e2e7f5;
}
#products h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 21.99px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #products h2 {
    font-size: 70px;
  }
  #products h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #products h2 {
    font-size: 35px;
  }
  #products h2 small {
    font-size: 16px;
  }
}
#products h2 {
  text-align: center;
  padding: 0 10px;
  margin-bottom: -26px;
}
#products .inner {
  background: url(../images/products-bg.webp) no-repeat center/cover;
  padding-bottom: 113px;
}
#products .head {
  display: flex;
  -moz-column-gap: 3.4810126582%;
       column-gap: 3.4810126582%;
  justify-content: center;
  background-color: #e2e7f5;
  padding: 0 10px;
  margin-bottom: 60px;
}
#products .head::before, #products .head::after {
  content: "";
  width: 52px;
  aspect-ratio: 52/156;
  background: url(../images/arow3.webp) no-repeat center/cover;
}
#products .head::after {
  transform: rotateY(180deg);
}
#products .head .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  color: #00479d;
  padding: 46px 0 42px;
  text-align: center;
  align-content: center;
  flex: 1;
  max-width: 775px;
}
#products {
  /* .sertch{
    padding: 0 10px;
    margin-bottom: 78px;
    ul{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px perCalc(20,1580);
      margin-bottom: 50px;
      li{
        @include fontyu(700);
        font-size: 36px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        color: #fff;
        min-width: 370px;
        min-height: 86px;
        clip-path: polygon($sercthclipsize 0, calc(100% - $sercthclipsize) 0, 100% 50%, calc(100% - $sercthclipsize) 100%, $sercthclipsize 100%, 0 50%);
        cursor: pointer;
        &:not(:has(a)),a{
          @include flex-center();
          flex-wrap: wrap;
          gap: 5px 10px;
          padding: 0 $sercthclipsize;
        }
        a{
          width: 100%;
          height: 100%;
          text-decoration: none;
          color: #fff;
        }
        small{
          font-size: 18px;
          letter-spacing: 0.1em;
        }
        &.material{
          background-color: #008bd5;
        }
        &.features{
          background-color: #00479d;
        }
        &.purpose{
          background-color: #7e98c7;
        }
      }
    }
    .input{
      display: flex;
      width: min(calc(100% - 20px),892px);
      margin: 0 auto;
      input[type="text"]{
        flex: 1;
        border: unset;
        padding: 5px 10px;
      }
      input[type="button"]{
        background: linear-gradient(90deg, #e95504 0%, #f38f1e 100%);
        @include flex-center();
        width: 150px;
        height: 50px;
        @include fontyu(700);
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.5em;
        color: #fff;
        cursor: pointer;
      }
    }
  } */
}
#products .contents {
  width: min(100% - 20px, 1390px);
  margin: 0 auto;
  gap: 25px 2.0143884892%;
  display: flex;
  flex-wrap: wrap;
}
#products .contents .block {
  width: 48.9928057554%;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  container-type: inline-size;
  /* position: relative; */
}
#products .contents .block:not(:has(a)),
#products .contents .block a {
  /* align-content: end;
  justify-items: end; */
  /* display: flex;
  align-items: end;
  justify-content: end;
  padding: 10px 0 0 10px; */
}
#products .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#products .contents .block a:hover {
  opacity: 0.6;
}
#products .contents .block a {
  /* display: block; */
  height: 100%;
}
#products .contents .block .slide {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
  aspect-ratio: 680/280;
  max-width: 100%;
}
#products .contents .block .slide:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#products .contents .block .slide .slick-list,
#products .contents .block .slide .slick-track {
  height: 100%;
}
#products .contents .block .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}
#products .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: max(min(3.6818851252cqw, 25px), 18px);
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #005ca9;
  padding: 12.5px 30px;
  min-height: unset;
}
#products .contents .block .title small {
  display: inline-block;
  font-size: max(min(2.6509572901cqw, 18px), 16px);
}
#products .contents .block.ls .title {
  letter-spacing: 0;
}
#products .contents {
  /* width: min(calc(100% - 20px),1390px);
  column-gap: mlCalc(329,1390,4);
  margin: 0 auto;
  .block{
    width: perCalc(329,1390);
    max-width: 329px;
    &:not(.view){
      display: none;
    }
  } */
}
@media (max-width: 999px) {
  #products h2 {
    margin-bottom: -18px;
  }
  #products .inner {
    padding-bottom: 90px;
  }
  #products .head {
    margin-bottom: 40px;
  }
  #products .head .catch {
    padding: 30px 0;
    font-size: 16px;
  }
  #products .head .catch br {
    display: none;
  }
  #products {
    /* .sertch{
      margin-bottom: 60px;
      ul{
        margin-bottom: 30px;
        li{
          min-width: unset;
          min-height: 70px;
          font-size: 28px;
        }
      }
      .input{
        input[type="button"]{
          width: 130px;
          height: 45px;
          font-size: 16px;
        }
      }
    } */
  }
}
@media (max-width: 767px) {
  #products h2 {
    margin-bottom: -12px;
  }
  #products .inner {
    padding-bottom: 70px;
  }
  #products .head {
    margin-bottom: 30px;
  }
  #products .head .catch {
    padding: 20px 0;
    font-size: 16px;
  }
  #products {
    /* .sertch{
      margin-bottom: 40px;
      ul{
        margin-bottom: 20px;
        li{
          min-height: 60px;
          font-size: 22px;
        }
      }
      .input{
        input[type="button"]{
          width: 120px;
          height: 40px;
          font-size: 14px;
        }
      }
    } */
  }
  #products .contents .block .title {
    padding: 10px;
  }
  #products .contents .block .slide img {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  #products .head::before, #products .head::after {
    display: none;
  }
  #products .contents .block {
    width: 100%;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding: 121px 0 107px;
  margin-bottom: 192px;
}
#company::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 92.7%;
  height: 100%;
  z-index: -1;
  background: url(../images/company-bg.webp) no-repeat center left/cover;
}
#company .contents {
  display: flex;
  align-items: start;
  gap: 30px 10px;
}
#company .contents a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents a:hover {
  opacity: 0.6;
}
#company .contents .left {
  background-color: #b2c0e2;
  padding: 50px 135px 32px 5.625%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0 100%);
  flex: 1;
  max-width: min(100% - 10px, 674px + 5.625%);
}
#company .contents .left h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 89.54px;
  line-height: 1.2;
  color: #fff;
}
#company .contents .left h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 21.99px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #company .contents .left h2 {
    font-size: 50px;
  }
  #company .contents .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .left h2 {
    font-size: 28px;
  }
  #company .contents .left h2 small {
    font-size: 16px;
  }
}
#company .contents .left h2 {
  line-height: 0.9398034398;
  margin-bottom: 17px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}
#company .contents .left .logo {
  margin: 0 0 17px 6px;
}
#company .contents .left .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 26px;
}
#company .contents .left .bnrs {
  display: flex;
  gap: 15px;
  padding-left: 5px;
}
#company .contents .left .bnrs .bnr {
  --img-width: 79px;
  --img-height: 104px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.6cqw - 2px, 18px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#company .contents .left .bnrs .bnr:not(:has(a)),
#company .contents .left .bnrs .bnr a {
  padding: 10px 10px 10px calc(var(--img-width) + 5px);
}
#company .contents .left .bnrs .bnr a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  position: relative;
  height: var(--img-height);
  background: #fff;
  color: #005ca9;
}
#company .contents .left .bnrs .bnr a::after {
  content: "";
  align-self: flex-end;
  width: 70px;
  aspect-ratio: 70/11;
  background: url(../images/arow5.webp) no-repeat center/cover;
}
#company .contents .left .bnrs .bnr a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--img-width);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#company .contents .links {
  margin: 43px 0 0 auto;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
  max-width: calc(100% - 10px);
}
#company .contents .links ul li {
  background: linear-gradient(90deg, #008bd5 0%, #92d4f5 100%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#company .contents .links ul li:not(:has(a)),
#company .contents .links ul li a {
  padding: 13px 52px 13px 100px;
}
#company .contents .links ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 33px;
       column-gap: 33px;
  color: #fff;
}
#company .contents .links ul li a::after {
  content: "";
  width: 75px;
  aspect-ratio: 75/12;
  background: url(../images/arow2.webp) no-repeat center/cover;
}
#company .contents .links ul li:not(:last-child) {
  margin-bottom: 15px;
}
#company .contents .links ul li:nth-child(4) .tx {
  margin-left: -17px;
}
#company .contents .links ul li:nth-child(5) .tx {
  margin-left: -50px;
}
@media (max-width: 999px) {
  #company {
    padding: 80px 0;
    margin-bottom: 140px;
  }
  #company .contents .left {
    padding: 40px 70px 25px 10px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 55px) 100%, 0 100%);
  }
  #company .contents .left .logo {
    margin-left: 0;
  }
  #company .contents .left .data {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #company .contents .left .bnrs {
    padding-left: 0;
  }
  #company .contents .left .bnrs .bnr {
    --img-width: 60px;
    --img-height: 79px;
  }
  #company .contents .left .bnrs .bnr a {
    row-gap: 8px;
  }
  #company .contents .links {
    clip-path: polygon(25px 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 20px;
  }
  #company .contents .links ul li {
    font-size: 18px;
  }
  #company .contents .links ul li:not(:has(a)),
  #company .contents .links ul li a {
    padding: 10px 10px 10px 40px;
  }
  #company .contents .links ul li a {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #company .contents .links ul li .tx {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 60px 0;
    margin-bottom: 90px;
  }
  #company .contents .left {
    padding: 30px 50px 20px 10px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
  }
  #company .contents .left .data {
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  #company .contents .links {
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 10px;
  }
  #company .contents .links ul li {
    font-size: 16px;
  }
  #company .contents .links ul li:not(:has(a)),
  #company .contents .links ul li a {
    padding: 10px 10px 10px 30px;
  }
  #company .contents .links ul li a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 600px) {
  #company {
    padding-top: 0;
  }
  #company::before {
    top: 300px;
    width: 100%;
    height: calc(100% - 300px);
  }
  #company .contents {
    flex-direction: column;
  }
  #company .contents .left {
    padding: 30px 10px 20px 10px;
    width: 100%;
    clip-path: none;
    max-width: none;
  }
  #company .contents .left .bnrs {
    justify-content: center;
  }
  #company .contents .left .bnrs .bnr a {
    padding: 5px 5px 5px calc(var(--img-width) + 0px);
  }
  #company .contents .links {
    width: 100%;
  }
}

/* ----------------------------------------------
sustainability
------------------------------------------------- */
#sustainability {
  position: relative;
  margin-bottom: 151px;
}
#sustainability .bgtxs {
  width: 100%;
  overflow-x: clip;
  container-type: inline-size;
}
#sustainability .bgtxs .bgtx {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: min(8.59375cqw, 137.5px);
  line-height: 0.93;
  color: #eee;
  width: 71.875%;
}
#sustainability .bgtxs .bgtx .slick-list {
  margin: 0 -55px;
  overflow: unset;
}
#sustainability .bgtxs .bgtx .slick-list p {
  margin: 0 55px;
}
#sustainability .bgtxs .bgtx:not(:last-child) {
  margin-bottom: -8px;
}
#sustainability .contents {
  width: min(100% - 40px, 1300px);
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65.3125%;
}
#sustainability .contents a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#sustainability .contents a:hover {
  opacity: 0.6;
}
#sustainability .contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sustainability .contents .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sustainability .contents h2 {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-content: center;
  text-align: center;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 89.54px;
  line-height: 1.2;
  color: #fff;
}
#sustainability .contents h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 21.99px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #sustainability .contents h2 {
    font-size: 50px;
  }
  #sustainability .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #sustainability .contents h2 {
    font-size: 28px;
  }
  #sustainability .contents h2 small {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  #sustainability {
    margin-bottom: 100px;
  }
  #sustainability .bgtxs .bgtx .slick-list {
    margin: 0 -10px;
  }
  #sustainability .bgtxs .bgtx .slick-list p {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #sustainability {
    margin-bottom: 70px;
  }
  #sustainability .contents h2 {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  display: flex;
  justify-content: end;
  padding: 107px 0 75px 10px;
  position: relative;
}
#recruit::before, #recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#recruit::before {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
}
#recruit::after {
  background-color: rgba(178, 192, 226, 0.39);
  mix-blend-mode: multiply;
}
#recruit .contents {
  background-color: #b2c0e2;
  clip-path: polygon(95px 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  padding: 52px 2.8125% 68px 145px;
  text-align: end;
}
#recruit .contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 127px;
  height: 100%;
  background: linear-gradient(0deg, #e95504 0%, #f38f1e 100%);
  clip-path: polygon(95px 0, 100% 0, calc(100% - 95px) 100%, 0 100%);
}
#recruit .contents h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 98px;
  line-height: 1.2;
  color: #fff;
}
#recruit .contents h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 21.99px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #recruit .contents h2 {
    font-size: 60px;
  }
  #recruit .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .contents h2 {
    font-size: 30px;
  }
  #recruit .contents h2 small {
    font-size: 16px;
  }
}
#recruit .contents h2 {
  margin-bottom: 5px;
  padding-right: 12px;
  text-shadow: 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6;
}
#recruit .contents .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 32.03px;
  line-height: 1.40555729;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 62px;
  text-shadow: 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6, 0 0 20px #92a9d6;
}
#recruit .contents .catch small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.49);
  text-shadow: none;
}
#recruit .contents .btn a {
  margin-left: auto;
}
@media (max-width: 999px) {
  #recruit {
    padding: 70px 0 60px 10px;
  }
  #recruit .contents {
    padding: 30px 2.8125% 30px 90px;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  }
  #recruit .contents::before {
    width: 100px;
    clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  }
  #recruit .contents h2 {
    padding-right: 0;
  }
  #recruit .contents .catch {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #recruit .contents .catch small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 50px 0 50px 10px;
  }
  #recruit .contents {
    padding: 20px 2.8125% 20px 30px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  }
  #recruit .contents::before {
    width: 30px;
    left: 5px;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  #recruit .contents .catch {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #recruit .contents .catch small {
    margin-top: 5px;
  }
}/*# sourceMappingURL=index.css.map */