@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	当社について
//////////////////////////////////////////////////*/
.l-section {
  margin-bottom: 8rem;
}

.p-container .p-navi {
  grid-template-columns: 1fr;
}

.wrok-section {
  position: relative;
}
.wrok-section + .wrok-section .l-section {
  padding-top: 7rem;
}
.wrok-section .l-section {
  padding-bottom: 7rem;
}
.wrok-section:not(:last-child) .l-section {
  margin-bottom: 0;
}
.wrok-section .wrok-container {
  padding: 0 2rem;
}
.wrok-section .work-contents {
  margin-bottom: 5rem;
}
.wrok-section .work-contents .work-contents__items .item {
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  background: #fff;
}
.wrok-section .work-contents .work-contents__items .item + .item {
  margin-top: 2rem;
}
.wrok-section .work-contents .work-contents__items .item .title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
  line-height: 1.6;
}
.wrok-section .work-contents .work-contents__items .item .title .icon {
  width: 2rem;
  aspect-ratio: 1;
  margin-top: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #155AA8;
}
.wrok-section .work-contents .work-contents__items .item .title .icon svg {
  fill: #fff;
}
.wrok-section .work-schedule .work-schedule__items {
  padding: 4.5rem 2rem;
  border-radius: 1.5rem;
  background: #fff;
}
.wrok-section .work-schedule .work-schedule__items .item {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 2rem;
}
.wrok-section .work-schedule .work-schedule__items .item + .item {
  margin-top: 0.5rem;
}
.wrok-section .work-schedule .work-schedule__items .item:last-child .deco::after {
  content: none;
}
.wrok-section .work-schedule .work-schedule__items .item .deco {
  display: grid;
  grid-template-rows: 1.6rem 1fr;
  gap: 0.5rem;
  justify-items: center;
}
.wrok-section .work-schedule .work-schedule__items .item .deco::before {
  content: "";
  aspect-ratio: 1;
  border-radius: 100%;
  border: 0.4rem solid #155AA8;
}
.wrok-section .work-schedule .work-schedule__items .item .deco::after {
  content: "";
  width: 0.15rem;
  background: #155AA8;
}
.wrok-section .work-schedule .work-schedule__items .item .body {
  padding-bottom: 2rem;
}
.wrok-section .work-schedule .work-schedule__items .item .body .time {
  font-family: "Lato", sans-serif;
  line-height: 1;
  text-indent: -0.8em;
}
.wrok-section .sec-white .work-contents .work-contents__items .item {
  background: #F3F6FA;
}
.wrok-section .sec-white .work-schedule .work-schedule__items {
  background: #F3F6FA;
}

@media screen and (min-width: 769px) {
  .wrok-section + .wrok-section .l-section {
    padding-top: 13rem;
  }
  .wrok-section .l-section {
    padding-bottom: 13rem;
  }
  .wrok-section:last-child .l-section {
    margin-bottom: 17rem;
  }
  .wrok-section .wrok-container {
    padding: 0;
  }
  .wrok-section .work-contents {
    margin-bottom: 9rem;
  }
  .wrok-section .work-contents .work-contents__items .item {
    padding: 2rem 2rem 3rem;
  }
  .wrok-section .work-contents .work-contents__items .item + .item {
    margin-top: 2.8rem;
  }
  .wrok-section .work-contents .work-contents__items .item .title {
    gap: 1.2rem;
    align-items: center;
  }
  .wrok-section .work-contents .work-contents__items .item .title .icon {
    width: 2.6rem;
    margin-top: 0;
  }
  .wrok-section .work-schedule .work-schedule__items {
    padding: 6rem 7rem;
  }
  .wrok-section .work-schedule .work-schedule__items .item {
    grid-template-columns: 1.8rem 1fr;
    gap: 4rem;
  }
  .wrok-section .work-schedule .work-schedule__items .item + .item {
    margin-top: 0.5rem;
  }
  .wrok-section .work-schedule .work-schedule__items .item .deco {
    grid-template-rows: 1.8rem 1fr;
    gap: 0.5rem;
    justify-items: center;
  }
  .wrok-section .work-schedule .work-schedule__items .item .deco::after {
    width: 0.2rem;
  }
  .wrok-section .work-schedule .work-schedule__items .item .body {
    padding-bottom: 2.4rem;
  }
  .wrok-section .work-schedule .work-schedule__items .item .body .time {
    line-height: 1.5;
  }
}
/*# sourceMappingURL=style.css.map */
