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

/* ▼▼▼ DSNの5つのポイント
======================================================*/
body header {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 99999;
}
body header.fixed {
  position: relative;
}
body #main {
  padding: 0 !important;
  min-height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body #main {
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    max-height: calc(100vh - 80px);
    max-height: calc(100svh - 80px);
  }
}
body #footer_area {
  padding: 0;
}
body #footer_area .contact_wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#pp-nav.right {
  top: calc(50% + 90px);
  right: 35px;
}
@media screen and (max-width: 767px) {
  #pp-nav.right {
    top: calc(50% + 40px);
    right: 15px;
  }
}

#pp-nav li, .pp-slidesNav li {
  height: 16px;
  width: 16px;
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  #pp-nav li, .pp-slidesNav li {
    height: 12px;
    width: 12px;
  }
}
#pp-nav li span, .pp-slidesNav li span {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
#pp-nav li a, .pp-slidesNav li a {
  background: #fff;
  border: 2px solid #2E2E6A;
  border-radius: 50%;
}
#pp-nav li a.active, .pp-slidesNav li a.active {
  background: #2E2E6A;
}
#pp-nav li a.active span, .pp-slidesNav li a.active span {
  background: none;
}

.sec_page {
  max-height: calc(100vh - 100px);
  min-height: calc(100vh - 100px);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.sec_page .sec_page_inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_page {
    max-height: calc(100vh - 80px);
    max-height: calc(100svh - 80px);
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
  }
}

section {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgb(218, 247, 235) 7px, rgb(218, 247, 235) 10px);
  color: #2E2E6A;
  font-weight: 500;
}
section.pp-scrollable .sec_page_inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.pp-scrollable .sec_page_inner {
    padding-bottom: 70px;
  }
}
section .sec_page_inner {
  padding: 45px 20px;
}
@media screen and (max-width: 767px) {
  section .sec_page_inner {
    padding: 40px 20px;
  }
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 30px;
  width: min(100%, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box {
    display: block;
  }
}
.box .ttl_area {
  background-color: #ADE9CF;
  background-repeat: no-repeat;
  background-position: center bottom 40px;
  background-size: 115px;
  padding-bottom: 225px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  width: 175px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px 0 0 30px;
  padding: 90px 20px;
}
.box .ttl_area .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2E2E6A;
  border-radius: 50px;
  width: 72px;
  height: 72px;
  color: #fff;
  line-height: 1.15;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.box .ttl_area .num::before {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/point.svg) no-repeat center/contain;
  display: block;
  width: 141px;
  height: 43px;
  position: absolute;
  top: -32px;
}
.box .ttl_area h2 {
  font-size: 44px;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .box .ttl_area {
    gap: 5px 0;
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 40px 20px 20px;
  }
  .box .ttl_area .num {
    width: 50px;
    height: 50px;
    font-size: 37px;
  }
  .box .ttl_area .num::before {
    width: 100px;
    height: 31px;
    top: -25px;
  }
  .box .ttl_area h2 {
    font-size: 28px;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    text-orientation: inherit;
    text-align: center;
  }
}
.box .detail {
  padding: 45px 36px 59px;
  width: 100%;
  position: relative;
}
.box .detail::after {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/scroll_arrow.png) no-repeat center/contain;
  width: 55px;
  height: 72px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 25px);
  bottom: -37px;
}
@media screen and (max-width: 767px) {
  .box .detail {
    padding: 25px 20px 35px;
  }
  .box .detail::after {
    width: 40px;
    height: 58px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: calc(50% + 20px);
    bottom: -35px;
  }
}
.box h3 {
  margin-bottom: 14px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.box h3.vertical {
  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;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .box h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .box h3.vertical {
    gap: 0 10px;
  }
  .box h3.vertical img {
    width: 60px;
  }
}
.box .read {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .box .read {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

#section1 .box.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 36px;
  position: relative;
}
#section1 .box.flex::after {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/scroll_arrow.png) no-repeat center/contain;
  width: 55px;
  height: 72px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 25px);
  bottom: -37px;
}
@media screen and (max-width: 767px) {
  #section1 .box.flex {
    padding: 20px 20px 36px;
    text-align: center;
    position: relative;
  }
  #section1 .box.flex::after {
    width: 40px;
    height: 58px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: calc(50% + 20px);
    bottom: -35px;
  }
}
#section1 .img {
  width: 50%;
  text-align: right;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #section1 .img {
    width: 100%;
    padding: 0 8% 10px 0;
  }
}
#section1 ol {
  width: 50%;
  padding: 0 30px 0 50px;
  font-size: 27px;
  font-weight: bold;
}
#section1 ol span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFC88));
  background: linear-gradient(transparent 70%, #FFFC88 70%);
}
#section1 ol > li > a {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#section1 ol > li > a:not(:last-child) {
  margin-bottom: 8px;
}
#section1 ol ul {
  padding-left: 1.3em;
  margin: 5px 0 5px -0.5em;
  font-size: 24px;
  font-weight: 500;
}
#section1 ol ul > li a {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #section1 ol {
    display: inline-block;
    width: auto;
    padding: 0;
    font-size: 22px;
  }
  #section1 ol ul {
    margin: 0 0 0 -0.5em;
    font-size: 18px;
  }
}

#section2 .ttl_area {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust01.png);
}
#section2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 35px;
}
#section2 ul p {
  background: #2E2E6A;
  padding: 2px 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section2 .ttl_area {
    background-image: none;
    position: relative;
  }
  #section2 .ttl_area::after {
    content: "";
    background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust01.png) no-repeat center/100%;
    width: 70px;
    height: 100px;
    position: absolute;
    top: -15px;
    right: -5px;
  }
  #section2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  #section2 ul p {
    font-size: 15px;
  }
}

#section3 .flex_area {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 10px;
}
#section3 .flex_area h4 {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
}
#section3 .flex_area .item {
  background: #D6F4E7;
  border-radius: 30px;
  padding: 20px 40px;
}
#section3 .flex_area .item:nth-of-type(1), #section3 .flex_area .item:nth-of-type(2) {
  grid-column: 1;
}
#section3 .flex_area .item:nth-of-type(1) h4, #section3 .flex_area .item:nth-of-type(2) h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
#section3 .flex_area .item:nth-of-type(3) {
  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: #E0E0E9;
  grid-column: 2;
  grid-row: 1/3;
}
#section3 .flex_area .item:nth-of-type(3) h4 {
  margin-bottom: 24px;
}
#section3 .flex_area .item:nth-of-type(3) h4 img {
  display: block;
  margin: 0 auto;
}
#section3 .flex_area .item:nth-of-type(3) .list li:nth-child(1) {
  margin-bottom: 35px;
}
#section3 .flex_area .item .list p {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
#section3 .flex_area .item .list.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  #section3 .flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  #section3 .flex_area h4 {
    font-size: 22px;
  }
  #section3 .flex_area .item {
    padding: 20px;
  }
  #section3 .flex_area .item:nth-of-type(1), #section3 .flex_area .item:nth-of-type(2) {
    grid-column: 1;
  }
  #section3 .flex_area .item:nth-of-type(1) h4, #section3 .flex_area .item:nth-of-type(2) h4 {
    gap: 0 10px;
  }
  #section3 .flex_area .item:nth-of-type(1) h4 img, #section3 .flex_area .item:nth-of-type(2) h4 img {
    width: 50px;
  }
  #section3 .flex_area .item:nth-of-type(3) h4 {
    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;
    gap: 0 10px;
  }
  #section3 .flex_area .item:nth-of-type(3) h4 img {
    width: 50px;
    margin: 0;
  }
  #section3 .flex_area .item:nth-of-type(3) .list li:nth-child(1) {
    margin-bottom: 15px;
  }
  #section3 .flex_area .item .list p {
    font-size: 16px;
  }
  #section3 .flex_area .item .list.col3 {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}

.grid_col2 {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0 25px;
  margin-top: 80px;
}
.grid_col2 .txt_area {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
}
.grid_col2 .disc_list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .grid_col2 {
    display: block;
    margin-top: 20px;
  }
  .grid_col2 .txt_area {
    font-size: 18px;
  }
  .grid_col2 .disc_list {
    margin-bottom: 20px;
  }
}

#section7 h3 span {
  display: block;
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/ttl_bg.svg) no-repeat center/282.53px;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #section7 h3 span {
    background-size: 205px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.figure_img {
  margin-top: 30px;
  position: relative;
}
.figure_img p {
  font-size: min(2vw, 24px);
  font-weight: 600;
  position: absolute;
  top: 25px;
  left: 0;
}
.figure_img p.right_txt {
  width: 50%;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .figure_img {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .figure_img p {
    font-size: 14px;
    top: -25px;
    left: 0;
  }
  .figure_img p.right_txt {
    width: auto;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

#section8 .ttl_area {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust02.png);
}
#section8 .box h3 {
  font-size: 32px;
}
#section8 dl {
  font-size: 20px;
  font-weight: 600;
}
#section8 dl dt {
  display: inline-block;
  background: #2E2E6A;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 0 34px;
  margin: 35px 0 5px;
}
#section8 dl .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 10px;
}
#section8 dl .list li {
  text-indent: -50px;
  padding-left: 50px;
}
#section8 dl .list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #section8 .ttl_area {
    background-image: none;
    position: relative;
  }
  #section8 .ttl_area::after {
    content: "";
    background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust02.png) no-repeat center/contain;
    width: 68px;
    height: 103px;
    position: absolute;
    top: -25px;
    right: -10px;
  }
  #section8 .box h3 {
    font-size: 22px;
  }
  #section8 dl {
    font-size: 16px;
  }
  #section8 dl dt {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    margin: 20px 0 5px;
  }
  #section8 dl .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 30px;
    margin-top: 10px;
  }
  #section8 dl .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-indent: 0;
    padding-left: 0;
  }
  #section8 dl .list li img {
    margin-right: 10px;
    width: 40px;
  }
}

#section9.sec_page .sec_page_inner {
  padding-bottom: 100px;
}
#section9 .ttl_area {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust03.png);
  padding-bottom: 250px;
}
#section9 .detail {
  background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/sect9.png) no-repeat center top 40%/109%;
  height: 58vw;
  min-height: 604px;
  max-height: 749px;
}
#section9 .detail::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #section9.sec_page .sec_page_inner {
    padding-bottom: 80px;
  }
  #section9 .ttl_area {
    background-image: none;
    padding-bottom: 20px;
    position: relative;
  }
  #section9 .ttl_area::after {
    content: "";
    background: url(https://en.dailyservice.co.jp/assets/common/img/recruit/5dsn/illust03.png) no-repeat center/100%;
    width: 70px;
    height: 131px;
    position: absolute;
    top: 0;
    right: -10px;
  }
  #section9 .detail {
    background-size: 125%;
    height: 85vw;
    min-height: 0;
    max-height: 100%;
  }
}

.popup {
  cursor: pointer;
}
@media (hover: hover) {
  .popup:hover {
    opacity: 0.7;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#colorbox .video_inner {
  width: min(100%, 560px);
  aspect-ratio: 1/0.5625;
  font-size: 0;
}
#colorbox .video_inner iframe {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

#cboxClose {
  width: 4em;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 15px;
}
#cboxClose::after {
  content: "×閉じる";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  text-shadow: 0 0 5px #fff;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    font-size: 13px;
    top: 8px;
    right: 10px;
  }
}