#information .inner .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-left: 10px;
  width: 265px;
  height: 55px;
  border: 1px solid #003067;
  border-left-width: 21px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #003067;
  border-radius: 10px;
}
#information .inner .left .btn a:hover {
  opacity: 0.6;
}
#information .inner .left .btn a::after {
  content: "";
  width: 51px;
  aspect-ratio: 51/9;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #information .inner .left .btn a {
    width: 240px;
    height: 45px;
    font-size: 16px;
    padding-left: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  #information .inner .left .btn a {
    width: 220px;
    height: 40px;
    font-size: 14px;
  }
}

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

/* ----------------------------------------------
animation
------------------------------------------------- */
@keyframes hamonanimaite {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes hamonanimaite2 {
  0% {
    opacity: 1;
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes balunanimaite {
  0% {
    opacity: 1;
    transform: scale(0) translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translate3d(100%, -100%, 30px);
  }
}
section:has(.animation) {
  position: relative;
  overflow-x: clip;
}
section:has(.animation) .hamon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section:has(.animation) .hamon .in-hamon {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 3px solid blue;
  border-radius: 50%;
}
section:has(.animation) .hamon .in-hamon:first-child {
  animation: hamonanimaite 2s forwards;
}
section:has(.animation) .hamon .in-hamon:not(:first-child) {
  animation: hamonanimaite2 2s forwards;
}
section:has(.animation) .balun {
  position: absolute;
  aspect-ratio: 1/1;
}
section:has(.animation) .balun .in-balun {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #29a6dd;
  box-shadow: 0 0 10px #fff;
  border-radius: 50%;
  animation: balunanimaite 5s forwards;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#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: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.5);
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 98px;
  line-height: 1.0306122449;
  color: #fff;
  padding: 0 10px 39px 2.9375%;
  overflow-x: clip;
}
#mainimg .catch span {
  display: block;
  transform: skew(-10deg);
}
#mainimg .catch small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 29px;
  line-height: 1.5172413793;
  margin-top: 12px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img,
  #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 60px;
    padding-bottom: 20px;
  }
  #mainimg .catch span {
    transform: unset;
  }
  #mainimg .catch small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img,
  #mainimg #mainslider video {
    height: 340px;
  }
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 26px;
  }
  #mainimg .catch small {
    font-size: 12px;
  }
  #mainimg .catch small br {
    display: none;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  padding-top: 149px;
  position: relative;
  z-index: 1;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/937;
  background: url(../images/message-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#message .contents {
  display: flex;
  align-items: start;
  -moz-column-gap: 6.875%;
       column-gap: 6.875%;
}
#message .contents .image {
  width: 44%;
  margin-top: 98px;
}
#message .contents .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
#message .contents .txbox {
  flex: 1;
}
#message .contents .txbox h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #003067;
  margin-bottom: 29px;
}
#message .contents .txbox h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#message .contents .txbox h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
  color: #000;
}
@media (max-width: 1400px) {
  #message .contents .txbox h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #message .contents .txbox h2 {
    font-size: 38px;
  }
  #message .contents .txbox h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #message .contents .txbox h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message .contents .txbox h2 {
    font-size: 26px;
  }
  #message .contents .txbox h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#message .contents .txbox h2 .box {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#message .contents .txbox h2 .box::after {
  content: "";
  flex: 1;
  max-width: 400px;
  height: 1px;
  background-color: #003067;
  margin-left: auto;
}
#message .contents .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;
  color: #000;
  padding-right: 10px;
}
@media (max-width: 999px) {
  #message {
    padding-top: 100px;
  }
  #message .contents .image {
    margin-top: 70px;
  }
  #message .contents .txbox h2 {
    margin-bottom: 20px;
  }
  #message .contents .txbox .text {
    font-size: 16px;
  }
  #message .contents .txbox .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #message {
    padding-top: 50px;
  }
  #message .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #message .contents .image {
    width: min(100% - 20px, 400px);
  }
  #message .contents .image img {
    border-radius: 30px;
    max-height: 400px;
  }
  #message .contents .txbox {
    width: 100%;
    padding-left: 10px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  padding: 198px 0 124px;
  margin-top: -50px;
  background: url(../images/info-bg.webp) no-repeat center top/cover;
}
#information .inner {
  display: flex;
  -moz-column-gap: 5.751014885%;
       column-gap: 5.751014885%;
  padding-left: 7.625%;
  position: relative;
  z-index: 1;
}
#information .inner .left {
  margin-top: 16px;
}
#information .inner .left h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #003067;
  margin-bottom: 46px;
}
#information .inner .left h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#information .inner .left h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
  color: #000;
}
@media (max-width: 1400px) {
  #information .inner .left h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #information .inner .left h2 {
    font-size: 38px;
  }
  #information .inner .left h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #information .inner .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #information .inner .left h2 {
    font-size: 26px;
  }
  #information .inner .left h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#information .inner .left h2 small {
  letter-spacing: 0.45em;
}
#information .inner .right {
  flex: 1;
  background-color: #e4f2fb;
  padding: 0 10px 55px 6.0893098782%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#information .inner .right .info-category ul li {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#information .inner .right .info-category ul li.wrap {
  border-radius: 10px;
}
#information .inner .right .container {
  max-width: 680px;
}
#information .inner .right .container .contents:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  #information {
    padding: 150px 0 100px;
    margin-top: -30px;
  }
  #information .inner {
    padding-left: 10px;
  }
  #information .inner .left h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #information {
    padding: 100px 0 80px;
    margin-top: -20px;
  }
  #information .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #information .inner .left h2 {
    margin-bottom: 10px;
  }
  #information .inner .right {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 10px 20px 20px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  background: url(../images/business-bg.webp) no-repeat center top/cover, linear-gradient(180deg, transparent 0%, #fff 100%);
  padding: 49px 0 110px;
}
#business h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #003067;
  text-align: center;
  margin-bottom: 86px;
}
#business h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#business h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
  color: #000;
}
@media (max-width: 1400px) {
  #business h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #business h2 {
    font-size: 38px;
  }
  #business h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #business h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 26px;
  }
  #business h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#business h2 small {
  letter-spacing: 0.35em;
}
#business .inner {
  width: min(100% - 20px, 1330px);
  margin: 0 auto;
  background-color: #004f98;
  border-radius: 30px;
  padding-bottom: 68px;
}
#business .inner .head {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 70px 10px 42px;
  text-align: center;
  margin-bottom: 62px;
}
#business .inner .head .title {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(min(50%, 60px));
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  color: #fff;
}
#business .inner .head .title .tx {
  background-color: #29a6dd;
  padding: 10px 52px;
  border-radius: 35px/50%;
}
#business .inner .head .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #004c88;
}
#business .inner .container {
  width: min(100% - 20px, 1170px);
  margin: 0 auto;
}
#business .inner .top {
  position: relative;
  border: 1px solid #fff;
  padding: 47px 20px 35px 35px;
  margin-bottom: 29px;
}
#business .inner .top .title {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(min(50%, 40px));
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 29px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  color: #fff;
}
#business .inner .top .title .tx {
  background-color: #004f98;
  padding: 0 20px;
}
#business .inner .top .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #fff;
}
#business .inner .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 11.452991453%;
}
#business .inner .contents .block {
  width: 44.2735042735%;
  display: flex;
  flex-direction: column;
}
#business .inner .contents .block .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 30px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  color: #29a6dd;
}
#business .inner .contents .block .title span {
  transform: skew(-10deg);
}
#business .inner .contents .block .title small {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 29px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  color: #fff;
}
#business .inner .contents .block .image {
  aspect-ratio: 518/340;
  margin-top: auto;
}
#business .inner .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .inner .contents .block:nth-child(even) .image {
  position: relative;
}
#business .inner .contents .block:nth-child(even) .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25.8687258687%;
  transform: translateX(-100%);
  background: url(../images/business-arow.webp) no-repeat center/min(100% - 10px, 54px) auto;
}
@media (max-width: 999px) {
  #business {
    padding: 40px 0 90px;
  }
  #business h2 {
    margin-bottom: 70px;
  }
  #business .inner {
    padding-bottom: 40px;
  }
  #business .inner .head {
    padding: 50px 10px 30px;
    margin-bottom: 40px;
  }
  #business .inner .head .title {
    font-size: 26px;
    transform: translateY(min(50%, 40px));
  }
  #business .inner .head .title .tx {
    padding: 10px 30px;
  }
  #business .inner .head .text {
    font-size: 18px;
  }
  #business .inner .top {
    padding: 30px 15px 20px;
    margin-bottom: 20px;
  }
  #business .inner .top .title {
    font-size: 24px;
    transform: translateY(min(50%, 20px));
  }
  #business .inner .top .text {
    font-size: 16px;
  }
  #business .inner .contents .block .title {
    font-size: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #business .inner .contents .block .title small {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 30px 0 70px;
  }
  #business h2 {
    margin-bottom: 50px;
  }
  #business .inner {
    padding-bottom: 30px;
    border-radius: 15px;
  }
  #business .inner .head {
    padding: 30px 10px 20px;
    margin-bottom: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #business .inner .head .title {
    font-size: 22px;
    transform: translateY(min(50%, 20px));
  }
  #business .inner .head .title .tx {
    padding: 10px 15px;
  }
  #business .inner .head .text {
    font-size: 16px;
  }
  #business .inner .top {
    padding: 20px 10px 10px;
    margin-bottom: 15px;
  }
  #business .inner .top .title {
    font-size: 20px;
    transform: translateY(min(50%, 10px));
  }
  #business .inner .top .text {
    font-size: 14px;
  }
  #business .inner .contents .block .title {
    font-size: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #business .inner .contents .block .title small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
comapny
------------------------------------------------- */
#company .contents {
  display: flex;
  background: url(../images/company-bg.webp) no-repeat center/cover;
  -moz-column-gap: 9.6875%;
       column-gap: 9.6875%;
}
#company .contents .left {
  padding: 106px 0 10px 9.5%;
}
#company .contents .left h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  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);
  line-height: 1;
  display: flex;
  align-items: end;
  margin-bottom: 17px;
}
#company .contents .left h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#company .contents .left h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
}
@media (max-width: 1400px) {
  #company .contents .left h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #company .contents .left h2 {
    font-size: 38px;
  }
  #company .contents .left h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #company .contents .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .left h2 {
    font-size: 26px;
  }
  #company .contents .left h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#company .contents .left h2 small {
  margin: 0 0 20px -20px;
}
#company .contents .left .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 48, 103, 0.39);
  padding: 10px 35px 10px 35px;
}
#company .contents .left table th,
#company .contents .left table td {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 2.1111111111;
  color: #fff;
}
#company .contents .left table th {
  padding-right: 23px;
  white-space: nowrap;
}
#company .contents .left table td {
  border-left: 1px solid #fff;
  padding-left: 23px;
}
#company .contents .right {
  background-color: rgba(0, 48, 103, 0.39);
  padding: 106px 10px 106px 6.5625%;
  flex: 1;
}
#company .contents .right .head {
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
}
#company .contents .right .headimage {
  width: 310px;
}
#company .contents .right .headimage img {
  width: 100%;
}
#company .contents .right h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  font-size: 42px;
}
#company .contents .right h3 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#company .contents .right h3 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
}
@media (max-width: 1400px) {
  #company .contents .right h3 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #company .contents .right h3 {
    font-size: 38px;
  }
  #company .contents .right h3 .tx {
    transform: unset;
    max-width: unset;
  }
  #company .contents .right h3 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .right h3 {
    font-size: 26px;
  }
  #company .contents .right h3 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#company .contents .right h3 small {
  margin-top: 0;
}
#company .contents .right .text {
  color: #fff;
  margin-bottom: 30px;
  max-width: 672px;
}
#company .map {
  height: 515px;
}
#company .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  #company .contents .left {
    padding-left: 40px;
  }
  #company .contents .left h2 small {
    margin-bottom: 10px;
  }
  #company .contents .left .data {
    font-size: 16px;
  }
  #company .contents .left table th,
  #company .contents .left table td {
    font-size: 16px;
  }
  #company .contents .left table th {
    padding-right: 20px;
  }
  #company .contents .left table td {
    padding-left: 20px;
  }
  #company .contents .right {
    padding-left: 40px;
  }
  #company .contents .right h3 {
    font-size: 44px;
  }
  #company .contents .right .text br {
    display: none;
  }
}
@media (max-width: 999px) {
  #company .contents .left {
    padding: 80px 0 10px 10px;
  }
  #company .contents .left h2 small {
    margin-bottom: 5px;
  }
  #company .contents .left .data {
    padding: 10px;
    font-size: 14px;
  }
  #company .contents .left table th,
  #company .contents .left table td {
    font-size: 14px;
  }
  #company .contents .left table th {
    padding-right: 10px;
  }
  #company .contents .left table td {
    padding-left: 10px;
  }
  #company .contents .right {
    padding: 80px 10px;
  }
  #company .contents .right .headimage {
    width: 180px;
  }
  #company .contents .right h3 {
    font-size: 34px;
  }
  #company .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #company .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #company .contents .left {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 50px 10px 0;
  }
  #company .contents .left h2 {
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
  }
  #company .contents .left h2 small {
    margin: 0;
  }
  #company .contents .left .data {
    font-size: 12px;
    width: 100%;
  }
  #company .contents .left table th,
  #company .contents .left table td {
    font-size: 12px;
  }
  #company .contents .right {
    padding: 30px 10px;
    justify-items: center;
  }
  #company .contents .right .head {
    margin-bottom: 15px;
  }
  #company .contents .right .headimage {
    width: 140px;
  }
  #company .contents .right h3 {
    font-size: 24px;
  }
  #company .map {
    height: 300px;
  }
}

/* ----------------------------------------------
sustainability
------------------------------------------------- */
#sustainability {
  background: url(../images/sustainability-bg.webp) no-repeat center/cover;
  padding: 47px 0 92px;
}
#sustainability h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
#sustainability h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#sustainability h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
  color: #000;
}
@media (max-width: 1400px) {
  #sustainability h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #sustainability h2 {
    font-size: 38px;
  }
  #sustainability h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #sustainability h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #sustainability h2 {
    font-size: 26px;
  }
  #sustainability h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#sustainability .contents {
  width: min(100% - 20px, 1095px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 4.2922374429%;
}
#sustainability .contents .block {
  width: 47.8538812785%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #006837;
  border-radius: 30px;
  overflow: hidden;
}
#sustainability .contents .block .title {
  text-align: center;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #006837;
  padding: 13px 10px;
}
#sustainability .contents .block .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #000;
  padding: 10px 26px 16px;
  min-height: 181px;
}
#sustainability .contents .block:not(:first-child) .text {
  padding-top: 22px;
}
@media (max-width: 999px) {
  #sustainability {
    padding: 40px 0 70px;
  }
  #sustainability h2 {
    margin-bottom: 30px;
  }
  #sustainability .contents .block .title {
    font-size: 20px;
  }
  #sustainability .contents .block .text {
    font-size: 16px;
    min-height: unset;
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  #sustainability {
    padding: 30px 0 50px;
  }
  #sustainability h2 {
    margin-bottom: 30px;
  }
  #sustainability .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #sustainability .contents .block {
    width: min(100%, 400px);
  }
  #sustainability .contents .block .title {
    font-size: 18px;
  }
  #sustainability .contents .block .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background: url(../images/recruit-bg.webp) no-repeat left bottom/cover;
  padding: 57px 10px 112px;
}
#recruit h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #29a6dd;
  text-align: center;
  margin-bottom: 62px;
}
#recruit h2 .tx {
  display: block;
  transform: skew(-10deg);
  max-width: calc(100% - 20px);
}
#recruit h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -17px;
  color: #000;
}
@media (max-width: 1400px) {
  #recruit h2 {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  #recruit h2 {
    font-size: 38px;
  }
  #recruit h2 .tx {
    transform: unset;
    max-width: unset;
  }
  #recruit h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit h2 {
    font-size: 26px;
  }
  #recruit h2 small {
    font-size: 16px;
    margin-top: 5px;
  }
}
#recruit .catch {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 50px;
  line-height: 1.34;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-bottom: 65px;
}
#recruit .contents {
  width: min(100%, 665px);
  margin: 0 12.5316455696% 0 auto;
  border: 2px solid #29a6dd;
  background-color: #fff;
  padding: 30px 4.0625% 35px;
  border-radius: 25px;
}
#recruit .contents table tr.p-0 th,
#recruit .contents table tr.p-0 td {
  padding-bottom: 0;
}
#recruit .contents table tr.p-2 th,
#recruit .contents table tr.p-2 td {
  padding-bottom: 2px;
}
#recruit .contents table th,
#recruit .contents table td {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000;
}
#recruit .contents table th {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
}
#recruit .contents table th.c2 {
  letter-spacing: 0.75em;
}
#recruit .contents table td {
  padding: 10px 0 10px 13px;
}
@media (max-width: 999px) {
  #recruit {
    padding: 40px 10px 80px;
  }
  #recruit h2 {
    margin-bottom: 40px;
  }
  #recruit .catch {
    font-size: 40px;
    margin-bottom: 50px;
  }
  #recruit .contents {
    margin: 0 auto;
    padding: 20px;
  }
  #recruit .contents table th,
  #recruit .contents table td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 30px 10px 60px;
  }
  #recruit h2 {
    margin-bottom: 30px;
  }
  #recruit .catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #recruit .catch br {
    display: none;
  }
  #recruit .contents {
    padding: 15px;
  }
  #recruit .contents table th,
  #recruit .contents table td {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */