@charset "UTF-8";
.noto-sans, .bnr_recruit a .ttl span, .sect_ttl span {
  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, .news_slider .date {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato, .bnr_recruit a .ttl, .sect_ttl {
  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;
}

/* ▼▼▼ トップ
======================================================*/
#main {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 70px;
  }
}

.sect_ttl {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.sect_ttl span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sect_ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .sect_ttl span {
    font-size: 13px;
  }
}

/* ▼ mainVisual
----------------------------------------*/
#mainVisual {
  background: -webkit-linear-gradient(top, transparent 86px, #FDF17D 0%);
  background: linear-gradient(180deg, transparent 86px, #FDF17D 0%);
  width: 100%;
  padding: 0 105px 67px 0;
  position: relative;
}
#mainVisual h1 {
  position: absolute;
  width: calc(100% - 105px);
  height: calc(100% - 67px);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: mvfade 1.5s ease-in-out 0.5s forwards;
          animation: mvfade 1.5s ease-in-out 0.5s forwards;
  pointer-events: none;
}
#mainVisual h1 img {
  width: 13.4%;
  position: absolute;
  bottom: 8%;
  right: 4%;
}
@media screen and (max-width: 767px) {
  #mainVisual {
    background: -webkit-linear-gradient(top, transparent 57px, #FDF17D 0%);
    background: linear-gradient(180deg, transparent 57px, #FDF17D 0%);
    padding: 0 18px 35px 0;
  }
  #mainVisual h1 {
    width: calc(100% - 18px);
    height: calc(100% - 35px);
  }
  #mainVisual h1 img {
    width: 28%;
    bottom: 12%;
    right: 8%;
  }
}

.mv_slider {
  margin: 0 !important;
  font-size: 0;
  position: relative;
  opacity: 0;
  -webkit-animation: mvfade 1.5s ease-in-out 1.5s forwards;
          animation: mvfade 1.5s ease-in-out 1.5s forwards;
}
.mv_slider::after {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/top/mv_bg.svg) no-repeat left bottom -1px/46.96vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_slider .slick-slide {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.mv_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 6px 0;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.mv_slider .slick-dots li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mv_slider::after {
    background-size: 89.06vw;
  }
  .mv_slider .slick-dots {
    gap: 5px 0;
    right: -10px;
  }
}

@-webkit-keyframes mvfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.train {
  position: absolute;
  left: 0;
  bottom: 67px;
  z-index: 1;
  width: calc(100% - 105px);
  overflow: hidden;
}
.train span {
  display: block;
  width: 35.329vw;
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
  -webkit-animation: train 10s ease-in-out 2.5s infinite;
          animation: train 10s ease-in-out 2.5s infinite;
}
.train span img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .train {
    width: calc(100% - 18px);
    bottom: 35px;
  }
  .train span {
    width: 73.376vw;
  }
}

@-webkit-keyframes train {
  0% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  30% {
    -webkit-transform: translateX(78%);
            transform: translateX(78%);
  }
  40% {
    -webkit-transform: translateX(78%);
            transform: translateX(78%);
  }
  75% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  100% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

@keyframes train {
  0% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  30% {
    -webkit-transform: translateX(78%);
            transform: translateX(78%);
  }
  40% {
    -webkit-transform: translateX(78%);
            transform: translateX(78%);
  }
  75% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  100% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes train {
    0% {
      -webkit-transform: translateX(400%);
              transform: translateX(400%);
    }
    30% {
      -webkit-transform: translateX(72%);
              transform: translateX(72%);
    }
    40% {
      -webkit-transform: translateX(72%);
              transform: translateX(72%);
    }
    75% {
      -webkit-transform: translateX(-120%);
              transform: translateX(-120%);
    }
    100% {
      -webkit-transform: translateX(-120%);
              transform: translateX(-120%);
    }
  }
  @keyframes train {
    0% {
      -webkit-transform: translateX(400%);
              transform: translateX(400%);
    }
    30% {
      -webkit-transform: translateX(72%);
              transform: translateX(72%);
    }
    40% {
      -webkit-transform: translateX(72%);
              transform: translateX(72%);
    }
    75% {
      -webkit-transform: translateX(-120%);
              transform: translateX(-120%);
    }
    100% {
      -webkit-transform: translateX(-120%);
              transform: translateX(-120%);
    }
  }
}
/* dotsカスタム */
.slick-dots li {
  margin: 0 3px;
  height: 6px;
  width: 6px;
}
.slick-dots li button {
  background: #BCBCBC;
  border-radius: 50%;
  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 {
  background: #E7B301;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 2.5px;
    height: 5px;
    width: 5px;
  }
}

/* ▼ news
----------------------------------------*/
.urgency {
  margin-bottom: 42px;
  display: block;
  border: 1px solid currentColor;
  background: #FCF7F7;
  padding: 26px 25px 30px;
  color: #B21300;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.urgency .urgency_ttl {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
}
.urgency p {
  text-align: center;
}
.urgency .date {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .urgency {
    padding: 26px 25px 20px;
    font-size: 13px;
  }
  .urgency .urgency_ttl {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .urgency .date {
    font-size: 12px;
    top: 8px;
    right: 10px;
  }
}

.top_bnr {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    margin-bottom: 40px;
  }
}

#news {
  background: #fff;
  padding: 67px 0 78px;
  position: relative;
  letter-spacing: 0.05em;
}
#news::before {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/top/news_bg.png) no-repeat center bottom -1px/100% 100%, #FDF17D;
  width: 100%;
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 55px 0 50px;
  }
  #news::before {
    background-size: max(100%, 513px) 100%;
    height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .news_slider {
    margin: 0 -15px;
  }
  .news_slider .slick-slide {
    margin: 0 15px;
  }
}
.news_slider a {
  display: block;
}
.news_slider a:hover {
  opacity: 1;
}
@media (hover: hover) {
  .news_slider a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.news_slider .img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #CECECE;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.news_slider .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_slider .date {
  color: #0BAA74;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
}
.news_slider .cat {
  display: inline-block;
  background: #FFE7B9;
  min-width: 105px;
  padding: 1px 10px;
  font-size: 14px;
  text-align: center;
}
.news_slider p {
  margin-top: 5px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .news_slider {
    margin-left: -18px;
    width: 100vw;
  }
  .news_slider .slick-slide {
    padding: 0 13px;
  }
  .news_slider .img {
    margin-bottom: 20px;
  }
  .news_slider .date {
    margin-right: 8px;
    font-size: 11px;
  }
  .news_slider .cat {
    min-width: 93px;
    font-size: 13px;
  }
}

/* ▼ pick_up
----------------------------------------*/
#pick_up {
  background: #FDF17D;
  border-radius: 30px 30px 0 0;
  padding-top: 35px;
}
#pick_up .shop {
  background: #FFFAC7;
  padding: 50px 0 40px;
  position: relative;
}
#pick_up .shop h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #pick_up {
    padding-top: 40px;
  }
  #pick_up .shop {
    padding: 40px 0 30px;
  }
  #pick_up .shop h3 {
    font-size: 18px;
    top: -15px;
  }
}
#pick_up .shop_margin {
  margin-bottom: 40px;
}
#pick_up .sect_ttl {
  font-size: 30px;
  margin-bottom: 24px;
}

.pick_up_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 12px;
  margin-bottom: 70px;
}
.pick_up_list li {
  max-width: 229px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pick_up_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .pick_up_list li {
    width: 100%;
  }
}

.shop_slide .slick-track {
  margin-left: -379.5px;
}
.shop_slide .slick-slide {
  width: 241px;
  margin: 0 6px;
}
.shop_slide .slick-slide a {
  display: block;
  border-radius: 8px;
  background: #fff;
  height: 160px;
  padding: 20px;
}
.shop_slide .slick-slide .img {
  width: min(100%, 162px);
  height: 92px;
  margin: 0 auto;
}
.shop_slide .slick-slide .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.shop_slide .slick-slide .cat {
  margin-top: 5px;
  text-align: center;
}
.shop_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100%, 1040px);
  padding: 0 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
}
.shop_slide .slick-dots li.slick-active button {
  background: #ED780E;
}
@media screen and (max-width: 767px) {
  .shop_slide {
    margin-bottom: 20px !important;
  }
  .shop_slide .slick-track {
    margin-left: 0;
  }
  .shop_slide .slick-slide {
    width: 180px;
  }
  .shop_slide .slick-slide a {
    height: 140px;
    padding: 25px 20px 0;
  }
  .shop_slide .slick-slide .img {
    width: min(100%, 140px);
    height: 72px;
    margin: 0 auto;
  }
  .shop_slide .slick-slide .img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  .shop_slide .slick-slide .cat {
    margin-top: 8px;
    font-size: 13px;
  }
  .shop_slide .slick-dots {
    bottom: -18px;
  }
}

/* ▼ search
----------------------------------------*/
#search {
  background: #FDF17D;
  padding: 50px 0 65px;
}
#search .sect_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #search {
    padding: 35px 0 45px;
  }
  #search .sect_ttl {
    margin-bottom: 25px;
  }
}

.search_list {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1.01fr);
  grid-template-rows: 70px 70px;
  gap: 15px 18px;
}
.search_list li a {
  background: #F07F0F;
  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: 100%;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.search_list li.search_btn {
  grid-row: 1/3;
}
.search_list li.search_btn a {
  background-color: #332013;
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/icon_search_wht.svg);
  background-repeat: no-repeat;
  background-position: center bottom 25px;
  background-size: 30px;
  padding-bottom: 45px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .search_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: inherit;
    gap: 10px;
  }
  .search_list li a {
    height: 55px;
  }
  .search_list li.search_btn {
    grid-column: 1/3;
    grid-row: 1/1;
  }
  .search_list li.search_btn a {
    background-image: none;
    height: 70px;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  .search_list li.search_btn a::before {
    content: "";
    display: inline-block;
    background: url(https://en.dailyservice.co.jp/assets/common/img/icon_search_wht.svg) no-repeat center/contain;
    width: 21.11px;
    height: 21.11px;
    margin-right: 10px;
  }
}

.search_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 10px;
}
.search_inner .anc_btn {
  height: 85px;
  width: 260px;
}
.search_inner .anc_btn:nth-of-type(2) {
  margin-right: 10px;
}
.search_inner .anc_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  height: 100%;
  padding: 0 26px;
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_inner .anc_btn a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .search_inner .anc_btn {
    height: auto;
    min-height: 70px;
    width: calc(50% - 5px);
    font-size: 13px;
  }
  .search_inner .anc_btn:nth-of-type(2) {
    margin-right: 0;
  }
  .search_inner .anc_btn a {
    padding: 20px 18px;
    letter-spacing: 0;
  }
  .search_inner .anc_btn a::after {
    width: 9px;
    height: 9px;
    right: 15px;
  }
}
.search_inner form {
  min-width: 450px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .search_inner form {
    min-width: 100%;
  }
}
.search_inner .search_bar {
  background: #fff;
  border-radius: 0;
  height: 85px;
  position: relative;
}
.search_inner .search_bar input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.search_inner .search_bar input[type=text] {
  padding: 0 26px;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.search_inner .search_bar input[type=submit] {
  background: url(https://en.dailyservice.co.jp/assets/common/img/icon_search.svg) no-repeat center/auto;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_inner .search_bar {
    height: 60px;
  }
  .search_inner .search_bar input[type=submit] {
    background-size: 18px;
    width: 50px;
  }
}

/* ▼ bnr_area
----------------------------------------*/
.bnr_area {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .bnr_area {
    padding: 40px 18px;
  }
}

.bnr_recruit, .bnr_list {
  width: min(100%, 798px);
  margin: 0 auto;
}

.bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 33px;
}
.bnr_list li {
  width: calc(50% - 10px);
  border: 1px solid #DEDEDE;
  height: 160px;
}
.bnr_list li a {
  display: block;
  height: 100%;
  display: block;
  padding-right: calc(100% - 170px);
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.bnr_list li a::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 170px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bnr_list li div {
  padding: 20px 20px 0;
  background: #fff;
  height: 100%;
}
.bnr_list li.bnr1 a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/top/bnr_img1.jpg);
}
.bnr_list li.bnr2 a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/top/bnr_img2.jpg);
}
@media screen and (max-width: 767px) {
  .bnr_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    gap: 20px;
    width: min(100%, 340px);
  }
  .bnr_list li {
    height: 140px;
    width: 100%;
  }
  .bnr_list li a {
    padding-right: calc(100% - 150px);
  }
  .bnr_list li a::before {
    width: calc(100% - 150px);
  }
  .bnr_list li div {
    padding: 15px 15px 0;
  }
}

.bnr_recruit a {
  display: block;
  height: 220px;
  color: #fff;
  position: relative;
}
.bnr_recruit a::after {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/top/bnr_recruit_img.jpg) no-repeat center/cover;
  width: calc(100% - 336px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bnr_recruit a .txt_wrap {
  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: #62B4D8;
  width: 336px;
  height: 100%;
}
.bnr_recruit a .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.bnr_recruit a .ttl span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.bnr_recruit a .txt {
  margin-top: 9px;
  font-size: 13px;
  text-align: center;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .bnr_recruit {
    margin: 0 -18px;
    width: 100vw;
  }
  .bnr_recruit a {
    height: 320px;
    padding: 0 0 151px;
  }
  .bnr_recruit a::after {
    background-image: url(https://en.dailyservice.co.jp/assets/common/img/top/bnr_recruit_img_sp.jpg);
    background-position: center top;
    width: 100%;
    height: 151px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .bnr_recruit a .txt_wrap {
    width: 100%;
  }
}