@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0;1&display=swap");
.dispatch .c-imageset-fit__inner {
  position: relative;
}
.dispatch .c-imageset-fit__inner figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 520px;
}
.dispatch .c-imageset-fit__inner span {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: inline-block;
  background: rgba(0, 152, 69, 0.8);
  color: #fff;
  padding: 0.2em 1em;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}

.interview-list {
  display: flex;
  justify-content: space-between;
}
.interview-list a {
  display: flex;
  width: 48%;
  position: relative;
}
.interview-list a figure {
  width: 36%;
}
.interview-list a dl {
  padding: 1em;
  background: #efefef;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.interview-list a dl dt {
  font-weight: bold;
  border-bottom: 2px solid rgb(0, 152, 69);
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.interview-list a dl dt span {
  display: block;
  font-size: 1.2rem;
  background: rgb(0, 152, 69);
  color: #fff;
  font-weight: bold;
  width: 110px;
  text-align: center;
  margin-bottom: 0.5em;
}
.interview-list a dl dd {
  font-size: 1.4rem;
}
.interview-list a .link-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5em;
  font-size: 2.6rem;
}

@media (min-width: 1025px) {
  .interview-list a:hover {
    opacity: 0.8;
    transition: 0.8s;
  }
}
.dispatch-office-work .interview .lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.8rem;
}
.dispatch-office-work .reason dl {
  display: flex;
  background: #efefef;
}
.dispatch-office-work .reason dl:not(:last-of-type) {
  margin-bottom: 4em;
}
.dispatch-office-work .reason dl dt {
  width: 30%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  background: rgb(0, 152, 69);
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dispatch-office-work .reason dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: rgb(0, 152, 69);
  font-size: 3rem;
  background: #fff;
  margin: 0 auto 0.3em;
}
.dispatch-office-work .reason dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 2em;
}
.dispatch-office-work .flow {
  display: flex;
  justify-content: space-between;
}
.dispatch-office-work .flow dl {
  background: #efefef;
  width: 30%;
  border-radius: 20px;
  position: relative;
}
.dispatch-office-work .flow dl:not(:last-of-type)::after {
  content: "";
  display: block;
  background: rgb(0, 152, 69);
  position: absolute;
  top: 50%;
  right: -11%;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.dispatch-office-work .flow dl dt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  background: rgb(0, 152, 69);
  padding: 2em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  line-height: 1;
}
.dispatch-office-work .flow dl dt span {
  display: inline-block;
  padding: 0.2em 1em;
  color: rgb(0, 152, 69);
  font-size: 2rem;
  background: #fff;
  margin: 0 auto 0.6em;
}
.dispatch-office-work .flow dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 2em;
}
.dispatch-office-work .qa {
  width: 90%;
  margin: 0 auto;
}
.dispatch-office-work .qa dl:not(:last-of-type) {
  margin-bottom: 3em;
}
.dispatch-office-work .qa dl dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 1em 4em 1em 2em;
  background: rgb(0, 152, 69);
  color: #fff;
  font-weight: bold;
  position: relative;
}
.dispatch-office-work .qa dl dt span {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  color: rgb(0, 152, 69);
}
.dispatch-office-work .qa dl dt div {
  flex: 1;
}
.dispatch-office-work .qa dl dt::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: normal;
}
.dispatch-office-work .qa dl dt.active::after {
  content: "−";
}
.dispatch-office-work .qa dl dt:hover {
  cursor: pointer;
}
.dispatch-office-work .qa dl dd {
  background: #efefef;
  padding: 2em;
  display: none;
}
.dispatch-office-work .qa dl dd > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.dispatch-office-work .qa dl dd > div span {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  background: rgb(0, 152, 69);
  color: #fff;
  font-weight: bold;
}
.dispatch-office-work .qa dl dd > div div {
  flex: 1;
}

.dispatch-office-work-interview .c-imageset-fit__inner {
  display: flex;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl {
  padding: 2em;
  background: #efefef;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dt {
  font-weight: bold;
  border-bottom: 2px solid rgb(0, 152, 69);
  margin-bottom: 0.8em;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dt .interview-number {
  display: inline-block;
  background: rgb(0, 152, 69);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2rem;
  padding: 0 1em;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dt .name {
  display: block;
  font-size: 3rem;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dt .name span {
  display: inline-block;
  font-size: 0.7em;
  margin-left: 4px;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dd {
  font-size: 2.4rem;
}
.dispatch-office-work-interview .c-imageset-fit__inner dl dd span {
  display: inline-block;
  font-weight: bold;
  background: #252525;
  color: #fff;
  padding: 0 1em;
  margin-top: 1em;
  font-size: 1.6rem;
}
.dispatch-office-work-interview .c-imageset-fit__inner figure {
  width: 40%;
}
.dispatch-office-work-interview .profile {
  background: rgb(0, 152, 69);
  color: #fff;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 2rem;
}
.dispatch-office-work-interview .profile dt {
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.dispatch-office-work-interview .profile dd {
  flex: 1;
  padding: 2rem;
  border-left: 2px solid #fff;
}
.dispatch-office-work-interview .block .chapter {
  color: rgb(0, 152, 69);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 1em;
  font-style: italic;
}
.dispatch-office-work-interview .block .chapter span {
  width: 8em;
  font-family: "PT Serif Caption", serif;
  font-weight: 400;
  font-style: italic;
  background: rgb(0, 152, 69);
  padding: 0 1em;
  color: #fff;
  text-align: center;
}
.dispatch-office-work-interview .block .chapter::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgb(0, 152, 69);
  flex: 1;
}
.dispatch-office-work-interview .block dt {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(0, 152, 69);
  margin-bottom: 0.5em;
  padding-left: 6rem;
}
.dispatch-office-work-interview .block dd {
  padding: 0 6rem;
}
.dispatch-office-work-interview .oneday-flow dd > div {
  background: #eee7e0;
  padding: 2em;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-bottom: 24px;
  position: relative;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li:not(:last-of-type) {
  border-bottom: 1px solid rgb(0, 152, 69);
  padding-bottom: 24px;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 80%, 100% 0, 0 0);
          clip-path: polygon(50% 80%, 100% 0, 0 0);
  background: rgb(0, 152, 69);
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.dispatch-office-work-interview .oneday-flow dd > div ul li .time {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  color: rgb(0, 152, 69);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li div {
  flex: 1;
  font-weight: bold;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li div span {
  display: block;
  margin-top: 0.5em;
  font-weight: normal;
}
.dispatch-office-work-interview .oneday-flow dd > div ul li div .sp-br {
  display: none;
}
.dispatch-office-work-interview .oneday-flow dd > div .notice {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 14px;
}
.dispatch-office-work-interview .oneday-flow dd > div .notice::before {
  content: "";
  height: 12px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: rgb(0, 152, 69);
}
.dispatch-office-work-interview .bottom-image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  -o-object-position: 0 37%;
     object-position: 0 37%;
}
.dispatch-office-work-interview .interview-list .no-link {
  pointer-events: none;
  opacity: 0.7;
}

.requirement__nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-bottom: 4rem;
}
.requirement__nav li {
  width: 30%;
  min-width: 160px;
  text-align: center;
  border: 2px solid rgb(0, 152, 69);
  padding: 1em 0;
  color: rgb(0, 152, 69);
  font-weight: 700;
}
.requirement__nav li.active {
  background: rgb(0, 152, 69);
  color: #fff;
}
.requirement__contents--inner {
  display: none;
}
.requirement__contents--inner .c-heading-seco {
  margin-bottom: 0;
}
.requirement__contents--inner > dl > dt {
  background: rgb(76, 190, 6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-size: 2rem;
  font-weight: 700;
  -moz-column-gap: 1em;
       column-gap: 1em;
  color: #fff;
}
.requirement__contents--inner > dl > dt span {
  background: #fff;
  padding: 0.25em 1em;
  font-size: 0.8em;
  color: rgb(0, 152, 69);
}
.requirement__contents--inner > dl > dd dl {
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
  border-bottom: 1px solid #efefef;
}
.requirement__contents--inner > dl > dd dl dt {
  background: #edf8e5;
  flex-shrink: 0;
  width: 13em;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2em;
}
.requirement__contents--inner > dl > dd dl dd {
  display: flex;
  align-items: center;
}
.requirement__contents--inner.active {
  display: flex;
  flex-direction: column;
  row-gap: 5.6rem;
}

@media (min-width: 1024px) {
  .requirement__nav li {
    transition: 0.8s;
  }
  .requirement__nav li:hover {
    background: rgb(0, 152, 69);
    color: #fff;
    cursor: pointer;
    transition: 0.8s;
  }
}
@media (max-width: 640px) {
  .dispatch-office-work .c-imageset-fit__inner figure img {
    height: 240px;
  }
  .dispatch-office-work .c-imageset-fit__inner span {
    bottom: 32px;
    font-size: 6vw;
  }
  .dispatch-office-work .interview .lead {
    text-align: left;
    font-size: 1.6rem;
  }
  .dispatch-office-work .interview .lead br {
    display: none;
  }
  .dispatch-office-work .interview .interview-list {
    flex-direction: column;
  }
  .dispatch-office-work .interview .interview-list a {
    flex-direction: column;
    width: 100%;
  }
  .dispatch-office-work .interview .interview-list a:not(:last-child) {
    margin-bottom: 3rem;
  }
  .dispatch-office-work .interview .interview-list a figure {
    width: 100%;
  }
  .dispatch-office-work .interview .interview-list a figure img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .dispatch-office-work .reason dl {
    flex-direction: column;
  }
  .dispatch-office-work .reason dl:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .dispatch-office-work .reason dl dt {
    width: 100%;
    padding: 1em 0;
  }
  .dispatch-office-work .flow {
    flex-direction: column;
  }
  .dispatch-office-work .flow dl {
    width: 100%;
  }
  .dispatch-office-work .flow dl:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .dispatch-office-work .flow dl:not(:last-of-type)::after {
    top: initial;
    bottom: -11%;
    right: calc(50% - 20px);
    transform: translate(-50%, 0);
    aspect-ratio: 1/0.8660254038;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
  .dispatch-office-work .flow dl dt {
    padding: 1em 0;
  }
  .dispatch-office-work .qa {
    width: 100%;
  }
  .dispatch-office-work .qa dl:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .dispatch-office-work .qa dl dt {
    padding: 1em 3em 1em 1em;
  }
  .dispatch-office-work .qa dl dt::after {
    right: 0.5em;
  }
  .dispatch-office-work .qa dl dd {
    padding: 1em;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner {
    flex-direction: column-reverse;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner dl dt .interview-number {
    font-size: 1.6rem;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner dl dt .name {
    font-size: 2rem;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner dl dd {
    font-size: 1.8rem;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner dl dd span {
    font-size: 1.4rem;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner figure {
    width: 100%;
  }
  .dispatch-office-work-interview .c-imageset-fit__inner figure img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 7%;
       object-position: 0 7%;
  }
  .dispatch-office-work-interview .profile {
    flex-direction: column;
  }
  .dispatch-office-work-interview .profile dt {
    font-size: 1.8rem;
    padding: 0 0 1rem;
  }
  .dispatch-office-work-interview .profile dd {
    padding: 2rem 0 0;
    border-left: none;
    border-top: 2px solid #fff;
  }
  .dispatch-office-work-interview .block .chapter {
    font-size: 2rem;
  }
  .dispatch-office-work-interview .block dt {
    font-size: 1.8rem;
    padding: 0 1rem;
  }
  .dispatch-office-work-interview .block dd {
    padding: 0 1rem;
  }
  .dispatch-office-work-interview .oneday-flow dd > div ul li {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .dispatch-office-work-interview .oneday-flow dd > div ul li .time {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-bottom: 1em;
  }
  .dispatch-office-work-interview .oneday-flow dd > div ul li div {
    width: 100%;
    text-align: center;
  }
  .dispatch-office-work-interview .oneday-flow dd > div ul li div span {
    text-align: left;
  }
  .dispatch-office-work-interview .oneday-flow dd > div ul li div .sp-br {
    display: block;
  }
  .dispatch-office-work-interview .oneday-flow dd > div .notice {
    align-items: flex-start;
  }
  .dispatch-office-work-interview .oneday-flow dd > div .notice::before {
    margin-top: 8px;
  }
  .dispatch-office-work-interview .interview-list {
    flex-direction: column;
    margin-top: 2rem;
  }
  .dispatch-office-work-interview .interview-list a {
    width: 100%;
  }
  .dispatch-office-work-interview .interview-list a dl dd {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .dispatch-office-work-interview .interview-list a .link-arrow {
    font-size: 1.8rem;
  }
  .dispatch-office-work-interview .bottom-image {
    margin: 4rem auto;
  }
  .dispatch-office-work-interview .bottom-image figure img {
    height: 200px;
  }
  .dispatch-office-work-interview .interview-list .no-link {
    display: none;
  }
  .requirement__nav {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .requirement__nav li {
    width: 48%;
    min-width: initial;
  }
  .requirement__contents--inner > dl > dt {
    flex-direction: column;
    padding: 1em;
    row-gap: 1rem;
  }
  .requirement__contents--inner > dl > dd dl {
    flex-direction: column;
  }
  .requirement__contents--inner > dl > dd dl dt {
    width: 100%;
    padding: 1em;
  }
  .requirement__contents--inner > dl > dd dl dd {
    padding: 1.5em 1em;
  }
}/*# sourceMappingURL=dispatch.css.map */