.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.navbar-logo-left {
  z-index: 2;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(73, 75, 85, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.top-hero-s {
  height: 86vh;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/外観2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.flex-block {
  justify-content: flex-end;
}

.text-block {
  margin-right: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 700;
}

.footer-dark {
  background-color: #ececec;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.company-information-s {
  margin-bottom: 60px;
}

.info-title-t {
  min-width: 250px;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  outline: 1px solid #000;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-item-t {
  outline-offset: 0px;
  outline: 1px solid #000;
  flex: 1;
  padding: 5px 10px 5px 20px;
}

.sub-h2 {
  margin-bottom: 20px;
}

.enkaku-year-t {
  min-width: 150px;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  outline: 1px solid #000;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
}

.enkaku-month-t {
  min-width: 100px;
  outline-offset: 0px;
  text-align: center;
  outline: 1px solid #000;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
}

.enkaku-item-t {
  outline-offset: 0px;
  outline: 1px solid #000;
  flex: 1;
  padding: 5px 10px 5px 20px;
}

.enkaku-b {
  flex: 1;
}

.client-title-t {
  max-width: 250px;
  min-width: 250px;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  outline: 1px solid #000;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
}

.client-item-t {
  outline-offset: 0px;
  outline: 1px solid #000;
  flex: 1;
  align-self: stretch;
  padding: 5px 10px 5px 20px;
}

.client-s, .enkaku-s {
  margin-bottom: 60px;
}

.sub-hero-s {
  min-height: 400px;
  background-image: linear-gradient(rgba(104, 104, 104, .3), rgba(104, 104, 104, .3)), url('../images/愛豊技研サブhero画像.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.sub-h1 {
  color: #fff;
  font-size: 47px;
  line-height: 47px;
  display: inline-block;
}

.sekkei-t {
  text-align: center;
  align-self: stretch;
  display: inline-block;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  justify-content: space-around;
  align-self: stretch;
}

.div-block-6 {
  flex-direction: column;
  display: flex;
}

.div-block-7 {
  width: 100px;
  border-bottom: 1px solid #000;
  margin-top: 15px;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.flex-block-3 {
  align-self: stretch;
  align-items: center;
}

.sekkei-t2 {
  margin-right: 60px;
  display: inline-block;
}

.image {
  position: absolute;
  top: 150px;
  bottom: 0%;
  left: 170px;
  right: 0%;
}

.div-block-10 {
  min-height: 350px;
  position: relative;
}

.seisaku-s, .seihin-s {
  margin-bottom: 60px;
}

.seihin-img-b {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.seihin-t {
  text-align: center;
}

.image-3 {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4 {
  position: static;
  top: auto;
  bottom: 0%;
  left: 29%;
  right: auto;
}

.image-5 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 21%;
}

.image-6 {
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-11 {
  min-height: 200px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
  position: relative;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.recruit-s {
  margin-bottom: 60px;
}

.paragraph-2 {
  color: #fff;
}

.heading {
  margin-bottom: 40px;
}

.aisatsu-s {
  margin-bottom: 60px;
}

.div-block-15 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  max-width: 45%;
  min-width: 45%;
}

.div-block-17 {
  justify-content: space-between;
  display: flex;
}

.top-p {
  margin-bottom: 20px;
}

.div-block-18 {
  max-width: 45%;
  min-width: 45%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-19 {
  max-width: 45%;
  min-width: 45%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-20, .div-block-21 {
  padding-left: 40px;
}

.top-company-s, .top-business-s, .top-recruit-s {
  margin-bottom: 60px;
}

.top-h2 {
  letter-spacing: .28em;
  margin-bottom: 20px;
  font-size: 47px;
  line-height: 76px;
}

.top-t {
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 47px;
}

.top-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: color .4s, background-color .4s, transform .4s;
}

.top-button:hover {
  color: #fff;
  background-color: #000;
  transform: scale(1.1)translate(0, -5px);
}

.image-7 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.top-access-s {
  margin-bottom: 60px;
}

.bosyu-h3-b {
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #000;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.sekkeisya-t {
  min-width: 50%;
  border-right: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.kumituke-t {
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.syouyo-t {
  flex: 1;
  justify-content: center;
  align-self: center;
  padding-left: 10px;
  display: flex;
}

.recruit-h3 {
  font-size: 18px;
}

.text-block-3 {
  min-width: 300px;
}

.div-block-22 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.bosyu-b {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.text-block-4 {
  display: inline-block;
}

.youkou-b {
  border-top: 1px solid #000;
}

.youkou-title-b {
  color: #fff;
  background-color: #a8a8a8;
}

.bosyu-h3-b-2 {
  min-width: 200px;
  background-color: #feebbb;
  border-right: 1px solid #000;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.paragraph-3 {
  margin-bottom: 20px;
}

.senpai-s {
  margin-bottom: 60px;
}

.div-block-23, .div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-28 {
  display: flex;
}

.image-8 {
  max-width: 50%;
  border-radius: 10px;
}

.div-block-29 {
  align-self: center;
  padding-left: 20px;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.html-embed-2 {
  display: none;
}

.header-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  justify-content: space-between;
  display: flex;
}

.flex-block-5 {
  justify-content: space-between;
}

.contact-s {
  margin-bottom: 60px;
}

.contact-t {
  margin-bottom: 20px;
}

.div-block-31 {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.contact-h3 {
  font-size: 29px;
  line-height: 47px;
}

.contact-link {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
}

.contact-b {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-img {
  margin-right: 20px;
}

.mail-b {
  width: 47%;
  height: 250px;
  max-width: 47%;
  border: 3px solid #1e00ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.under-line {
  height: 1px;
  border-top: 2px solid #000;
}

.tel-b {
  width: 47%;
  height: 250px;
  max-width: 47%;
  border: 3px solid #1e00ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.access-s, .top-contact-s {
  margin-bottom: 60px;
}

.top-contact-b {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.top-tel-b, .top-mail-b {
  width: 47%;
  height: 250px;
  max-width: 47%;
  border: 3px solid #1e00ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.top-contact-item-b {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.top-contact-link {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 10px;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.heading-3 {
  color: #fff;
  margin-bottom: 10px;
}

.top-hero-p {
  max-width: 75%;
  color: #fff;
  margin-bottom: 20px;
}

.image-10, .image-11 {
  border-radius: 10px;
}

.image-7-copy {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-32 {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-7-copy-copy {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.seihin-grid1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6"
                       "Area-7 Area-8";
}

.seihin-item-t {
  text-align: center;
  font-weight: 700;
}

.grid-3, .grid-4 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.seihin-item-img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.seihin-grid2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.div-block-33 {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.heading-4 {
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 47px;
}

.div-block-34 {
  margin-bottom: 40px;
}

.div-block-35 {
  margin-bottom: 20px;
}

.image-12 {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .container-2 {
    max-width: 728px;
  }

  .info-item-t {
    align-self: stretch;
  }

  .sub-hero-s {
    min-height: 250px;
  }

  .sekkei-t {
    text-align: center;
    align-self: stretch;
  }

  .div-block-7 {
    width: 140px;
  }

  .sekkei-t2 {
    margin-right: auto;
  }

  .image {
    left: 64px;
  }

  .div-block-15 {
    align-items: flex-start;
  }

  .div-block-16 {
    max-width: 50%;
    min-width: 50%;
  }

  .div-block-18 {
    max-width: 47%;
    min-width: 47%;
    margin-right: 10px;
  }

  .div-block-19 {
    max-width: 47%;
    min-width: 47%;
    margin-left: 10px;
  }

  .div-block-20, .div-block-21 {
    padding-left: 20px;
  }

  .text-block-3 {
    min-width: auto;
  }

  .html-embed {
    display: block;
  }

  .header-container {
    max-width: 728px;
  }

  .flex-block-4 {
    margin-right: 50px;
  }

  .div-block-30 {
    justify-content: space-around;
    display: flex;
  }

  .text-block-5 {
    z-index: 1;
    position: relative;
  }

  .contact-b {
    flex-direction: column;
  }

  .mail-b, .tel-b, .top-tel-b, .top-mail-b {
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-contact-item-b {
    flex-direction: column;
  }

  .image-7-copy-copy {
    max-width: 75%;
  }

  .seihin-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .seihin-item-img {
    margin-bottom: 0;
  }

  .seihin-grid2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-33 {
    flex-direction: column;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .top-hero-s {
    height: 75vh;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .info-title-t {
    min-width: 150px;
    font-size: 14px;
    line-height: 23px;
  }

  .info-item-t {
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .enkaku-year-t {
    min-width: 100px;
    font-size: 14px;
    line-height: 23px;
  }

  .enkaku-month-t {
    min-width: 50px;
    font-size: 14px;
    line-height: 23px;
  }

  .enkaku-item-t {
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .client-title-t {
    max-width: 150px;
    min-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .client-item-t {
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .sub-hero-s {
    min-height: 200px;
  }

  .image {
    position: static;
    left: 227px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 29px;
  }

  .top-p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .div-block-18 {
    max-width: 49%;
    min-width: 49%;
    margin-right: 0;
  }

  .div-block-19 {
    max-width: 49%;
    min-width: 49%;
    margin-left: 0;
  }

  .div-block-20, .div-block-21 {
    padding-left: 10px;
  }

  .top-h2 {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 47px;
  }

  .top-t {
    font-size: 18px;
    line-height: 29px;
  }

  .top-button {
    font-size: 14px;
    line-height: 23px;
  }

  .bosyu-h3-b {
    min-width: 150px;
  }

  .sekkeisya-t, .kumituke-t, .recruit-h3, .text-block-4 {
    font-size: 14px;
    line-height: 23px;
  }

  .bosyu-h3-b-2 {
    min-width: 150px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 23px;
  }

  .html-embed {
    display: none;
  }

  .html-embed-2 {
    display: block;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 23px;
  }

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

  .column, .column-2 {
    text-align: center;
  }

  .image-9 {
    width: 60%;
  }

  .div-block-31 {
    flex-direction: row;
    align-items: center;
  }

  .contact-h3 {
    font-size: 18px;
    line-height: 29px;
  }

  .contact-link {
    font-size: 18px;
    line-height: 23px;
  }

  .contact-b {
    margin-bottom: 10px;
  }

  .mail-b, .tel-b {
    width: 47%;
    height: 200px;
    max-width: 47%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-contact-b {
    flex-direction: row;
    align-items: center;
  }

  .top-tel-b, .top-mail-b {
    width: 47%;
    height: 200px;
    max-width: 47%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-contact-item-b {
    margin-bottom: 10px;
  }

  .top-contact-link, .heading-3 {
    font-size: 18px;
    line-height: 29px;
  }

  .top-hero-p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .top-hero-s {
    height: 50vh;
    background-image: linear-gradient(to bottom, null, null), url('../images/外観2.jpg');
    background-position: 0 0, 50%;
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .company-information-s {
    margin-bottom: 20px;
  }

  .info-title-t {
    min-width: 100px;
  }

  .sub-h2 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 37px;
  }

  .enkaku-year-t {
    min-width: 60px;
  }

  .enkaku-month-t {
    min-width: 40px;
  }

  .client-title-t {
    max-width: 100px;
    min-width: 100px;
  }

  .client-s, .enkaku-s {
    margin-bottom: 20px;
  }

  .sub-hero-s {
    min-height: 120px;
    margin-bottom: 20px;
  }

  .sub-h1 {
    font-size: 29px;
    line-height: 29px;
  }

  .seisaku-s, .seihin-s, .recruit-s {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 23px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .aisatsu-s {
    margin-bottom: 20px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .div-block-16 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-18 {
    max-width: 100%;
    min-height: 250px;
    min-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-19 {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .div-block-20, .div-block-21 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .top-company-s, .top-business-s, .top-recruit-s {
    margin-bottom: 20px;
  }

  .top-h2 {
    font-size: 29px;
    line-height: 47px;
  }

  .top-t {
    align-self: stretch;
    display: inline-block;
  }

  .top-access-s {
    margin-bottom: 20px;
  }

  .bosyu-h3-b, .bosyu-h3-b-2 {
    max-width: 85px;
    min-width: 85px;
  }

  .senpai-s {
    margin-bottom: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .image-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .div-block-29 {
    padding-left: 0;
  }

  .header-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 100%;
  }

  .contact-s {
    margin-bottom: 20px;
  }

  .div-block-31 {
    flex-direction: column;
    padding-top: 0;
  }

  .contact-h3, .contact-link {
    font-size: 18px;
    line-height: 29px;
  }

  .contact-b {
    margin-bottom: 10px;
  }

  .mail-b {
    width: 100%;
    height: 180px;
    max-width: 100%;
  }

  .tel-b {
    width: 100%;
    height: 180px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .access-s, .top-contact-s {
    margin-bottom: 20px;
  }

  .top-contact-b {
    flex-direction: column;
    padding-top: 0;
  }

  .top-tel-b {
    width: 100%;
    height: 180px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .top-mail-b {
    width: 100%;
    height: 180px;
    max-width: 100%;
  }

  .top-contact-item-b {
    margin-bottom: 10px;
  }

  .top-contact-link {
    font-size: 18px;
    line-height: 29px;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .top-hero-p {
    max-width: none;
  }

  .image-7-copy {
    margin-left: 10px;
  }

  .image-7-copy-copy {
    max-width: 65%;
  }

  .seihin-grid1 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / 1fr;
  }

  .seihin-grid2 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }
}

#w-node-d2baddcc-ada5-3485-c792-3bf87b81f147-7b81f142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4660949a-44d1-243d-e3df-967894747e4f-21af7e3e {
  grid-area: Area;
}

#w-node-_628c1b77-3e3c-d328-8938-aebd87524c16-21af7e3e {
  grid-area: Area-2;
}

#w-node-_8a9aa8fa-b056-6d8f-d945-8a4ed4ed0cde-21af7e3e {
  grid-area: Area-3;
}

#w-node-aaae33bf-2aa6-cd9d-1f8a-2ab83466688b-21af7e3e {
  grid-area: Area-4;
}

#w-node-d666aa2f-dfa3-3d69-fdc7-cd8848693061-21af7e3e {
  grid-area: Area-5;
}

#w-node-_41745dcb-4e12-913f-9b89-41bcd4931d04-21af7e3e {
  grid-area: Area-6;
}

#w-node-d02d5835-fcb5-8484-3d10-824941a61a61-21af7e3e {
  grid-area: Area-7;
}

#w-node-e2438ddf-e51e-7f97-c951-157da111cb6d-21af7e3e {
  grid-area: Area-8;
}


