@charset "UTF-8";
/* ==========================================================================//
//
// 働き方の基本姿勢
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.contents {
  padding: 40px 0 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFEEB5), to(#D4EEB5));
  background: linear-gradient(#DFEEB5 0%, #D4EEB5 100%);
  z-index: 0;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 80px 0 0;
  }
}
.contents::after {
  position: absolute;
  content: "";
  background-image: url(../../images/culture/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(180px, 100%);
  height: 282px;
}
@media all and (min-width: 751px) {
  .contents::after {
    width: min(425px, 100%);
    height: 761px;
  }
}

@media all and (min-width: 751px) {
  section {
    padding: 0 60px;
  }
}

.contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media all and (min-width: 1081px) {
  .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.contents_wrap .bg_contents {
  padding: 22px 15px 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 751px) {
  .contents_wrap .bg_contents {
    border-radius: 0 0 0 60px;
  }
}
@media all and (min-width: 1081px) {
  .contents_wrap .bg_contents {
    margin-right: -40px;
  }
}
.contents_wrap .bg_contents .sec_ttl {
  margin-bottom: 15px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .contents_wrap .bg_contents .sec_ttl {
    gap: 0 26px;
  }
}
@media all and (min-width: 1081px) {
  .contents_wrap .bg_contents .sec_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contents_wrap .bg_contents .sec_ttl span {
  display: inline-block;
}
@media all and (max-width: 1080px) {
  .contents_wrap .bg_contents .sec_ttl span {
    margin-inline: auto;
  }
}
.contents_wrap .bg_contents .sec_ttl .number {
  -webkit-text-stroke: 1px #3B97D4;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .contents_wrap .bg_contents .sec_ttl .number {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(58px, 4.86vw, 68px);
  }
}
.contents_wrap .bg_contents .sec_ttl .jp {
  padding-top: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .contents_wrap .bg_contents .sec_ttl .jp {
    padding-top: 0;
    font-size: 28px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.contents_wrap .bg_contents p {
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .contents_wrap .bg_contents p {
    line-height: 2.187;
    letter-spacing: 0.075em;
  }
}
.contents_wrap .image {
  overflow: hidden;
  border: 1.5px solid #3B97D4;
  border-radius: 0 0 0 60px;
}
@media all and (min-width: 1081px) {
  .contents_wrap .image {
    margin-top: 141px;
  }
}

.first .bg_contents {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1081px) {
  .first .bg_contents {
    margin-right: -40px;
    padding: 42px 38px 40px 0;
    width: 53.3%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .first .bg_contents {
    padding: 42px 38px 40px;
  }
}
@media all and (min-width: 751px) {
  .first .bg_contents .sec_ttl {
    margin-bottom: 24px;
    padding: 0 0 20px 40px;
  }
}
@media all and (min-width: 751px) {
  .first .bg_contents p {
    padding: 0 15px 0 40px;
  }
}
@media all and (min-width: 1081px) {
  .first .image {
    width: 50%;
  }
}

.detail_list {
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .detail_list {
    width: min(965px, 100%);
  }
}
.detail_list .detail {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .detail_list .detail {
    margin-top: 60px;
  }
}
.detail_list .detail .contents_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .bg_contents {
    margin: 0 0 0 -30px;
    padding: 30px 0 40px 38px;
    width: 51.8%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .detail_list .detail .contents_wrap .bg_contents {
    padding: 30px 38px 40px;
  }
}
.detail_list .detail .contents_wrap .bg_contents .sec_ttl {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .detail_list .detail .contents_wrap .bg_contents .sec_ttl {
    margin-bottom: 23px;
    padding: 0 0 38px;
    font-size: 24px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .bg_contents .sec_ttl {
    padding-right: 40px;
    text-align: left;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .bg_contents p {
    padding-right: 40px;
  }
}
@media all and (min-width: 1081px) {
  .detail_list .detail .contents_wrap .image {
    margin-top: 74px;
    width: 51.8%;
  }
}

.lead {
  text-align: center;
}
.lead p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .lead p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

/* 人間力の育成
---------------------------------------------------------- */
.sec_training {
  margin-top: 54px;
  padding-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_training {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

/* 社員同士で支えあう
---------------------------------------------------------- */
.sec_support {
  padding-top: 40px;
  background-color: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_support {
    padding-top: 80px;
  }
}

/* みんなで会社のことを決める
---------------------------------------------------------- */
.sec_decide {
  margin-top: 0;
  padding: 40px 0;
  background-color: #fff7ea;
}
@media all and (min-width: 751px) {
  .sec_decide {
    padding: 80px 60px;
  }
}

/* related
---------------------------------------------------------- */
.related {
  margin-top: 0;
}
.related .related_list .related_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (min-width: 751px) {
  .related .related_list .related_item:last-child a {
    font-size: 18px;
    line-height: 1;
  }
}
.related .related_list .related_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}