@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
fade
------------------------------------------------- */
h2.fade-in {
  display: flex;
  flex-direction: column;
  align-items: start;
}
h2.fade-in.view span {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s, clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
h2.fade-in.view span::after {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  left: calc(100% + 10px);
  right: calc(0% - 10px);
}
h2.fade-in.view.remove span::after {
  display: none;
}
h2.fade-in span {
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
}
h2.fade-in span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(0% - 10px);
  right: calc(100% + 10px);
  bottom: 0;
  background-color: #fff;
}
h2.fade-in.black span::after {
  background-color: #000;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  position: relative;
}
#mainimg #mainslider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat;
}
#mainimg #mainslider video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  padding-top: 75px;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625%;
  position: absolute;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 101.4px;
  line-height: 1.2;
  color: #fff;
  max-width: calc(98.4375% - 10px);
}
#mainimg .catch span:not(.s) {
  font-size: 137.19px;
}
#mainimg .catch .s {
  font-size: 89.57px;
  letter-spacing: -0.22em;
  margin-left: -0.3em;
}
#mainimg .catch .top {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 64px 32px;
}
#mainimg .catch small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 31px;
  line-height: 1.4196774194;
  margin-top: 28px;
  padding-left: 10px;
}
@media (max-width: 999px) {
  #mainimg #mainslider video {
    height: auto;
    min-height: 650px;
  }
  #mainimg .catch {
    padding-top: 0;
    font-size: 80px;
  }
  #mainimg .catch .top {
    padding: 10px 10px 40px 20px;
  }
  #mainimg .catch span:not(.s) {
    font-size: 100px;
  }
  #mainimg .catch .s {
    font-size: 70px;
  }
  #mainimg .catch small {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider video {
    min-height: 550px;
  }
  #mainimg .catch {
    font-size: 60px;
  }
  #mainimg .catch .top {
    padding: 10px 10px 20px 10px;
  }
  #mainimg .catch span:not(.s) {
    font-size: 70px;
  }
  #mainimg .catch .s {
    font-size: 50px;
  }
  #mainimg .catch small {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  #mainimg #mainslider video {
    min-height: 450px;
  }
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .catch span:not(.s) {
    font-size: 50px;
  }
  #mainimg .catch .s {
    font-size: 40px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}

/* ----------------------------------------------
vision
------------------------------------------------- */
#vision .inner {
  display: flex;
  -moz-column-gap: 5.75%;
       column-gap: 5.75%;
}
#vision .image {
  width: 59.25%;
  position: relative;
  overflow: hidden;
}
#vision .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#vision .image .bgtx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 159.08px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  text-wrap: nowrap;
  /* top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-wrap: nowrap; */
}
#vision .txtbox {
  flex: 1;
  padding: 10px 6.4375% 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#vision .txtbox h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #000;
  border-left: 7px solid #000;
  border-bottom: 1px solid #000;
  padding: 2px 10px 16px 13px;
  margin-bottom: 27px;
}
#vision .txtbox h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #vision .txtbox h2 {
    font-size: 40px;
  }
  #vision .txtbox h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #vision .txtbox h2 {
    font-size: 30px;
  }
  #vision .txtbox h2 small {
    font-size: 14px;
  }
}
#vision .txtbox h2 small {
  padding-left: 9px;
}
#vision .txtbox .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 63px;
}
#vision .txtbox .btn {
  display: flex;
  justify-content: end;
  padding-right: 8px;
}
#vision .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
#vision .txtbox .btn a:hover {
  opacity: 0.6;
}
#vision .txtbox .btn a::after {
  content: "";
  min-width: 51px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #vision .txtbox .btn a {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #vision .txtbox .btn a::after {
    min-width: 45px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  #vision .txtbox .btn a {
    font-size: 14px;
  }
  #vision .txtbox .btn a::after {
    min-width: 40px;
    height: 6px;
  }
}
@media (max-width: 1299px) {
  #vision .txtbox {
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 999px) {
  #vision .inner {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #vision .image .bgtx {
    font-size: 100px;
  }
  #vision .txtbox h2 {
    margin-bottom: 20px;
  }
  #vision .txtbox .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #vision .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #vision .image {
    width: 100%;
  }
  #vision .image img {
    max-height: 400px;
    min-height: 350px;
  }
  #vision .image .bgtx {
    font-size: 80px;
  }
  #vision .txtbox {
    padding: 0 10px 30px;
  }
  #vision .txtbox h2 {
    margin-bottom: 15px;
  }
  #vision .txtbox .text {
    margin-bottom: 30px;
  }
  #vision .txtbox .text br {
    display: none;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  background: url(../images/information.webp) no-repeat right bottom #f3f8fc;
  padding: 78px 10px 45px 10.25%;
}
#information a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information a:hover {
  opacity: 0.6;
}
#information h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #000;
  margin-bottom: 29px;
}
#information h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #information h2 {
    font-size: 40px;
  }
  #information h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #information h2 {
    font-size: 30px;
  }
  #information h2 small {
    font-size: 14px;
  }
}
#information .cates {
  margin-bottom: 48px;
}
#information .contents {
  max-width: 566px;
  position: relative;
  z-index: 2;
}
#information .contents::before {
  content: "";
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#information .contents article:not(.on) {
  display: none;
}
#information .btn {
  display: flex;
  justify-content: end;
  max-width: 566px;
  padding-top: 50px;
}
#information .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px;
}
#information .btn a:hover {
  opacity: 0.6;
}
#information .btn a::after {
  content: "";
  min-width: 51px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #information .btn a {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #information .btn a::after {
    min-width: 45px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  #information .btn a {
    font-size: 14px;
  }
  #information .btn a::after {
    min-width: 40px;
    height: 6px;
  }
}
@media (max-width: 1599px) {
  #information {
    background-size: cover;
  }
}
@media (max-width: 999px) {
  #information {
    padding: 60px 10px 35px 10.25%;
  }
  #information h2 {
    margin-bottom: 25px;
  }
  #information .cates {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #information {
    padding: 30px 10px;
  }
  #information h2 {
    margin-bottom: 20px;
  }
  #information .cates {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business .inner {
  display: flex;
  -moz-column-gap: 1.125%;
       column-gap: 1.125%;
}
#business .txtbox {
  flex: 1;
  background-color: #000;
  padding: 115px 7.1875% 10px 7.5%;
}
#business .txtbox h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #fff;
  border-left: 7px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 10px 20px 22px;
  margin-bottom: 74px;
}
#business .txtbox h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #business .txtbox h2 {
    font-size: 40px;
  }
  #business .txtbox h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .txtbox h2 {
    font-size: 30px;
  }
  #business .txtbox h2 small {
    font-size: 14px;
  }
}
#business .txtbox h2 small {
  padding-left: 5px;
}
#business .txtbox ul li {
  position: relative;
  z-index: 1;
}
#business .txtbox ul li:not(:has(a)) {
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
#business .txtbox ul li a {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  text-decoration: none;
}
#business .txtbox ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#business .txtbox ul li:hover::after {
  transform: scale(1);
}
#business .txtbox ul li:hover .tx {
  color: #000;
}
#business .txtbox ul li:hover .btn {
  color: #000;
}
#business .txtbox ul li .tx {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 45px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-left: 8px solid #fff;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  gap: 5px;
}
#business .txtbox ul li .tx small {
  font-weight: 400;
  font-size: 16px;
}
#business .txtbox ul li .btn {
  margin-left: auto;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
#business .txtbox ul li .btn:hover {
  opacity: 0.6;
}
#business .txtbox ul li .btn::after {
  content: "";
  min-width: 51px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #business .txtbox ul li .btn {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #business .txtbox ul li .btn::after {
    min-width: 45px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  #business .txtbox ul li .btn {
    font-size: 14px;
  }
  #business .txtbox ul li .btn::after {
    min-width: 40px;
    height: 6px;
  }
}
#business .txtbox ul li:not(:last-child) {
  margin-bottom: 23px;
}
#business .images {
  display: flex;
  width: 48.125%;
  -moz-column-gap: 1.6883116883%;
       column-gap: 1.6883116883%;
}
#business .images .image {
  position: relative;
  width: 32.2077922078%;
  overflow: hidden;
}
#business .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .images .image .bgtx {
  position: absolute;
  /* top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  text-wrap: nowrap;
  transform: rotate(180deg); */
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  text-wrap: nowrap;
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 80.32px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 999px) {
  #business .txtbox {
    padding: 10px;
    padding-top: 80px;
  }
  #business .txtbox h2 {
    margin-bottom: 60px;
  }
  #business .txtbox ul li .tx {
    font-size: 30px;
  }
  #business .txtbox ul li .tx small {
    font-size: 14px;
  }
  #business .images .image .bgtx {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #business .inner {
    flex-direction: column;
    row-gap: 10px;
  }
  #business .txtbox {
    padding: 30px 10px;
  }
  #business .txtbox h2 {
    margin-bottom: 40px;
    border-left-width: 5px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  #business .txtbox ul li .tx {
    font-size: 24px;
  }
  #business .txtbox ul li .tx small {
    font-size: 12px;
  }
  #business .images {
    width: 100%;
  }
  #business .images .image img {
    max-height: 300px;
  }
  #business .images .image .bgtx {
    font-size: 40px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 122px;
}
#company .top {
  position: relative;
  padding: 179px 10px 165px 8.125%;
}
#company .top::before, #company .top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#company .top::before {
  background: url(../images/compnay-bg.webp) no-repeat center/cover;
}
#company .top::after {
  background-color: rgba(0, 76, 136, 0.9);
}
#company .top h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #fff;
  border-left: 7px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0px 115px 15px 20px;
  display: inline-block;
}
#company .top h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #company .top h2 {
    font-size: 40px;
  }
  #company .top h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .top h2 {
    font-size: 30px;
  }
  #company .top h2 small {
    font-size: 14px;
  }
}
#company .top h2 small {
  padding-left: 5px;
}
#company h3 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #fff;
}
#company h3 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #company h3 {
    font-size: 40px;
  }
  #company h3 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company h3 {
    font-size: 30px;
  }
  #company h3 small {
    font-size: 14px;
  }
}
#company h3 small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
#company .contents {
  display: flex;
}
#company .contents article {
  width: 50%;
  position: relative;
}
#company .contents article .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#company .contents article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents article a:hover {
  opacity: 0.6;
}
#company .contents article a .content .btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px;
}
#company .contents article a .content .btn:hover {
  opacity: 0.6;
}
#company .contents article a .content .btn::after {
  content: "";
  min-width: 51px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #company .contents article a .content .btn {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #company .contents article a .content .btn::after {
    min-width: 45px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  #company .contents article a .content .btn {
    font-size: 14px;
  }
  #company .contents article a .content .btn::after {
    min-width: 40px;
    height: 6px;
  }
}
#company .contents article:not(:has(a)) .btn {
  display: none;
}
#company .contents article .content {
  padding: 190px 10px 150px;
  text-align: center;
}
#company .contents article .content h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 17px;
}
#company .contents article .content h3 small {
  background-color: rgba(0, 76, 136, 0.9);
  padding: 4px 10px;
  min-width: 140px;
}
#company .bottom {
  display: flex;
  background-color: rgba(0, 20, 93, 0.9);
}
#company .bottom .head {
  width: 20%;
  background-color: rgba(0, 20, 93, 0.9);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company .bottom .head h3 small {
  margin-top: 20px;
}
#company .bottom .content {
  flex: 1;
  display: flex;
  padding: 33px 0;
}
#company .bottom .content .block {
  width: 25%;
  padding: 2px 10px 25px 3.125%;
}
#company .bottom .content .block .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 37px;
  line-height: 1.1351351351;
  color: #fff;
  margin-bottom: 18px;
}
#company .bottom .content .block .title small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2.1666666667;
  margin-left: -10px;
  margin-top: -2px;
}
#company .bottom .content .block .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
#company .bottom .content .block .data a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #fff;
  font-weight: 400;
}
#company .bottom .content .block .data a:hover {
  opacity: 0.6;
}
#company .bottom .content .block .data p:first-child {
  line-height: 1.625;
  margin-bottom: 17px;
}
#company .bottom .content .block .data p:last-child {
  line-height: 1.75;
}
#company .bottom .content .block:not(:first-child) {
  border-left: 1px solid #fff;
}
@media (max-width: 1500px) {
  #company .bottom .content .block .title {
    font-size: 24px;
  }
  #company .bottom .content .block .title small {
    font-size: 16px;
  }
  #company .bottom .content .block .data {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  #company {
    margin-bottom: 90px;
  }
  #company .top {
    padding: 60px 10px 60px 8.125%;
  }
  #company .top h2 {
    padding-right: 80px;
  }
  #company .contents article .content {
    padding: 140px 10px 100px;
  }
  #company .contents article .content h3 small {
    min-width: 120px;
  }
  #company .bottom {
    flex-direction: column;
  }
  #company .bottom .head {
    width: 100%;
    padding: 30px 10px;
  }
  #company .bottom .content .block {
    padding: 10px;
  }
  #company .bottom .content .block .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #company .bottom .content .block .title small {
    font-size: 15px;
  }
  #company .bottom .content .block .data {
    font-size: 14px;
  }
  #company .bottom .content .block .data p:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 80px;
  }
  #company .top {
    padding: 80px 10px;
  }
  #company .top h2 {
    border-left-width: 5px;
    padding: 0 30px 10px 10px;
  }
  #company .contents article a .content {
    padding: 80px 10px;
  }
  #company .contents article a .content h3 small {
    min-width: 100px;
  }
  #company .contents article a .content .btn {
    bottom: 10px;
    right: 10px;
  }
  #company .bottom {
    flex-direction: column;
  }
  #company .bottom .head {
    width: 100%;
    padding: 30px 10px;
  }
  #company .bottom .content {
    padding: 20px 0;
  }
  #company .bottom .content .block .title {
    font-size: 16px;
  }
  #company .bottom .content .block .title small {
    font-size: 15px;
  }
  #company .bottom .content .block .data {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #company .bottom .content {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #company .bottom .content .block {
    position: relative;
    width: 50%;
  }
  #company .bottom .content .block:nth-child(odd) {
    border-left: unset;
  }
  #company .bottom .content .block:nth-child(even) {
    border-left: 1px solid #fff;
  }
  #company .bottom .content .block:nth-child(n+3)::before {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    top: -5px;
    background-color: #fff;
  }
}

/* ----------------------------------------------
sdgs
------------------------------------------------- */
#sdgs {
  margin-bottom: 138px;
}
#sdgs .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1208px;
  background: url(../images/sdgs-shape.jpg) repeat-x bottom left #f3fafa;
}
#sdgs .contents:not(:has(a)) {
  display: flex;
  align-items: center;
  padding: 43px 0 48px;
  -moz-column-gap: 7.6158940397%;
       column-gap: 7.6158940397%;
}
#sdgs .contents a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 43px 0 48px;
  -moz-column-gap: 7.6158940397%;
       column-gap: 7.6158940397%;
}
#sdgs .contents a:hover {
  opacity: 0.6;
}
#sdgs .contents .image {
  width: 26.3245033113%;
  margin-left: 6.4569536424%;
}
#sdgs .contents .left {
  flex: 1;
  padding-bottom: 9px;
}
#sdgs .contents .left .logo {
  margin-bottom: 36px;
}
#sdgs .contents .left .title {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  line-height: 1;
  color: #0071b8;
}
#sdgs .contents .left .title small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #0071b8;
  padding: 7px 18px;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  #sdgs {
    margin-bottom: 90px;
  }
  #sdgs .contents:not(:has(a)) {
    padding: 30px 0;
  }
  #sdgs .contents a {
    padding: 30px 0;
  }
  #sdgs .contents .left .logo {
    margin-bottom: 25px;
  }
  #sdgs .contents .left .title {
    font-size: 34px;
  }
  #sdgs .contents .left .title small {
    font-size: 16px;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #sdgs {
    margin-bottom: 80px;
  }
  #sdgs .contents:not(:has(a)) {
    padding: 20px 10px;
    flex-direction: column;
    row-gap: 30px;
  }
  #sdgs .contents a {
    padding: 20px 10px;
    flex-direction: column;
    row-gap: 30px;
  }
  #sdgs .contents .image {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
  }
  #sdgs .contents .left .logo {
    margin-bottom: 15px;
  }
  #sdgs .contents .left .title {
    font-size: 22px;
  }
  #sdgs .contents .left .title small {
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  margin-bottom: 62px;
}
#recruit .head {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1475px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 51px;
}
#recruit .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 63px;
  line-height: 1.0317460317;
  color: #000;
  border-left: 7px solid #000;
  border-bottom: 1px solid #000;
  padding: 2px 0 15px 20px;
}
#recruit .head h2 small {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2px;
}
@media (max-width: 999px) {
  #recruit .head h2 {
    font-size: 40px;
  }
  #recruit .head h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .head h2 {
    font-size: 30px;
  }
  #recruit .head h2 small {
    font-size: 14px;
  }
}
#recruit .head h2 small {
  padding-left: 5px;
}
#recruit .head .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  line-height: 1.6;
  color: #000;
  margin-left: auto;
}
#recruit .contents {
  padding: 0 3.125% 0 3.5%;
  display: flex;
  -moz-column-gap: 1.0040160643%;
       column-gap: 1.0040160643%;
  margin-bottom: 20px;
}
#recruit .contents .image a {
  display: block;
  position: relative;
  font-weight: 100;
}
#recruit .contents .image a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 76, 136, 0.9);
  mix-blend-mode: multiply;
  transition: all 0.5s ease-out;
}
#recruit .contents .image a:hover {
  opacity: 1;
}
#recruit .contents .image a:hover::before {
  height: 100%;
}
#recruit .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .contents .image:first-child {
  width: 51.9410977242%;
  position: relative;
  overflow: hidden;
}
#recruit .contents .image:first-child a::after {
  content: "MORE";
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #000;
  padding: 3px 69px 3px 3px;
  background: url(../images/arow.webp) no-repeat center right 3px rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease-out;
}
#recruit .contents .image:first-child a:hover::after {
  opacity: 0.6;
}
#recruit .contents .image:first-child .bgtx {
  position: absolute;
  bottom: 22px;
  left: 14px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: min(8.2vw, 130.28px);
  line-height: 0.8366595026;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
#recruit .contents .image:not(:first-child) {
  width: 14.9933065596%;
}
#recruit .btn {
  padding: 0 3.125% 0 3.5%;
  display: flex;
  justify-content: end;
}
#recruit .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a::after {
  content: "";
  min-width: 51px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #recruit .btn a {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #recruit .btn a::after {
    min-width: 45px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    font-size: 14px;
  }
  #recruit .btn a::after {
    min-width: 40px;
    height: 6px;
  }
}
@media (max-width: 999px) {
  #recruit {
    margin-bottom: 50px;
  }
  #recruit .head {
    margin-bottom: 40px;
  }
  #recruit .head .catch {
    font-size: 36px;
  }
  #recruit .contents .image:first-child a::after {
    font-size: 16px;
    background-size: 45px auto;
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-bottom: 40px;
  }
  #recruit .head {
    margin-bottom: 30px;
  }
  #recruit .head h2 {
    border-left-width: 5px;
    padding: 2px 0 10px 10px;
  }
  #recruit .head .catch {
    font-size: 20px;
  }
  #recruit .contents {
    flex-wrap: wrap;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  #recruit .contents .image:first-child {
    width: 100%;
  }
  #recruit .contents .image:first-child a::after {
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    background-size: 40px auto;
    padding-right: 50px;
  }
  #recruit .contents .image:first-child img {
    max-height: 250px;
  }
  #recruit .contents .image:not(:first-child) {
    width: 30%;
  }
  #recruit .contents .image:not(:first-child) img {
    max-height: 300px;
  }
}/*# sourceMappingURL=index.css.map */