@charset "UTF-8";
#company .contents .left .btn a, #news .inner .head .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: start;
  column-gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005ab7;
}
#company .contents .left .btn a:hover, #news .inner .head .btn a:hover {
  opacity: 0.6;
}
#company .contents .left .btn a::after, #news .inner .head .btn a::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #005ab7;
}
#company .contents .left .btn a span, #news .inner .head .btn a span {
  padding: 0 5px 5px;
  border-bottom: 1px solid #005ab7;
}
@media (max-width: 999px) {
  #company .contents .left .btn a, #news .inner .head .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .contents .left .btn a, #news .inner .head .btn a {
    font-size: 14px;
  }
  #company .contents .left .btn a::after, #news .inner .head .btn a::after {
    width: 35px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 101px;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url("../images/dotimage.png") repeat;
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max((100% - 1180px) / 2, 10px);
  padding-right: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 18px rgba(18, 18, 18, 0.15), 0 0 18px rgba(18, 18, 18, 0.15), 0 0 18px rgba(18, 18, 18, 0.15);
}
#mainimg .catch small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 36px;
  }
  #mainimg .catch small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg .catch {
    font-size: 24px;
  }
  #mainimg .catch small {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  column-gap: 7.2881355932%;
}
#news .inner .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 28px;
}
#news .inner .head h2 small {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005ab7;
}
#news .inner .head h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #005ab7;
}
@media (max-width: 999px) {
  #news .inner .head h2 {
    font-size: 28px;
  }
  #news .inner .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .inner .head h2 {
    font-size: 19px;
  }
  #news .inner .head h2 small {
    font-size: 16px;
  }
}
#news .inner .contents {
  flex: 1;
  margin-top: 4px;
}
@media (max-width: 999px) {
  #news .inner .head h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #news .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .inner .head h2 {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding-bottom: 64px;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(10.5882352941%);
  width: 100%;
  aspect-ratio: 1600/1190;
  background: url(../images/about-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#about .top {
  display: flex;
  column-gap: 10px;
  padding: 0 4.875% 0 max((100% - 1180px) / 2, 10px);
  margin-bottom: -82px;
}
#about .top .left {
  flex: 1;
}
#about .top .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  font-size: 3.13vw;
  margin-bottom: 38px;
}
#about .top .left h2 small {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005ab7;
}
#about .top .left h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #005ab7;
}
@media (max-width: 999px) {
  #about .top .left h2 {
    font-size: 28px;
  }
  #about .top .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #about .top .left h2 {
    font-size: 19px;
  }
  #about .top .left h2 small {
    font-size: 16px;
  }
}
#about .top .left h2 small {
  font-size: 24px;
  margin-bottom: 13px;
}
#about .top .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #121212;
  max-width: 680px;
  margin-bottom: 33px;
}
#about .top .left .image {
  margin: 0 0 0 max(-11.0625vw, max((100vw - 1180px) / 2, 10px) * -1);
}
#about .top .right {
  width: 41.2347560976%;
  padding-top: 70px;
}
#about .top .right .image.img1 {
  margin-left: auto;
  width: 40.6654343808%;
  margin-bottom: 40px;
}
#about .top .right .image.img2 {
  width: 89.8336414048%;
}
#about .bottom {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 5px;
  position: relative;
}
#about .bottom .bd {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #121212;
}
#about .bottom .block {
  min-width: 22.8813559322%;
  position: relative;
  border: 1px solid #121212;
  background-color: #fff;
  padding: 32px 12px 27px;
  justify-items: center;
}
#about .bottom .block .title {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 0 10px;
  min-width: 48.1481481481%;
  background-color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
#about .bottom .block .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  display: flex;
  width: 100%;
}
#about .bottom .block .text ul li:not(.head) {
  display: flex;
  align-items: center;
}
#about .bottom .block .text ul li:not(.head)::before {
  content: "・";
}
#about .bottom .block .text ul li:not(:last-child) {
  margin-bottom: 9.8px;
}
#about .bottom .block .text ul:nth-child(2) {
  margin-left: -126px;
}
#about .bottom .last {
  position: relative;
  min-width: 8.4745762712%;
  padding: 0 5px;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #005ab7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  #about .top .left h2 {
    font-size: 51px;
  }
}
@media (max-width: 999px) {
  #about {
    padding-bottom: 50px;
  }
  #about .top {
    padding: 0 10px;
    margin-bottom: -60px;
  }
  #about .top .left h2 {
    margin-bottom: 25px;
  }
  #about .top .left h2 small {
    font-size: 20px;
  }
  #about .top .left .text {
    font-size: 18px;
  }
  #about .top .right .image.img1 {
    margin-bottom: 20px;
  }
  #about .bottom .block .title {
    font-size: 18px;
  }
  #about .bottom .block .text {
    font-size: 14px;
  }
  #about .bottom .block .text ul:nth-child(2) {
    margin-left: -100px;
  }
  #about .bottom .last {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 40px;
  }
  #about .top {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: -40px;
  }
  #about .top .left {
    order: 1;
  }
  #about .top .left h2 {
    margin-bottom: 20px;
  }
  #about .top .left h2 small {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #about .top .left .text {
    font-size: 16px;
  }
  #about .top .left .text br {
    display: none;
  }
  #about .top .right {
    padding-top: 0;
    width: min(100%, 400px);
    margin: 0 auto;
  }
  #about .top .right .image.img1 {
    margin-bottom: 10px;
  }
  #about .bottom {
    row-gap: 20px;
    flex-direction: column;
    align-items: unset;
  }
  #about .bottom .wrap {
    display: flex;
    align-items: start;
    position: relative;
    justify-content: space-between;
    column-gap: 5px;
  }
  #about .bottom .wrap:has(.last) {
    align-items: unset;
  }
  #about .bottom .block {
    min-width: 47%;
  }
  #about .bottom .block .title {
    font-size: 16px;
  }
  #about .bottom .block .text {
    font-size: 12px;
    flex-direction: column;
    row-gap: 9.8px;
  }
  #about .bottom .block .text ul:nth-child(2) {
    margin-left: 0px;
  }
  #about .bottom .last {
    height: unset !important;
    font-size: 18px;
  }
}

/* ----------------------------------------------
product-equipment
------------------------------------------------- */
#product-equipment {
  width: min(100% - 20px, 1500px);
  margin: 0 auto;
  display: flex;
  column-gap: 1px;
  margin-bottom: 109px;
}
#product-equipment article {
  flex: 1;
  position: relative;
}
#product-equipment article a {
  text-decoration: none;
}
#product-equipment article a:hover {
  opacity: 1;
}
#product-equipment article a:hover .bg::after {
  opacity: 0;
}
#product-equipment article a .content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#product-equipment article a .content::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue.webp) no-repeat center #fff;
  margin-left: auto;
}
#product-equipment article .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#product-equipment article .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product-equipment article .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005ab7;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#product-equipment article .content {
  align-content: center;
  min-height: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#product-equipment article h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#product-equipment article h2 small {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#product-equipment article h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 999px) {
  #product-equipment article h2 {
    font-size: 28px;
  }
  #product-equipment article h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #product-equipment article h2 {
    font-size: 19px;
  }
  #product-equipment article h2 small {
    font-size: 16px;
  }
}
#product-equipment article:nth-child(odd) .content {
  padding-left: 25.2168112075%;
  padding-right: 7.7384923282%;
}
#product-equipment article:nth-child(even) .content {
  padding-left: 7.7384923282%;
  padding-right: 29.3529019346%;
}
@media (max-width: 999px) {
  #product-equipment {
    margin-bottom: 90px;
  }
  #product-equipment article .content {
    padding: 10px 20px !important;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  #product-equipment {
    margin-bottom: 80px;
  }
  #product-equipment article a .content {
    flex-direction: column;
    align-items: unset;
    justify-content: center;
  }
  #product-equipment article a .content::after {
    width: 40px;
  }
  #product-equipment article h2 small {
    display: block;
  }
  #product-equipment article .content {
    padding: 10px !important;
    min-height: 180px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
}
#recruit .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}
#recruit .bgs .bg {
  flex: 1;
}
#recruit .bgs .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit .bgs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 183, 0.3);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#recruit a {
  text-decoration: none;
}
#recruit a:hover {
  opacity: 1;
}
#recruit a:hover .bgs::after {
  opacity: 0;
}
#recruit a .inner {
  display: flex;
  align-items: end;
  gap: 5px 10px;
  flex-wrap: wrap;
}
#recruit a .inner::after {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue2.webp) no-repeat center #fff;
  margin-left: auto;
  margin-bottom: 8px;
}
#recruit .inner {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 310px 0 92px;
}
#recruit .inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 20px;
}
#recruit .inner h2 small {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#recruit .inner h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 999px) {
  #recruit .inner h2 {
    font-size: 28px;
  }
  #recruit .inner h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .inner h2 {
    font-size: 19px;
  }
  #recruit .inner h2 small {
    font-size: 16px;
  }
}
#recruit .inner h2 small {
  display: block;
  font-size: 24px;
}
#recruit .inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 999px) {
  #recruit .inner {
    padding: 250px 0 70px;
  }
  #recruit .inner h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  #recruit .inner h2 small {
    font-size: 20px;
  }
  #recruit .inner .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit a .inner::after {
    width: 70px;
  }
  #recruit .inner {
    padding: 200px 0 50px;
  }
  #recruit .inner h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #recruit .inner h2 small {
    font-size: 18px;
  }
  #recruit .inner .text {
    font-size: 16px;
  }
  #recruit .inner .text br {
    display: none;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background-color: #e4e4ea;
  position: relative;
  padding-bottom: 113px;
  overflow-y: clip;
}
#company::before {
  content: "";
  position: absolute;
  left: 24.4%;
  bottom: 0;
  width: 35.375%;
  transform: translateY(13.7777777778%);
  aspect-ratio: 566/450;
  background: url(../images/company-shape.webp) no-repeat center/cover;
}
#company .contents {
  display: flex;
  column-gap: 10px;
}
#company .contents .left {
  padding-left: max((100% - 1180px) / 2, 10px);
  flex: 1;
  padding-top: 102px;
}
#company .contents .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 20px;
}
#company .contents .left h2 small {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #005ab7;
}
#company .contents .left h2 small::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #005ab7;
}
@media (max-width: 999px) {
  #company .contents .left h2 {
    font-size: 28px;
  }
  #company .contents .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .left h2 {
    font-size: 19px;
  }
  #company .contents .left h2 small {
    font-size: 16px;
  }
}
#company .contents .left .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 29px;
}
#company .contents .left .data a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 100;
  color: #121212;
}
#company .contents .left .data a:hover {
  opacity: 0.6;
}
#company .contents .left .data .map {
  color: #005ab7;
  text-decoration: underline;
}
#company .contents .image {
  width: 50%;
}
#company .contents .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  #company {
    padding-bottom: 90px;
  }
  #company .contents .left {
    padding-top: 70px;
  }
  #company .contents .left h2 {
    margin-bottom: 15px;
  }
  #company .contents .left .data {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 70px;
  }
  #company::before {
    display: none;
  }
  #company .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #company .contents .left {
    order: 1;
    padding-top: 0px;
  }
  #company .contents .left h2 {
    margin-bottom: 10px;
  }
  #company .contents .left .data {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #company .contents .image {
    width: 100%;
    max-width: 400px;
  }
}

/*# sourceMappingURL=index.css.map */