body {
  background-color: #F6F2EA;
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
section .content {
  width: 100%;
  max-width: 125rem;
  margin: auto;
}
@media (max-width: 640px) {
  section {
    padding: 3rem 0;
  }
}

.grid.grid-2-column {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-3-column {
  grid-template-columns: repeat(3, 1fr);
}

.-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.-header:before {
  content: "";
  display: block;
  width: 260rem;
  height: 260rem;
  background-color: rgb(243, 159, 23);
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: skewX(-30deg) translateX(-103%);
          transform: skewX(-30deg) translateX(-103%);
}
@media (max-width: 640px) {
  .-header:before {
    width: 100%;
    height: 80rem;
    left: 0;
    -webkit-transform: skewY(-30deg) translateY(-25%);
            transform: skewY(-30deg) translateY(-25%);
  }
}
.-header .layout_logo_container {
  max-width: 125rem;
  margin: auto;
  padding-left: 3.2rem;
}
.-header .pankuzu {
  padding-left: 3.2rem;
  max-width: 125rem;
  margin: auto;
}

.top-banner-container {
  background-color: #ffffff;
}

.top-banner {
  display: block;
  width: 100%;
}

.top-banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .top-banner {
    padding-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

p a {
  color: #387087;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

.heading-area {
  padding: 6rem 3rem;
}
.heading-area h2 {
  max-width: 82.7rem;
  margin: 0 auto 6rem;
}
@media (max-width: 640px) {
  .heading-area h2 {
    margin-bottom: 3rem;
  }
}
.heading-area p {
  font-size: 1.8rem;
  max-width: 67rem;
  margin: auto;
}
@media (max-width: 640px) {
  .heading-area {
    padding: 2rem 3.2rem;
  }
}

.sec01 {
  background-color: #fff;
}
.sec01 .-case {
  padding-top: 6rem;
  gap: 5.2rem;
}
@media (max-width: 640px) {
  .sec01 .-case {
    grid-template-columns: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.sec01 .-case > div {
  border: #f39f17 0.8rem solid;
  background-color: #f39f17;
  border-radius: 1em;
  margin-bottom: 2em;
}
.sec01 .-case .heading {
  display: grid;
  background-color: #fff;
  border-radius: 0.8em 0.8em 0 0;
}
.sec01 .-case .heading h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  padding: 0 2rem 2rem;
}
.sec01 .-case .heading .case-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 13.3rem;
  margin: -6rem auto 1rem;
}
.sec01 .-case .text {
  padding: 1em;
}
@media (max-width: 640px) {
  .sec01 .-case .text {
    padding: 0.7em;
  }
}

.sec02 {
  background-color: #fff;
}
.sec02 .heading-area p {
  max-width: 70rem;
}

.eye-catch {
  background-color: #004387;
  padding: 6rem 0 7rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.eye-catch h3 {
  max-width: 88rem;
  margin: auto;
  position: relative;
}
.eye-catch h3:before, .eye-catch h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70rem;
  height: 26.5rem;
  background: url(../img/arrows.svg) no-repeat center center;
  background-size: contain;
}
.eye-catch h3:before {
  right: 104%;
}
.eye-catch h3:after {
  left: 104%;
}

.blue-ttl {
  font-size: 5rem;
  font-weight: 800;
  line-height: 5.6rem;
  color: #004387;
  text-align: center;
  margin-bottom: 0.6em;
}
@media (max-width: 640px) {
  .blue-ttl {
    font-size: 2.4rem;
  }
}

.sec03 {
  padding-top: 10rem;
}
@media (max-width: 640px) {
  .sec03 {
    padding: 2rem 3.2rem;
  }
}
.sec03 .grid {
  gap: 8.2rem;
  margin-bottom: 8rem;
}
.sec03 .grid > .-row {
  position: relative;
  border: #004387 2px dashed;
  border-radius: 1em;
  width: 100%;
  max-width: 116rem;
  margin: auto;
  padding: 1.8rem;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row {
    border: none;
    border-radius: 0;
    gap: 1rem;
  }
  .sec03 .grid > .-row:before {
    content: "";
    width: 90%;
    height: 0;
    border-bottom: #004387 2px dashed;
    position: absolute;
    bottom: 0;
    left: 5%;
  }
}
.sec03 .grid > .-row:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 109%;
  width: 4.6rem;
  height: 4.6rem;
  background: url(../img/arr-down.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row:after {
    top: 105%;
  }
}
.sec03 .grid > .-row:last-child:after {
  display: none;
}
.sec03 .grid > .-row .heading {
  width: 26.2rem;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .heading {
    width: 100%;
  }
}
.sec03 .grid > .-row .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 2rem;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .sec03 .grid > .-row .text.sp-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec03 .grid > .-row .text .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .text .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.sec03 .grid > .-row .text .text h4 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #004387;
  margin-bottom: 0.4em;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .text .text h4 {
    display: none;
  }
}
.sec03 .grid > .-row .text .text p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.sec03 .grid > .-row .text .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .text .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 44%;
  }
}
.sec03 .grid > .-row .text .date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 640px) {
  .sec03 .grid > .-row .text .date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 28%;
  }
}

.button-area {
  padding-top: 3rem;
  width: 100%;
  max-width: 116rem;
  margin: auto;
}
.button-area a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-area a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.button-area a .orange {
  fill: #F39F17;
}
.button-area a:hover .orange {
  fill: #ff5900;
}
.button-area a:hover .arrow {
  -webkit-animation: move-arrow 0.3s 0s ease forwards;
          animation: move-arrow 0.3s 0s ease forwards;
}

@-webkit-keyframes move-arrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

@keyframes move-arrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.sec04 .heading-area h3 {
  text-align: center;
  margin-bottom: 1em;
}
.sec04 .heading-area p {
  max-width: 80rem;
  text-align: center;
}
@media (max-width: 640px) {
  .sec04 .heading-area p {
    text-align: left;
    font-size: 1.5rem;
  }
}
.sec04 .accordions {
  max-width: 116rem;
  margin: 0 auto 3rem;
}
.sec04 .accordions dl {
  background-color: #fff;
  margin-bottom: 3rem;
  position: relative;
}
.sec04 .accordions dl dt,
.sec04 .accordions dl dd {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 8rem 8rem 8rem 0;
  position: static;
}
@media (max-width: 640px) {
  .sec04 .accordions dl dt,
  .sec04 .accordions dl dd {
    padding: 4em 1em;
  }
}
.sec04 .accordions dl span {
  width: 20rem;
  text-align: center;
}
@media (max-width: 640px) {
  .sec04 .accordions dl span {
    width: 4rem;
  }
}
.sec04 .accordions dl span img {
  width: 5.6rem;
}
@media (max-width: 640px) {
  .sec04 .accordions dl span img {
    width: 2.4rem;
  }
}
.sec04 .accordions dl h4 {
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .sec04 .accordions dl h4 {
    font-size: 2rem;
  }
}
.sec04 .accordions dl dt {
  cursor: pointer;
}
.sec04 .accordions dl dt:after {
  content: "";
  width: 2.8rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.4rem;
  background: url(../img/arr-open.svg) no-repeat center;
  background-size: contain;
}
.sec04 .accordions dl dt.active:after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 640px) {
  .sec04 .accordions dl dd {
    padding-top: 0;
    padding-bottom: 7em;
  }
}

.anim .anim-item-01 {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 2;
}
.anim .anim-item-02 {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 2;
}
.anim .anim-item-03 {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 2;
}
.anim .anim-item-04 {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  z-index: 1;
}
.anim.play .anim-item-01 {
  -webkit-animation: cutin 0.3s 0s ease-in-out forwards;
          animation: cutin 0.3s 0s ease-in-out forwards;
}
.anim.play .anim-item-02 {
  -webkit-animation: cutin 0.3s 0.1s ease-in-out forwards;
          animation: cutin 0.3s 0.1s ease-in-out forwards;
}
.anim.play .anim-item-03 {
  -webkit-animation: cutin 0.3s 0.2s ease-in-out forwards;
          animation: cutin 0.3s 0.2s ease-in-out forwards;
}
.anim.play .anim-item-04 {
  -webkit-animation: cutin 0.3s 0.7s ease-in-out forwards;
          animation: cutin 0.3s 0.7s ease-in-out forwards;
}
.anim.fadeIn.lead {
  opacity: 0;
}
.anim.fadeIn.lead.play {
  -webkit-animation: fadeIn 1s 1s ease-in-out forwards;
          animation: fadeIn 1s 1s ease-in-out forwards;
}
.anim.-step > div {
  opacity: 0;
}
.anim.-step.play > div:nth-child(1) {
  -webkit-animation: fadeIn 0.3s 0.2s ease-in-out forwards;
          animation: fadeIn 0.3s 0.2s ease-in-out forwards;
}
.anim.-step.play > div:nth-child(2) {
  -webkit-animation: fadeIn 0.3s 0.4s ease-in-out forwards;
          animation: fadeIn 0.3s 0.4s ease-in-out forwards;
}
.anim.-step.play > div:nth-child(3) {
  -webkit-animation: fadeIn 0.3s 0.6s ease-in-out forwards;
          animation: fadeIn 0.3s 0.6s ease-in-out forwards;
}
.anim.-step.play > div:nth-child(4) {
  -webkit-animation: fadeIn 0.3s 0.8s ease-in-out forwards;
          animation: fadeIn 0.3s 0.8s ease-in-out forwards;
}
.anim.-step.play > div:nth-child(5) {
  -webkit-animation: fadeIn 0.3s 1s ease-in-out forwards;
          animation: fadeIn 0.3s 1s ease-in-out forwards;
}
.anim.eye-catch {
  -webkit-transform: scaleY(0%);
          transform: scaleY(0%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.anim.eye-catch.play {
  -webkit-transform: scaleY(100%);
          transform: scaleY(100%);
}

@media (max-width: 640px) {
  .cutInBody {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@media (max-width: 640px) {
  .cutInBody.play {
    -webkit-animation: cutin 0.3s 0s ease-in-out forwards;
            animation: cutin 0.3s 0s ease-in-out forwards;
  }
}

@-webkit-keyframes cutin {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cutin {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style-fw-jobs.css.map */