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

.roboto_condensed, #copyright, footer .data {
  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, .contents_ttl span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#screen {
  background: #242626;
  mix-blend-mode: multiply;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.mt0 {
  margin-top: 0 !important;
}

.read_sm {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .read_sm {
    margin-bottom: 30px;
  }
}

a.txt_link {
  color: #009495;
  text-decoration: underline;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  width: min(24.8vw, 340px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site_title {
    width: 100%;
  }
  #site_title img {
    width: auto;
    height: 24px;
  }
}

.subject {
  border-bottom: 1px solid #EBEFF1;
  padding-bottom: 44px;
  margin-bottom: 60px;
}
.subject .ttl {
  width: min(100%, 1090px);
  padding: 0 20px 0 50px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.subject .ttl::before {
  content: "";
  background: #009495;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .subject {
    padding-bottom: 38px;
    margin-bottom: 40px;
  }
  .subject .ttl {
    font-size: 30px;
    line-height: 1.3;
  }
  .subject .ttl::before {
    top: 16px;
  }
}

.sub_ttl {
  color: #009495;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
.sub_ttl.txt_left {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sub_ttl.txt_left {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.sub_ttl .sub_ttl_date {
  color: #9D9D9D;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sub_ttl .sub_ttl_date {
    font-size: 12px;
  }
}

.contents_ttl {
  padding-top: 0.4em;
  margin-bottom: 32px;
  color: #009495;
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.contents_ttl span {
  display: block;
  color: #F0F0F0;
  font-size: 61px;
  line-height: 0.5;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .contents_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contents_ttl span {
    font-size: 40px;
  }
}

.num_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 13px;
  margin-bottom: 27px;
  font-weight: bold;
}
.num_ttl span {
  background: #009495;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34px;
  height: 35px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 33px;
  letter-spacing: 0;
  margin-top: 6px;
}
.num_ttl .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  gap: 5px 35px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.num_ttl .ttl small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .num_ttl {
    gap: 0 9px;
    margin-bottom: 25px;
  }
  .num_ttl span {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 25px;
  }
  .num_ttl .ttl {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}

.disc_ttl {
  padding-left: 1em;
  margin-bottom: 16px;
  color: #009495;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
}
.disc_ttl::before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .disc_ttl {
    margin-bottom: 24px;
    font-size: 17px;
  }
  .disc_ttl::before {
    top: 16px;
  }
}

.lower_ttl {
  color: #009495;
  font-size: 20px;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  padding: 0 20px;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 99999;
}
header .header_inner {
  height: 90px;
  padding-top: 1.5%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  header {
    background: none;
    padding: 0;
  }
  header .header_inner {
    background: rgba(255, 255, 255, 0.64);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    width: 100%;
    height: 60px;
    padding: 5px 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed header .header_inner {
    background: #fff;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    background: #009495;
    border-radius: 16px;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 9px;
    right: 10px;
  }
}
.menu .icon {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 47%;
  right: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .icon::before, .menu .icon::after {
  content: "";
  width: 9px;
  border-top: 2px solid #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu .icon::before {
  top: -5px;
  right: 0;
}
.menu .icon::after {
  bottom: -5px;
  left: 0;
}
.menu .icon.active {
  background: transparent;
}
.menu .icon.active::before, .menu .icon.active::after {
  width: 18px;
}
.menu .icon.active::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 1px;
  right: 0;
}
.menu .icon.active::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: -1px;
  right: 0;
}

/* グローバルナビゲーション */
#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #gnav {
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: block !important;
    float: none;
    max-height: 100vh;
    padding: 90px 20px 100px;
    margin: 0;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    right: auto;
    left: 0;
  }
  #gnav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#gnav .h_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(2.92vw, 40px);
}
@media screen and (max-width: 1185px) {
  #gnav .h_nav {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #gnav .h_nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #gnav .h_nav > li:not(:last-child) {
    margin-bottom: 28px;
  }
}
#gnav .h_nav > li > a, #gnav .h_nav > li > p {
  padding-right: 17px;
  position: relative;
}
#gnav .h_nav > li > a::after, #gnav .h_nav > li > p::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  #gnav .h_nav > li > a, #gnav .h_nav > li > p {
    display: inline-block;
    padding-right: 25px;
  }
  #gnav .h_nav > li > a::after, #gnav .h_nav > li > p::after {
    top: 55%;
  }
}
#gnav .h_nav > li > a::after {
  border-left: 0;
  border-bottom: 0;
  translate: -2.5px -50%;
  rotate: 45deg;
}
#gnav .h_nav > li > p {
  cursor: pointer;
}
#gnav .h_nav > li > p::after {
  border-left: 0;
  border-bottom: 0;
  translate: -2.5px -75%;
  rotate: 135deg;
}
#gnav .h_nav > li > p.menu_close {
  color: #009495;
  position: relative;
}
#gnav .h_nav > li > p.menu_close::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid currentColor;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding-bottom: 44px;
  top: calc(50% + 22px);
}
#gnav .h_nav > li > p.menu_close::after {
  translate: -2.5px -35%;
  rotate: -45deg;
}
@media screen and (max-width: 767px) {
  #gnav .h_nav > li > p.menu_close::before {
    display: none;
  }
}
#gnav .h_nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-left: min(4.75vw, 65px);
}
#gnav .h_nav2 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 currentColor;
  border-radius: 14px;
  color: #009495;
  padding: 0 15px;
  height: 43px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1185px) {
  #gnav .h_nav2 {
    margin-left: 20px;
    font-size: 12px;
  }
  #gnav .h_nav2 li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #gnav .h_nav2 {
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 35px auto 0;
  }
  #gnav .h_nav2 li {
    width: 153px;
  }
  #gnav .h_nav2 li a {
    border-radius: 22px;
  }
}

.h_nav_inner {
  display: none;
  background: #F0F0F0;
  letter-spacing: 0.1em;
  padding: 20px;
  font-size: 15px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .h_nav_inner {
    border-radius: 12px;
    padding: 20px 15px;
    margin-top: 16px;
    font-size: 13px;
    position: static;
  }
}
.h_nav_inner .h_nav_grid {
  display: grid;
  grid-template-columns: 1fr 3.4fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 min(4.75vw, 65px);
  width: min(100%, 1222px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid {
    display: block;
  }
}
.h_nav_inner .h_nav_grid .nav_top {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/mega_menu.jpg) no-repeat center/100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 340px;
  min-width: 300px;
  aspect-ratio: 1/0.844;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .nav_top {
    display: none;
  }
}
.h_nav_inner .h_nav_grid .nav_top::after {
  content: "";
  background: rgba(0, 148, 149, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.h_nav_inner .h_nav_grid a.nav_top {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/mega_menu_work.jpg) no-repeat center/100%;
}
.h_nav_inner .h_nav_grid a.nav_top::before {
  content: "";
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat center/12px, #fff;
  border-radius: 50px;
  width: 34px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.h_nav_inner .h_nav_grid a.nav_top::after {
  background: rgba(0, 148, 149, 0.75);
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid a.nav_top {
    background: none;
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding-left: 30px;
    aspect-ratio: inherit;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
  }
  .h_nav_inner .h_nav_grid a.nav_top::before {
    content: "";
    background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_wht.svg) no-repeat center/8px, #009495;
    border-radius: 50%;
    width: 21px;
    aspect-ratio: 1/1;
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 0;
    left: 0;
  }
  .h_nav_inner .h_nav_grid a.nav_top::after {
    display: none;
  }
}
.h_nav_inner .h_nav_grid a.arrow {
  padding-left: 35px;
  position: relative;
}
.h_nav_inner .h_nav_grid a.arrow::before {
  content: "";
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_wht.svg) no-repeat center/8px, #009495;
  border-radius: 50%;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid a.arrow {
    padding-left: 30px;
  }
  .h_nav_inner .h_nav_grid a.arrow::before {
    top: 0;
  }
}
.h_nav_inner .h_nav_grid .h_nav_col2 {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px min(5.49vw, 75px);
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .h_nav_col2 {
    display: block;
  }
  .h_nav_inner .h_nav_grid .h_nav_col2 li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.h_nav_inner .h_nav_grid .h_nav_col3 {
  display: grid;
  gap: 0 min(4.39vw, 60px);
  grid-template-columns: auto auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.h_nav_inner .h_nav_grid .h_nav_col3 > ul > li:not(:first-of-type) {
  margin-top: 50px;
}
.h_nav_inner .h_nav_grid .h_nav_col3 .col_inner {
  border-top: 1px solid #D2DADD;
  padding-top: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .h_nav_col3 {
    display: block;
    margin-right: -10px;
  }
  .h_nav_inner .h_nav_grid .h_nav_col3 > ul {
    margin-top: 25px;
  }
  .h_nav_inner .h_nav_grid .h_nav_col3 > ul > li:not(:first-of-type) {
    margin-top: 25px;
  }
  .h_nav_inner .h_nav_grid .h_nav_col3 .col_inner {
    border: none;
    padding: 0;
    margin: 16px 0 0;
  }
}
.h_nav_inner .h_nav_grid .col_inner {
  font-size: 13px;
}
.h_nav_inner .h_nav_grid .col_inner li:not(:last-child) {
  margin-bottom: 14px;
}
.h_nav_inner .h_nav_grid .col_inner a {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat left top 5px/10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .col_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    font-size: 12px;
  }
  .h_nav_inner .h_nav_grid .col_inner li:not(:last-child) {
    margin-bottom: 0;
  }
}
.h_nav_inner .h_nav_grid .h_nav_lower {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .h_nav_lower {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_nav_inner .h_nav_grid .h_nav_margin {
    margin-bottom: 20px;
  }
}
.h_nav_inner.nav_contact .h_nav_lower .h_nav_col2 {
  margin-top: 40px;
}
.h_nav_inner.nav_contact .h_nav_lower .h_nav_col2 > li {
  min-width: 185px;
}
.h_nav_inner.nav_contact .h_nav_lower .btm_line {
  border-bottom: 1px solid #D2DADD;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.h_nav_inner.nav_contact .h_nav_lower .btn {
  width: auto;
}
.h_nav_inner.nav_contact .h_nav_lower .btn .txt {
  padding: 0 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .h_nav_inner.nav_contact .h_nav_lower .h_nav_col2 {
    margin-top: 0;
  }
  .h_nav_inner.nav_contact .h_nav_lower .h_nav_col2 > li {
    min-width: 0;
    margin-top: 25px;
  }
  .h_nav_inner.nav_contact .h_nav_lower .h_nav_col2 > ul:not(:first-child) {
    margin-top: 25px;
  }
  .h_nav_inner.nav_contact .h_nav_lower .btm_line {
    border-bottom: 1px solid #D2DADD;
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
  .h_nav_inner.nav_contact .h_nav_lower .btn {
    width: auto;
  }
  .h_nav_inner.nav_contact .h_nav_lower .btn .txt {
    padding: 0 60px 0 30px;
  }
}

/* ▼▼▼ main
===================================== */
#main {
  padding: 90px 0 130px;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 60px 0 115px;
  }
}

#path {
  width: min(100%, 1090px);
  padding: 45px 20px 20px;
  margin: 0 auto;
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #path {
    padding: 35px 20px 5px;
    margin-bottom: 25px;
    overflow-x: scroll;
  }
}

.container {
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto;
}

.container_mid {
  width: min(100%, 890px);
  padding: 0 20px;
  margin: 0 auto;
}

.container_sm {
  width: min(100%, 640px);
  padding: 0 20px;
  margin: 0 auto;
}

.btn.back {
  width: min(100%, 269px);
  margin: 90px auto 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.btn.back.sm {
  width: min(100%, 219px);
  font-size: 14px;
}
.btn.back .arrow {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .btn.back {
    width: min(100%, 242px);
    margin-top: 60px;
    font-size: 12px;
  }
  .btn.back .arrow {
    width: 19px;
  }
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 20px;
  width: min(100%, 890px);
  margin: 0 auto;
}
.btn_area .btn {
  width: min(100%, 270px);
}
.btn_area .btn a {
  height: 53px;
  padding-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .btn_area {
    gap: 10px 9px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn_area .btn {
    width: calc(50% - 4.5px);
    max-width: 165px;
    font-size: 12px;
  }
  .btn_area .btn a {
    height: 45px;
  }
  .btn_area .btn a .arrow {
    background-size: 6.6px;
    width: 18px;
    right: 10px;
  }
  .btn_area .btn a .txt.sp_spacing {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.4;
  }
}

.pagenav {
  gap: 10px;
  margin-top: 70px;
}
.pagenav li:not(.prev):not(.next) {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 1px solid #18272C;
  background: #18272C;
}
.pagenav li:not(.prev):not(.next) a {
  background: #fff;
}
.pagenav li:not(.prev):not(.next) a:hover {
  background: #18272C;
}
.pagenav li.prev, .pagenav li.next {
  height: 36px;
  margin: 0 10px;
}
.pagenav li.prev a::before, .pagenav li.next a::before {
  width: 19px;
  height: 19px;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .pagenav {
    margin-top: 50px;
  }
}

.work_item {
  width: 400px;
}
.work_item:not(:first-of-type) {
  margin-top: 40px;
}
.work_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  border: 1px solid #009495;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat right 20px center/15.57px, #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  padding: 15px 45px 15px 17px;
  color: #4E4E4E;
  font-weight: 500;
}
.work_item .img {
  border-radius: 8px;
  overflow: hidden;
  width: 142px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.work_item .txt_wrap p {
  line-height: 1.29;
}
.work_item .txt_wrap span {
  display: block;
  margin-top: 4px;
  line-height: 1.29;
  color: #9D9D9D;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .work_item {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .work_item:not(:first-of-type) {
    margin-top: 17px;
  }
  .work_item a {
    padding: 15px 25px 15px 14px;
    background-size: 10.35px;
    background-position: right 10px center;
  }
  .work_item .img {
    width: 104px;
  }
  .work_item .txt_wrap span {
    margin-top: 2px;
    font-size: 12px;
  }
}

.work_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  padding: 35px 0;
}
.work_box:not(:first-of-type) {
  margin-top: 40px;
}
.work_box .work_box_ttl {
  border-right: 1px solid currentColor;
  padding: 50px 40px 0;
  margin-left: 7px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.17em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.work_box .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 28px;
  padding: 0 20px 0 40px;
}
.work_box .item_wrap .work_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  min-width: 380px;
  width: calc(50% - 14px);
  margin: 0;
}
.work_box .item_wrap .work_item a {
  border: none;
}
@media screen and (max-width: 767px) {
  .work_box {
    display: block;
    padding: 25px 24px 24px;
  }
  .work_box:not(:first-of-type) {
    margin-top: 17px;
  }
  .work_box .work_box_ttl {
    border: none;
    border-bottom: 1px solid currentColor;
    padding: 0 0 12px;
    margin: 0 0 20px;
    font-size: 16px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: center;
    position: relative;
  }
  .work_box .work_box_ttl::before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
  }
  .work_box .item_wrap {
    gap: 8px 0;
    padding: 0;
  }
  .work_box .item_wrap .work_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }
}
.work_box.box1 {
  background: #0D5E5F;
}
.work_box.box1 .work_box_ttl {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service01.svg) no-repeat left 52% top/auto;
}
@media screen and (max-width: 767px) {
  .work_box.box1 .work_box_ttl {
    background: none;
  }
  .work_box.box1 .work_box_ttl::before {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service01.svg) no-repeat center/contain;
    width: 23.54px;
    height: 25.17px;
  }
}
.work_box.box2 {
  background: #009495;
}
.work_box.box2 .work_box_ttl {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service02.svg) no-repeat center top/auto;
}
@media screen and (max-width: 767px) {
  .work_box.box2 .work_box_ttl {
    background: none;
  }
  .work_box.box2 .work_box_ttl::before {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service02.svg) no-repeat center/contain;
    width: 35.21px;
    height: 24.42px;
  }
}
.work_box.box3 {
  background: #B5E0E0;
}
.work_box.box3 .work_box_ttl {
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service03.svg) no-repeat center top/auto;
  color: #0D5E5F;
}
@media screen and (max-width: 767px) {
  .work_box.box3 .work_box_ttl {
    background: none;
  }
  .work_box.box3 .work_box_ttl::before {
    background: url(https://tw.dailyservice.co.jp/assets/common/img/company/top/icon_service03.svg) no-repeat center/contain;
    width: 24.38px;
    height: 31.13px;
  }
}
.work_box.box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 28px;
  padding: 0;
}
.work_box.box4 .work_item {
  margin-top: 0 !important;
  max-width: 400px;
}

#overview #main {
  overflow: visible;
  padding-bottom: 0;
}
#overview .subject {
  margin-bottom: 0;
}

#jisedai #main {
  overflow: visible;
  padding-bottom: 0;
}
#jisedai .subject {
  margin-bottom: 0;
}

#directsales #main {
  overflow: visible;
  padding-bottom: 0;
}
#directsales .subject {
  margin-bottom: 0;
}

#harassment #main {
  overflow: visible;
  padding-bottom: 0;
}
#harassment .subject {
  margin-bottom: 0;
}

#privacy #main {
  overflow: visible;
  padding-bottom: 0;
}
#privacy .subject {
  margin-bottom: 0;
}

#sns #main {
  overflow: visible;
  padding-bottom: 0;
}
#sns .subject {
  margin-bottom: 0;
}

#organization #main {
  overflow: visible;
  padding-bottom: 0;
}
#organization .subject {
  margin-bottom: 0;
}

#leasing #main {
  overflow: visible;
  padding-bottom: 0;
}
#leasing .subject {
  margin-bottom: 0;
}

#message #main {
  overflow: visible;
  padding-bottom: 0;
}
#message .subject {
  margin-bottom: 0;
}

#newbusiness #main {
  overflow: visible;
  padding-bottom: 0;
}
#newbusiness .subject {
  margin-bottom: 0;
}

#safe_secure #main {
  overflow: visible;
  padding-bottom: 0;
}
#safe_secure .subject {
  margin-bottom: 0;
}

.contents_wrap {
  display: grid;
  grid-template-columns: min(20%, 258px) 1fr;
}
.contents_wrap aside {
  border-right: 1px solid #EEF2F3;
  padding: 24px 13px 130px;
  font-size: 14px;
}
.contents_wrap aside ul {
  position: sticky;
  top: 90px;
}
.contents_wrap aside ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 70px;
  padding: 5px 10px;
  color: #9D9D9D;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_wrap aside ul a.active {
  background: #F0F0F0;
  border-radius: 13px;
  color: #0D5E5F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_wrap aside ul a.active:hover {
  opacity: 1;
}
.contents_wrap aside ul a:hover {
  background: #F0F0F0;
  border-radius: 13px;
  color: #0D5E5F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_wrap aside ul a small {
  font-size: 11px;
  text-align: center;
}
.contents_wrap .contents section, .contents_wrap .contents .area_wrap {
  overflow: hidden;
  padding: 60px 20px 90px min(7%, 70px);
}
.contents_wrap .contents section:last-child, .contents_wrap .contents .area_wrap:last-child {
  padding-bottom: 130px;
}
.contents_wrap .contents section:not(:last-child), .contents_wrap .contents .area_wrap:not(:last-child) {
  border-bottom: 1px solid #EEF2F3;
}
.contents_wrap .contents .contents_inner {
  width: min(100%, 878px);
}
.contents_wrap .link_area {
  border: none;
  margin-top: 90px;
  padding: 60px 0 0;
  width: min(100%, 878px);
  position: relative;
}
.contents_wrap .link_area::before {
  content: "";
  border-top: 1px solid #EEF2F3;
  width: 100vw;
  position: absolute;
  top: 0;
  left: min(-7%, -70px);
}
.contents_wrap .link_area .btn_area {
  gap: 14px 31px;
  margin: 0;
}
.contents_wrap .link_area .btn_area.col2 {
  width: min(100%, 572px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    display: block;
    position: relative;
  }
  .contents_wrap aside {
    display: block;
    border-top: 1px solid #009495;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 11px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow-x: scroll;
  }
  .contents_wrap aside ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    gap: 0 5px;
    padding: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents_wrap aside ul li:last-child a {
    margin-right: 20px;
  }
  .contents_wrap aside ul a {
    min-height: 38px;
  }
  .contents_wrap aside ul a.active {
    border-radius: 8px;
  }
  .contents_wrap .contents section, .contents_wrap .contents .area_wrap {
    padding: 40px 20px 60px;
  }
  .contents_wrap .contents section:last-of-type, .contents_wrap .contents .area_wrap:last-of-type {
    padding-bottom: 115px;
  }
  .contents_wrap .link_area {
    margin-top: 60px;
    padding-top: 40px;
  }
  .contents_wrap .link_area::before {
    left: -20px;
  }
  .contents_wrap .link_area .btn_area {
    gap: 10px 9px;
  }
}

.link_area {
  border-top: 1px solid #EEF2F3;
  margin-top: 120px;
  padding: 90px 20px 0;
}
.link_area .btn.back {
  margin-top: 48px;
}
.link_area .btn_area.col2 {
  width: min(100%, 572px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .link_area {
    margin-top: 60px;
    padding-top: 40px;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #F0F0F0;
  padding: 50px 20px 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 55px 20px 40px;
  }
  footer .f_logo {
    width: min(100%, 323px);
  }
}
footer .footer_inner {
  width: min(100%, 1050px);
  margin: 0 auto;
}
footer .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
  margin: 43px 0 60px;
}
@media screen and (max-width: 767px) {
  footer .flex_box {
    display: block;
    margin: 40px 0 44px;
  }
}
footer .btn_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .btn_wrap .btn.wht {
  border: 1px solid #009495;
  margin-bottom: 13px;
}
footer .btn_wrap .btn.wht a {
  padding-right: 15px;
  color: #000 !important;
}
footer .btn_wrap .btn.wht a::after {
  background-color: #ECF7F7;
}
@media (hover: hover) {
  footer .btn_wrap .btn.wht a:hover .arrow {
    background-image: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_wht.svg);
    background-color: #009495;
  }
  footer .btn_wrap .btn.wht a:hover .txt {
    -webkit-animation: rotate_2 0.2s ease-out forwards;
            animation: rotate_2 0.2s ease-out forwards;
  }
}
footer .btn_wrap.rotate_out a .txt {
  -webkit-animation: rotate_out_2 0.2s ease-out;
          animation: rotate_out_2 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  footer .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 9px;
    margin-bottom: 20px;
  }
  footer .btn_wrap .btn.wht {
    width: clamp(155px, 50% - 5px, 164px);
    margin: 0;
    font-size: 11px;
  }
  footer .btn_wrap .btn.wht a {
    height: 43px;
  }
  footer .btn_wrap .btn.wht a .arrow {
    background-size: 6px;
    width: 17px;
    right: 10px;
  }
}
footer .f_nav_warp {
  width: min(100%, 715px);
  letter-spacing: 0.1em;
}
footer .f_nav_warp a:hover {
  opacity: 1;
  color: #0D5E5F;
}
footer .f_nav_warp p {
  border-bottom: 1px solid rgba(175, 192, 198, 0.45);
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
footer .f_nav_warp .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 20px;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp .col3 {
    display: block;
  }
}
footer .f_nav_warp .col3 .nav_wrap {
  font-size: 15px;
}
footer .f_nav_warp .col3 .nav_wrap li:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp .col3 .nav_wrap:not(:first-child) {
    margin-top: 20px;
  }
  footer .f_nav_warp .col3 .nav_wrap li:not(:first-child) {
    margin-top: 20px;
  }
}
footer .f_nav_warp .col3 .f_nav {
  margin-bottom: 0 !important;
}
footer .f_nav_warp .col3 .f_nav li:first-child {
  margin-top: 12px;
}
footer .f_nav_warp .col3 .f_nav li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp .col3 .f_nav:not(:first-child) {
    margin-top: 0 !important;
  }
}
footer .f_nav_warp .col3 a.arrow {
  background: none;
  padding-left: 35px;
  position: relative;
}
footer .f_nav_warp .col3 a.arrow::before {
  content: "";
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_wht.svg) no-repeat center/8px, #009495;
  border-radius: 50%;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp .col3 a.arrow {
    padding-left: 30px;
  }
  footer .f_nav_warp .col3 a.arrow::before {
    top: 0;
  }
}
footer .f_nav_warp .f_nav {
  font-size: 13px;
}
footer .f_nav_warp .f_nav.grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
  gap: 8px 20px;
}
footer .f_nav_warp .f_nav a:not(.arrow) {
  padding-left: 17px;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat left top 6px/9px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .f_nav_warp .f_nav a:not(.arrow)::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #009495;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .f_nav_warp .f_nav a:not(.arrow):hover {
  background-position: left 4px top 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .f_nav_warp .f_nav a:not(.arrow):hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .f_nav_warp .f_nav:first-of-type {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  footer .f_nav_warp {
    padding: 0 12px;
  }
  footer .f_nav_warp p {
    padding-bottom: 8px;
    margin-top: 24px;
    font-size: 15px;
    position: relative;
  }
  footer .f_nav_warp p a {
    display: block;
  }
  footer .f_nav_warp p:first-of-type {
    margin-bottom: 0;
  }
  footer .f_nav_warp .f_nav.grid {
    display: block;
    margin-top: 10px;
  }
  footer .f_nav_warp .f_nav a {
    display: block;
  }
  footer .f_nav_warp .f_nav li:not(:last-child) {
    margin-bottom: 5px;
  }
}
footer .bnr_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px 15px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  footer .bnr_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 5px;
    margin-bottom: 42px;
  }
}
footer .data {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}
footer .data small {
  font-size: 9px;
}
footer .data .hours {
  display: block;
  color: #AEB3B4;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .data {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
  }
  footer .data small {
    font-size: 9px;
  }
  footer .data .hours {
    font-size: 11px;
    text-align: left;
  }
}
footer .f_nav02 {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 10px;
}
footer .f_nav02 a:hover {
  opacity: 1;
  color: #0D5E5F;
}
@media screen and (max-width: 767px) {
  footer .f_nav02 {
    float: none;
    display: block;
    margin-bottom: 37px;
    color: #9D9D9D;
  }
  footer .f_nav02 li:not(:last-child) {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes rotate_2 {
  0% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}

@keyframes rotate_2 {
  0% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
@-webkit-keyframes rotate_out_2 {
  0% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
@keyframes rotate_out_2 {
  0% {
    -webkit-transform: translateY(50%) rotateX(45deg);
            transform: translateY(50%) rotateX(45deg);
  }
  40% {
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
  }
  50% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
            transform: translateY(-100%) rotateX(90deg);
  }
  60% {
    -webkit-transform: translateY(-50%) rotateX(45deg);
            transform: translateY(-50%) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
  }
}
/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 66px;
  height: 66px;
  background: url(https://tw.dailyservice.co.jp/assets/common/img/company/pagetop_arrow.svg) no-repeat center/auto, #4E4E4E;
}
@media screen and (max-width: 767px) {
  .pagetop {
    background-size: 10px;
    width: 40px;
    height: 40px;
  }
}
.pagetop::after {
  content: "";
  display: none;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  float: left;
  color: #9ABABA;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #copyright {
    float: none;
    text-align: center;
    font-size: 10px;
  }
}