.blance {
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .blance {
    padding: 100px 0 0;
  }
}
.blance .c_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .blance .c_title {
    margin-bottom: 56px;
  }
}
.blance__text {
  color: #232536;
}
.blance__image {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .blance__image {
    margin-top: 104px;
  }
}
.blance__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worklife {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .worklife {
    flex-direction: row;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .worklife__box {
    width: 58.6206896552%;
  }
}
.worklife__box .c_title {
  margin-bottom: 25px;
}
.worklife__box_text {
  line-height: 2.23;
}
@media screen and (min-width: 768px) {
  .worklife__image {
    width: 36.2068965517%;
  }
}

.flex {
  padding: 50px 0;
  background-color: #eaf0f5;
}
@media screen and (min-width: 1024px) {
  .flex {
    padding: 80px 0;
  }
}
.flex .worklife {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .flex .worklife {
    margin-bottom: 40px;
  }
}
.flex__info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .flex__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.flex__info_item {
  padding: 30px;
  background-color: #fff;
  border-left: 4px solid #08cfcf;
}
@media screen and (min-width: 1024px) {
  .flex__info_item {
    padding: 40px 28px 45px;
  }
}
.flex__info_item .c_title_01 {
  margin-bottom: 16px;
}
.flex__info_item_text {
  color: #232536;
  line-height: 1.7;
}

.telework {
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .telework {
    padding: 120px 0 0;
  }
}
.telework .c_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .telework .c_title {
    margin-bottom: 55px;
  }
}
.telework__text {
  margin-bottom: 30px;
  line-height: 2.2;
}
@media screen and (min-width: 1024px) {
  .telework__text {
    margin-bottom: 35px;
  }
}
.telework__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .telework__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.telework__item_image {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .telework__item_image {
    margin-bottom: 30px;
  }
}
.telework__item .c_title_01 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .telework__item .c_title_01 {
    margin-bottom: 18px;
  }
}
.telework__item_text {
  color: #232536;
  line-height: 1.7;
}

.other {
  padding: 50px 0 0;
}
@media screen and (min-width: 1024px) {
  .other {
    padding: 118px 0 0;
  }
}
.other .worklife {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .other .worklife .c_title {
    margin-bottom: 54px;
  }
}
.other__info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 40px;
}
@media screen and (min-width: 768px) {
  .other__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.other__info_item {
  padding: 30px;
  border-left: 4px solid #08cfcf;
  background-color: #eaf0f5;
}
@media screen and (min-width: 768px) {
  .other__info_item {
    padding: 40px 26px 50px;
  }
}
.other__info_item .c_title_01 {
  margin-bottom: 20px;
}
.other__info_item_dl {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.other__info_item_dl:last-child {
  margin-bottom: 0;
}
.other__info_item_dt, .other__info_item_dd {
  color: #232536;
  font-weight: 400;
  line-height: 1.5;
}
.other__info_item_dt {
  flex-shrink: 0;
  width: 70px;
}
.other__info_item_dd .note {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .other__info_item_dd .note {
    font-size: 0.875rem;
  }
}

.fulfilling {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .fulfilling {
    padding: 100px 0 160px;
  }
}
.fulfilling .c_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .fulfilling .c_title {
    margin-bottom: 50px;
  }
}
.fulfilling__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .fulfilling__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
.fulfilling__item {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: #eaf0f5;
}
@media screen and (min-width: 768px) {
  .fulfilling__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .fulfilling__item {
    padding: 29px 32px 30px;
    min-height: 236px;
  }
}
.fulfilling__item_image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .fulfilling__item_image {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .fulfilling__item_image {
    width: 120px;
    height: 120px;
  }
}
.fulfilling__item .c_title_01 {
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fulfilling__item .c_title_01 {
    text-align: left;
  }
}
.fulfilling__item_text {
  color: #232536;
  line-height: 1.7;
}

.office {
  padding: 50px 0;
  background-color: #eaf0f5;
}
@media screen and (min-width: 1024px) {
  .office {
    padding: 160px 0;
  }
}
.office .c_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .office .c_title {
    margin-bottom: 54px;
  }
}
.office__text {
  margin-bottom: 30px;
  line-height: 2.25;
}
@media screen and (min-width: 1024px) {
  .office__text {
    margin-bottom: 55px;
  }
}
.office__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .office__image {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .office__image {
    gap: 40px;
  }
}
.office__image_item:nth-child(1) {
  grid-area: 1/1/3/3;
}
.office__image_item:nth-child(2) {
  grid-area: 1/3/2/4;
}
.office__image_item:nth-child(3) {
  grid-area: 2/3/3/4;
}
.office__image_item:nth-child(4) {
  grid-area: 3/1/4/2;
}
.office__image_item:nth-child(5) {
  grid-area: 3/2/4/3;
}
.office__image_item:nth-child(6) {
  grid-area: 3/3/4/4;
}

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