@charset "UTF-8";
/* 会社を知る */
.company {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 0px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.company .section-inner {
  max-width: 1000px;
}

.company .philosophy {
  background: #eaf2ff;
  border-radius: 10px;
  padding: 80px 20px 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.company .philosophy p {
  color: #333333;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.company .philosophy p span {
  display: block;
  padding-top: 20px;
}

.company .philosophy img {
  width: 500px;
}

.company .frame-top-msg,
.company .frame-overview {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.company .top-msg {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  gap: 40px;
}

.company .top-msg-txt {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 630px;
  width: 100%;
  position: relative;
}

.company .top-msg-title {
  color: #333333;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
}

.company .top-msg-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.company .top-msg-detail p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.company .president-name {
  color: #333333;
  text-align: left;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.company .president-name span {
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}

.company .president {
  max-width: 330px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.company .frame-company-picture {
  padding: 100px 0px 100px 0px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  overflow: visible;
}

.company .company-picture {
  width: 360px;
  height: 239.63px;
  position: relative;
}

.company .overview {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 65px;
}

.company .overview-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.company .overview-txt .overview-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  text-align: left;
}

.company .overview-txt .overview-item dt {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  min-width: 5em;
}

.company .overview-txt .overview-item dd {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}

.company .overview-map {
  max-width: 550px;
  width: 100%;
  aspect-ratio: 550/268.53;
}

.company .overview-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.company .frame-license {
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 50px;
}

.company .license {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.company .license-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}

.company .license-title h3 {
  color: #333333;
  text-align: left;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.company .license-title h3 span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.company .license-main {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  list-style-type: disc;
  padding-left: 25px;
}

.company .history {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  max-width: 527px;
  width: 100%;
}

.company .history-title {
  color: #333333;
  text-align: left;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.company .history-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.company .history-detail {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.company .history-detail p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.company .history-detail p span {
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .company .section-inner {
    padding: 0 20px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* 会社を知る */
  .company {
    padding: 0 0 40px 0;
    overflow: hidden;
  }
  .company .section-inner {
    text-align: center;
    gap: 40px;
  }
  .company .philosophy {
    padding: 40px 0px 40px 0px;
    justify-content: center;
  }
  .company .philosophy p {
    font-size: 18px;
  }
  .company .philosophy img {
    max-width: 279px;
    width: 100%;
  }
  .company .top-msg {
    margin: 0 auto;
    flex-direction: column;
    gap: 40px;
  }
  .company .frame-top-msg,
  .company .frame-overview {
    gap: 40px;
  }
  .company .top-msg-txt {
    gap: 20px;
  }
  .company .top-msg-title {
    font-size: 20px;
    line-height: 140%;
  }
  .company .top-msg-detail p {
    font-size: 14px;
    line-height: 170%;
  }
  .company .president {
    margin: 0 auto;
    padding: 0 52.5px;
    max-width: unset;
  }
  .company .frame-company-picture {
    padding: 40px 0px 40px 0px;
    gap: 10px;
  }
  .company .company-picture {
    width: 140px;
    height: auto;
  }
  .company .overview {
    flex-direction: column;
    gap: 20px;
  }
  .company .overview-txt .overview-item dt {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
  }
  .company .overview-txt .overview-item dd {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
  }
  .company .overview-map {
    width: 100%;
    aspect-ratio: 335/163.56;
  }
  .company .frame-license {
    flex-direction: column;
    padding: 0 0 0 0;
    gap: 50px;
  }
  .company .license-title p span {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.1em;
  }
  .company .history-main {
    gap: 20px;
  }
  .company .history-detail {
    flex-direction: column;
    gap: 10px;
  }
  .company .history-detail p span {
    font-size: 14px;
    line-height: 170%;
  }
}
/* 仕事を知る */
.job {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 0px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.job .section-inner {
  max-width: 1000px;
  gap: 100px;
  align-items: center;
}

.job .read {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.job .read p {
  color: #333333;
  text-align: center;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
}

.job .read p span {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#biz, #case {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  scroll-margin-top: 90px;
}

.job .frame-biz {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.job .frame-biz:last-of-type {
  padding-top: 50px;
}

.job .biz-title {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.job .biz-title img {
  width: 80px;
}

.job .biz-title h3 {
  color: #006aff;
  text-align: left;
  font-size: 22px;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.job .biz-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  max-width: 1000px;
  width: 100%;
  position: relative;
  gap: 100px;
}

.job .biz-explanation {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  max-width: 450px;
  width: 100%;
  position: relative;
}

.job .biz-explanation p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.job .biz-kinds {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  position: relative;
}

.job .biz-kinds-rect {
  background: #eaf2ff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.job .biz-content img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.job .case-section .frame-case {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.job .case-section .frame-case .case-link {
  display: none;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transition: opacity 0.3s ease;
}

.job .case-section .frame-case .case-link.is-visible {
  display: flex;
}

.job .case-section .frame-case .case-link img {
  max-width: 316px;
  width: 100%;
}

.job .case-section .frame-case .case-link p {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1em;
}

@media (hover: hover) and (pointer: fine) {
  .job .case-section .frame-case .case-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1200px) {
  .job .case-section .frame-case {
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .job .section-inner {
    padding: 0 20px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* 仕事を知る */
  .job {
    padding: 0 0 40px 0;
  }
  .job .section-inner {
    align-items: center;
    gap: 40px;
  }
  .job .read {
    margin-top: 40px;
  }
  .job .read p {
    font-size: 20px;
    line-height: 140%;
  }
  .job .read p span {
    text-align: left;
    font-size: 14px;
    line-height: 170%;
  }
  #biz, #case {
    scroll-margin-top: 55px;
  }
  .job .frame-biz {
    gap: 30px;
  }
  .job .frame-biz:last-of-type {
    padding-top: 0;
  }
  .job .biz-title {
    gap: 20px;
  }
  .job .biz-title h3 {
    letter-spacing: 0.05em;
    line-height: 120%;
  }
  .job .biz-title img {
    width: 50px;
  }
  .job .biz-title p {
    letter-spacing: 0.05em;
  }
  .job .biz-content {
    flex-direction: column;
    gap: 30px;
  }
  .job .biz-explanation p {
    font-size: 14px;
    line-height: 170%;
  }
  .job #case {
    gap: 40px;
    margin-top: 40px;
  }
  .job .case-section .frame-case {
    gap: 20px;
  }
  .job .case-section .frame-case .case-link {
    gap: 10px;
  }
  .job .case-section .frame-case .case-link img {
    max-width: unset;
  }
  .job .case-section .frame-case .case-link p {
    font-size: 12px;
    line-height: 130%;
  }
}
/* 施工実績 */
.case {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 0 0 120px 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.case .section-inner {
  max-width: 800px;
  gap: 60px;
  align-items: center;
}

.case .contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.case .contents .frame-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.case .contents .frame-ttl .update {
  color: #333333;
  text-align: left;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

.case .contents .frame-ttl .ttl {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #333333;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #333333;
  width: 800px;
}

.case .contents .case-img {
  max-width: 600px;
  height: auto;
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  .case .contents .frame-ttl .ttl {
    max-width: 760px;
  }
}
@media screen and (max-width: 820px) {
  .case .contents .frame-ttl .ttl {
    max-width: 720px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* 施工実績 */
  .case {
    padding: 40px 0 100px 0;
  }
  .case .section-inner {
    padding: 0 20px 0 20px;
    gap: 40px;
  }
  .case .contents {
    align-items: flex-start;
    gap: 40px;
  }
  .case .contents .frame-ttl .ttl {
    width: 100%;
    font-size: 18px;
  }
  .case .contents .case-img {
    width: 100%;
    height: auto;
  }
  .case .contents .case-img-vertical {
    max-width: calc((100vw - 40px) * 400 / 600);
    margin-inline: auto;
  }
}
/* 仲間を知る */
.recruit {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 0px 0px 80px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.recruit-requirement {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 60px 0px 120px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.people {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 0px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.recruit .section-inner {
  max-width: 1440px;
  text-align: center;
}

.recruit-requirement .section-inner {
  max-width: 1000px;
  text-align: center;
  gap: 60px;
}

.people .section-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 800px;
}

.entry-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .entry-btn:hover {
    opacity: 0.6;
  }
}
.entry-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.recruit .read {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
  margin-top: 40px;
}

.recruit .frame-foreword {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  max-width: 1440px;
  width: 100%;
  position: relative;
}

.recruit .frame-foreword img {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.recruit .frame-foreword .foreword {
  padding: 0px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.recruit .frame-foreword .foreword p {
  color: #333333;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
}

.recruit .frame-foreword .foreword p span {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.recruit .job-description {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.recruit .job-description .appeal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.recruit .job-description .appeal p {
  color: #333333;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}

.recruit-people {
  background: #ffffff;
  padding: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.recruit-people h2,
.people-schedule h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #006AFF;
}

.recruit-people h2 span,
.people-schedule h2 span {
  position: relative;
  z-index: 1;
  color: inherit;
}

.recruit-people h2 span::before,
.people-schedule h2 span::before {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 50%;
  width: 100%;
  min-width: 2.5em;
  height: 14px;
  background: url("../img/heading_bar.png") no-repeat 50% 50%/100% 14px;
  transform: translateX(-50%);
  content: "";
}

.recruit-people .frame-people-btn {
  display: flex;
  max-width: 1000px;
  gap: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .frame-people-btn a:hover {
    opacity: 0.6;
  }
}
.frame-people-btn .people-btn {
  background: #ffffff;
  border-radius: 10px;
  padding: 0px 0px 0px 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 490px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.frame-people-btn .people-btn .people-text {
  max-width: 150px;
  width: 100%;
}

.frame-people-btn .people-btn .people-text .initial {
  color: #006aff;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 20px;
}

.frame-people-btn .people-btn .people-text .hire-date {
  color: #006aff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.frame-people-btn .people-btn .people-text .division {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}

.frame-people-btn .people-btn .people-text img {
  width: 26px;
  height: 26px;
}

.frame-people-btn .people-btn .people-img img {
  display: block;
  max-width: 280px;
  width: 100%;
  min-height: 209px;
  height: auto;
  border-radius: 0 10px 10px 0;
  object-fit: cover;
}

.recruit-people .frame-people-blue-btn {
  display: flex;
  max-width: 725px;
  width: 100%;
  gap: 25px;
  margin-bottom: 50px;
}

.recruit-people .people-blue-btn {
  background: #006aff;
  border-radius: 10px;
  padding: 20px 50px 20px 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  max-width: 350px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .recruit-people .people-blue-btn:hover {
    opacity: 0.6;
  }
}
.recruit-people .people-blue-btn .people-initial {
  text-align: left;
  position: relative;
}

.recruit-people .people-blue-btn .people-initial .initial {
  color: #ffffff;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.recruit-people .people-blue-btn .people-initial .hire-date {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.recruit-people .people-blue-btn .people-initial .division {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.recruit-people .frame-people-btn img {
  width: 490px;
}

.recruit-entry {
  background: #FFFFFF;
  margin: 80px 0px 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.recruit-entry img {
  max-width: 1100px;
  width: 100%;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .recruit-entry img:hover {
    opacity: 0.6;
  }
}
.recruit-requirement .frame-job-category {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
  margin-bottom: 60px;
}

.recruit-requirement .job-category {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
  max-width: 1000px;
  width: 100%;
}

.recruit-requirement .job-category .frame-job {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.recruit-requirement .job-category .frame-job img {
  max-width: 480px;
  width: 100%;
  height: auto;
}

.recruit-requirement .job-category .frame-job .job1 {
  color: #333333;
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.recruit-requirement .job-category .frame-job .job1 span {
  color: #333333;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.recruit-requirement .job-category .frame-job .job2 {
  display: inline-block;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  max-width: 480px;
  width: 100%;
  position: relative;
}

.recruit-requirement .frame-feature {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 60px;
}

.recruit-requirement .frame-feature .feature {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.recruit-requirement .frame-feature .feature .main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.recruit-requirement .frame-feature .feature p {
  color: #333333;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.recruit-requirement .frame-feature .feature p span {
  display: inline-block;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  margin-top: 10px;
}

.recruit-requirement .frame-requirement {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 60px;
}

.recruit-requirement .frame-requirement .requirement {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
}

.recruit-requirement .frame-requirement .item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.recruit-requirement .frame-requirement .item .title {
  color: #333333;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  max-width: 100px;
  width: 100%;
}

.recruit-requirement .frame-requirement .item .detail {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  max-width: 970px;
  width: 100%;
}

.recruit-requirement .frame-requirement .item .detail a {
  text-decoration: underline;
}

.recruit-requirement .frame-requirement .item .detail a:hover {
  opacity: 0.6;
}

.recruit-requirement .frame-requirement .item .frame-detail {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 850px;
  width: 100%;
  position: relative;
}

.recruit-requirement .frame-requirement .item .detail-rect {
  background: #dbdbdb;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.recruit-requirement .frame-requirement .item .detail-rect p {
  line-height: 150%;
}

.recruit-requirement .frame-about-requirement {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 60px;
}

.recruit-requirement .frame-about-requirement .about-requirement {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
  max-width: 990px;
  width: 100%;
  position: relative;
}

.recruit-requirement .frame-about-requirement .frame-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 990px;
  width: 100%;
  position: relative;
}

.recruit-requirement .frame-about-requirement .item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.recruit-requirement .frame-about-requirement .item .title {
  color: #333333;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  max-width: 160px;
  width: 100%;
}

.recruit-requirement .frame-about-requirement .item .detail {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}

.people .frame-introduction {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  position: relative;
}

.people .frame-introduction .introduction {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.people .frame-introduction .introduction p {
  color: #333333;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
}

.people .frame-introduction .introduction .initial {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.people .frame-introduction .introduction .initial p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}

.people .frame-introduction .introduction .initial p span {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.people .frame-introduction img {
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  height: auto;
}

.people .frame-qa {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.people .frame-qa .qa {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.people .frame-qa .qa .qa-q {
  background: #006aff;
  border-radius: 20px 20px 20px 0px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.people .frame-qa .qa .qa-q p {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}

.people .frame-qa .qa .qa-a {
  background: #eaf2ff;
  border-radius: 20px 20px 0px 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
}

.people .frame-qa .qa .qa-a p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}

.people .frame-qa .qa .qa-a-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.people .frame-qa .qa .qa-a-img img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.people-schedule {
  background: #eaf2ff;
  border-radius: 10px;
  padding: 80px 0px 80px 0px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.people-schedule .schedule {
  max-width: 764px;
  width: 100%;
  height: auto;
}

.people-read {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.1em;
}

.people-read span {
  display: block;
  padding-top: 20px;
  line-height: 160%;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .recruit-requirement .section-inner,
  .recruit-people,
  .recruit-entry {
    padding: 0 20px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* 仲間を知る 採用情報 */
  .recruit {
    padding: 0 0 40px 0;
  }
  .recruit .section-inner {
    gap: 40px;
  }
  .recruit-requirement .section-inner {
    gap: 40px;
  }
  .recruit .frame-foreword {
    flex-direction: column;
    gap: 40px;
  }
  .recruit .frame-foreword img {
    width: 100vw;
  }
  .recruit .frame-foreword .foreword {
    padding: 0 0 40px 0;
    gap: 20px;
  }
  .recruit .frame-foreword .foreword p {
    font-size: 20px;
    line-height: 140%;
  }
  .recruit .frame-foreword .foreword p span {
    font-size: 14px;
    line-height: 170%;
  }
  .recruit .job-description {
    margin-top: 40px;
    gap: 40px;
  }
  .recruit .job-description .appeal p {
    font-size: 14px;
    line-height: 170%;
    text-align: left;
  }
  .recruit-people {
    padding: 0 20px;
    gap: 40px;
  }
  .recruit-people h2,
  .people-schedule h2 {
    font-size: 22px;
    line-height: 200%;
  }
  .recruit-people h2 span::before,
  .people-schedule h2 span::before {
    bottom: -10px;
  }
  .recruit-people .frame-people-btn {
    margin-top: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 60px;
  }
  .frame-people-btn .people-btn {
    padding: 0px 0px 0px 15px;
    max-width: 335px;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    gap: 0;
  }
  .frame-people-btn .people-btn .people-text {
    max-width: 110px;
  }
  .frame-people-btn .people-btn .people-text .initial {
    font-size: 28px;
    line-height: 150%;
    padding-top: 10px;
  }
  .frame-people-btn .people-btn .people-text .hire-date {
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .frame-people-btn .people-btn .people-text .division {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .frame-people-btn .people-btn .people-img img {
    max-width: 190px;
    width: 100%;
    min-height: 155px;
    height: auto;
    object-fit: cover;
  }
  .recruit-people .frame-people-blue-btn {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
  .recruit-people .people-blue-btn {
    padding: 15px 40px 15px 50px;
  }
  .recruit-people .people-blue-btn .people-initial {
    text-align: left;
    position: relative;
  }
  .recruit-people .people-blue-btn .people-initial .initial {
    font-size: 28px;
    line-height: 100%;
  }
  .recruit-people .people-blue-btn .people-initial .hire-date {
    font-size: 14px;
  }
  .recruit-people .people-blue-btn .people-initial .division {
    margin-top: 5px;
  }
  .recruit-entry {
    margin: 80px 20px 80px 20px;
  }
  .recruit-entry img {
    max-width: 335px;
  }
  .sp-entry-btn {
    position: fixed;
    background: #FFD900;
    text-align: center;
    width: 100%;
    max-height: 50px;
    height: auto;
    bottom: 0;
    z-index: 998;
  }
  .sp-entry-btn img {
    max-width: 375px;
    width: 100%;
  }
  .sp-entry-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .recruit-requirement {
    padding: 40px 0 40px 0;
  }
  .recruit-requirement .frame-job-category {
    gap: 40px;
    margin-bottom: 40px;
  }
  .recruit-requirement .job-category {
    flex-direction: column;
    gap: 40px;
  }
  .recruit-requirement .job-category .frame-job {
    gap: 10px;
  }
  .recruit-requirement .job-category .frame-job .job1 {
    font-size: 16px;
  }
  .recruit-requirement .job-category .frame-job .job1 span {
    font-size: 22px;
  }
  .recruit-requirement .job-category .frame-job .job2 {
    font-size: 14px;
    line-height: 170%;
  }
  .recruit-requirement .frame-feature {
    gap: 40px;
    margin-bottom: 40px;
  }
  .recruit-requirement .frame-feature .feature p {
    font-size: 16px;
  }
  .recruit-requirement .frame-feature .feature p span {
    font-size: 14px;
    line-height: 170%;
  }
  .recruit-requirement .frame-requirement {
    gap: 40px;
    margin-bottom: 40px;
  }
  .recruit-requirement .frame-requirement .requirement {
    gap: 40px;
  }
  .recruit-requirement .frame-requirement .item {
    flex-direction: column;
    gap: 10px;
  }
  .recruit-requirement .frame-requirement .item .title {
    font-size: 16px;
  }
  .recruit-requirement .frame-requirement .item .detail {
    font-size: 14px;
    line-height: 170%;
  }
  .recruit-requirement .frame-requirement .item .detail-rect p {
    line-height: 100%;
  }
  .recruit-requirement .frame-about-requirement {
    gap: 40px;
    margin-bottom: 40px;
  }
  .recruit-requirement .frame-about-requirement .item {
    flex-direction: column;
    gap: 10px;
  }
  .recruit-requirement .frame-about-requirement .item .title {
    font-size: 16px;
  }
  .recruit-requirement .frame-about-requirement .item .detail {
    font-size: 14px;
    line-height: 170%;
  }
  .people {
    padding: 0 0 80px 0;
  }
  .people .section-inner {
    gap: 40px;
  }
  .people .frame-introduction {
    flex-direction: column;
    padding: 40px 0;
  }
  .people .frame-introduction .introduction {
    width: 100%;
    gap: 30px;
  }
  .people .frame-introduction .introduction p {
    font-size: 20px;
    line-height: 130%;
  }
  .people .frame-introduction .introduction .frame-initial {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    position: relative;
  }
  .people .frame-introduction .introduction .initial {
    max-width: 165px;
    width: 100%;
    gap: 5px;
  }
  .people .frame-introduction .introduction .initial p {
    font-size: 14px;
    line-height: 170%;
  }
  .people .frame-introduction .introduction .initial p span {
    font-size: 24px;
    line-height: 100%;
  }
  .people .frame-introduction .introduction .frame-initial img {
    min-width: 170px;
    width: 100%;
  }
  .people .frame-qa {
    gap: 40px;
  }
  .people .frame-qa .qa {
    gap: 20px;
  }
  .people .frame-qa .qa .qa-q p {
    font-size: 16px;
    line-height: 140%;
  }
  .people .frame-qa .qa .qa-a p {
    font-size: 14px;
    line-height: 170%;
  }
  .people .frame-qa .qa .qa-a-img img {
    max-width: 275px;
  }
  .people-schedule {
    padding: 40px 20px 40px 20px;
  }
  .people-read {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.1em;
    padding-top: 40px;
  }
  .people-read span {
    display: block;
    line-height: 170%;
    font-size: 14px;
    text-align: left;
  }
}
/* お知らせ */
.news {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 60px 0px 120px 0px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.news .section-inner {
  max-width: 800px;
}

.news .news-item {
  display: flex;
  position: relative;
  border-top: 1px solid #dbdbdb;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  max-width: 800px;
  width: 100%;
  padding: 30px 0px 30px 0px;
  scroll-margin-top: 90px;
}

.news .news-date {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.news .news-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.news .news-description {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-top: 15px;
}

.news .news-img {
  max-width: 800px;
  padding-top: 5px;
}

@media (hover: hover) and (pointer: fine) {
  /* ニュース一覧の場合は、hoverしても変更なし */
  .news .news-title:hover {
    opacity: 1;
  }
}
.news .news-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 60px auto 0;
}

.news .pager-arrow {
  cursor: pointer;
  margin: 0 15px;
}

@media (hover: hover) and (pointer: fine) {
  .news .pager-arrow:hover {
    opacity: 0.6;
  }
}
.news .pager-number {
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: color 0.3s ease;
}

.news .pager-number::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: background-color 0.32s ease;
}

@media (hover: hover) and (pointer: fine) {
  .news .pager-number:hover {
    color: rgba(51, 51, 51, 0.6);
  }
  .news .pager-number:hover::after {
    background-color: rgba(51, 51, 51, 0.6);
  }
}
.news .pager-number.is-current {
  cursor: default;
  pointer-events: none;
}

.news .pager-number.is-current::after {
  display: none;
}

@media screen and (max-width: 900px) {
  .news .section-inner {
    padding: 0 20px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* お知らせ */
  .news {
    padding: 40px 0 40px 0;
  }
  .news .section-title {
    position: relative;
    color: #006aff;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0 0 20px 0;
  }
  .news .news-item {
    width: 100%;
    padding: 30px 0 30px 0;
    scroll-margin-top: 55px;
  }
  .news .news-date {
    line-height: 100%;
  }
  .news .news-title {
    font-size: 14px;
    line-height: 150%;
  }
  .news .news-description {
    font-size: 14px;
    line-height: 170%;
    padding-top: 0;
  }
  .news .news-img {
    max-width: unset;
    width: 100%;
  }
  .news .news-pager {
    margin: 40px auto 0;
  }
  .news .pager-number {
    font-size: 18px;
  }
}
/* プライバシーポリシー */
.privacy_policy {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 60px 0px 120px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.privacy_policy .section-inner {
  max-width: 800px;
  gap: 60px;
}

.privacy_policy .preamble {
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

.privacy_policy .article {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.privacy_policy .article-title {
  color: #333333;
  text-align: left;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px solid #dbdbdb;
  max-width: 800px;
  width: 100%;
  margin-bottom: 25px;
}

.privacy_policy .article-detail {
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

.privacy_policy .article-detail-decimal {
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
}

.privacy_policy .article-detail-decimal li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.privacy_policy .article-detail-disc {
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}

.privacy_policy .article-detail-disc li {
  padding-left: 1.7em;
  text-indent: -1.5em;
}

.privacy_policy .contact-btn {
  background: #ffffff;
  border-radius: 30px;
  border-style: solid;
  border-color: #333333;
  border-width: 1px;
  margin: 25px 0px 0px 0px;
  padding: 5px 15px 5px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  height: 50px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.privacy_policy .contact-btn p {
  color: #333333;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.privacy_policy .contact-btn img {
  border-radius: 15px;
  width: 26px;
  height: 26px;
  position: relative;
  aspect-ratio: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .privacy_policy .contact-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .privacy_policy .section-inner {
    padding: 0 20px;
  }
}
/***** SP *****/
@media screen and (max-width: 768px) {
  /* プライバシーポリシー */
  .privacy_policy {
    padding: 40px 0px 40px 0px;
  }
  .privacy_policy .section-inner {
    gap: 40px;
  }
  .privacy_policy .preamble,
  .privacy_policy .article-detail,
  .privacy_policy .article-detail-decimal,
  .privacy_policy .article-detail-disc {
    line-height: 170%;
    letter-spacing: 0.1em;
  }
  .privacy_policy .article-title {
    font-size: 18px;
    line-height: 130%;
    width: 100%;
  }
}