@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  color: #F4F6FF;
  line-height: 1.78;
  letter-spacing: 0.08em;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #000;
}

:root {
  --swiper-pagination-color: #FFFF00;
  --swiper-navigation-color: #000;
}

.u-title {
  font-size: 40px;
  text-align: center;
  color: #F4F6FF;
  font-weight: bold;
}

.u-btn {
  background-color: #F4F6FF;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-btn p {
  font-size: 80px;
  text-align: center;
}

.U-underTitle {
  position: relative;
}
.U-underTitle h3 {
  position: relative;
  font-size: 128px;
  color: rgba(255, 235, 0, 0.4);
  font-style: italic;
  font-weight: 900;
  left: -1em;
}
@media screen and (max-width: 820px) {
  .U-underTitle h3 {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .U-underTitle h3 {
    font-size: 64px;
  }
}
.U-underTitle p {
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10%;
  bottom: 20px;
  color: #F4F6FF;
  text-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .U-underTitle p {
    bottom: 0;
    font-size: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.U-underTitle p::before {
  content: "";
  border: 1px solid #F4F6FF;
  height: 1px;
  width: 150px;
}
@media screen and (max-width: 640px) {
  .U-underTitle p::before {
    display: none;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFF00;
  background: #fff;
  background-color: #000;
  font-size: 48px;
  z-index: 1000;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  -webkit-box-shadow: 0 0 10px #FFFF00;
          box-shadow: 0 0 10px #FFFF00;
}

.header {
  background-color: #FFFF00;
  width: 98%;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  left: 1%;
  top: 1%;
}
.header_wrapper {
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 40px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .header_wrapper {
    padding: 0 40px;
    height: 80px;
  }
}
@media screen and (max-width: 430px) {
  .header_wrapper {
    height: 80px;
    width: 100%;
    padding: 0 20px;
  }
}
.header_logo {
  width: 166px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .header_nav {
    display: none;
  }
}
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header_list {
  font-weight: 500;
  color: #000;
}
.header_list:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 820px) {
  .header_list {
    color: #F4F6FF;
    font-size: 20px;
  }
}
.header_list:nth-child(4) {
  color: #F4F6FF;
  font-weight: bold;
}
.header_btn {
  background-color: #000;
  border-radius: 50px;
  padding: 10px 60px;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 820px) {
  .header_btn {
    background-color: #F4F6FF;
    color: #000;
    padding: 20px 40px;
  }
}

.hamburger_toggle {
  display: none;
}
@media screen and (max-width: 820px) {
  .hamburger_toggle {
    display: block;
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
  }
}
@media screen and (max-width: 820px) {
  .hamburger_toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger_toggle span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (max-width: 820px) {
  .hamburger_toggle span:nth-of-type(2) {
    top: 20px;
  }
}
@media screen and (max-width: 820px) {
  .hamburger_toggle span:nth-of-type(3) {
    bottom: 0;
  }
}
.hamburger_toggle_mask {
  display: none;
}

.hamburger_mask {
  display: none;
}
@media screen and (max-width: 820px) {
  .hamburger_mask_nav {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .hamburger_mask ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 820px) {
  .hamburger_mask.active {
    display: block;
    height: 100vh;
    padding: 40px 20px;
    background-color: #000;
  }
}

/*=============================
.btn-trigger
=============================*/
@media screen and (max-width: 820px) {
  .hamburger_toggle,
  .hamburger_toggle span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*=============================
#btn17
=============================*/
#js-open::after {
  display: block;
  position: absolute;
  top: 60%;
  right: -15px;
  content: "";
  width: 80px;
  height: 80px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  border: 2px solid #000;
  opacity: 0;
}

#js-open.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
}

#js-open.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 0.8s forwards;
  animation: active-btn17-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
#js-open.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
}

.firstview {
  background-image: url(../img/firstview.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 90vh;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 820px) {
  .firstview {
    padding: 90px 20px 40px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .firstview {
    padding: 20px 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.firstview_wrapper {
  text-align: center;
}
.firstview_subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #F4F6FF;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (max-width: 820px) {
  .firstview_subtitle {
    font-size: 20px;
  }
}
.firstview_title {
  font-size: 36px;
  font-weight: 600;
  color: #FFFF00;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
}
.firstview_title_logo {
  width: auto;
  max-width: 400px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .firstview_title_logo {
    max-width: 300px;
  }
}
.firstview_bottom {
  justify-items: center;
  padding: 40px 0px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .firstview_bottom {
    padding: 40px 0px 0px 0px;
  }
}
@media screen and (max-width: 430px) {
  .firstview_bottom {
    padding: 40px 10px;
  }
}
.firstview_bottom_title {
  font-size: 24px;
  color: #F4F6FF;
  margin-bottom: 40px;
}
.firstview_bottom_title span {
  font-size: 40px;
  color: #EB8317;
}
.firstview_bottom_title br {
  display: none;
}
@media screen and (max-width: 820px) {
  .firstview_bottom_title br {
    display: block;
  }
}
.firstview_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  .firstview_cards {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.firstview_card {
  width: 200px;
  height: 200px;
  background-color: #10375C;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .firstview_card {
    width: 155px;
    height: 155px;
  }
}
.firstview_card_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .firstview_card_img {
    width: 155px;
    height: 155px;
  }
}
.firstview_card_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.firstview_card_text {
  color: #FFFF00;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%) rotate(-8deg);
          transform: translate(-50%) rotate(-8deg);
  font-size: 20px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 820px) {
  .firstview_card_text {
    font-size: 16px;
  }
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px;
  background-color: #F4F6FF;
  background-blend-mode: lighten;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 820px) {
  .service {
    width: 100%;
    padding: 80px 20px;
  }
}
.service_title {
  color: #000;
  font-weight: bold;
}
.service_content {
  max-width: 1000px;
  width: 100%;
  min-height: 300px;
  margin: 20px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .service_content {
    width: 100%;
    min-width: 320px;
  }
}

.s-mySwiper {
  width: 100%;
  height: auto;
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.s-swiper_slide {
  max-width: 800px;
  min-width: 300px;
  min-height: 300px;
  position: relative;
}
.s-swiper_slide img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  min-width: 300px;
  height: 100%;
  min-height: 300px;
  position: relative;
  -webkit-filter: grayscale(100%) brightness(0.6);
          filter: grayscale(100%) brightness(0.6);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.s-swiper_slide p {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.s-swiper_slide:hover img {
  -webkit-filter: grayscale(0%) brightness(1);
          filter: grayscale(0%) brightness(1);
}
.s-swiper_slide:hover p {
  text-shadow: 4px 4px 4px #000;
}
.s-swiper_slide br {
  display: none;
}
@media screen and (max-width: 820px) {
  .s-swiper_slide br {
    display: block;
  }
}
.s-swiper_wrapper {
  height: 100% !important;
}

.s-mySwiper.swiper {
  padding-bottom: 24px;
}

@media screen and (max-width: 820px) {
  .s-mySwiper .swiper-button-prev,
  .s-mySwiper .swiper-button-next {
    display: none;
  }
  .s-mySwiper .swiper-pagination {
    bottom: -5px;
  }
}
.s-mySwiper {
  --swiper-pagination-bottom: 0px;
  /* ページネーションの位置 */
}

.link_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}
@media screen and (max-width: 820px) {
  .link_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.link_card {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 820px) {
  .link_card {
    height: 160px;
  }
}
.link_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link_card:hover::after {
  background: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  z-index: 10;
  pointer-events: none;
}
.link_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link_card_text {
  position: absolute;
  top: 50px;
  left: 60px;
  color: #F4F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  font-size: 32px;
  font-weight: bold;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .link_card_text {
    top: 15px;
    left: 20px;
    font-size: 24px;
    gap: 10px;
  }
}
.link_card_arrow {
  padding: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 820px) {
  .link_card_arrow {
    width: 40px;
    height: 40px;
  }
}
.link_card_arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.link_card:hover .link_card_arrow img {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.contact_content {
  padding: 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .contact_content {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 430px) {
  .contact_title_text p {
    font-size: 14px;
  }
}
.contact_tell {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .contact_tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 40px;
  }
}
.contact_tell_text {
  color: #F4F6FF;
  font-size: 16px;
}
.contact_tell_number {
  color: #F4F6FF;
  font-size: 36px;
}
.contact_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 720px;
}
.contact_mail_title {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-shadow: 0px 4px 4px #F4F6FF;
  font-size: 24px;
  color: #F4F6FF;
}
.contact_mail_container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_mail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.contact_box {
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
}
.contact_subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .contact_subject {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.contact_subject div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.contact_textarea {
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
}
.contact_btn {
  background-color: #F4F6FF;
  border-radius: 50px;
  padding: 20px 80px;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
}
.contact_btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFF00;
  padding: 0px 80px;
  height: 80px;
  position: relative;
  width: 98%;
  left: 1%;
  bottom: 5px;
}
.footer small {
  font-size: 12px;
  color: #000;
}

.a-company_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 80px;
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .a-company_wrapper {
    margin-top: 80px;
    padding: 0px 20px;
  }
}
.a-company_img img {
  width: 100%;
  max-width: 600px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-company_list {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  background-image: url(../img/map.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .a-company_list {
    width: 100%;
  }
}
.a-company_listTitle {
  width: 20%;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 1.2em 1em 1em 0;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-company_listText {
  width: 80%;
  margin: 0;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  line-height: 2.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .a-company_listText {
    overflow-wrap: anywhere;
  }
}
.a-company_mapWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .a-company_mapWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.a-company_map {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 450px;
  height: auto;
  max-width: 600px;
}
.a-company_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px 40px 0px;
}
.a-equipment_content {
  color: #FFF;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 20px;
}

.a-partner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px;
}
@media screen and (max-width: 820px) {
  .a-partner_wrapper {
    padding: 40px 20px;
  }
}
.a-partner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .a-partner_content {
    width: 100%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 430px) {
  .a-partner_content {
    width: 100%;
    padding-left: 20px;
  }
}
.a-partner_content h5 {
  font-size: 24px;
}
@media screen and (max-width: 430px) {
  .a-partner_content h5 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.a-partner_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 820px) {
  .a-partner_list {
    grid-template-columns: 1fr;
  }
}
.a-partner_listItem {
  font-size: 20px;
}
@media screen and (max-width: 430px) {
  .a-partner_listItem {
    font-size: 16px;
  }
}

.s-service {
  position: relative;
  background-color: #F4F6FF;
}
.s-service_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .s-service_wrapper {
    margin-top: 80px;
  }
}
.s-service_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 80px 80px 80px 0px;
  background-color: #000;
  border-radius: 100px 0 100px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 80px;
  height: 560px;
  scroll-margin-top: 30vh;
}
@media screen and (max-width: 820px) {
  .s-service_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    padding: 80px 0px 80px 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.s-service_content_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 70%;
  border-radius: 0 50px 0 0;
  padding: 20px 0px;
  overflow: hidden;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .s-service_content_imgBox {
    height: 160px;
    width: 100%;
    background-color: transparent;
    padding: 0px 0px;
    border-radius: 0;
  }
}
.s-service_content_textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .s-service_content_textBox {
    width: 80%;
    padding: 0px;
    gap: 20px;
  }
}
.s-service_content_title {
  font-size: 32px;
  color: #F4F6FF;
}
@media screen and (max-width: 820px) {
  .s-service_content_title {
    font-size: 24px;
  }
}
.s-service_content_text {
  font-size: 16px;
  color: #F4F6FF;
  overflow-wrap: anywhere;
}
.s-service_content_text ul {
  margin-top: 40px;
  list-style-type: disc;
}

.is-black p {
  color: #000;
}
.is-black p::before {
  content: "";
  border: 1px solid #000;
  height: 1px;
  width: 150px;
}

.text-black {
  color: #000;
}

.s-service_content:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F4F6FF;
  padding: 80px 0px 80px 80px;
}
@media screen and (max-width: 820px) {
  .s-service_content:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 80px 0px 80px 0px;
  }
}

.s-service_content:nth-of-type(5) {
  border-radius: 100px 0 100px 0;
}

.s-service_content:nth-of-type(6) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F4F6FF;
  padding: 80px 0px 80px 80px;
}
@media screen and (max-width: 820px) {
  .s-service_content:nth-of-type(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 80px 0px 80px 0px;
  }
}

.s-service_content:nth-of-type(7) {
  border-radius: 100px 0 0 0;
}

.mySwiper {
  width: 80%;
  padding: 20px 20px;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .mySwiper {
    height: 160px;
    width: 100%;
    background-color: transparent;
    padding: 0px 20px;
    border-radius: 0;
  }
}

.s-service .swiper-pagination-bullet {
  background-color: #FFC067;
  opacity: 1;
}
.s-service .swiper-pagination-bullet-active {
  background-color: #FFFF00;
}

.swiper-wrapper {
  height: 80%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.s-service_hover::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border: 8px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-service_hover:hover::after {
  opacity: 0.6;
}

.s-service_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.s-service_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.s-service_modal_content {
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  max-width: 1000px;
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .s-service_modal_content {
    max-width: 90%;
    max-height: 70%;
  }
}
.s-service_modal_content img {
  width: auto;
  max-width: 960px;
  max-height: 760px;
  height: 100%;
  margin: 20px 20px;
}
@media screen and (max-width: 820px) {
  .s-service_modal_content img {
    max-width: 90%;
  }
}
.s-service_modal_close {
  position: absolute;
  top: -2%;
  right: -2%;
  font-size: 24px;
  cursor: pointer;
  color: #FFFF00;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-shadow: #FFFF00 0px 0px 0px 2px;
          box-shadow: #FFFF00 0px 0px 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-service_modal_close::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.s-service_modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}