@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, #top_company .sect_ttl::after, .date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ トップ
======================================================*/
#main {
  padding-bottom: 0;
}

.sect_ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.sect_ttl span.montserrat, .sect_ttl #top_company span.sect_ttl::after, #top_company .sect_ttl span.sect_ttl::after, .sect_ttl span.date {
  display: block;
  color: #9D9D9D;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sect_ttl {
    font-size: 22px;
  }
  .sect_ttl span.montserrat, .sect_ttl #top_company span.sect_ttl::after, #top_company .sect_ttl span.sect_ttl::after, .sect_ttl span.date {
    font-size: 13px;
  }
}

.btn_arrow .arrow, #top_btn_arae .contact_btn .box2 ul li a .arrow, #top_btn_arae .contact_area .faq a .arrow, #top_company .top_company_btn li a .arrow {
  background-color: #009495;
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/arrow_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border-radius: 50%;
  width: 27px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .btn_arrow .arrow .arrow, #top_btn_arae .contact_btn .box2 ul li a .arrow .arrow, #top_btn_arae .contact_area .faq a .arrow .arrow, #top_company .top_company_btn li a .arrow .arrow {
    background-size: 6.6px;
    width: 18px;
  }
}
@media (hover: hover) {
  .btn_arrow:hover .arrow, #top_btn_arae .contact_btn .box2 ul li a:hover .arrow, #top_btn_arae .contact_area .faq a:hover .arrow, #top_company .top_company_btn li a:hover .arrow {
    width: 35px;
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}

/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), color-stop(0%, #009495));
  background: linear-gradient(180deg, #fff 45%, #009495 0%);
  padding: 30px 0 50px;
  position: relative;
}
#mainVisual h1 {
  position: absolute;
  width: 36.9%;
  top: 30px;
  left: 8.5vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainVisual {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(0%, #009495));
    background: linear-gradient(180deg, #fff 65%, #009495 0%);
    padding: 62px 0 24px;
  }
  #mainVisual h1 {
    width: 86%;
    top: 17px;
    left: 5.3%;
  }
}

.slide {
  padding: 6.1vw 0;
  margin-bottom: 0 !important;
  font-size: 0;
}
.slide .draggable {
  overflow: visible;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.slide .slick-track {
  margin-right: -16vw;
}
.slide .slick-slide {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  padding: 0 1.75vw;
}
@media screen and (max-width: 767px) {
  .slide {
    padding: 6.1vw 0;
  }
  .slide .slick-track {
    margin-right: -12vw;
  }
  .slide .slick-slide {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    padding: 0 3.45vw;
  }
}

/* dotsカスタム */
.slick-dots {
  bottom: 8.5vw;
  width: 21vw;
  padding-left: 1.75vw;
}
.slick-dots li {
  margin: 0 7px;
  height: 5px;
  width: 5px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    text-align: right;
  }
  .slick-dots li {
    margin: 0 3.5px;
    height: 4px;
    width: 4px;
  }
}

.urgency {
  width: min(100%, 890px);
  margin: 80px auto 0;
  padding: 0 20px;
}
.urgency > div {
  border: 1px solid #D95C5C;
  display: block;
  padding: 35px 20px 44px;
}
.urgency .urgency_ttl {
  margin-bottom: 28px;
  color: #D95C5C;
  font-weight: bold;
  text-align: center;
}
.urgency .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 754px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .urgency {
    margin-top: 25px;
  }
  .urgency > div {
    padding: 22px 24px;
  }
  .urgency .urgency_ttl {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .urgency .news {
    display: block;
  }
}

.news .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 35px;
}
.news p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news .date {
    display: block;
    margin: 0 0 3px;
  }
}

/* ▼ top_news
----------------------------------------*/
.date {
  color: #9D9D9D;
  font-size: 13px;
  font-weight: 500px;
}

#top_news {
  padding-top: 88px;
  position: relative;
}
#top_news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
#top_news .container > div {
  width: 100%;
}
#top_news .sect_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#top_news .news_list {
  margin-top: -20px;
}
#top_news .news_list li:not(:last-child) {
  border-bottom: 1px solid rgba(175, 192, 198, 0.45);
}
#top_news .news_list li a {
  background: url(https://en.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat right 15px center/9.79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px 20px 0;
}
#top_news .btn {
  width: min(100%, 154px);
  margin: 30px 0 0 auto;
}
#top_news .btn a {
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  #top_news {
    padding-top: 40px;
  }
  #top_news .container {
    display: block;
  }
  #top_news .sect_ttl {
    margin-bottom: 8px;
  }
  #top_news .news_list {
    margin-top: 0;
  }
  #top_news .news_list li:not(:last-child) {
    border-bottom: 1px solid rgba(175, 192, 198, 0.45);
  }
  #top_news .news_list li a {
    background-position: right 12px center;
    display: block;
    padding: 16px 30px 16px 0;
  }
  #top_news .btn {
    width: 132px;
    margin: 26px auto 0;
    font-size: 12px;
  }
  #top_news .btn a {
    height: 42px;
  }
}

/* ▼ top_company
----------------------------------------*/
#top_company {
  padding: 88px 0 100px;
}
#top_company .bg_box {
  background: #F0F0F0;
  border-radius: 15px;
  padding: 70px 20px 65px;
}
#top_company .sect_ttl {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#top_company .sect_ttl::after {
  content: "Company";
  width: 100%;
  color: #F7F7F7;
  font-size: 97px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
#top_company .read {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
#top_company .top_company_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 0;
  width: min(100%, 925px);
  margin: 0 auto;
}
#top_company .top_company_btn li {
  width: 33.3333333333%;
  min-width: 280px;
  padding: 0 10px;
}
#top_company .top_company_btn li:nth-child(1) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn1.png);
}
#top_company .top_company_btn li:nth-child(2) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn2.png);
}
#top_company .top_company_btn li:nth-child(3) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn3.png);
}
#top_company .top_company_btn li:nth-child(4) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn4.png);
}
#top_company .top_company_btn li:nth-child(5) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn5.png);
}
#top_company .top_company_btn li:nth-child(6) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn6.png);
}
#top_company .top_company_btn li:nth-child(7) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn7.png);
}
#top_company .top_company_btn li:nth-child(8) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn8.png);
}
#top_company .top_company_btn li:nth-child(9) a {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/company/icon_btn9.png);
}
#top_company .top_company_btn li a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 42px;
  border-radius: 15px;
  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;
  padding: 0 40px 0 60px;
  height: 59px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
#top_company .top_company_btn li .arrow {
  right: 13px;
}
@media screen and (max-width: 767px) {
  #top_company {
    padding: 73px 0 65px;
  }
  #top_company .bg_box {
    padding: 50px 20px 30px;
  }
  #top_company .sect_ttl {
    margin-bottom: 20px;
    position: relative;
  }
  #top_company .sect_ttl::after {
    width: calc(100% + 40px);
    font-size: 50px;
    top: -15px;
    left: -20px;
  }
  #top_company .read {
    margin-bottom: 30px;
    font-size: 16px;
  }
  #top_company .top_company_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ▼ top_service
----------------------------------------*/
#top_service {
  background: #E5F7F7;
  border-radius: 0 150px 0 150px;
  padding: 60px 0 85px;
}
#top_service .container {
  max-width: 1090px;
}
#top_service .sect_ttl {
  margin-bottom: 60px;
  text-align: center;
}
#top_service .sect_ttl span {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_service {
    border-radius: 0 70px 0 70px;
    padding: 35px 0 75px;
  }
  #top_service .sect_ttl {
    margin-bottom: 35px;
  }
}

.work_item a {
  border: none;
}

/* ▼ top_btn_arae
----------------------------------------*/
#top_btn_arae {
  padding: 88px 0 100px;
}
@media screen and (max-width: 767px) {
  #top_btn_arae {
    padding: 73px 0 65px;
  }
}
#top_btn_arae .contact_area {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 20px 70px;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #top_btn_arae .contact_area {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }
}
#top_btn_arae .contact_area .faq a {
  border: 1px solid #009495;
  border-radius: 59px;
  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;
  height: 105px;
  padding: 0 50px 0 43px;
  margin-top: 157px;
  color: #4E4E4E;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
#top_btn_arae .contact_area .faq a .arrow {
  right: 25px;
}
#top_btn_arae .contact_area .faq a .montserrat, #top_btn_arae .contact_area .faq a .date, #top_btn_arae .contact_area .faq a #top_company .sect_ttl::after, #top_company #top_btn_arae .contact_area .faq a .sect_ttl::after {
  color: #009495;
  font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #top_btn_arae .contact_area .faq a {
    margin-top: 35px;
  }
}
#top_btn_arae .contact_btn .box, #top_btn_arae .contact_btn .box2 {
  border-radius: 17px;
  padding: 27px 38px;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.1em;
}
#top_btn_arae .contact_btn .box small, #top_btn_arae .contact_btn .box2 small {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #top_btn_arae .contact_btn .box, #top_btn_arae .contact_btn .box2 {
    padding: 25px 24px 24px;
  }
}
#top_btn_arae .contact_btn .box {
  background: #009495;
  display: block;
  margin-bottom: 25px;
  width: 100%;
  color: #fff;
  position: relative;
}
#top_btn_arae .contact_btn .box .arrow {
  background: url(https://en.dailyservice.co.jp/assets/common/img/arrow_grn.svg) no-repeat center/15.57px, #fff;
  border-radius: 50%;
  width: 34px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #top_btn_arae .contact_btn .box .arrow {
    background-size: 10px;
    width: 27px;
  }
}
@media (hover: hover) {
  #top_btn_arae .contact_btn .box:hover .arrow {
    width: 42px;
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
#top_btn_arae .contact_btn .box2 {
  background: #F0F0F0;
  color: #009495;
}
#top_btn_arae .contact_btn .box2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 50px;
  color: #4E4E4E;
  font-size: 15px;
}
#top_btn_arae .contact_btn .box2 ul li a {
  background: #fff;
  border-radius: 22px;
  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;
  height: 90px;
  padding-bottom: 5px;
  position: relative;
}
#top_btn_arae .contact_btn .box2 ul li a .arrow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: auto;
  bottom: 12px;
  right: 12px;
}
@media (hover: hover) {
  #top_btn_arae .contact_btn .box2 ul li a:hover .arrow {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
@media screen and (max-width: 767px) {
  #top_btn_arae .contact_btn .box2 ul {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  #top_btn_arae .contact_btn .box2 ul li {
    width: 100%;
  }
}

.recruit_bnr {
  padding: 0 25px;
}
.recruit_bnr a {
  background: url(https://en.dailyservice.co.jp/assets/common/img/company/top/recruit_bnr.jpg) no-repeat center/cover;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  height: 288px;
  width: 100%;
  color: #fff;
  -webkit-box-shadow: -25px -22px 0 #009495;
          box-shadow: -25px -22px 0 #009495;
  position: relative;
}
.recruit_bnr a p {
  text-align: center;
}
.recruit_bnr a .bnt_ttl {
  margin-bottom: 15px;
}
.recruit_bnr a .bnt_ttl span {
  display: block;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}
.recruit_bnr a .arrow {
  border: 1px solid #fff;
  background: url(https://en.dailyservice.co.jp/assets/common/img/arrow_wht.svg) no-repeat center/13px;
  border-radius: 50%;
  width: 39px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 32px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (hover: hover) {
  .recruit_bnr a:hover .arrow {
    width: 47px;
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
@media screen and (max-width: 767px) {
  .recruit_bnr {
    padding: 0 0 0 15px;
  }
  .recruit_bnr a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px 0 0;
    height: 200px;
    -webkit-box-shadow: -15px -15px 0 #009495;
            box-shadow: -15px -15px 0 #009495;
  }
  .recruit_bnr a .bnt_ttl {
    margin-bottom: 15px;
  }
  .recruit_bnr a .bnt_ttl span {
    font-size: 27px;
  }
  .recruit_bnr a .arrow {
    background-size: 10px;
    width: 27px;
    right: 20px;
  }
}