@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/jid5chq.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
  padding: 120px 0;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section > h3::before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #009d96;
  background-image: url(../../common/images/icon_company.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  border-radius: 60px;
  display: block;
}
section > h3 span {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .breadcrumb {
  width: calc(100% - 240px);
  max-width: 1280px;
  border-top: solid 1px #4E4E4E;
  border-bottom: solid 1px #4E4E4E;
}
section .breadcrumb:not(:last-child) {
  margin-bottom: 40px;
}
section .breadcrumb > div {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section .breadcrumb > div a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .breadcrumb > div span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .btn {
  width: 25%;
  margin: 0 auto;
}
section .btn a {
  width: 100%;
  height: 56px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section .btn a:hover {
  background-color: #009d96;
}
section .btn a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .title {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section .title:not(:last-child) {
  margin-bottom: 40px;
}
section .title h3 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .title p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#index {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#index .visual {
  width: calc(100% - 240px);
  max-width: 1280px;
  overflow: hidden;
}
section#index .visual:not(:last-child) {
  margin-bottom: 80px;
}
section#index .visual .v1 {
  width: 100%;
}
section#index .visual .v1 .swiper-wrapper {
  width: 100%;
  display: flex;
}
section#index .visual .v2 {
  width: 100%;
}
section#index .visual .v2 .swiper-wrapper {
  width: 100%;
  display: flex;
}
section#index > .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
}
section#index > .inner:not(:last-child) {
  margin-bottom: 80px;
}
section#index > .inner .text {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#index > .inner .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  gap: 0 16px;
}
section#index > .inner .text h4:not(:last-child) {
  margin-bottom: 32px;
}
section#index > .inner .text h4::before {
  content: "";
  width: 4px;
  display: block;
}
section#index > .inner .text p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#index > .inner .text p:not(:last-child) {
  margin-bottom: 16px;
}
section#info {
  width: 100%;
}
section#info .inner.info {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
}
section#info .inner.info:not(:last-child) {
  margin-bottom: 80px;
}
section#info .inner.info table {
  width: 100%;
}
section#info .inner.info table:not(:last-child) {
  margin-bottom: 40px;
}
section#info .inner.info table tbody tr:not(:first-child) td {
  padding-top: 24px;
}
section#info .inner.info table tbody tr:last-child td {
  padding-bottom: 0px;
  border-bottom: none;
}
section#info .inner.info table tbody tr td {
  text-align: left;
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
section#info .inner.info table tbody tr td:nth-child(1) {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 25%;
}
section#info .inner.info table tbody tr td:nth-child(2) {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#info .inner.info .mymap {
  width: 100%;
}
section#info .inner.info .mymap iframe {
  width: 100%;
}
section#business {
  width: 100%;
}
section#business > .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
}
section#business > .inner:not(:last-child) {
  margin-bottom: 80px;
}
section#business > .inner .business {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
}
section#business > .inner .business:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
section#business > .inner .business .text {
  text-align: left;
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#business > .inner .business .text h4 {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business > .inner .business .text > div p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business > .inner .business .text > div p:not(:last-child) {
  margin-bottom: 16px;
}
section#business > .inner .business .text > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 8px;
}
section#business > .inner .business .text > ul li {
  width: 100%;
}
section#business > .inner .business .text > ul li a {
  width: 100%;
  height: 40px;
  background-color: #4E4E4E;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#business > .inner .business .text > ul li a:hover {
  background-color: #009d96;
}
section#business > .inner .business .text > ul li a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#business > .inner .business .ph {
  width: 35%;
  flex-shrink: 0;
}
section#business > .inner table {
  width: 100%;
}
section#business > .inner table tbody tr:not(:first-child) td {
  padding-top: 24px;
}
section#business > .inner table tbody tr td {
  text-align: left;
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
section#business > .inner table tbody tr td:nth-child(1) {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 25%;
}
section#business > .inner table tbody tr td:nth-child(2) {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit {
  width: 100%;
}
section#recruit > .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  margin: 0 auto;
}
section#recruit > .inner:not(:last-child) {
  margin-bottom: 80px;
}
section#recruit > .inner .lead {
  text-align: left;
  width: 100%;
}
section#recruit > .inner .lead:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #4E4E4E;
}
section#recruit > .inner .lead p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit > .inner .lead p:not(:last-child) {
  margin-bottom: 16px;
}
section#recruit > .inner .info {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 40px;
}
section#recruit > .inner .info:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #4E4E4E;
}
section#recruit > .inner .info h4 {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 25%;
}
section#recruit > .inner .info .text {
  width: calc(75% - 40px);
}
section#recruit > .inner .info .text p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit > .inner .info .text p:not(:last-child) {
  margin-bottom: 32px;
}
section#recruit > .inner .info .text > div a {
  background-color: #000;
  padding: 8px 40px;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
section#recruit > .inner .info .text > div a:hover {
  background-color: #009d96;
}
section#recruit > .inner .info .text > div a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .links {
  width: 100%;
  padding: 80px 0 0 0;
  border-top: solid 1px #B6C0CA;
}
section .links .inner {
  width: calc(100% - 480px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section .links .inner .thumb {
  width: calc((100% - 48px) / 3);
  position: relative;
}
section .links .inner .thumb:hover a {
  background-color: rgba(0, 0, 0, 0.15);
}
section .links .inner .thumb:hover figure img {
  transform: scale(1.05);
}
section .links .inner .thumb a {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
}
section .links .inner .thumb a dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
}
section .links .inner .thumb a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .links .inner .thumb a dl dd {
  color: #FFF;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .links .inner .thumb figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
section .links .inner .thumb figure img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}

@media screen and (max-width: 1180px) {
  section .links .inner {
    width: calc(100% - 240px);
  }
}
/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    padding: 56px 0;
  }
  section > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  section > h3::before {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border-radius: 40px;
  }
  section > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section .breadcrumb {
    width: calc(100% - 32px);
  }
  section .breadcrumb:not(:last-child) {
    margin-bottom: 24px;
  }
  section .breadcrumb > div {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  section .breadcrumb > div a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .breadcrumb > div span {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .btn {
    width: 50%;
    margin: 0 auto;
  }
  section .btn a {
    width: 100%;
    height: 40px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section .btn a:hover {
    background-color: #009d96;
  }
  section .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section .title {
    width: calc(100% - 32px);
    max-width: 100%;
    padding: 16px 0;
    border-top: solid 1px #B6C0CA;
    border-bottom: solid 1px #B6C0CA;
  }
  section .title:not(:last-child) {
    margin-bottom: 40px;
  }
  section .title h3 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section .title p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#index {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#index .visual {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
  }
  section#index .visual:not(:last-child) {
    margin-bottom: 40px;
  }
  section#index .visual .v1 {
    width: 100%;
  }
  section#index .visual .v1 .swiper-wrapper {
    width: 100%;
    display: flex;
  }
  section#index .visual .v2 {
    width: 100%;
  }
  section#index .visual .v2 .swiper-wrapper {
    width: 100%;
    display: flex;
  }
  section#index .inner {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#index .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#index .inner .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#index .inner .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    gap: 0 16px;
  }
  section#index .inner .text h4:not(:last-child) {
    margin-bottom: 24px;
  }
  section#index .inner .text h4::before {
    content: "";
    width: 4px;
    display: block;
  }
  section#index .inner .text p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#index .inner .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#info .inner.info {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#info .inner.info:not(:last-child) {
    margin-bottom: 40px;
  }
  section#info .inner.info table {
    width: 100%;
  }
  section#info .inner.info table:not(:last-child) {
    margin-bottom: 24px;
  }
  section#info .inner.info table tbody {
    width: 100%;
    display: block;
  }
  section#info .inner.info table tbody tr {
    width: 100%;
    display: block;
  }
  section#info .inner.info table tbody tr td {
    text-align: left;
    display: block;
  }
  section#info .inner.info table tbody tr td:nth-child(1) {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 16px 0 8px 0;
    border-bottom: none;
  }
  section#info .inner.info table tbody tr td:nth-child(2) {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 0 0 16px 0;
  }
  section#business {
    width: 100%;
  }
  section#business .inner {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#business .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#business .inner .business {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#business .inner .business:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  section#business .inner .business .text {
    text-align: left;
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    order: 2;
  }
  section#business .inner .business .text h4 {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .inner .business .text > div p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .inner .business .text > div p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#business .inner .business .text > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  section#business .inner .business .text > ul li {
    width: 100%;
  }
  section#business .inner .business .text > ul li a {
    width: 100%;
    height: 40px;
    background-color: #4E4E4E;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#business .inner .business .text > ul li a:hover {
    background-color: #009d96;
  }
  section#business .inner .business .text > ul li a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#business .inner .business .ph {
    width: 100%;
    flex-shrink: 0;
    order: 1;
  }
  section#business .inner table {
    width: 100%;
  }
  section#business .inner table tbody tr:not(:first-child) td {
    padding-top: 24px;
  }
  section#business .inner table tbody tr td {
    text-align: left;
    padding-bottom: 24px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  section#business .inner table tbody tr td:nth-child(1) {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 25%;
  }
  section#business .inner table tbody tr td:nth-child(2) {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#recruit .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#recruit .inner .lead {
    text-align: left;
    width: 100%;
  }
  section#recruit .inner .lead:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #4E4E4E;
  }
  section#recruit .inner .lead p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .lead p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#recruit .inner .info {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#recruit .inner .info:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #4E4E4E;
  }
  section#recruit .inner .info h4 {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
  }
  section#recruit .inner .info .text {
    width: 100%;
  }
  section#recruit .inner .info .text p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .info .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#recruit .inner .info .text > div a {
    padding: 4px 24px;
  }
  section#recruit .inner .info .text > div a:hover {
    background-color: #000;
  }
  section#recruit .inner .info .text > div a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .links {
    padding: 40px 0 0 0;
  }
  section .links .inner {
    width: calc(100% - 32px);
    max-width: 100%;
    gap: 0 8px;
  }
  section .links .inner .thumb {
    width: calc((100% - 16px) / 3);
    position: relative;
  }
  section .links .inner .thumb:hover a {
    background-color: rgba(0, 0, 0, 0.15);
  }
  section .links .inner .thumb:hover figure img {
    transform: scale(1);
  }
  section .links .inner .thumb a {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  section .links .inner .thumb a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
  }
  section .links .inner .thumb a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .links .inner .thumb a dl dd {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .links .inner .thumb figure {
    width: 100%;
    border-radius: 4px;
  }
}

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