.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

.header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .2s;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1a81;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  background-color: #00f;
}

.text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.top-mainimg {
  max-width: 1440px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-top-business {
  max-width: 1440px;
  background-image: url('../images/top-business-list.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  margin-top: 100px;
  font-size: 36px;
  line-height: 30px;
}

.heading.ttl01 {
  color: #333;
}

.heading.top-contact-ttl {
  color: #333;
  text-align: left;
  margin-top: 0;
}

.text-span {
  font-size: 18px;
}

.grid-top-business {
  max-width: 700px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  margin: 60px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block {
  background-color: #fff;
}

.top-business-ttl {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}

.top-business-txt-wrapper {
  padding: 12px;
}

.columns {
  max-width: 1200px;
  align-items: center;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1a81;
  border-radius: 31px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
}

.button-2.btn-about {
  margin-top: 45px;
  transition: all .3s;
}

.button-2.btn-about:hover {
  background-color: #00f;
}

.text-3 {
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.top-about-txt-under {
  margin-top: 18px;
  font-size: 16px;
  line-height: 26px;
}

.section-top-contact {
  opacity: 1;
  background-image: url('../images/AdobeStock_582358076.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding-top: 118px;
  padding-bottom: 118px;
}

.columns-top-contact {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, .96);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 62px;
  display: flex;
}

.top-contact-txt {
  margin-top: 31px;
  padding-top: 0;
  font-size: 17px;
  line-height: 23px;
}

.button-top-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1a81;
  border-radius: 31px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button-top-contact:hover {
  background-color: #00f;
}

.div-block-2 {
  text-align: center;
}

.footer {
  background-color: #1a1a81;
  margin-top: 100px;
}

.footer-columns {
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}

.image-4 {
  background-color: #fff;
  padding: 5px;
}

.footer-link-wrapper {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.footer-address {
  color: #fff;
  text-align: left;
  margin-top: 47px;
}

.footer-link {
  padding-bottom: 8px;
  padding-left: 20px;
}

.footer-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 33px;
  padding-bottom: 22px;
}

.column {
  padding-left: 15px;
  padding-right: 15px;
}

.main-img {
  height: 30vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.main-ttl-wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 28px;
}

.main-ttl {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
}

.column-2 {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.breadcrumb-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb {
  text-align: right;
  margin-top: 13px;
  font-size: 15px;
}

.main-img-gradation {
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .46) 67%, rgba(0, 0, 0, 0));
  align-items: flex-end;
  display: flex;
}

.container {
  margin-top: 0;
}

.about-table {
  margin-top: 64px;
}

.lead {
  margin-top: 70px;
  font-size: 15px;
}

.about-data {
  margin-top: 60px;
  display: flex;
}

.column-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-map {
  margin-top: 60px;
}

.page-main-img {
  height: 30vw;
  background-image: url('../images/230510_nesヘッダー背景.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.main-img-archive {
  height: 30vw;
  background-image: url('../images/AdobeStock_311320661.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link, .link-2 {
  color: #333;
}

.main-aichive {
  margin-top: 70px;
}

.paragraph-2 {
  margin-top: 35px;
}

.div-block-4 {
  text-align: center;
  margin-top: 30px;
}

.heading-2 {
  margin-top: 60px;
}

.paragraph-3 {
  margin-top: 35px;
}

.div-block-5 {
  text-align: center;
  margin-top: 30px;
}

.heading-3 {
  margin-top: 80px;
}

.heading-3.heading-037 {
  margin-top: 100px;
  display: inline-block;
}

.div-block-6 {
  text-align: left;
  margin-top: 50px;
}

.grid-syori {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.ttl-syori {
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.list-item-tokutyo {
  margin-top: 30px;
  list-style-type: decimal;
}

.list-item-tokutyo-item {
  margin-bottom: 27px;
}

.div-block-7 {
  text-align: center;
  padding-top: 20px;
}

.paragraph-4, .paragraph-5 {
  margin-top: 30px;
}

.div-block-8, .div-block-9, .div-block-10 {
  text-align: center;
}

.paragraph-6 {
  margin-top: 28px;
}

.recruit-data {
  margin-top: 60px;
  display: flex;
}

.recruit-data02 {
  margin-top: 31px;
}

.link-3 {
  color: #fff;
}

.link-3.w--current {
  text-decoration: none;
}

.link-4, .link-5, .link-6, .link-7 {
  color: #fff;
  text-decoration: none;
}

.main-img-rrecruit {
  height: 30vw;
  background-image: url('../images/AdobeStock_438149718.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.main-img-contact {
  height: 30vw;
  background-image: url('../images/AdobeStock_489303063.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-6 {
  display: block;
  position: static;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 2%;
  transform: rotate(0);
}

.image-7 {
  display: block;
  position: static;
}

.footer-bnr-recruit {
  display: none;
}

.link-recruit {
  transition: all .3s;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 4%;
}

.link-recruit:hover {
  transform: rotate(-7deg);
}

.div-block-10-copy {
  text-align: center;
}

.list-other-jisseki {
  max-width: 760px;
  text-align: left;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
}

.list-item {
  text-align: left;
}

.list-jisseki-other-item {
  border-bottom: 1px dotted #7a7a7a;
  padding-top: 33px;
  padding-bottom: 8px;
  font-size: 17px;
}

.list-jisseki-othter-item-date {
  margin-right: 18px;
}

.privacy-main {
  margin-top: 70px;
  font-size: 15px;
}

.container-copy {
  margin-top: 0;
}

.container-privacy {
  max-width: 760px;
  margin-top: 0;
}

.paragraph-7 {
  margin-top: 29px;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  margin-top: 40px;
}

.p-security {
  margin-top: 30px;
}

.list-privacy {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 30px;
  list-style-type: decimal;
}

.privacy-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2-bcp-ttl {
  margin-top: 31px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.p-security-copy {
  margin-top: 30px;
}

.paragraph-12 {
  margin-bottom: 0;
  padding-top: 10px;
}

.list-bcp {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 30px;
  list-style-type: decimal;
}

.privacy-list-item-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-bcp-item {
  margin-top: 24px;
}

.p-privacy {
  margin-top: 30px;
}

.about-main-img {
  height: 30vw;
  background-image: url('../images/AdobeStock_509294447.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #f5f5f5;
  }

  .navbar-link {
    justify-content: center;
  }

  .button {
    justify-content: center;
    padding: 24px 12px;
  }

  .button-2.btn-about {
    margin-top: 20px;
  }

  .section-top-contact {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .main-ttl {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-2, .heading-3 {
    margin-top: 60px;
  }

  .heading-3.heading-037 {
    margin-top: 80px;
  }

  .div-block-7 {
    text-align: center;
    margin-top: 30px;
  }

  .image-6 {
    max-width: 260px;
  }

  .privacy-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading.ttl01 {
    margin-top: 63px;
  }

  .heading.top-contact-ttl {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .grid-top-business {
    grid-template-columns: 1fr 1fr;
  }

  .columns {
    flex-direction: column;
    margin-top: 34px;
  }

  .image-2 {
    padding-bottom: 25px;
  }

  .section-top-contact {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-top-contact {
    background-color: #f7f7f7;
    flex-direction: column;
    margin-top: 43px;
    margin-bottom: 25px;
  }

  .button-top-contact {
    margin-top: 24px;
    margin-bottom: 43px;
  }

  .div-block-2, .div-block-3 {
    text-align: center;
  }

  .footer-link-wrapper {
    text-align: left;
  }

  .column {
    margin-top: 57px;
  }

  .main-img {
    height: 40vw;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lead {
    margin-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-data {
    flex-direction: column;
    margin-top: 32px;
  }

  .about-map {
    margin-top: 55px;
  }

  .page-main-img, .main-img-archive {
    height: 40vw;
  }

  .heading-2, .heading-3 {
    margin-top: 40px;
  }

  .grid-syori {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recruit-data {
    flex-direction: column;
    margin-top: 32px;
  }

  .image-5 {
    margin-top: 23px;
  }

  .main-img-rrecruit {
    height: 40vw;
  }

  .image-6 {
    max-width: 230px;
  }

  .container-jisseki-list, .container-2-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy-main {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy, .container-privacy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-main-img {
    height: 40vw;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 9px;
  }

  .vectors-wrapper {
    height: 24px;
  }

  .navbar-menu {
    background-color: #eee;
  }

  .button {
    padding: 24px 12px;
  }

  .heading {
    margin-top: 46px;
    font-size: 30px;
  }

  .heading.ttl01 {
    margin-top: 43px;
  }

  .heading.top-contact-ttl {
    text-align: center;
  }

  .grid-top-business {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .columns-top-contact {
    padding: 32px;
  }

  .div-block-2 {
    text-align: center;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .footer-link {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .column {
    margin-top: 35px;
  }

  .main-img {
    height: 60vw;
  }

  .main-ttl-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-ttl {
    margin-left: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-main-img, .main-img-archive {
    height: 60vw;
  }

  .paragraph-2 {
    margin-top: 15px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .heading-3 {
    margin-top: 25px;
    font-size: 19px;
    line-height: 27px;
  }

  .heading-3.heading-037 {
    margin-top: 50px;
  }

  .list-item-tokutyo {
    padding-left: 20px;
  }

  .div-block-7 {
    margin-top: 17px;
  }

  .heading-38 {
    font-size: 28px;
    line-height: 34px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-img-rrecruit {
    height: 60vw;
  }

  .image-6 {
    display: none;
  }

  .img-recruit-bnr {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
  }

  .link-block, .footer-bnr-recruit {
    display: block;
  }

  .list-other-jisseki {
    margin-top: 21px;
  }

  .list-jisseki-other-item {
    padding-top: 15px;
    font-size: 14px;
  }

  .list-jisseki-othter-item-date {
    padding-bottom: 8px;
    display: block;
  }

  .privacy-main {
    padding-left: 0;
    padding-right: 0;
  }

  .about-main-img {
    height: 60vw;
  }
}

#w-node-_65f86935-9e4e-551d-ad4e-9412d9c1d521-51c1c854, #w-node-_65f86935-9e4e-551d-ad4e-9412d9c1d523-51c1c854, #w-node-_3e19b05a-bcc2-2e24-124e-9314284ee482-51c1c854, #w-node-_3e19b05a-bcc2-2e24-124e-9314284ee484-51c1c854, #w-node-_10b778a4-8475-0efc-c5f8-dcfb6c50a7a5-e3217f95, #w-node-d5314f4e-353b-f72f-4172-0920e5e808cd-e3217f95, #w-node-eb4a846b-eab9-5c9f-0353-36b8673eb3aa-e3217f95, #w-node-d4c7f33e-56b4-8d46-cdc7-eea76a51c0a6-e3217f95, #w-node-_2af78a32-05ee-f6b2-42d1-0413f69cd3cc-e3217f95, #w-node-fc48c4fa-5e57-72dc-c7a6-59808ed95580-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a091-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a0a4-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a0af-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a0b6-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a0c1-e3217f95, #w-node-_06d02d9b-0b9a-3747-1375-d0b50030a0cf-e3217f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

