@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;
}

/* ▼▼▼ 私たちの取組み
======================================================*/
.read {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 40px;
  }
}

.btn_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.btn_list div a {
  border: 1px solid currentColor;
  border-radius: 10px;
  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;
  height: 80px;
  padding: 0 30px;
  color: #009495;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.btn_list div a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .btn_list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .btn_list div a {
    font-size: 16px;
  }
}

/* ▼ 安全・安心の取組み
----------------------------------------*/
#safe_secure section {
  font-size: 14px;
}
#safe_secure section p {
  line-height: 2;
}
#safe_secure .sect_ttl {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #safe_secure .sect_ttl {
    font-size: 22px;
  }
}
#safe_secure .inner_ttl {
  margin: 45px 0 25px;
  color: #009495;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #safe_secure .inner_ttl {
    margin: 50px 0 30px;
  }
}
#safe_secure .inner_read {
  margin-bottom: 30px;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #safe_secure .inner_read {
    padding: 0;
  }
}
#safe_secure .img_right {
  float: right;
  margin-left: 10px;
}
#safe_secure .img_right.mt {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #safe_secure .img_right {
    float: none;
    margin: 0 auto 20px !important;
    width: 230px;
  }
  #safe_secure .img_right.mt {
    width: 228px;
  }
}
#safe_secure .num_list > li {
  padding-left: 1.8em;
}
#safe_secure .num_list > li:not(:first-child) {
  margin-top: 30px;
}
#safe_secure .num_list > li b {
  display: block;
  margin-left: -1.8em;
  margin-bottom: 15px;
  font-weight: bold;
}
#safe_secure .num_list > li > p, #safe_secure .num_list > li > ul {
  line-height: 2;
}
#safe_secure .num_list > li p.arrow::after {
  content: "▼";
  display: block;
  margin-left: 7em;
  line-height: 1.6;
}
#safe_secure .indent_list li {
  text-indent: -1em;
  padding-left: 1em;
}
#safe_secure .box {
  background: url(https://ko.dailyservice.co.jp/assets/common/img/company/initiative/safe_secure_img03.png) no-repeat center top/878px, #E6F5F5;
  border-radius: 20px;
  padding: 40px 20px 70px;
  margin-top: 40px;
}
#safe_secure .box h3 {
  margin-bottom: 430px;
  color: #009495;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#safe_secure .box_grid {
  display: grid;
  grid-template-columns: 1.85fr 1fr;
  gap: 20px 25px;
  width: min(100%, 718px);
  margin: 15px auto 0;
}
#safe_secure .box_grid .bg {
  background: #009495;
  border-radius: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#safe_secure .box_grid .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #safe_secure .box {
    background-size: 120%;
    background-position: center top 45px;
    padding: 40px 20px 35px;
  }
  #safe_secure .box h3 {
    margin-bottom: 58vw;
    font-size: 19px;
  }
  #safe_secure .box_grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  #safe_secure .box_grid .bg {
    padding: 2px 0;
    font-size: 16px;
  }
}

/* ▼ カスタマーハラスメント基本方針
----------------------------------------*/
#harassment h3 {
  margin: 40px 0 20px;
}
#harassment .read {
  font-size: 14px;
  font-weight: normal;
  text-indent: 1em;
  letter-spacing: 0.05em;
}
#harassment .logo_img {
  text-align: center;
  margin-bottom: 50px;
}
#harassment .btn.grn {
  width: min(100%, 580px);
  margin: 0 auto;
}
#harassment .btn.grn a {
  padding: 0 40px;
}
#harassment .btn.grn .arrow {
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #harassment h2 {
    font-size: 16px;
  }
}

/* ▼ プライバシーポリシー
----------------------------------------*/
.txt_right {
  text-align: right;
}

#privacy .logo_img {
  text-align: center;
}
#privacy .sub_ttl {
  margin: 50px 0 20px;
}
#privacy section p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #privacy .sub_ttl {
    margin-top: 40px;
  }
}

.count_list {
  counter-reset: listnum;
  list-style: none;
  margin-bottom: 40px;
}
.count_list > li {
  margin-top: 40px;
  padding-left: 1.5em;
  position: relative;
}
.count_list > li h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.count_list > li h3::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.lower_list > li {
  margin-top: 20px;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.lower_list > li p, .lower_list > li ol {
  text-indent: 0;
}

.notes_list {
  margin-top: 20px;
}
.notes_list li {
  font-size: 14px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.notes_list li:not(:last-child) {
  margin-bottom: 5px;
}

/* ▼ ソーシャルメディアポリシー
----------------------------------------*/
#sns .contents_inner {
  font-size: 14px;
  line-height: 2;
}
#sns .num_list li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#sns .count_list > li h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#sns .count_list > li h2::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* ▼ 女性活躍・次世代育成に関する各種計画および実績
----------------------------------------*/
.bm0 {
  margin-bottom: 0 !important;
}

.indent_list li, .indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

#jisedai #main {
  font-size: 14px;
}
#jisedai .read {
  line-height: 2;
}
#jisedai .lower_ttl {
  margin: 55px 0 25px;
}
@media screen and (max-width: 767px) {
  #jisedai .lower_ttl {
    margin: 50px 0 20px;
  }
}

dl.initiative dt {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
dl.initiative dt span {
  font-size: 16px;
  background: #009495;
  color: #fff;
  text-align: center;
}
dl.initiative dd {
  background: #F2FAFA;
  padding: 33px 50px 40px;
  margin-left: 35px;
  line-height: 2;
}
dl.initiative dd:not(:last-of-type) {
  margin-bottom: 30px;
}
dl.initiative dd h4 {
  margin-bottom: 10px;
  color: #009495;
  font-size: 16px;
  font-weight: bold;
  text-indent: -1.2em;
}
dl.initiative dd .indent_list {
  margin-bottom: 40px;
}
dl.initiative dd .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 35px;
}
dl.initiative dd .flex_box.val_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.initiative dd .flex_box .notes {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  dl.initiative dt {
    grid-template-columns: 58px 1fr;
    gap: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  dl.initiative dt span {
    font-size: 15px;
  }
  dl.initiative dd {
    padding: 25px 20px 35px 40px;
    margin-left: 0;
    line-height: 2;
  }
  dl.initiative dd:not(:last-of-type) {
    margin-bottom: 50px;
  }
  dl.initiative dd h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  dl.initiative dd .indent_list {
    margin-bottom: 35px;
  }
  dl.initiative dd .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 0;
  }
  dl.initiative dd .flex_box img {
    width: 100%;
  }
}

#sect1 .initiative dd:nth-of-type(1) .flex_box .img {
  margin-top: -10px;
}
#sect1 .flex_box .txt_area {
  width: 44%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sect1 .initiative dd:nth-of-type(1) .flex_box .img {
    margin-top: 0;
  }
  #sect1 .flex_box .txt_area {
    width: 100%;
  }
}

#sect2 .flex_box .txt_warp {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#sect2 .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  counter-reset: listnum;
  list-style: none;
}
#sect2 .box_list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #009495;
  padding: 30px 10.5px 15px 12px;
  position: relative;
}
#sect2 .box_list > li::before {
  counter-increment: listnum;
  content: counter(listnum);
  background: #009495;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#sect2 .box_list > li:not(:first-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #80C9CA;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -10px;
}
#sect2 .box_list > li p {
  margin-bottom: 5px;
  color: #009495;
  font-size: 16px;
  font-weight: 500;
}
#sect2 .box_list > li ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
#sect2 .box_list > li ul li:not(:last-child) {
  margin-bottom: 5px;
}
#sect2 .box_list > li ul li .notes {
  font-size: 10.5px;
}
@media screen and (max-width: 767px) {
  #sect2 dl.initiative dd .flex_box {
    gap: 20px 0;
  }
  #sect2 .flex_box .txt_warp {
    width: 100%;
  }
  #sect2 .box_list > li {
    width: 100%;
    padding: 30px 15px;
  }
  #sect2 .box_list > li:not(:first-child):after {
    border-width: 16px 12px 0 12px;
    border-color: #80C9CA transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10px;
    left: 50%;
  }
  #sect2 .box_list > li ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
  }
  #sect2 .box_list > li ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #sect2 .box_list > li ul li .notes {
    font-size: 10.5px;
  }
  #sect2 .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 240px;
  }
  #sect2 .sp_flex li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sect2 .sp_flex li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #sect2 .sp_flex li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sect2 .sp_flex li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    min-width: 11em;
  }
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}
.col2 li {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2FAFA;
  padding: 30px 28px;
}
.col2 li:nth-child(2) .col2_txt {
  margin-right: -0.5em;
}
.col2 li:nth-child(n+3) .img {
  margin-top: 25px;
}
.col2_txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.col2_txt small {
  font-size: 14px;
}
.col2 .notes {
  margin-top: 8px;
  font-size: 11px;
}
.col2 .img {
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .col2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .col2 li {
    display: block;
    padding: 30px;
  }
  .col2 li .img {
    margin-top: 20px !important;
  }
  .col2_txt {
    margin-right: -1em;
  }
}