@import url("/common/css/lp/tempstaff/css/expansion.css");

@media only screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

.site-content-body .str-outer {
  padding-right: 0;
  padding-left: 0;
}
.site-content-body .str-inner {
  width: 100%;
}

.str-inner-tempstaff-01 {
  max-width: 1200px;
  box-sizing: initial;
  margin: 0 auto 90px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .str-inner-tempstaff-01 {
    margin: 0 auto 60px;
  }
}
.str-inner-tempstaff-01.point-box {
  margin-top: 60px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .str-inner-tempstaff-01.point-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.str-inner-tempstaff-01#faq {
  margin: 0 auto;
}

.list-note-01 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .list-note-01 {
    font-size: 1.2rem;
  }
}
.list-note-01.alg-c > li {
  padding: 0;
}
.list-note-01.alg-c > li::before {
  margin: 0;
}
.list-note-01.number > li {
  padding-left: 32px;
}
.list-note-01.number > li > .mark {
  margin-left: -32px;
}

.lead-02 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .lead-02 {
    font-size: 1.5rem;
  }
}

.box-01.border {
  border-radius: 18px;
}
.box-01.border .box-inner {
  padding: 30px;
}

.text-note-01 {
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.link-circle-bullet {
  position: relative;
  padding-left: 20px;
  color: #4E9C1B;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .link-circle-bullet {
    font-size: 1.4rem;
  }
}
.link-circle-bullet::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4E9C1B;
}
.link-circle-bullet::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.link-circle-bullet.color-02 {
  display: inline-block;
  line-height: 1.6;
  color: #333333;
}
.link-circle-bullet.color-02::before {
  background-color: #333333;
}
.link-circle-bullet.color-02::after {
  top: 7px;
  transform: rotate(-135deg) translateY(-50%);
}

.list-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .list-info {
    flex-direction: column;
    font-size: 1.2rem;
  }
}
.list-info li {
  margin-right: 5px;
  padding: 0 12px;
  border-radius: 12px/50%;
  background-color: #D8F5FF;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .list-info li {
    margin-bottom: 5px;
  }
  .list-info li:last-child {
    margin-bottom: 0;
  }
}

.list-access dd {
  margin-left: 0;
}
.list-access div {
  margin-bottom: 20px;
}
.list-access div:last-child {
  margin-bottom: 0;
}

.hdg-l2-tempstaff-01 {
  position: relative;
  padding: 30px 0 45px;
  margin: 0;
  color: #41210f;
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hdg-l2-tempstaff-01 {
    padding: 50px 0 35px;
    font-size: 2.8rem;
  }
}
.hdg-l2-tempstaff-01 .hdg-text::after {
  position: absolute;
  content: "";
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 9px;
  border: 4px solid #f08300;
  border-radius: 5px;
  background-color: #f08300;
}
@media only screen and (max-width: 768px) {
  .hdg-l2-tempstaff-01 .hdg-text::after {
    bottom: 35px;
    width: 60px;
    height: 6px;
  }
}

.hdg-l2-tempstaff-02 {
  text-align: left;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .hdg-l2-tempstaff-02 {
    text-align: center;
  }
}
.hdg-l2-tempstaff-02 .hdg {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.hdg-l3-tempstaff-01 {
  margin: 20px 0;
  padding: 10px;
  color: #41210f;
  background-color: #fffdef;
  border-radius: 3px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hdg-l3-tempstaff-01 {
    font-size: 1.8rem;
  }
}

.hdg-l4-tempstaff-01 {
  position: relative;
  padding-left: 11px;
  color: #41210f;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hdg-l4-tempstaff-01 {
    font-size: 1.8rem;
  }
}
.hdg-l4-tempstaff-01::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background-color: #f08300;
}

.hdg-l4-tempstaff-02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 20px;
  color: #41210f;
}
@media only screen and (max-width: 768px) {
  .hdg-l4-tempstaff-02 {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 10px;
  }
}
.hdg-l4-tempstaff-02 h4 {
  margin: 0;
}
.hdg-l4-tempstaff-02 .hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .hdg-l4-tempstaff-02 .hdg {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.table-tempstaff .list-note-01 {
  margin-bottom: 10px;
}
.table-tempstaff .list-note-01.number {
  margin-bottom: 0;
  margin-top: 10px;
}

.text-underline-01 {
  position: relative;
  max-width: 746px;
  margin: 0 auto 10px;
  padding: 0 142px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .text-underline-01 {
    padding: 0 60px;
  }
}
.text-underline-01.under-arrow {
  margin-bottom: 16px;
  padding: 22px 142px;
}
@media only screen and (max-width: 768px) {
  .text-underline-01.under-arrow {
    padding: 0 70px;
  }
}
.text-underline-01 .under-line {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .text-underline-01 .under-line {
    position: static;
    font-size: 1.6rem;
  }
}
.text-underline-01 .under-line > span {
  padding: 0 7px;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff100 20%);
}
.text-underline-01 .under-line.under-arrow {
  margin-bottom: 60px;
}
.text-underline-01 .under-line.under-arrow::before, .text-underline-01 .under-line.under-arrow::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #fff100;
}
.text-underline-01 .under-line.under-arrow::before {
  bottom: -25px;
}
@media only screen and (max-width: 768px) {
  .text-underline-01 .under-line.under-arrow::before {
    bottom: 30px;
  }
}
.text-underline-01 .under-line.under-arrow::after {
  bottom: -55px;
}
@media only screen and (max-width: 768px) {
  .text-underline-01 .under-line.under-arrow::after {
    bottom: 10px;
  }
}
.text-underline-01 .icon-book {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.text-underline-01 .icon-book.show-in-sp {
  max-width: 13%;
}
@media only screen and (max-width: 375px) {
  .text-underline-01 .icon-book.show-in-sp {
    max-width: 20%;
  }
}

.box-tempstaff-01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01 {
    margin: 0;
    padding: 0;
  }
}

.box-tempstaff-02 {
  padding: 40px 50px 80px;
  margin-bottom: 90px;
  background-image: url("/tempstaff/img/bg_dots_04.png");
  background-color: #fffbc7;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-02 {
    padding: 0 15px 60px;
    margin-bottom: 60px;
  }
}
.box-tempstaff-02.color-02 {
  margin-bottom: 60px;
  background-color: #ffdaae;
  background-image: url("/tempstaff/img/bg_dots_03.png");
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-02.color-02 {
    margin-bottom: 10px;
  }
  .box-tempstaff-02.color-02 .show-in-sp {
    max-width: 50%;
  }
}
.box-tempstaff-02.color-03 {
  margin-bottom: 52px;
  background-image: url("/tempstaff/img/bg_dots_02.png");
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-02.color-03 {
    margin-bottom: 40px;
  }
}

.box-tempstaff-03 {
  width: 100%;
  padding: 55px 50px 0;
  margin-bottom: 30px;
  background-image: url("/tempstaff/img/bg_dots.png");
  background-color: #f08300;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-03 {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    padding: 20px 15px 0;
  }
}
.box-tempstaff-03 .hide-in-sp {
  display: block;
  margin: -10px auto 0;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-03 .show-in-sp {
    margin: 0 auto;
  }
}
.box-tempstaff-03 .box-tempstaff-03-contact {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-wrap: wrap;
  padding: 5px 0 8px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-03 .box-tempstaff-03-contact {
    flex-direction: column;
    align-items: center;
  }
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 dt {
  font-weight: normal;
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 dd {
  margin-left: 0;
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 div {
  display: flex;
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 div:nth-child(2)::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 320px) {
  .box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01 div:nth-child(2)::before {
    font-size: 0;
  }
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01:nth-child(2) {
  margin-left: 10px;
  font-size: 1.3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01:nth-child(2) {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01:nth-child(2) dt {
  margin-right: 5px;
}
.box-tempstaff-03 .box-tempstaff-03-contact .list-contact-01:nth-child(2) span {
  margin: 0 5px;
}
.box-tempstaff-03 .box-tempstaff-03-contact .tell > .tell-title {
  padding: 3px 10px 2px;
  border-radius: 5px;
  background-color: #fff;
  color: #f08300;
  font-weight: bold;
}
.box-tempstaff-03 .box-tempstaff-03-contact .tell > .tell-num {
  margin-left: 8px;
  font-size: 2rem;
  font-weight: bold;
}
.box-tempstaff-03 .box-tempstaff-03-contact .tell > .tell-num > a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-03 .box-tempstaff-03-contact .tell > .tell-num > a {
    text-decoration: underline;
  }
}

.box-faq {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #CDCDCD;
  border-radius: 20px;
  background-color: #fff;
}
.box-faq:last-child {
  margin-bottom: 0;
}
.box-faq div {
  position: relative;
  padding: 0 38px;
}
.box-faq div.question {
  font-weight: bold;
}
.box-faq div.question h3 {
  margin: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .box-faq div.question h3 {
    font-size: 1.5rem;
  }
}
.box-faq div.answer {
  margin-top: 20px;
}
.box-faq div.answer p {
  margin-bottom: 0;
}
.box-faq div.answer .title {
  color: #f08300;
}
.box-faq div span.title {
  position: absolute;
  top: 0;
  left: 0;
  color: #85c123;
  font-weight: bold;
  font-size: 0;
}
.box-faq div span.title::first-letter {
  font-size: 2.8rem;
  line-height: 1;
}
.box-faq div .icon {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #B5DC76;
  border: none;
  border-radius: 50%;
  font-size: 0;
}
.box-faq div .icon::before, .box-faq div .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.box-faq div .icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.box-faq div .icon.active::after {
  transform: rotate(0);
  transition: .5s;
}

.lyt-point-box-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 {
    margin: 0;
  }
}
.lyt-point-box-01 > .link-circle-bullet {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 > .link-circle-bullet {
    margin-left: 0;
  }
}
.lyt-point-box-01 > .point-box {
  padding: 30px;
  margin: 10px 15px 34px;
  border-radius: 20px;
  background-color: #fffbc7;
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 > .point-box {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 34px;
    margin-left: 0;
    margin-right: 0;
  }
}
.lyt-point-box-01 > .point-box p {
  margin-bottom: 0;
}
.lyt-point-box-01 > .point-box p strong {
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 > .point-box p strong {
    font-size: 1.8rem;
  }
}
.lyt-point-box-01 > .point-box.full {
  flex-basis: 100%;
  max-width: 100%;
}
.lyt-point-box-01 > .point-box .list-note-01 {
  margin-top: 10px;
  font-weight: normal;
  color: #333;
}
.lyt-point-box-01 .point-box-title {
  position: absolute;
  top: 0;
  background-color: #85c123;
  color: #fff;
  margin: 0;
  transform: translateY(-50%);
  padding: 9px 32px 9px 16px;
  line-height: 1;
  border-radius: 16px/50%;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 .point-box-title {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.lyt-point-box-01 .point-box-title > span {
  position: absolute;
  display: flex;
  width: 46px;
  height: 46px;
  background-color: #85c123;
  align-items: center;
  justify-content: center;
  right: 32px;
  top: 50%;
  transform: translate(100%, -50%);
  border-radius: 50%;
}
.lyt-point-box-01 .point-box-title .f-emphasis {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .lyt-point-box-01 .point-box-title .f-emphasis {
    font-size: 1.8rem;
  }
}

.lyt-box-check-01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  .lyt-box-check-01 {
    margin-top: 20px;
  }
}
.lyt-box-check-01 .box-check-01 {
  margin-left: 20px;
  width: 227px;
  border-radius: 10px;
  background-color: #FFF33F;
}
@media only screen and (max-width: 768px) {
  .lyt-box-check-01 .box-check-01 {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .lyt-box-check-01 .box-check-01:last-child {
    margin-bottom: 0;
  }
}
.lyt-box-check-01 .box-check-01 > .title {
  position: relative;
  background: #f08300;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
}
.lyt-box-check-01 .box-check-01 > .title::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: calc(100% - 4px);
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  border-radius: 0px 4px 4px 0px;
  background-color: #fff;
}
.lyt-box-check-01 .box-check-01 > .title::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  top: 40%;
  right: 6px;
  border-left: 2px solid #E30000;
  border-bottom: 2px solid #E30000;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(0, -50%);
}
.lyt-box-check-01 .box-check-01 > .content {
  padding: 4px 8px;
  border-radius: 7px;
}

@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact {
    padding: 32px 20px 30px;
  }
}
.box-tempstaff-01-contact .contact-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact .contact-item {
    flex-direction: column;
    align-items: center;
  }
}
.box-tempstaff-01-contact .contact-item a {
  color: #333333;
}
.box-tempstaff-01-contact .contact-item dl {
  margin-bottom: 0;
}
.box-tempstaff-01-contact .contact-item .list-contact-01 {
  display: flex;
}
.box-tempstaff-01-contact .contact-item .list-contact-01:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact .contact-item .list-contact-01:nth-child(2) {
    margin-left: 0;
  }
}
.box-tempstaff-01-contact .contact-item .list-contact-01 dt {
  font-weight: normal;
}
.box-tempstaff-01-contact .contact-item .list-contact-01 dd {
  margin-left: 10px;
}
.box-tempstaff-01-contact .contact-item .tell {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.box-tempstaff-01-contact .contact-item .tell .tell-title {
  padding: 0 16px;
  border-radius: 5px;
  background-color: #f08300;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact .contact-item .tell .tell-title {
    padding: 0 8px;
    font-size: 1.2rem;
    -ms-flex: 0 0 30%;
  }
}
.box-tempstaff-01-contact .contact-item .tell .tell-num {
  font-size: 5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact .contact-item .tell .tell-num {
    font-size: 3.4rem;
  }
}
.box-tempstaff-01-contact .contact-item .info {
  font-size: 1.4rem;
}
.box-tempstaff-01-contact .contact-item .btn-contact {
  display: inline-block;
  position: relative;
  padding: 12px 30px;
  margin-top: 20px;
  border-bottom: 6px solid #71A220;
  border-radius: 10px;
  background-color: #85c123;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .box-tempstaff-01-contact .contact-item .btn-contact {
    font-size: 1.4rem;
  }
}
.box-tempstaff-01-contact .contact-item .btn-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  height: 9px;
  width: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.box-tempstaff-01-contact .contact-item .btn-contact .btn-contact > .text {
  padding-right: 10px;
  font-size: 1.4rem;
}

.lyt-product-summary-01 {
  position: relative;
  padding: 25px 30px 15px;
}
.lyt-product-summary-01 .content {
  padding-right: 224px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lyt-product-summary-01 .content {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.lyt-product-summary-01 .content .list-bullet-01 {
  margin-bottom: 0;
  list-style: none;
}
.lyt-product-summary-01 .content .list-bullet-01 > li {
  padding-left: 26px;
  line-height: 1.6em;
  background-image: url("/tempstaff/img/list_arrow_01.png");
  background-repeat: no-repeat;
  background-position: top 6px left 0px;
  background-size: 18px auto;
}
.lyt-product-summary-01 .content .list-check > li::before {
  display: none;
}
.lyt-product-summary-01 .content .list-note-01 {
  font-weight: normal;
}
.lyt-product-summary-01 > .media {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .lyt-product-summary-01 > .media {
    position: static;
  }
  .lyt-product-summary-01 > .media .show-in-sp {
    margin: 0 auto;
  }
}

.f-emphasis {
  font-weight: bold;
  color: #ff3223;
}
