@charset "UTF-8";
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  color: inherit;
}

/* ===============================================
# 下層ビジネス
=============================================== */
.terrain-content {
  display: flex;
  column-gap: 100px;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .terrain-content {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.terrain-content__body {
  width: 50%;
  padding: 80px 0;
  padding-left: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .terrain-content__body {
    width: 100%;
    padding-right: 20px;
    text-align: left;
  }
}

.terrain-content__heading {
  position: relative;
}
.terrain-content__heading h2 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 30px;
}
.terrain-content__heading span {
  position: absolute;
  right: 20px;
  bottom: -20px;
  z-index: 1;
  color: #eeeeee;
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .terrain-content__heading span {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .terrain-content__heading span::before {
    right: auto;
    left: 20px;
  }
}

.terrain-content__text {
  margin-top: 40px;
}

.terrain-content__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .terrain-content__img {
    width: 100%;
  }
}
.terrain-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terrain-content.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .terrain-content.reverse {
    flex-direction: column-reverse;
  }
}
.terrain-content.reverse .terrain-content__body {
  text-align: left;
}
.terrain-content.reverse span {
  right: auto;
  left: 20px;
  font-family: "termina", sans-serif;
}
.terrain-content.reverse span::before {
  right: auto;
  left: 20px;
}

.road {
  padding: 50px 0;
}

.achievements {
  padding: 50px 0;
}

.achievements-content {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  max-width: 1000px;
  margin-inline: auto;
}

.achievements-item__heading {
  width: fit-content;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: var(--base-color);
  color: #ffffff;
  line-height: 1;
  width: 165px;
  text-align: center;
}

.achievements-item__list {
  margin-top: 30px;
}

.achievements-item__list-item {
  padding: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.achievements-item__list-item a {
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .achievements-item__list-item a {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
  }
}
.achievements-item__list-item a span {
  font-weight: bold;
  white-space: nowrap;
  width: 100px;
}

.achievements-item__list-item:first-child {
  border-bottom: none;
}

.link-btn-wrapper {
  display: grid;
  /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 20px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .link-btn-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .link-btn-wrapper {
    grid-template-columns: 1fr;
  }
}

.link-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid var(--base-color);
  background-color: var(--base-color);
  color: #ffffff;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 500px) {
  .link-btn {
    max-width: 300px;
  }
}

.link-btn:hover {
  opacity: 0.7;
}

.link-btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

/* ===============================================
# case
=============================================== */
.lower-section.case {
  padding-bottom: 100px;
}

.lower-section__img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin-top: 50px;
  margin-inline: auto;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lower-section__img-wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .lower-section__img-wrapper {
    grid-template-columns: 1fr;
  }
}

.lower-section__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ===============================================
# recruit
=============================================== */
.l-recruit__content {
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.l-recruit__content-inner {
  display: flex;
  align-items: center;
  column-gap: 50px;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-recruit__content-inner {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

.l-recruit__body {
  margin-left: auto;
  padding: 50px 5% 20px;
}
@media screen and (max-width: 1024px) {
  .l-recruit__body {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit__body {
    width: 100%;
    padding: 20px;
  }
}

.l-recruit__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.l-recruit__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-recruit__img {
    width: 100%;
  }
}
.l-recruit__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-recruit__img img {
    max-height: 400px;
    object-position: top;
  }
}

.l-rec-list {
  margin-top: -25px;
}
@media screen and (max-width: 1480px) {
  .l-rec-list {
    margin-top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .l-rec-list {
    margin-top: 100px;
  }
}

.l-rec-list__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  padding: 0 20px;
  margin-inline: auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-rec-list__content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.l-rec-list__item {
  padding: 40px;
  background-color: var(--base-color);
}

.l-rec-list__item__heading {
  color: var(--base-color);
  font-size: 14px;
  text-align: center;
}

.l-rec-list__item__number {
  display: block;
  margin-top: 10px;
  color: var(--base-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.l-rec-list__item__text {
  margin-top: 20px;
  color: var(--base-color);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.l-rec-list__item__desc {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-rec-list__item__desc {
    width: fit-content;
    margin-inline: auto;
  }
}

.l-rec-list__item__img {
  margin-top: 20px;
}
.l-rec-list__item__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.link-btn-wrapper--rec {
  max-width: 300px;
  margin-top: 60px;
  margin-inline: auto;
}

/* ===============================================
# entry
=============================================== */
@media screen and (max-width: 768px) {
  .contactFormBody.radio {
    display: flex;
    flex-direction: column;
  }
}

input[type=radio i] {
  margin-top: 0 !important;
}

.contactFormRow.radio .contactFormBody {
  display: flex;
}
.contactFormRow.radio label {
  display: flex;
  align-items: center;
}

/* ===============================================
# 共通パーツ
=============================================== */
.common-banner .imgBlockWrap {
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .common-banner .imgBlockWrap {
    row-gap: 100px;
  }
}

.common-banner-content {
  padding: 30px 50px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .common-banner-content {
    padding-bottom: 100px;
  }
}

.common-banner__contact {
  text-align: center;
}

.common-banner__contact-inner {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .common-banner__contact-inner {
    padding: 0;
  }
}

.common-banner__contact-title {
  color: var(--base-color);
  font-weight: bold;
  font-size: 24px;
}

.common-banner__contact-text {
  margin-top: 10px;
}

.common-banner__contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: var(--base-color);
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .common-banner__contact-btn {
    font-size: 14px;
  }
}

/* ===============================================
# 共通
=============================================== */
ul {
  list-style: none;
}

section.p0 {
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.inner {
  max-width: 1920px;
  padding: 0 20px;
  margin-inline: auto;
}

.section-gray__wrapper {
  padding: 50px 20px;
  background-color: #f5f5f5;
}

.section-heading {
  position: relative;
}
.section-heading h2, .section-heading h3 {
  width: fit-content;
  padding: 30px 0;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.section-heading h2 {
  font-size: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 20px;
  }
}
.section-heading span {
  color: #103470;
  font-size: 14px;
  font-family: "termina", sans-serif;
}

.section-heading.section-heading--second h2 {
  z-index: 2;
}
.section-heading.section-heading--second h2::before {
  display: none;
}
.section-heading.section-heading--second span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  color: #eeeeee;
  font-size: 10rem;
  line-height: 1;
}
.lower-section {
  padding: 80px 0;
}

.last-section {
  padding-bottom: 100px;
}

.lower-content {
  max-width: 1200px;
  margin-inline: auto;
}