@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
#list {
  background: #F0F0F0;
  margin-top: -2px;
}

.day-list {
  list-style: none;
  counter-reset: list 0;
}
.day-list__top {
  background: #fff;
}
.day-list__dec {
  position: relative;
}
.day-list__dec::before {
  display: block;
  content: "FILE " counter(list, decimal-leading-zero);
  counter-increment: list 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #03c983;
}
.day-list__txt .job {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.day-list__txt .ttl {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.day-list__txt .name {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.day-list__txt .year {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.day-list__btn {
  background: #03c983;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.day-list__btn span {
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.day-list__btn span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.day-list__btn span:last-child {
  visibility: visible;
  opacity: 1;
}
.day-list__btn.active span:first-child {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}
.day-list__btn.active span:last-child {
  visibility: hidden;
  opacity: 0;
}
.day-list__bottom {
  display: none;
}
.day-list__faq {
  background: #fff;
}
.day-list__ske {
  background: #E2E2E2;
}
.day-list__ske-ttl {
  color: #03c983;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-align: left;
}

.faq-list {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-list__ttl {
  color: #03c983;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.faq-list__cap {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.ske-list {
  list-style: none;
}
.ske-list li {
  position: relative;
}
.ske-list li::before {
  display: block;
  content: "";
  background: #03c983;
  position: absolute;
}
.ske-list li::after {
  display: block;
  content: "";
  background: #03c983;
  position: absolute;
  border-radius: 50%;
}
.ske-list li:last-child::before {
  height: 100%;
}
.ske-list__box {
  background: #fff;
  position: relative;
  border-radius: 20px;
}
.ske-list__box::before {
  display: block;
  content: "";
  background: #fff;
}
.ske-list__txt > .ttl {
  text-align: left !important;
  font-family: "Noto Sans JP", sans-serif;
}
.ske-list__txt .time {
  color: #03c983;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.ske-list__txt .cap {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
.ske-list__img {
  border-radius: 10px;
  overflow: hidden;
}

.ske-item__txt .ttl {
  color: #03c983;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.ske-item__txt .cap {
  font-family: "Noto Sans JP", sans-serif;
}
.ske-item__img {
  border-radius: 20px;
  overflow: hidden;
}

/* PC */
@media screen and (min-width: 769px) {
  #main {
    position: relative;
    width: 100%;
    padding: 87px 0 0;
  }
  #main h1 {
    position: relative;
    margin-bottom: 32px;
    color: #03c983;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-align: center;
  }
  #main h1 span {
    display: block;
    margin-top: 15px;
    padding-bottom: 26px;
    color: #000;
    text-align: center;
  }
  #main h1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666666;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main p {
    margin-bottom: 56px;
    font-size: 16px;
    text-align: center;
    line-height: 1.9884375;
  }
  #main .img {
    margin-top: 60px;
  }
  #list {
    padding-top: 115px;
    padding-bottom: 150px;
    position: relative;
  }
  #list::after {
    position: absolute;
    top: 35px;
    left: 36px;
    content: "";
    width: 10px;
    height: 166px;
    background: url("../img/one-day/floor_one-day.png") no-repeat center;
    background-size: contain;
  }
  #list .inner {
    max-width: 1193px;
    width: 96%;
    margin: 0 auto;
  }
  .day-list {
    list-style: none;
    counter-reset: list 0;
  }
  .day-list li + li {
    margin-top: 40px;
  }
  .day-list__top {
    background: #fff;
    padding: 48px 48px 43px 96px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .day-list__top:hover {
    opacity: 0.8;
  }
  .day-list__dec {
    position: relative;
  }
  .day-list__dec::before {
    color: #03c983;
    font-size: 49px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: -105px;
    white-space: nowrap;
  }
  .day-list__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 66px;
  }
  .day-list__img {
    width: 324px;
    height: auto;
  }
  .day-list__txt {
    width: calc(100% - 324px);
  }
  .day-list__txt .job {
    font-size: 24px;
  }
  .day-list__txt .ttl {
    font-size: clamp(35px, 4vw, 55px);
  }
  .day-list__txt .name {
    margin-top: 16px;
    font-size: 31px;
  }
  .day-list__txt .year {
    margin-top: 10px;
    font-size: 16px;
  }
  .day-list__btn {
    background: #03c983;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .day-list__btn span {
    width: calc(100% - 36px);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .day-list__btn span:first-child {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .day-list__btn span:last-child {
    visibility: visible;
    opacity: 1;
  }
  .day-list__btn.active span:first-child {
    -webkit-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important;
  }
  .day-list__btn.active span:last-child {
    visibility: hidden;
    opacity: 0;
  }
  .day-list__bottom {
    display: none;
  }
  .day-list__faq {
    background: #fff;
    padding: 0 clamp(100px, 13vw, 200px);
    padding-bottom: 107px;
  }
  .day-list__ske-inner {
    max-width: 850px;
    padding: 65px 86px clamp(80px, 10vw, 107px) 148px;
    margin: 0 auto;
  }
  .day-list__ske-ttl {
    color: #03c983;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-align: left;
  }
  .faq-list {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-list li + li {
    margin-top: 28px;
  }
  .faq-list__ttl {
    font-size: 24px;
  }
  .faq-list__cap {
    margin-top: 28px;
    line-height: 1.8;
  }
  .ske-list {
    list-style: none;
    margin-top: 20px;
  }
  .ske-list li {
    position: relative;
  }
  .ske-list li::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% + 40px);
    background: #03c983;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .ske-list li::after {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: #03c983;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .ske-list li:last-child::before {
    height: 100%;
  }
  .ske-list li + li {
    margin-top: 40px;
  }
  .ske-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    background: #fff;
    margin-left: 54px;
    position: relative;
    padding: 33px clamp(35px, 3vw, 60px);
    border-radius: 20px;
  }
  .ske-list__box::before {
    display: block;
    content: "";
    width: 51px;
    height: 55px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 52%, 100% 100%);
  }
  .ske-list__box.noflex {
    display: block;
  }
  .ske-list__box.noflex .ske-list__txt {
    width: 100%;
  }
  .ske-list__txt {
    width: calc(100% - 237px);
  }
  .ske-list__txt > .ttl {
    color: #03c983;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .ske-list__txt .time {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .ske-list__txt .cap {
    margin-top: 18px;
  }
  .ske-list__img {
    width: 237px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ske-item {
    margin-top: 67px;
  }
  .ske-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
  .ske-item__txt {
    width: calc(100% - 270px);
  }
  .ske-item__txt .ttl {
    color: #03c983;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
  }
  .ske-item__txt .cap {
    margin-top: 33px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
  }
  .ske-item__img {
    border-radius: 20px;
    overflow: hidden;
    width: 270px;
  }
  #recruit_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 135px;
    margin-bottom: 115px;
  }
  #recruit_info .inner {
    width: 982px;
    margin: 0 auto;
  }
  #recruit_info p {
    margin: 22px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6666666667;
    text-align: center;
  }
  #recruit_info .btn a {
    width: 300px;
    height: 75px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    border-radius: 37.5px;
    line-height: 75px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main {
    position: relative;
    width: 100%;
    padding: 62px 0 0;
  }
  #main h1 {
    position: relative;
    margin-bottom: 23px;
    color: #03c983;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  #main h1 span {
    display: block;
    margin-top: 15px;
    padding-bottom: 26px;
    color: #000;
    text-align: center;
  }
  #main h1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #666666;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main p {
    margin-bottom: 49px;
    font-size: 13px;
    text-align: center;
    line-height: 2.0769230769;
  }
  #main .img {
    margin-top: 30px;
  }
  #list {
    position: relative;
    padding-top: 156px;
    padding-bottom: 86px;
  }
  #list .inner {
    width: 86%;
    margin: 0 auto;
  }
  .day-list li + li {
    margin-top: 116px;
  }
  .day-list__dec {
    position: relative;
  }
  .day-list__dec::before {
    font-size: 32px;
    position: absolute;
    top: 30px;
    left: -5px;
  }
  .day-list__top {
    padding-right: 20px;
    padding-bottom: 30px;
    position: relative;
  }
  .day-list__top::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    pointer-events: auto;
  }
  .day-list__cont {
    padding-top: 1px;
  }
  .day-list__img {
    width: 215px;
    margin: 0 auto;
    margin-top: -85px;
  }
  .day-list__txt {
    padding: 33px 22px;
    padding-right: 0;
  }
  .day-list__txt .job {
    font-size: 18px;
  }
  .day-list__txt .ttl {
    margin-top: 10px;
    font-size: 34px;
  }
  .day-list__txt .ttl.nowrap {
    white-space: nowrap;
  }
  .day-list__txt .name {
    margin-top: 18px;
    font-size: 26px;
  }
  .day-list__txt .year {
    margin-top: 4px;
    font-size: 13px;
  }
  .day-list__btn {
    width: 50px;
    height: 50px;
    z-index: 3;
  }
  .day-list__btn span {
    width: calc(100% - 30px);
  }
  .day-list__faq {
    padding: 48px 25px 112px;
  }
  .day-list__ske {
    padding: 66px 15px;
  }
  .day-list__ske-ttl {
    font-size: 29px;
    padding-left: 15px;
  }
  .faq-list {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq-list li + li {
    margin-top: 45px;
  }
  .faq-list__ttl {
    font-size: 18px;
  }
  .faq-list__ttl-dec {
    width: 32px;
  }
  .faq-list__cap {
    margin-top: 16px;
    line-height: 1.8;
  }
  .ske-list {
    list-style: none;
    margin-top: 20px;
  }
  .ske-list li {
    position: relative;
  }
  .ske-list li::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% + 25px);
    background: #03c983;
    position: absolute;
    top: 0;
    left: 4px;
  }
  .ske-list li::after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: #03c983;
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .ske-list li:last-child::before {
    height: 100%;
  }
  .ske-list li + li {
    margin-top: 25px;
  }
  .ske-list__box {
    margin-left: 30px;
    position: relative;
    padding: 26px 33px;
  }
  .ske-list__box::before {
    display: block;
    content: "";
    width: 34px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 52%, 100% 100%);
  }
  .ske-list__txt > .ttl {
    color: #03c983;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .ske-list__txt .time {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .ske-list__txt .cap {
    margin-top: 16px;
    font-size: 14px;
  }
  .ske-list__img {
    margin-top: 46px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ske-item {
    margin-top: 67px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .ske-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ske-item__txt {
    display: contents;
  }
  .ske-item__txt .ttl {
    font-size: 29px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ske-item__txt .cap {
    margin-top: 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    line-height: 2;
  }
  .ske-item__img {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 18px;
  }
  .ske-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recruit_info {
    position: relative;
    width: 100%;
    margin-bottom: 149px;
  }
  #recruit_info .inner {
    width: 92%;
    margin: 0 auto;
  }
  #recruit_info p {
    margin: 22px 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6776190476;
    text-align: center;
    letter-spacing: -1px;
  }
  #recruit_info .btn a {
    width: 300px;
    height: 75px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bold;
    border-radius: 37.5px;
    line-height: 75px;
  }
}
@media screen and (max-width: 374px) {
  .day-list__txt .ttl {
    font-size: 26px;
  }
}