@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

main {
  position: relative;
  z-index: 0;
  background: #FDC2BE;
  background: linear-gradient(90deg, rgb(253, 194, 190) 0%, rgb(156, 210, 213) 100%);
  padding-top: 10vw;
}
main::before {
  content: "";
  background-image: url("/assets/images/taskshift/back-pattern.webp");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: left -14vw top -35vw;
  background-size: 150% auto;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  main::before {
    background-position: left -13vw top -15vw;
    background-size: cover;
    opacity: 1;
  }
}

.text-box {
  background-color: #ffffff;
  border-radius: 1.5rem;
}
.text-box .entitle {
  font-size: calc(clamp(25px, 23.13px + 0.5vw, 30px) * 2);
  display: flex;
  flex-direction: column;
}
.text-box .entitle > .subtitle {
  font-size: clamp(20px, 22.66px + 0.1vw, 25px);
}

.content {
  display: flex;
  flex-direction: column;
  padding-bottom: 5.7692307692vw;
  margin-bottom: 5vw;
}
@media screen and (min-width: 992px) {
  .content {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}
.content .text-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .content .text-box {
    transform: translateX(2rem);
    padding: 1rem 3rem 3rem 3rem;
  }
}
.content .text-box h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .content .text-box h3 {
    transform: translateX(-5rem);
  }
}
.content .inner {
  max-width: 680px;
}
@media screen and (min-width: 992px) {
  .content .inner {
    order: 1;
    transform: translateY(3rem);
  }
}
.content .inner h2 {
  font-size: calc(clamp(25px, 23.13px + 0.5vw, 30px) * 1.75);
}
@media screen and (min-width: 992px) {
  .content .inner h2 {
    margin-left: 3rem;
  }
}
.content img {
  aspect-ratio: 580/360;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
@media screen and (min-width: 992px) {
  .content img {
    order: 2;
    width: 44.6153846154vw;
    max-width: 38vw;
  }
}

.page-header .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  text-align: center;
}
.page-header .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-pink.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 38% top;
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  top: -50%;
  left: 2%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-header .section-title:after {
    width: 350%;
    height: 700%;
    top: -250%;
    left: -123%;
    background-position: left 48% top;
  }
}
.page-header .section-title > .subtitle {
  text-align: left;
  margin-left: 0;
}

.taskshift02 {
  padding: 25vw 0;
}
@media screen and (min-width: 992px) {
  .taskshift02 {
    padding: 5.7692307692vw 0;
  }
}

.taskshift03 {
  padding-bottom: 3vw;
}
.taskshift03 .content {
  margin-bottom: 0;
}

.item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  --theme-color: #f8b418;
}
.item.t-blue {
  --theme-color: #2fbdf0;
}
.item.t-pink {
  --theme-color: #ef8eb8;
}
.item.t-orange {
  --theme-color: #f8b418;
}
.item:last-child {
  margin-bottom: 0;
}
.item .img-box {
  text-align: center;
}
.item .img-box img {
  max-width: 100%;
  height: auto;
}
.item .img-box .entitle {
  left: 50%;
  font-size: clamp(20px, 22.66px + 0.1vw, 25px);
  text-align: left;
  z-index: 60;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .item .img-box .entitle {
    left: 70%;
  }
}
.item h3 {
  color: var(--theme-color);
  font-size: clamp(20px, 22.66px + 0.1vw, 25px);
}
.item .persontitle h4 {
  color: var(--theme-color);
  font-size: calc(clamp(25px, 23.13px + 0.5vw, 30px) * 1.715);
  text-align: right;
  padding-right: 1rem;
}
.item .person-inner {
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.75rem 2rem;
  width: 100%;
  margin-bottom: 1rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .item .person-inner {
    width: 120%;
    transform: translate(-5rem, 0);
    margin-bottom: 3rem;
  }
}
.item .person-inner h5 {
  font-size: clamp(20px, 22.66px + 0.1vw, 25px);
  border-right: solid 1px #ffffff;
  padding-right: 0.5rem;
}
.item .person-inner h5 + h5 {
  border-right: none !important;
  font-size: calc(clamp(20px, 22.66px + 0.1vw, 25px) * 0.8);
}
.item .messagearea .inner {
  border: solid 1px var(--theme-color);
  padding: 1rem 2rem;
  color: var(--theme-color);
}
.item .messagearea .inner h4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .messagearea .inner h4:before, .item .messagearea .inner h4:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: var(--theme-color);
}
.item .messagearea .inner h4:before {
  transform: rotate(-25deg) translate(-0.5rem, -0.5rem);
}
.item .messagearea .inner h4:after {
  transform: rotate(25deg) translate(0.5rem, -0.5rem);
}/*# sourceMappingURL=taskshift.css.map */