@charset "UTF-8";
/* トップページ */
/* PC */
.top-fv {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.top-fv-img {
  width: 1714px;
  max-width: none;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1440px) {
  .top-fv-img {
    content: url(/img/top_fv_1440.png);
    max-width: 1440px;
    width: 100%;
    height: auto;
    left: 0;
    transform: none;
  }
}
.recruit-bar {
  display: block;
}

.top-recruit {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}

.top-recruit.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.top-recruit-img {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .top-recruit:hover .top-recruit-img {
    opacity: 0.6;
  }
}
/* オーバルの仕事と人 */
.overview {
  display: flex;
  position: relative;
  margin-top: -425px;
  padding: 100px 0px 80px 0px;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.job-and-people {
  position: relative;
  text-align: left;
  font-size: 50px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333333;
}

.job-and-people span {
  color: #006aff;
  font-weight: 700;
}

.one-team {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.one-team span {
  color: #333333;
  font-size: 20px;
  line-height: 250%;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.frame-anchor {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  gap: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .frame-anchor a:hover {
    opacity: 0.6;
  }
}
.anchor-job,
.anchor-people,
.anchor-company {
  background: #dcf5e7;
  border-radius: 20px;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 350px;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.anchor-people {
  background: #ffe9e9;
}

.anchor-company {
  background: #eaf2ff;
}

.anchor-sub-title {
  color: #006aff;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  align-self: flex-start;
}

.anchor-title {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.anchor-title span {
  color: #006aff;
}

.anchor-img {
  max-width: 170px;
  width: 100%;
  padding-bottom: 10px;
}

#job h2,
#people h2,
#company h2 {
  margin-top: -80px;
  font-size: 40px;
  line-height: 100%;
  color: #006aff;
  text-align: center;
  letter-spacing: 0.05em;
}

#job h2 span,
#people h2 span,
#company h2 span {
  display: inline-block;
  margin-inline-end: 0.15em;
  padding: 0.15em 0.15em 0.3em 0.2em;
  border: 10px solid #FFD900;
  color: inherit;
  border-radius: 100vh;
  line-height: 1;
}

#job h2 span::before,
#people h2 span::before,
#company h2 span::before {
  content: none;
}

/* JOB */
#job {
  display: flex;
  position: relative;
  background: #dcf5e7;
  padding: 50px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-job {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  gap: 20px;
}

.frame-job-icon {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  width: 320px;
}

.frame-job-icon img {
  height: 118px;
}

.frame-job-icon h3 {
  position: relative;
  color: #006aff;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.frame-job-icon p {
  position: relative;
  color: #006aff;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

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

/* PEOPLE */
#people {
  display: flex;
  position: relative;
  background: #fff2f2;
  padding: 50px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-people-btn {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
}

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

/* COMPANY */
#company {
  display: flex;
  position: relative;
  background: #EAF2FF;
  padding: 100px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-philosophy {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  gap: 50px;
}

.philosophy {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 482px;
  width: 100%;
}

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

.philosophy-main {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 20px;
}

.frame-circle {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 34px;
}

.circle-blue {
  position: relative;
  background: #006aff;
  border-radius: 40px;
  width: 11px;
  height: 11px;
}

.philosophy-main p {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 500;
  flex: 1;
}

.frame-philosophy img {
  max-width: 511px;
  width: 100%;
  height: auto;
  position: relative;
  min-width: 0;
  border-radius: 10px;
}

.frame-license {
  display: flex;
  position: relative;
  border-style: solid;
  border-color: #006aff;
  border-width: 1px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
  margin-top: -10px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

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

.license-title {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #333333;
  text-align: left;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.license-title span {
  position: relative;
  color: #333333;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

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

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

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

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

.history-main p {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

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

/* お知らせ */
#news {
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 100px 0px 100px 0px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-news {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-news-title {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
}

.frame-news-title h2 {
  position: relative;
  color: #006aff;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.frame-news-item {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}

.news-item {
  display: flex;
  position: relative;
  border-top: 1px solid #dbdbdb;
  padding: 20px 0px 20px 0px;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
}

.news-item:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.news-date {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.news-title {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .news-title:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1200px) {
  .overview {
    margin-top: -275px;
    gap: 60px;
  }
  .job-and-people {
    font-size: 40px;
  }
  .one-team {
    font-size: 30px;
    gap: 30px;
  }
  .one-team span {
    font-size: 18px;
  }
  .frame-philosophy {
    align-items: center;
    justify-content: space-between;
  }
  .frame-anchor {
    padding: 0 20px;
  }
  .section-inner {
    padding: 0 20px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #job h2,
  #people h2,
  #company h2 {
    margin-top: -30px;
    font-size: 30px;
  }
  #job h2 span,
  #people h2 span,
  #company h2 span {
    border: 6px solid #FFD900;
    color: inherit;
  }
  .top-fv-img {
    content: url(/img/sp_top_fv.png);
    max-width: unset;
  }
  .recruit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #FFD900;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-recruit {
    display: block;
    position: static;
    top: unset;
    right: unset;
    bottom: unset;
  }
  .top-recruit-img {
    display: block;
    max-width: 375px;
    width: 100%;
    height: auto;
  }
  /* オーバルの仕事と人 */
  .overview {
    margin: -110px auto 0px;
    padding: 50px 20px 50px 20px;
    gap: 30px;
  }
  .job-and-people {
    text-align: center;
    font-size: 30px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 130%;
    letter-spacing: 0.05em;
  }
  .one-team {
    gap: 20px;
    align-items: center;
    font-size: 26px;
    line-height: 150%;
  }
  .one-team span {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 170%;
  }
  .frame-anchor {
    gap: 10px;
    padding: 0;
  }
  .anchor-job,
  .anchor-people,
  .anchor-company {
    border-radius: 15px;
    padding: 10px;
  }
  .anchor-sub-title {
    font-size: 8px;
    line-height: 100%;
  }
  .anchor-title {
    padding: 15px 0 5px 0;
    font-size: 16px;
    line-height: 130%;
  }
  .anchor-img {
    max-width: 90px;
    padding-bottom: 15px;
  }
  /* JOB */
  #job {
    background: #dcf5e7;
    padding: 30px 0px 50px 0px;
  }
  .frame-job {
    flex-direction: column;
    gap: 0;
  }
  .frame-job-icon {
    margin: 20px auto 30px;
    gap: 20px;
    width: unset;
  }
  .frame-job-icon img {
    max-width: 130px;
    width: 100%;
    height: auto;
  }
  .frame-job-icon p {
    font-size: 22px;
  }
  .frame-job-icon p span {
    font-size: 14px;
    line-height: 170%;
  }
  /* PEOPLE */
  #people {
    background: #fff2f2;
    padding: 30px 0px 50px 0px;
  }
  .frame-people-btn {
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
    align-items: center;
  }
  .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;
  }
  /* COMPANY */
  #company {
    background: #EAF2FF;
    padding: 30px 0px 50px 0px;
  }
  .frame-philosophy {
    flex-direction: column;
    margin-top: 20px;
  }
  .frame-circle {
    width: 11px;
    height: 26px;
  }
  .philosophy-main p {
    font-size: 16px;
    line-height: 150%;
  }
  .frame-philosophy img {
    margin: 30px auto 70px;
  }
  .frame-license {
    margin-top: -30px;
    flex-direction: column;
  }
  .license-title {
    gap: 20px;
  }
  .license-title span {
    font-size: 14px;
    line-height: 170%;
  }
  .history {
    margin-top: 50px;
  }
  .history-main {
    gap: 20px;
    margin-bottom: 20px;
  }
  .history-main p {
    display: block;
    line-height: 170%;
  }
  .history-main p span {
    font-size: 14px;
  }
  /* お知らせ */
  #news {
    padding: 40px 0px 40px 0px;
    gap: 50px;
  }
  .frame-news {
    flex-direction: column;
  }
  .frame-news-title h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .news-item {
    padding: 30px 0px 30px 0px;
  }
  .news-title {
    font-size: 14px;
  }
}