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

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

------------------------------------------------- */
.bgmove {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.bgmove video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bgmove::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.5);
}
.bgmove.end {
  height: calc(100vh - 50px);
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  /* #mainslider {
    //background-color: #fff;
    img,video{
      display: block;
      width: 100%;
      height: calc(100vh - 124px);
      @include object-fit(cover);
    }
    &:has(video){
      position: relative;
      &::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/dotimage.png)repeat rgba(#000,0.5);
      }
      img{
        display: none;
      }
    }
  } */
}
#mainimg .inner {
  display: flex;
}
#mainimg .inner .tx {
  writing-mode: vertical-rl;
  flex: 1;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12.72px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #004c88;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: -1;
}
#mainimg .inner .tx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
#mainimg .inner .tx:last-child {
  transform: rotate(180deg);
}
#mainimg .inner .center {
  position: relative;
  width: 91.875%;
}
#mainimg .catch {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 29px;
  line-height: 1.5172413793;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75), 0 0 8px rgba(0, 0, 0, 0.75), 0 0 8px rgba(0, 0, 0, 0.75);
  padding: 50px 10px 48px 57px;
  min-height: calc(100vh - 124px);
  align-content: end;
}
#mainimg .catch .eg {
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 78.61px;
  line-height: 1.0306576771;
  position: relative;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.75), 0 0 6px rgba(0, 0, 0, 0.75), 0 0 6px rgba(0, 0, 0, 0.75);
  padding: 10px 0;
  margin-bottom: 7px;
}
#mainimg .catch .eg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -57px;
  width: 18px;
  height: 100%;
  background-color: #004c88;
}
#mainimg .catch small {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  display: flex;
  align-items: end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
  margin-top: 12px;
}
#mainimg .catch small::after {
  content: "";
  width: 88px;
  aspect-ratio: 88/20;
  background: url(../images/arow1.webp) no-repeat center/cover;
  margin-bottom: 8px;
}
@media (max-width: 999px) {
  #mainimg {
    /* #mainslider {
      img,video{
        height: auto;
      }
    } */
  }
  #mainimg .inner .tx {
    font-size: 10px;
  }
  #mainimg .catch {
    font-size: 22px;
    padding: 50px 10px 10px 20px;
    min-height: unset;
  }
  #mainimg .catch .eg {
    font-size: 60px;
  }
  #mainimg .catch .eg::before {
    left: -20px;
    width: 10px;
  }
  #mainimg .catch small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    /* #mainslider {
      img,video{

      }
    } */
  }
  #mainimg .inner .tx {
    font-size: 8px;
  }
  #mainimg .catch {
    font-size: 18px;
    min-height: 600px;
    padding-bottom: 70px;
  }
  #mainimg .catch .eg {
    font-size: 40px;
    padding: 5px 0;
  }
  #mainimg .catch small {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 16px;
  }
  #mainimg .catch .eg {
    font-size: 24px;
  }
  #mainimg .catch small {
    font-size: 10px;
  }
}

#catchslides {
  max-width: 1000px;
}
#catchslides .catchslideblock {
  background-color: rgba(0, 0, 0, 0.6);
}
#catchslides .catchslideblock a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
#catchslides .catchslideblock .slidetitle {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 24px;
  line-height: 1.5172413793;
  color: #fff;
  margin-bottom: 10px;
}
#catchslides .catchslideblock .slidetext {
  padding-right: 93px;
  position: relative;
  font-size: 15px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
#catchslides .catchslideblock .slidetext::after {
  position: absolute;
  bottom: 0px;
  right: 0;
  content: "";
  display: block;
  width: 88px;
  aspect-ratio: 88/20;
  background: url(../images/arow1.webp) no-repeat center/cover;
  margin-bottom: 8px;
}
@media (max-width: 999px) {
  #catchslides .catchslideblock .slidetitle {
    font-size: 20px;
  }
  #catchslides .catchslideblock .slidetext {
    padding-right: 70px;
    font-size: 14px;
  }
  #catchslides .catchslideblock .slidetext::after {
    width: 65px;
  }
}
@media (max-width: 767px) {
  #catchslides .catchslideblock .slidetitle {
    font-size: 16px;
  }
  #catchslides .catchslideblock .slidetext {
    padding-bottom: 15px;
    padding-right: 0px;
  }
  #catchslides .catchslideblock .slidetext::after {
    width: 50px;
  }
}

/* ----------------------------------------------
technology
------------------------------------------------- */
#technology {
  position: relative;
  overflow-x: clip;
  padding-bottom: 64px;
}
#technology::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/technology-bg2.webp) no-repeat center/cover;
  z-index: -1;
}
#technology::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-22.1801346801%, -25.0689972401%);
  width: 148.5%;
  aspect-ratio: 2376/2174;
  background: url(../images/technology-bg.webp) no-repeat center/cover;
  z-index: -1;
  clip-path: var(--tc, polygon(0 0, 592px 0, 592px 545px, calc(100% - 314px) 545px, calc(100% - 314px) 0, 100% 0, 100% 100%, 0 100%));
}
#technology .contents {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#technology .contents .left {
  flex: 1;
  padding: 195px 0 0 106px;
}
#technology .contents .left h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  /* font-size: 112px;
  @include lh(112,118.14); */
  color: #004c88;
  container-type: inline-size;
}
#technology .contents .left h2 span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: min(12.962962963cqw, 112px);
  line-height: 1.0548214286;
  color: #004c88;
}
#technology .contents .left h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#technology .contents .left .txbox {
  position: relative;
  padding: 58px 0 108px;
}
#technology .contents .left .txbox::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -106px;
  width: 45px;
  height: calc(100% + 100px);
  background-color: #004c88;
}
#technology .contents .left .txbox .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 33px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #004c88;
  margin-bottom: 23px;
}
#technology .contents .left .txbox .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.05em;
  padding-left: 8px;
}
#technology .contents .images {
  width: min(38.75%, 620px);
  padding: 39px 5.75% 0 0;
  position: relative;
}
#technology .contents .images::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-24.838012959%);
  width: 31.2903225806%;
  height: 87.7725118483%;
  background-color: #004c88;
  z-index: -1;
  clip-path: var(--timgc, polygon(calc(100% - 65px) 0, 100% 0, 100% 100%, 0 100%, 0 230px, calc(100% - 65px) 230px));
}
#technology .contents .images .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#technology .contents .images .image.img1 {
  width: 77.0833333333%;
  margin: 0 0 -4.7348484848% auto;
  position: relative;
}
#technology .contents .images .image.img2 {
  width: 50.5681818182%;
  margin-bottom: -29.9242424242%;
}
#technology .contents .images .image.img3 {
  width: 38.8257575758%;
  margin-left: auto;
}
@media (max-width: 999px) {
  #technology {
    padding-bottom: 40px;
  }
  #technology .contents .left {
    padding: 120px 0 0 50px;
  }
  #technology .contents .left h2 small {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #technology .contents .left .txbox {
    padding: 30px 0 50px;
  }
  #technology .contents .left .txbox::before {
    left: -50px;
    width: 25px;
    top: -50px;
    height: calc(100% + 50px);
  }
  #technology .contents .left .txbox .title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #technology .contents .left .txbox .text {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #technology {
    padding: 30px 0;
  }
  #technology .contents .left {
    padding: 14vw 10px 0 20px;
    width: 100%;
    z-index: 1;
  }
  #technology .contents .left h2 {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  }
  #technology .contents .left h2 span {
    font-size: min(12.962962963cqw, 60px);
  }
  #technology .contents .left h2 small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #technology .contents .left .txbox {
    padding: 20px 0;
  }
  #technology .contents .left .txbox::before {
    left: -20px;
    width: 10px;
    top: -20px;
    height: calc(100% + 20px);
  }
  #technology .contents .left .txbox .title {
    font-size: 18px;
  }
  #technology .contents .left .txbox .text {
    font-size: 12px;
  }
  #technology .contents .left .txbox .text br {
    display: none;
  }
  #technology .contents .images {
    position: absolute;
    right: 3%;
    padding: 0;
  }
  #technology .contents .images .image.img1, #technology .contents .images .image.img2 {
    width: 60%;
  }
  #technology .contents .images .image.img1 {
    margin-bottom: -50%;
  }
  #technology .contents .images .image.img2 {
    margin-bottom: -25%;
  }
  #technology .contents .images::before {
    opacity: 0;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  padding: 56px 0;
}
#information .inner {
  display: flex;
  -moz-column-gap: 4.6762589928%;
       column-gap: 4.6762589928%;
  width: min(100% - 20px, 1390px);
  margin: 0 auto;
}
#information .inner h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 61px;
  line-height: 1.1147540984;
  color: #fff;
  display: flex;
  align-items: start;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
  padding-left: 17px;
}
#information .inner h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-size: 22px;
}
@media (max-width: 999px) {
  #information .inner h2 {
    font-size: 40px;
  }
  #information .inner h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #information .inner h2 {
    font-size: 28px;
  }
  #information .inner h2 small {
    font-size: 15px;
  }
}
#information .inner h2 small {
  margin: 8px 0 0 -225px;
  min-width: 225px;
}
#information .inner .right {
  flex: 1;
  background: url(../images/info-contentsbg.webp) no-repeat center/cover;
  padding: 0 35px 65px 48px;
}
#information .inner .right .container .contents:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  #information {
    padding: 40px 0;
  }
  #information .inner h2 {
    padding-left: 0;
  }
  #information .inner h2 small {
    margin: 5px 0 0 -140px;
    min-width: 140px;
  }
  #information .inner .right {
    padding: 0 20px 30px;
  }
}
@media (max-width: 767px) {
  #information {
    padding: 30px 0;
  }
  #information .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #information .inner h2 small {
    margin-left: -110px;
    min-width: unset;
  }
  #information .inner .right {
    padding: 0 10px 20px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  background: url(../images/business-bg.webp) repeat;
  padding: 99px 0 120px;
}
#business h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 61px;
  line-height: 1.1147540984;
  color: #004c88;
  text-align: center;
  margin-bottom: 61px;
}
#business h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #000;
  font-size: 22px;
}
@media (max-width: 999px) {
  #business h2 {
    font-size: 40px;
  }
  #business h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 28px;
  }
  #business h2 small {
    font-size: 15px;
  }
}
#business h2 span {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.6875%;
       column-gap: 4.6875%;
}
#business h2 span::before, #business h2 span::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(0, 48, 103, 0.5);
}
#business h3 {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 29.76px;
  line-height: 1.6;
  letter-spacing: 0.25em;
  color: #003067;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}
#business h3 .box {
  display: flex;
  min-width: 470px;
  margin-bottom: 10px;
}
#business h3 .box::before, #business h3 .box::after {
  content: "";
  width: var(--businessh3, 27px);
  aspect-ratio: 27/56;
}
#business h3 .box::before {
  background: url(../images/business-heading1.webp) no-repeat center/cover;
}
#business h3 .box::after {
  background: url(../images/business-heading2.webp) no-repeat center/cover;
}
#business h3 .box .tx {
  flex: 1;
  align-content: center;
  text-align: center;
  border-top: 1px solid #003067;
  border-bottom: 1px solid #003067;
  min-height: 54px;
}
#business h3 small {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #004c88;
}
#business .contents {
  width: min(100% - 20px, 1325px);
  margin: 0 10px 0 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.7358490566%;
}
#business .contents:not(:last-child) {
  margin-bottom: 100px;
}
#business .block {
  width: 22.8679245283%;
}
#business .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#business .block a:hover {
  opacity: 0.6;
}
#business .block .image {
  margin-bottom: 14px;
  aspect-ratio: 303/209;
}
#business .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .block .title {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 17.09px;
  line-height: 1.2873025161;
  letter-spacing: 0.25em;
  color: #003067;
}
#business .block .title.small {
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0;
}
#business .block .title.ls {
  letter-spacing: 0.05em;
}
#business .block .title small {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(180deg, #30e7b9 0%, #47e5df 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  padding: 5px 17.1617161716% 5px 5.2805280528%;
  align-content: center;
}
#business .block .title span {
  flex: 1;
  text-align: center;
  align-content: center;
  white-space: nowrap;
}
#business .block:nth-child(4n) {
  margin-left: auto;
}
@media (max-width: 1599px) {
  #business .contents {
    margin: 0 auto;
    -moz-column-gap: 2.8427672956%;
         column-gap: 2.8427672956%;
  }
  #business .block:nth-child(4n) {
    margin-left: unset;
  }
}
@media (max-width: 999px) {
  #business {
    padding: 70px 0;
  }
  #business h2 {
    margin-bottom: 50px;
  }
  #business h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #business h3 .box {
    min-width: 300px;
  }
  #business h3 .box .tx {
    min-height: unset;
    padding: 5px 0;
  }
  #business .contents:not(:last-child) {
    margin-bottom: 80px;
  }
  #business .block .title {
    font-size: 16px;
  }
  #business .block .title small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 50px 0;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #business h3 .box {
    min-width: unset;
  }
  #business .contents {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #business .contents:not(:last-child) {
    margin-bottom: 50px;
  }
  #business .block {
    width: 32%;
  }
  #business .block .title {
    font-size: 14px;
  }
  #business .block .title small {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  #business .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #business .block {
    width: 47%;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background-color: #003067;
}
#company .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .txbox {
  flex: 1;
  padding: 48px 0 10px 3.6875%;
}
#company .contents .txbox h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
#company .contents .txbox h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-size: 22px;
}
@media (max-width: 999px) {
  #company .contents .txbox h2 {
    font-size: 44px;
  }
  #company .contents .txbox h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #company .contents .txbox h2 {
    font-size: 29px;
  }
  #company .contents .txbox h2 small {
    font-size: 15px;
  }
}
#company .contents .txbox h2 small {
  letter-spacing: 0.15em;
  margin: 0 0 20px -21px;
}
#company .contents .txbox .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.6875;
  color: #fff;
  margin-bottom: 25px;
}
#company .contents .txbox .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 7px;
  margin-bottom: 58px;
}
#company .contents .txbox .btns .btn {
  max-width: calc(50% - 5px);
}
#company .contents .txbox .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 289px;
  max-width: 100%;
  min-height: 61px;
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.4em;
  color: #003067;
  background-color: #fff;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 10px;
}
#company .contents .txbox .btns .btn a:hover {
  opacity: 0.6;
}
#company .contents .txbox .btns .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/8;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #company .contents .txbox .btns .btn a {
    font-size: 14px;
    padding-right: 0;
    width: 240px;
    min-height: 55px;
  }
  #company .contents .txbox .btns .btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #company .contents .txbox .btns .btn a {
    font-size: 11px;
    width: 220px;
    min-height: 45px;
  }
  #company .contents .txbox .btns .btn a::after {
    width: 25px;
  }
}
#company .contents .txbox .bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding-left: 7px;
}
#company .contents .txbox .bnrs .bnr {
  max-width: calc(33.3333333333% - 8px);
}
#company .contents .txbox .bnrs .bnr a {
  transition: all 0.5s ease-out;
}
#company .contents .txbox .bnrs .bnr a:hover {
  opacity: 0.6;
}
#company .contents .image {
  width: 55%;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%);
}
#company .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1000px) {
  #company .data .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #company .contents .txbox {
    padding: 30px 0 10px 10px;
  }
  #company .contents .txbox h2 {
    margin-bottom: 15px;
  }
  #company .contents .txbox h2 small {
    margin: 0 0 7px -15px;
  }
  #company .contents .txbox .data {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #company .contents .txbox .btns {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #company .contents .txbox .bnrs {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #company .contents {
    flex-direction: column;
    align-items: center;
  }
  #company .contents .txbox {
    padding-top: 15px;
    order: 1;
    width: min(100%, 600px);
    padding: 30px 10px;
  }
  #company .contents .txbox h2 {
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: max(6vw, 22px);
  }
  #company .contents .txbox h2 br {
    display: none;
  }
  #company .contents .txbox h2 small {
    margin: 0;
    font-size: max(2vw, 10px);
  }
  #company .contents .txbox .data {
    font-size: 12px;
  }
  #company .contents .txbox .data .tab {
    display: none;
  }
  #company .contents .txbox .btns {
    margin-bottom: 15px;
    gap: 5px;
  }
  #company .contents .txbox .btns .btn {
    width: calc(50% - 2.5px);
    max-width: unset;
  }
  #company .contents .txbox .btns .btn a {
    width: 100%;
  }
  #company .contents .txbox .bnrs {
    width: 80%;
    margin: 0 auto;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  #company .contents .txbox .bnrs .bnr {
    width: 32.6666666667%;
    max-width: unset;
  }
  #company .contents .image {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  #company .contents .image img {
    max-height: 400px;
  }
}
@media (max-width: 400px) {
  #company .contents .txbox .data .tab {
    display: block;
  }
}

/* ----------------------------------------------
sustainability
------------------------------------------------- */
#sustainability {
  padding: 49px 0 57px;
  background-color: #fff;
}
#sustainability a {
  display: block;
  width: calc(100% - 20px);
  max-width: 1354px;
  margin: 0 auto;
  text-decoration: none;
}
#sustainability .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
#sustainability .inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sustainability .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sustainability .inner .bg::before, #sustainability .inner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  width: 27.4362818591%;
  height: 100%;
  background-color: #8cc11f;
  mix-blend-mode: multiply;
}
#sustainability .inner .bg::before {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  left: 0;
}
#sustainability .inner .bg::after {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  right: 0;
}
#sustainability .inner h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 56.61px;
  line-height: 1.2012012012;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 17px;
}
#sustainability .inner h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-size: 18.32px;
}
@media (max-width: 999px) {
  #sustainability .inner h2 {
    font-size: 36px;
  }
  #sustainability .inner h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #sustainability .inner h2 {
    font-size: 26px;
  }
  #sustainability .inner h2 small {
    font-size: 14px;
  }
}
#sustainability .inner h2 small {
  letter-spacing: 0.35em;
}
#sustainability .inner .catch {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 35.18px;
  line-height: 1.7629334849;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #sustainability {
    padding: 40px 0;
  }
  #sustainability .inner {
    padding: 60px 0px;
  }
  #sustainability .inner .catch {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #sustainability {
    padding: 30px 0;
  }
  #sustainability .inner {
    padding: 40px 0px;
  }
  #sustainability .inner h2 {
    margin-bottom: 10px;
  }
  #sustainability .inner .catch {
    font-size: 20px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  padding: 63px 10px 38px;
}
#recruit h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 53px;
  line-height: 1.2830188679;
  color: #fff;
  text-align: center;
  margin-bottom: 149px;
}
#recruit h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-size: 18px;
}
@media (max-width: 999px) {
  #recruit h2 {
    font-size: 32px;
  }
  #recruit h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit h2 {
    font-size: 24px;
  }
  #recruit h2 small {
    font-size: 14px;
  }
}
#recruit .catch {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 54.38px;
  line-height: 1.2688488415;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 164px;
}
#recruit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 289px;
  max-width: 100%;
  min-height: 61px;
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.4em;
  color: #fff;
  background-color: #1b1464;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/8;
  background: url(../images/arow2.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #recruit .btn a {
    font-size: 14px;
    padding-right: 0;
    width: 240px;
    min-height: 55px;
  }
  #recruit .btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    font-size: 11px;
    width: 220px;
    min-height: 45px;
  }
  #recruit .btn a::after {
    width: 25px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding: 40px 10px 25px;
  }
  #recruit h2 {
    margin-bottom: 90px;
  }
  #recruit .catch {
    font-size: 40px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 30px 10px 20px;
  }
  #recruit h2 {
    margin-bottom: 30px;
  }
  #recruit .catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  #recruit .catch {
    font-size: 20px;
  }
}/*# sourceMappingURL=index.css.map */