@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 若手社員アンケート&実績統計
======================================================*/
.anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  margin: 77px 0 100px;
}
.anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0BAA74;
  border-radius: 30px;
  height: 60px;
  color: #0BAA74;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.anchor li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .anchor {
    grid-template-columns: 100%;
    width: min(100%, 280px);
    margin: 12px auto 60px;
  }
  .anchor li a {
    height: 46px;
  }
  .anchor li a::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.txt_right {
  text-align: right;
}

.org {
  color: #F07F0F;
}

section {
  position: relative;
  padding-top: 25px;
}
section:not(:first-of-type) {
  margin-top: 240px;
}
section .inner_wrap {
  border: 10px solid #ECF8F0;
  border-radius: 30px;
  padding: 85px 20px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 15px;
  }
  section:not(:first-of-type) {
    margin-top: 60px;
  }
  section .inner_wrap {
    padding: 40px 15px 0;
  }
  section .sp_spacing {
    letter-spacing: 0;
  }
}
section h2 {
  background: #0BAA74;
  border-radius: 25px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  section h2 {
    width: 160px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
}
section h3 {
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
section h3.sm {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.36;
}
section h3.sm span {
  padding-bottom: 5px;
}
section h3.sm small {
  font-size: 19px;
}
section h3.center {
  text-align: center;
}
section h3 span {
  display: inline-block;
  border-bottom: 2px dotted #75E1B3;
  color: #0BAA74;
  padding-left: 62px;
  position: relative;
}
section h3 span::before {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/research/ques_txt.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  section h3 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.38;
  }
  section h3.sm {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.36;
  }
  section h3.sm small {
    font-size: inherit;
  }
  section h3.center {
    text-align: center;
  }
  section h3 span {
    display: block;
    padding-left: 42px;
    padding-bottom: 5px;
  }
  section h3 span::before {
    width: 34px;
    height: 34px;
  }
}

.sect_inner {
  width: min(100%, 878px);
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.col3 {
  gap: 40px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
  .flex > div {
    margin-bottom: 40px;
  }
}

.comment_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .comment_wrap {
    display: block;
  }
}
.comment_wrap .comment_list {
  width: min(100%, 905px);
  margin: 0 auto;
}
.comment_wrap .comment_list li {
  display: grid;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  grid-template-columns: 100px 1fr;
  gap: 0 28px;
}
.comment_wrap .comment_list li:not(:last-child) {
  margin-bottom: 50px;
}
.comment_wrap .comment_list li img {
  margin-top: 10px;
}
.comment_wrap .comment_list li > p, .comment_wrap .comment_list li div {
  background: #ECF8F0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
.comment_wrap .comment_list li > p::before, .comment_wrap .comment_list li div::before {
  content: "";
  background: #ECF8F0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  width: 29.18px;
  height: 17.59px;
  position: absolute;
  top: 50px;
  left: -18px;
}
.comment_wrap .comment_list li div {
  padding: 30px 22px;
  text-align: center;
}
.comment_wrap .comment_list li div p {
  display: inline-block;
}
.comment_wrap .comment_list li div p.large {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.comment_wrap .comment_list li > p {
  padding: 30px 27px;
}
@media screen and (max-width: 767px) {
  .comment_wrap .comment_list:not(:last-child) {
    margin-bottom: 19px;
  }
  .comment_wrap .comment_list li {
    grid-template-columns: 71px 1fr;
    gap: 0 19px;
  }
  .comment_wrap .comment_list li:not(:last-child) {
    margin-bottom: 19px;
  }
  .comment_wrap .comment_list li img {
    margin-top: 5px;
  }
  .comment_wrap .comment_list li > p, .comment_wrap .comment_list li div {
    background: #ECF8F0;
    border-radius: 10px;
    font-size: 14px;
  }
  .comment_wrap .comment_list li > p::before, .comment_wrap .comment_list li div::before {
    width: 20.63px;
    height: 12.44px;
    top: 37px;
    left: -12px;
  }
  .comment_wrap .comment_list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 17px;
    min-height: 79px;
    text-align: center;
  }
  .comment_wrap .comment_list li div p.large {
    font-size: 18px;
  }
  .comment_wrap .comment_list li > p {
    padding: 19px 17px;
    font-size: 13px;
  }
}

.charge_comment {
  display: grid;
  grid-template-columns: 168.18px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 26px;
  padding-right: 4%;
  margin: 100px 0 -76px;
}
.charge_comment p {
  background: #75E1B3;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.charge_comment p::before {
  content: "";
  background: #75E1B3;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 34.3px;
  height: 31.55px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -24px;
}
@media screen and (max-width: 767px) {
  .charge_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    margin: 30px 0 10px !important;
  }
  .charge_comment picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 100%;
    padding-right: 5px;
    margin-top: -35px;
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .charge_comment p {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 19px 26px;
    font-size: 14px;
  }
  .charge_comment p::before {
    display: none;
  }
}

#area01 .flex {
  gap: 78px 57px;
}
#area01 .flex .col2 {
  width: calc((100% - 57px) / 2);
}
#area01 .charge_comment {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
}
#area01 .charge_comment p {
  margin-top: 65px;
}
#area01 .charge_comment p::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 70px;
}
@media screen and (max-width: 767px) {
  #area01 .flex {
    gap: 78px 57px;
  }
  #area01 .flex .col2 {
    width: 100%;
  }
  #area01 .charge_comment p {
    margin-top: 0;
  }
}

#area02 .img {
  text-align: center;
}
#area02 .inner_wrap > .img {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #area02 .inner_wrap > .img {
    margin-bottom: 40px;
  }
  #area02 .charge_comment p {
    padding-bottom: 50px;
  }
}
#area02 .annotation {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
}
#area02 .annotation a {
  display: inline;
  color: #000000;
  text-decoration: underline;
}

#area02 .sect_inner h3, #area03 .sect_inner h3 {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #area02 .sect_inner h3, #area03 .sect_inner h3 {
    margin-top: 40px;
  }
}

#area03 .flex {
  gap: 40px 0;
}
#area03 .comment_wrap .comment_list li img {
  margin: 0;
}
#area03 .comment_wrap .comment_list li div.space_sm {
  padding: 20px 22px;
}
#area03 .large.center {
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  #area03 .flex.col3 .img {
    padding: 0 17px;
  }
  #area03 .comment_wrap .comment_list li img {
    margin: 0;
  }
  #area03 .comment_wrap .comment_list li div.space_sm {
    padding: 13px 17px;
  }
  #area03 .comment_wrap .comment_list li div {
    padding: 13px 17px;
    min-height: 65px;
  }
  #area03 .comment_wrap .comment_list li div p.large {
    font-size: 16px;
    line-height: 1.36;
  }
  #area03 .charge_comment p {
    padding-bottom: 40px;
  }
}

.charge {
  padding: 30px 0 45px;
  margin: 155px 0 110px;
  position: relative;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.charge::before {
  content: "";
  background: #31C788;
  width: 100vw;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -2;
}
.charge .box_ttl {
  background: #000;
  border-radius: 30px;
  width: 245px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  position: absolute;
  top: -35px;
  left: 0;
}
.charge .box_ttl::before {
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}
.charge .flex {
  display: grid;
  grid-template-columns: 1fr 380px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charge .txt {
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.charge .img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .charge {
    padding: 55px 0 135px;
    margin: 87px 0 125px;
  }
  .charge .box_ttl {
    width: 191px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: -25px;
  }
  .charge .box_ttl::before {
    width: 10px;
    height: 10px;
    bottom: -7px;
  }
  .charge .flex {
    display: block;
  }
  .charge .txt {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 2.25;
  }
  .charge .img {
    width: 100%;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -32px;
  }
  .charge .img img {
    width: 198.61px;
  }
}