@charset "utf-8";

@charset "UTF-8";
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1023); // ブラウザ幅が1023pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1023); // ブラウザ幅が1023pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
/*---------- button ----------*/
.c-button-01, .c-button-01--green, .c-button-01--purple, .c-button-01--blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52.4rem;
  height: 11.7rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
.c-button-01::before, .c-button-01--green::before, .c-button-01--purple::before, .c-button-01--blue::before, .c-button-01::after, .c-button-01--green::after, .c-button-01--purple::after, .c-button-01--blue::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 1rem);
  border-radius: 5.9rem;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.c-button-01::before, .c-button-01--green::before, .c-button-01--purple::before, .c-button-01--blue::before {
  top: 0;
  z-index: 2;
}
.c-button-01::after, .c-button-01--green::after, .c-button-01--purple::after, .c-button-01--blue::after {
  box-shadow: 0 0.6rem 1rem 0 rgba(60, 60, 60, 0.5);
  bottom: 0;
  z-index: 1;
}
.c-button-01 span, .c-button-01--green span, .c-button-01--purple span, .c-button-01--blue span {
  padding-right: 6.4rem;
  color: #036794;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0.3rem 0 #fff;
  position: relative;
  z-index: 3;
}
.c-button-01 span::before, .c-button-01--green span::before, .c-button-01--purple span::before, .c-button-01--blue span::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.5rem;
  margin: auto;
  background: no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 0;
}
.c-button-01:hover, .c-button-01--green:hover, .c-button-01--purple:hover, .c-button-01--blue:hover {
  padding-top: 1rem;
  padding-bottom: 0;
}
.c-button-01:hover::before, .c-button-01--green:hover::before, .c-button-01--purple:hover::before, .c-button-01--blue:hover::before {
  top: 1rem;
}
.c-button-01:hover span, .c-button-01--green:hover span, .c-button-01--purple:hover span, .c-button-01--blue:hover span {
  opacity: 1;
}
.c-button-01--blue::before {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #97ebf6 100%);
}
.c-button-01--blue::after {
  background: #036794;
}
.c-button-01--blue span {
  color: #036794;
}
.c-button-01--blue span::before {
  background-image: url("../images/common/c-button-01_bg_button_arrow-blue.png");
}
.c-button-01--purple::before {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #eca9c8 100%);
}
.c-button-01--purple::after {
  background: #af3c82;
}
.c-button-01--purple span {
  color: #af3c82;
}
.c-button-01--purple span::before {
  background-image: url("../images/common/c-button-01_bg_button_arrow-purple.png");
}
.c-button-01--green::before {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #bfe7de 100%);
}
.c-button-01--green::after {
  background: #0f6432;
}
.c-button-01--green span {
  color: #0f6432;
}
.c-button-01--green span::before {
  background-image: url("../images/common/c-button-01_bg_button_arrow-green.png");
}
.c-button-02 {
  display: inline-block;
  padding: 2.6rem 3.8rem;
  background: #fff;
  border: 0.4rem solid #1837b2;
  border-radius: 2rem;
  color: #1837b2;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
  transition: all 0.3s ease;
}
.c-button-02:hover {
  background: #1837b2;
  border-color: #1837b2;
  color: #fff;
}
.c-button-03 {
  display: inline-block;
  position: relative;
}
.c-button-03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #9a9a9a;
  border-radius: 2rem;
  pointer-events: none;
  position: absolute;
  top: 1.6rem;
  left: 0;
  z-index: 1;
}
.c-button-03 span {
  display: block;
  padding: 1.8rem 6.5rem;
  background: #f87a00;
  border: 0.8rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.c-button-03:hover span {
  opacity: 1;
  top: 1.4rem;
}
.c-button-entry {
  display: inline-block;
  width: 67.95rem;
  height: 27.25rem;
  position: relative;
}
.c-button-entry::before, .c-button-entry::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
.c-button-entry::before {
  width: 100%;
  height: 100%;
  background: url("../images/common/c-button-entry_bg.png") no-repeat top left/100% 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.c-button-entry::after {
  width: calc(100% - 7.2rem);
  height: 100%;
  background: #9a9a9a;
  border-radius: 5.4rem;
  top: 2.4rem;
  right: 0;
  z-index: 1;
}
.c-button-entry:hover::before {
  top: 2rem;
}
.c-button-entry span {
  display: none;
}

/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1023); // ブラウザ幅が1023pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
.u-wrap, .u-wrap--940 {
  width: 100%;
  max-width: 80rem;
  padding: 0 4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.u-wrap--940 {
  max-width: 94rem;
}

.u-nopc {
  display: none;
}

.u-hover--fade {
  transition: opacity 0.3s ease;
}
.u-hover--fade:hover {
  opacity: 0.7;
}

.u-bg-dots {
  position: relative;
}
.u-bg-dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/u-bg-dots_bg.png") top left/2.4rem auto;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: overlay;
}

.u-bg-border, .u-bg-border--yellow, .u-bg-border--blue, .u-bg-border--green, .u-bg-border--white {
  position: relative;
}
.u-bg-border::before, .u-bg-border--yellow::before, .u-bg-border--blue::before, .u-bg-border--green::before, .u-bg-border--white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: top left/13.5rem auto;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.u-bg-border--white::before {
  background-image: url("../images/common/u-bg-border_bg-white.png");
}
.u-bg-border--green::before {
  background-image: url("../images/common/u-bg-border_bg-green.png");
}
.u-bg-border--blue::before {
  background-image: url("../images/common/u-bg-border_bg-blue.png");
}
.u-bg-border--yellow::before {
  background-image: url("../images/common/u-bg-border_bg-yellow.png");
}

/*---------- wow.js ----------*/
.wow {
  visibility: hidden;
}

/* ----------------------------------------------------
body
---------------------------------------------------- */
body[class*=page-id-] {
  font-family: "M PLUS 1p", sans-serif;
}
body[class*=page-id-] input, body[class*=page-id-] select, body[class*=page-id-] textarea {
  font-family: "M PLUS 1p", sans-serif;
}
body[class*=page-id-] .header, body[class*=page-id-] .navigation, body[class*=page-id-] #page-title, body[class*=page-id-] #Pankuzu, body[class*=page-id-] .foot {
  display: none;
}
body[class*=page-id-] #Container {
  max-width: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  text-align: center;
  position: relative;
}

/* ----------------------------------------------------
animate.css
---------------------------------------------------- */
@keyframes borderInLeft {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animate__borderInLeft {
  display: block;
  width: calc(100% + 0.8rem);
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -0.4rem;
  z-index: 2;
  animation-name: borderInLeft;
}

/* ----------------------------------------------------
page
---------------------------------------------------- */
.p-tayorininaru-shigoto {
  /*---------- common ----------*/
  /*---------- header ----------*/
  /*---------- mv ----------*/
  /*---------- detail ----------*/
  /*---------- voice ----------*/
  /*---------- form ----------*/
  /*---------- footer ----------*/
}
.p-tayorininaru-shigoto * {
  box-sizing: border-box;
}
.p-tayorininaru-shigoto img {
  max-width: 100%;
  height: auto;
}
.p-tayorininaru-shigoto__content {
  position: relative;
  z-index: 2;
}
.p-tayorininaru-shigoto-header {
  width: 100%;
  height: 13.2rem;
  padding: 3.4rem 0 1.5rem 7.7rem;
  background: #fff;
  text-align: left;
  position: relative;
  z-index: 1;
}
.p-tayorininaru-shigoto-header__logo {
  display: inline-block;
}
.p-tayorininaru-shigoto-header__logo img {
  width: 24.7rem;
}
.p-tayorininaru-shigoto-mv {
  background: #3a86de;
  position: relative;
  z-index: 2;
}
.p-tayorininaru-shigoto-mv::before {
  height: 64.7rem;
  top: 13rem;
}
.p-tayorininaru-shigoto-mv__wrap {
  padding: 2.8rem 11.5rem 0 11.5rem;
}
.p-tayorininaru-shigoto-mv__ribbon {
  width: 133.2rem;
  position: absolute;
  top: -27rem;
  left: -2rem;
}
.p-tayorininaru-shigoto-mv__heading {
  max-width: 71rem;
  margin: 0 auto;
  color: #fe0;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.175;
  letter-spacing: -0.08em;
  text-align: right;
  text-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.16);
}
.p-tayorininaru-shigoto-mv__heading span {
  font-size: 12.5rem;
  letter-spacing: 0.02em;
}
.p-tayorininaru-shigoto-mv__heading strong {
  display: block;
  color: #fff;
  font-size: 17.6rem;
  letter-spacing: 0em;
  text-align: right;
  text-shadow: 1.5rem 1.5rem 0 #1a28a5;
}
.p-tayorininaru-shigoto-mv__img {
  width: calc(100% + 30.7rem);
  margin-top: -1rem;
  margin-left: -15.35rem;
}
.p-tayorininaru-shigoto-mv__button {
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12.7rem;
}
.p-tayorininaru-shigoto-detail {
  margin-top: 37.5rem;
  background: #e5f8ff;
}
.p-tayorininaru-shigoto-detail__heading {
  width: 100%;
  height: 30.45rem;
  padding: 11.5rem 0 0 26.2rem;
  margin-top: -19rem;
  background: url("../images/tayorininaru-shigoto/detail_bg_heading.png") no-repeat top left/100% 100%;
  border: 0;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 1.1851851852;
  text-align: left;
}
.p-tayorininaru-shigoto-detail__heading__wrap {
  max-width: 75rem;
  padding: 0.1rem 2.4rem 0 2.4rem;
  margin: 0 auto;
}
.p-tayorininaru-shigoto-detail__img {
  width: 85.1rem;
  padding: 0;
  margin-top: 0.5rem;
  border: 0;
  text-align: left;
  position: relative;
}
.p-tayorininaru-shigoto-detail__img__wrap {
  max-width: 75rem;
  padding: 0.1rem 2.4rem 0 2.4rem;
  margin: 0 auto;
}
.p-tayorininaru-shigoto-detail__img span {
  display: block;
  padding: 0 4.4rem;
  color: #333;
  font-size: 4.9rem;
  font-weight: 800;
  line-height: 1.1020408163;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 4.8rem;
  left: -1.8rem;
  transform: rotate(-8deg);
}
.p-tayorininaru-shigoto-detail__img span::before, .p-tayorininaru-shigoto-detail__img span::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.5rem;
  background: #333;
  border-radius: 0.3rem;
  pointer-events: none;
  position: absolute;
  bottom: 2rem;
}
.p-tayorininaru-shigoto-detail__img span::before {
  left: 0;
  transform: rotate(68deg);
}
.p-tayorininaru-shigoto-detail__img span::after {
  right: 0;
  transform: rotate(-68deg);
}
.p-tayorininaru-shigoto-detail__box {
  padding: 10.8rem 5.5rem 7.3rem 5.5rem;
  margin-top: -8rem;
  background: #fff;
  border-top-left-radius: 3.4rem;
  border-top-right-radius: 3.4rem;
}
.p-tayorininaru-shigoto-detail__box__wrap {
  max-width: 75rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}
.p-tayorininaru-shigoto-detail__subheading {
  padding: 0;
  text-align: center;
}
.p-tayorininaru-shigoto-detail__subheading span {
  display: inline-block;
  padding: 0 3.6rem;
  color: #3a86de;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2333333333;
  position: relative;
}
.p-tayorininaru-shigoto-detail__subheading span::before, .p-tayorininaru-shigoto-detail__subheading span::after {
  content: "";
  display: block;
  width: 13.5rem;
  height: 0.5rem;
  background: #3a86de;
  border-radius: 0.3rem;
  pointer-events: none;
  position: absolute;
  bottom: 6rem;
}
.p-tayorininaru-shigoto-detail__subheading span::before {
  left: -6.5rem;
  transform: rotate(68deg);
}
.p-tayorininaru-shigoto-detail__subheading span::after {
  right: -6.5rem;
  transform: rotate(-68deg);
}
.p-tayorininaru-shigoto-detail__subheading span small {
  font-size: 4.7rem;
  letter-spacing: 0.08em;
}
.p-tayorininaru-shigoto-detail__miniheading {
  padding: 1.8rem 0;
  margin-top: 3.3rem;
  background: #fe0;
  color: #3a86de;
  font-size: 13.4rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.p-tayorininaru-shigoto-detail__section {
  padding: 0 !important;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box {
  padding: 5.7rem 5.5rem 7.8rem 5.5rem;
  margin-top: 0;
  border-radius: 0;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading {
  text-align: center;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span {
  display: inline-block;
  color: #333;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.625;
  letter-spacing: -0.04em;
  position: relative;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::before, .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.5rem;
  background: #333;
  border-radius: 0.3rem;
  pointer-events: none;
  position: absolute;
  bottom: 2rem;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::before {
  left: -3rem;
  transform: rotate(68deg);
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::after {
  right: -3rem;
  transform: rotate(-68deg);
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__fukidashi {
  padding-top: 0.8rem;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__heading {
  position: relative;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__heading strong {
  display: inline-block;
  position: relative;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__heading strong em {
  color: #f87a00;
  font-weight: 900;
  font-style: normal;
  position: relative;
  z-index: 2;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__headingBorder {
  display: block;
  width: calc(100% - 0.8rem);
  height: 2.8rem;
  border: 0;
  position: absolute;
  left: 0.4rem;
  bottom: -0.3rem;
  z-index: 1;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__headingBorder div {
  width: 0;
  height: 100%;
  background: #fff700;
  position: absolute;
  top: 0;
  left: 0;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__img {
  margin-top: 3.5rem;
}
.p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__lead {
  margin-top: 0.8rem;
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.40625;
  text-align: justify;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(odd) .p-tayorininaru-shigoto-detail__box {
  background: #e5f8ff;
}
.p-tayorininaru-shigoto-detail__section:last-of-type {
  padding-bottom: 22.6rem !important;
}
.p-tayorininaru-shigoto-detail__section:last-of-type .p-tayorininaru-shigoto-detail__box {
  padding-bottom: 26.5rem;
  margin-top: 0;
  border-bottom-left-radius: 3.4rem;
  border-bottom-right-radius: 3.4rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(1) .p-tayorininaru-shigoto-detail__box__fukidashi img {
  width: 26.4rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(1) .p-tayorininaru-shigoto-detail__box__heading strong em {
  font-size: 8.6rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__fukidashi img {
  width: 26.4rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__heading strong em {
  font-size: 8.6rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__heading strong em small {
  font-size: 7.6rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(3) .p-tayorininaru-shigoto-detail__box__heading strong em {
  font-size: 8.1rem;
  letter-spacing: -0.054em;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__fukidashi img {
  width: 15.05rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__heading strong em {
  font-size: 6.2rem;
}
.p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__heading strong em small {
  font-size: 5.4rem;
}
.p-tayorininaru-shigoto-detail__button {
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10rem;
  z-index: 2;
}
.p-tayorininaru-shigoto-voice {
  background: #fff;
}
.p-tayorininaru-shigoto-voice__wrap {
  padding-top: 13.4rem;
  padding-bottom: 10rem;
}
.p-tayorininaru-shigoto-voice__content {
  padding-bottom: 8.4rem;
  background: #fff;
  border: 0.2rem solid #3a86de;
  box-shadow: 1.5rem 1.5rem 0 0 #3a86de;
}
.p-tayorininaru-shigoto-voice__box {
  max-width: 75rem;
  padding: 0.1rem 2.4rem 0 2.4rem;
  margin: 0 auto;
}
.p-tayorininaru-shigoto-voice__img {
  margin-top: -6.5rem;
  line-height: 1;
  position: relative;
}
.p-tayorininaru-shigoto-voice__img__heading {
  width: 77.6rem;
  padding: 0;
  margin-left: -3.7rem;
  border: 0;
  position: relative;
  z-index: 1;
}
.p-tayorininaru-shigoto-voice__img__main {
  margin-top: -8rem;
  position: relative;
  z-index: 2;
}
.p-tayorininaru-shigoto-voice__summary {
  margin-top: 2.5rem;
  color: #f87a00;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
.p-tayorininaru-shigoto-voice__col {
  padding: 10rem 3rem 3rem 3rem;
  margin-top: 15.4rem;
  background: #fffcb1;
  border: 0.6rem solid #fe0;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 0 0 #c1c1c1;
  position: relative;
}
.p-tayorininaru-shigoto-voice__col:nth-of-type(even) .p-tayorininaru-shigoto-voice__col__head {
  flex-direction: row-reverse;
}
.p-tayorininaru-shigoto-voice__col:nth-of-type(even) .p-tayorininaru-shigoto-voice__col__meta {
  padding-left: 0;
}
.p-tayorininaru-shigoto-voice__col__head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 2.4rem;
  position: absolute;
  top: -13rem;
  left: 0;
}
.p-tayorininaru-shigoto-voice__col__img {
  width: 23rem;
}
.p-tayorininaru-shigoto-voice__col__meta {
  flex: 1;
  padding: 4rem 0 0 2.4rem;
}
.p-tayorininaru-shigoto-voice__col__subheading {
  color: #3a86de;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
.p-tayorininaru-shigoto-voice__col__heading {
  padding: 0;
  margin-top: 3rem;
  border: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-tayorininaru-shigoto-voice__col__heading small {
  font-size: 3rem;
  letter-spacing: 0em;
}
.p-tayorininaru-shigoto-voice__col__body {
  margin-top: 0.5rem;
}
.p-tayorininaru-shigoto-voice__col__lead {
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: left;
}
.p-tayorininaru-shigoto-form {
  padding-top: 0.1rem;
  background: #e5f8ff;
}
.p-tayorininaru-shigoto-form__band {
  margin-top: 15.8rem;
  background: #f87a00;
}
.p-tayorininaru-shigoto-form__band__wrap {
  max-width: 75rem;
  padding: 0 2.4rem;
  margin: 0 auto;
  position: relative;
}
.p-tayorininaru-shigoto-form__band__heading {
  display: block;
  width: 100%;
  padding: 4.4rem 0 4.6rem 12.7rem;
  border: 0;
  color: #fff700;
  font-size: 7.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
}
.p-tayorininaru-shigoto-form__band__heading::before, .p-tayorininaru-shigoto-form__band__heading::after {
  content: "";
  display: block;
  background: no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
}
.p-tayorininaru-shigoto-form__band__heading::before {
  width: 13.55rem;
  height: 12.5rem;
  background-image: url("../images/tayorininaru-shigoto/form_bg_heading_before.png");
  top: -2.6rem;
  left: 0;
}
.p-tayorininaru-shigoto-form__band__heading::after {
  width: 32.4rem;
  height: 26.4rem;
  background-image: url("../images/tayorininaru-shigoto/form_bg_heading_after.png");
  right: 0;
  bottom: -2.7rem;
}
.p-tayorininaru-shigoto-form__wrap {
  max-width: 78rem;
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.p-tayorininaru-shigoto-form__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/tayorininaru-shigoto/form_bg.png") top left/4rem 4rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-tayorininaru-shigoto-form__table {
  margin-top: 1.5rem;
}
.p-tayorininaru-shigoto-form__table table {
  width: 100%;
}
.p-tayorininaru-shigoto-form__table table tr th, .p-tayorininaru-shigoto-form__table table tr td {
  display: block;
  text-align: left;
}
.p-tayorininaru-shigoto-form__table table tr th {
  margin-top: 3.5rem;
  color: #3a86de;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-tayorininaru-shigoto-form__table table tr th span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  margin-left: 1.2rem;
  background: #f87a00;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  top: -0.2rem;
  left: 0;
}
.p-tayorininaru-shigoto-form__table table tr th small {
  font-size: 2.4rem;
}
.p-tayorininaru-shigoto-form__table table tr td {
  margin-top: 1.1rem;
}
.p-tayorininaru-shigoto-form__table table tr td input, .p-tayorininaru-shigoto-form__table table tr td textarea, .p-tayorininaru-shigoto-form__table table tr td select {
  width: 100%;
  padding: 2.8rem 2rem;
  border: 0;
  outline: none;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=text] {
  background: #fff;
  border-radius: 1.5rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] {
  display: none;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span {
  display: block;
  padding-left: 6.6rem;
  cursor: pointer;
  color: #333;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::before, .p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::before {
  width: 4.5rem;
  height: 4.3rem;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::after {
  content: "✓";
  display: none;
  color: #333;
  font-size: 3.4rem;
  font-weight: 700;
  top: 0;
  left: 0.7rem;
  z-index: 2;
}
.p-tayorininaru-shigoto-form__table table tr td input[type=checkbox]:checked + span::after {
  display: block;
}
.p-tayorininaru-shigoto-form__table table tr td .flex, .p-tayorininaru-shigoto-form__table table tr td .flex--col2 {
  display: flex;
  flex-wrap: wrap;
}
.p-tayorininaru-shigoto-form__table table tr td .flex--col2 > * {
  width: 50%;
  margin: 0 0 2rem 0 !important;
}
.p-tayorininaru-shigoto-form__table table tr td .flex--col2 > *:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-tayorininaru-shigoto-form__table .terms {
  margin-top: 5rem;
}
.p-tayorininaru-shigoto-form__table .terms p {
  text-align: left;
}
.p-tayorininaru-shigoto-form__table .terms p a {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  text-decoration: underline;
}
.p-tayorininaru-shigoto-form__table .terms p a:hover {
  text-decoration: none;
}
.p-tayorininaru-shigoto-form__table .buttons {
  margin-top: 9.2rem;
}
.p-tayorininaru-shigoto-form__table .buttons input[type=submit] {
  display: block;
  width: 100%;
  max-width: 50rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  background: #3a86de;
  border: 0.8rem solid #fff;
  border-radius: 6.4rem;
  box-shadow: 0.4rem 1.6rem 0 0 #9a9a9a;
  cursor: pointer;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.p-tayorininaru-shigoto-form__table .buttons input[type=submit]:hover {
  box-shadow: 0.1rem 0.2rem 0 0 #9a9a9a;
  top: 1.4rem;
  left: 0.3rem;
}
.p-tayorininaru-shigoto-footer__head {
  background: #fff;
}
.p-tayorininaru-shigoto-footer__head__wrap {
  padding-top: 10.9rem;
  padding-bottom: 5rem;
}
.p-tayorininaru-shigoto-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.6rem;
}
.p-tayorininaru-shigoto-footer__sns__li a {
  display: inline-block;
}
.p-tayorininaru-shigoto-footer__sns__li:nth-of-type(1) a {
  width: 8.2rem;
}
.p-tayorininaru-shigoto-footer__sns__li:nth-of-type(2) a {
  width: 8.3rem;
}
.p-tayorininaru-shigoto-footer__sns__li:nth-of-type(3) a {
  width: 6.6rem;
}
.p-tayorininaru-shigoto-footer__body {
  background: #fff;
}
.p-tayorininaru-shigoto-footer__body__wrap {
  padding-top: 3.1rem;
  padding-bottom: 6.6rem;
}
.p-tayorininaru-shigoto-footer__lead {
  color: #333;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.p-tayorininaru-shigoto-footer__lead span {
  display: inline-block;
  padding: 0 2.4rem;
  position: relative;
}
.p-tayorininaru-shigoto-footer__lead span::before, .p-tayorininaru-shigoto-footer__lead span::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 0.4rem;
  margin: auto;
  background: #333;
  border-radius: 0.2rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-tayorininaru-shigoto-footer__lead span::before {
  left: 0;
  transform: rotate(70deg);
}
.p-tayorininaru-shigoto-footer__lead span::after {
  right: 0;
  transform: rotate(-70deg);
}
.p-tayorininaru-shigoto-footer__button {
  margin-top: 1.3rem;
  text-align: center;
}
.p-tayorininaru-shigoto-footer__button a {
  display: inline-block;
  position: relative;
}
.p-tayorininaru-shigoto-footer__button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #9a9a9a;
  border-radius: 2rem;
  pointer-events: none;
  position: absolute;
  top: 1.6rem;
  left: 0;
  z-index: 1;
}
.p-tayorininaru-shigoto-footer__button a span {
  display: block;
  padding: 1.8rem 6.5rem;
  background: #f87a00;
  border: 0.8rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.p-tayorininaru-shigoto-footer__button a:hover span {
  opacity: 1;
  top: 1.4rem;
}
.p-tayorininaru-shigoto-footer__bottom {
  background: #fff;
}
.p-tayorininaru-shigoto-footer__bottom__wrap {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
.p-tayorininaru-shigoto-footer__logo {
  text-align: center;
}
.p-tayorininaru-shigoto-footer__logo img {
  width: 43.9rem;
}
.p-tayorininaru-shigoto-footer__copyright {
  margin-top: 4.3rem;
  font-family: "メイリオ", "Meiryo";
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-button-01, .c-button-01--green, .c-button-01--purple, .c-button-01--blue {
    max-width: 68.3181225554vw;
    height: 15.2542372881vw;
    padding-bottom: 1.3037809648vw;
    transition: none;
  }
  .c-button-01::before, .c-button-01--green::before, .c-button-01--purple::before, .c-button-01--blue::before, .c-button-01::after, .c-button-01--green::after, .c-button-01--purple::after, .c-button-01--blue::after {
    height: calc(100% - 1.3037809648vw);
    border-radius: 7.6923076923vw;
    transition: none;
  }
  .c-button-01::after, .c-button-01--green::after, .c-button-01--purple::after, .c-button-01--blue::after {
    box-shadow: 0 0.7822685789vw 1.3037809648vw 0 rgba(60, 60, 60, 0.5);
  }
  .c-button-01 span, .c-button-01--green span, .c-button-01--purple span, .c-button-01--blue span {
    padding-right: 8.3441981747vw;
    font-size: 5.2151238592vw;
    text-shadow: 0 0.3911342894vw 0 #fff;
  }
  .c-button-01 span::before, .c-button-01--green span::before, .c-button-01--purple span::before, .c-button-01--blue span::before {
    width: 4.1720990874vw;
    height: 4.5632333768vw;
    top: calc(50% - 1.8252933507vw);
  }
  .c-button-01:hover, .c-button-01--green:hover, .c-button-01--purple:hover, .c-button-01--blue:hover {
    padding-top: 0;
    padding-bottom: 1.3037809648vw;
  }
  .c-button-01:hover::before, .c-button-01--green:hover::before, .c-button-01--purple:hover::before, .c-button-01--blue:hover::before {
    top: 0;
  }
  .c-button-02 {
    padding: 3.3898305085vw 4.9543676662vw;
    border: 1.0430247718vw solid #1837b2;
    border-radius: 2.6075619296vw;
    font-size: 4.6936114733vw;
    transition: none;
  }
  .c-button-02:hover {
    background: #fff;
    color: #1837b2;
  }
  .c-button-03::before {
    border-radius: 2.6075619296vw;
    top: 2.0860495437vw;
  }
  .c-button-03 span {
    padding: 2.6075619296vw 9.778357236vw;
    border: 1.0430247718vw solid #fff;
    border-radius: 2.6075619296vw;
    font-size: 5.7366362451vw;
    transition: none;
  }
  .c-button-03:hover span {
    top: 0;
  }
  .u-wrap, .u-wrap--940 {
    max-width: inherit;
    padding: 0 5.2151238592vw;
  }
  .u-nosp {
    display: none;
  }
  .u-nopc {
    display: inherit;
  }
  .u-hover--fade {
    transition: none;
  }
  .u-hover--fade:hover {
    opacity: 1;
  }
  .u-bg-dots::before {
    background-size: 3.1290743155vw auto;
  }
}
@media screen and (max-width: 940px) {
  .c-button-entry {
    width: 72.2872340426vw;
    height: 28.9893617021vw;
  }
  .c-button-entry::before {
    transition: none;
  }
  .c-button-entry::after {
    width: calc(100% - 7.6595744681vw);
    border-radius: 5.7446808511vw;
    top: 2.5531914894vw;
  }
  .c-button-entry:hover::before {
    top: 0;
  }
  .u-wrap--940 {
    padding: 0 4.2553191489vw;
  }
  .u-bg-border::before, .u-bg-border--yellow::before, .u-bg-border--blue::before, .u-bg-border--green::before, .u-bg-border--white::before {
    background-size: 14.3617021277vw auto;
  }
  .p-tayorininaru-shigoto-header {
    height: 14.0425531915vw;
    padding: 3.6170212766vw 0 1.5957446809vw 8.1914893617vw;
  }
  .p-tayorininaru-shigoto-mv::before {
    height: 68.829787234vw;
    top: 13.829787234vw;
  }
  .p-tayorininaru-shigoto-mv__wrap {
    padding: 2.9787234043vw 2.5531914894vw 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-mv__heading {
    max-width: 75.5319148936vw;
    font-size: 8.5106382979vw;
    text-shadow: 1.0638297872vw 1.0638297872vw 0 rgba(0, 0, 0, 0.16);
  }
  .p-tayorininaru-shigoto-mv__heading span {
    font-size: 13.2978723404vw;
  }
  .p-tayorininaru-shigoto-mv__heading strong {
    font-size: 18.7234042553vw;
    text-shadow: 1.5957446809vw 1.5957446809vw 0 #1a28a5;
  }
  .p-tayorininaru-shigoto-mv__img {
    width: calc(100% + 32.6595744681vw);
    margin-top: -1.0638297872vw;
    margin-left: -16.329787234vw;
  }
  .p-tayorininaru-shigoto-mv__button {
    bottom: -13.5106382979vw;
  }
  .p-tayorininaru-shigoto-detail {
    margin-top: 39.8936170213vw;
  }
  .p-tayorininaru-shigoto-detail__heading {
    height: 32.3936170213vw;
    padding: 12.2340425532vw 0 0 27.8723404255vw;
    margin-top: -20.2127659574vw;
    font-size: 5.7446808511vw;
  }
  .p-tayorininaru-shigoto-detail__heading__wrap {
    max-width: 79.7872340426vw;
    padding: 0.1063829787vw 2.5531914894vw 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-detail__img {
    width: 90.5319148936vw;
    margin-top: 0.5319148936vw;
  }
  .p-tayorininaru-shigoto-detail__img__wrap {
    max-width: 79.7872340426vw;
    padding: 0.1063829787vw 2.5531914894vw 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-detail__img span {
    padding: 0 4.6808510638vw;
    font-size: 5.2127659574vw;
    top: 5.1063829787vw;
    left: -1.914893617vw;
  }
  .p-tayorininaru-shigoto-detail__img span::before, .p-tayorininaru-shigoto-detail__img span::after {
    width: 6.3829787234vw;
    height: 0.5319148936vw;
    border-radius: 0.3191489362vw;
    bottom: 2.1276595745vw;
  }
  .p-tayorininaru-shigoto-detail__box {
    padding: 11.4893617021vw 5.8510638298vw 7.7659574468vw 5.8510638298vw;
    margin-top: -8.5106382979vw;
    border-top-left-radius: 3.6170212766vw;
    border-top-right-radius: 3.6170212766vw;
  }
  .p-tayorininaru-shigoto-detail__box__wrap {
    max-width: 79.7872340426vw;
    padding: 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-detail__subheading span {
    padding: 0 3.829787234vw;
    font-size: 6.3829787234vw;
  }
  .p-tayorininaru-shigoto-detail__subheading span::before, .p-tayorininaru-shigoto-detail__subheading span::after {
    width: 14.3617021277vw;
    height: 0.5319148936vw;
    border-radius: 0.3191489362vw;
    bottom: 6.3829787234vw;
  }
  .p-tayorininaru-shigoto-detail__subheading span::before {
    left: -6.914893617vw;
  }
  .p-tayorininaru-shigoto-detail__subheading span::after {
    right: -6.914893617vw;
  }
  .p-tayorininaru-shigoto-detail__subheading span small {
    font-size: 5vw;
  }
  .p-tayorininaru-shigoto-detail__miniheading {
    padding: 1.914893617vw 0;
    margin-top: 3.5106382979vw;
    font-size: 14.2553191489vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box {
    padding: 6.0638297872vw 5.8510638298vw 8.2978723404vw 5.8510638298vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span {
    font-size: 3.4042553191vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::before, .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::after {
    width: 3.1914893617vw;
    height: 0.5319148936vw;
    border-radius: 0.3191489362vw;
    bottom: 2.1276595745vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::before {
    left: -3.1914893617vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__subheading span::after {
    right: -3.1914893617vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__fukidashi {
    padding-top: 0.8510638298vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__headingBorder {
    width: calc(100% - 0.8510638298vw);
    height: 2.9787234043vw;
    left: 0.4255319149vw;
    bottom: -0.3191489362vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__img {
    margin-top: 3.7234042553vw;
  }
  .p-tayorininaru-shigoto-detail__section .p-tayorininaru-shigoto-detail__box__lead {
    margin-top: 0.8510638298vw;
    font-size: 3.4042553191vw;
  }
  .p-tayorininaru-shigoto-detail__section:last-of-type {
    padding-bottom: 24.0425531915vw !important;
  }
  .p-tayorininaru-shigoto-detail__section:last-of-type .p-tayorininaru-shigoto-detail__box {
    padding-bottom: 28.1914893617vw;
    border-bottom-left-radius: 3.6170212766vw;
    border-bottom-right-radius: 3.6170212766vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(1) .p-tayorininaru-shigoto-detail__box__fukidashi img {
    width: 28.085106383vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(1) .p-tayorininaru-shigoto-detail__box__heading strong em {
    font-size: 8.7234042553vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__fukidashi img {
    width: 28.085106383vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__heading strong em {
    font-size: 8.7234042553vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(2) .p-tayorininaru-shigoto-detail__box__heading strong em small {
    font-size: 7.6595744681vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(3) .p-tayorininaru-shigoto-detail__box__heading strong em {
    font-size: 8.085106383vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__fukidashi img {
    width: 16.0106382979vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__heading strong em {
    font-size: 6.3829787234vw;
  }
  .p-tayorininaru-shigoto-detail__section:nth-of-type(4) .p-tayorininaru-shigoto-detail__box__heading strong em small {
    font-size: 5.5319148936vw;
  }
  .p-tayorininaru-shigoto-detail__button {
    left: -5.8510638298vw;
    bottom: -10.6382978723vw;
  }
  .p-tayorininaru-shigoto-voice__wrap {
    padding-top: 14.2553191489vw !important;
    padding-bottom: 10.6382978723vw !important;
  }
  .p-tayorininaru-shigoto-voice__content {
    padding-bottom: 8.9361702128vw;
    border: 0.2127659574vw solid #3a86de;
    box-shadow: 1.5957446809vw 1.5957446809vw 0 0 #3a86de;
  }
  .p-tayorininaru-shigoto-voice__box {
    max-width: 79.7872340426vw;
    padding: 0.1063829787vw 2.5531914894vw 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-voice__img {
    margin-top: -6.914893617vw;
  }
  .p-tayorininaru-shigoto-voice__img__heading {
    width: 82.5531914894vw;
    margin-left: -3.9361702128vw;
  }
  .p-tayorininaru-shigoto-voice__img__main {
    margin-top: -8.5106382979vw;
  }
  .p-tayorininaru-shigoto-voice__summary {
    margin-top: 2.6595744681vw;
    font-size: 4.2553191489vw;
  }
  .p-tayorininaru-shigoto-voice__col {
    padding: 10.6382978723vw 3.1914893617vw 3.1914893617vw 3.1914893617vw;
    margin-top: 16.3829787234vw;
    border: 0.6382978723vw solid #fe0;
    border-radius: 2.1276595745vw;
    box-shadow: 1.0638297872vw 1.0638297872vw 0 0 #c1c1c1;
  }
  .p-tayorininaru-shigoto-voice__col__head {
    padding: 0 2.5531914894vw;
    top: -13.829787234vw;
  }
  .p-tayorininaru-shigoto-voice__col__img {
    width: 24.4680851064vw;
  }
  .p-tayorininaru-shigoto-voice__col__meta {
    padding: 4.2553191489vw 0 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-voice__col__subheading {
    font-size: 3.1914893617vw;
  }
  .p-tayorininaru-shigoto-voice__col__heading {
    margin-top: 3.1914893617vw;
    font-size: 5.1063829787vw;
  }
  .p-tayorininaru-shigoto-voice__col__heading small {
    font-size: 3.1914893617vw;
  }
  .p-tayorininaru-shigoto-voice__col__body {
    margin-top: 0.5319148936vw;
  }
  .p-tayorininaru-shigoto-voice__col__lead {
    font-size: 3.4042553191vw;
  }
  .p-tayorininaru-shigoto-form {
    padding-top: 0.1063829787vw;
  }
  .p-tayorininaru-shigoto-form__band {
    margin-top: 16.8085106383vw;
  }
  .p-tayorininaru-shigoto-form__band__wrap {
    max-width: 79.7872340426vw;
    padding: 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-form__band__heading {
    padding: 4.6808510638vw 0 4.8936170213vw 13.5106382979vw;
    font-size: 8.2978723404vw;
  }
  .p-tayorininaru-shigoto-form__band__heading::before {
    width: 14.414893617vw;
    height: 13.2978723404vw;
    top: -2.7659574468vw;
  }
  .p-tayorininaru-shigoto-form__band__heading::after {
    width: 34.4680851064vw;
    height: 28.085106383vw;
    bottom: -2.8723404255vw;
  }
  .p-tayorininaru-shigoto-form__wrap {
    max-width: 82.9787234043vw;
    padding-top: 4.2553191489vw !important;
    padding-bottom: 10.6382978723vw !important;
  }
  .p-tayorininaru-shigoto-form__table {
    margin-top: 1.5957446809vw;
  }
  .p-tayorininaru-shigoto-form__table table tr th {
    margin-top: 3.7234042553vw;
    font-size: 3.6170212766vw;
  }
  .p-tayorininaru-shigoto-form__table table tr th span {
    padding: 0.5319148936vw 0.9574468085vw;
    margin-left: 1.2765957447vw;
    border-radius: 0.6382978723vw;
    font-size: 2.5531914894vw;
    top: -0.2127659574vw;
  }
  .p-tayorininaru-shigoto-form__table table tr th small {
    font-size: 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td {
    margin-top: 1.170212766vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td input, .p-tayorininaru-shigoto-form__table table tr td textarea, .p-tayorininaru-shigoto-form__table table tr td select {
    padding: 2.9787234043vw 2.1276595745vw;
    font-size: 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td input[type=text] {
    border-radius: 1.5957446809vw;
    font-size: 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span {
    padding-left: 7.0212765957vw;
    font-size: 3.4042553191vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::before {
    width: 4.7872340426vw;
    height: 4.5744680851vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td input[type=checkbox] + span::after {
    font-size: 3.6170212766vw;
    left: 0.7446808511vw;
  }
  .p-tayorininaru-shigoto-form__table table tr td .flex--col2 > * {
    margin: 0 0 2.1276595745vw 0 !important;
  }
  .p-tayorininaru-shigoto-form__table .terms {
    margin-top: 5.3191489362vw;
  }
  .p-tayorininaru-shigoto-form__table .terms p a {
    font-size: 1.914893617vw;
  }
  .p-tayorininaru-shigoto-form__table .terms p a:hover {
    text-decoration: underline;
  }
  .p-tayorininaru-shigoto-form__table .buttons {
    margin-top: 9.7872340426vw;
  }
  .p-tayorininaru-shigoto-form__table .buttons input[type=submit] {
    max-width: 53.1914893617vw;
    padding: 2.6595744681vw 1.0638297872vw;
    border: 0.8510638298vw solid #fff;
    border-radius: 6.8085106383vw;
    box-shadow: 0.4255319149vw 1.7021276596vw 0 0 #9a9a9a;
    font-size: 5.3191489362vw;
    transition: none;
  }
  .p-tayorininaru-shigoto-form__table .buttons input[type=submit]:hover {
    box-shadow: 0.4255319149vw 1.7021276596vw 0 0 #9a9a9a;
    top: 0;
    left: 0;
  }
  .p-tayorininaru-shigoto-footer__head__wrap {
    padding-top: 11.5957446809vw !important;
    padding-bottom: 5.3191489362vw !important;
  }
  .p-tayorininaru-shigoto-footer__sns {
    gap: 8.085106383vw;
  }
  .p-tayorininaru-shigoto-footer__sns__li:nth-of-type(1) a {
    width: 8.7234042553vw;
  }
  .p-tayorininaru-shigoto-footer__sns__li:nth-of-type(2) a {
    width: 8.829787234vw;
  }
  .p-tayorininaru-shigoto-footer__sns__li:nth-of-type(3) a {
    width: 7.0212765957vw;
  }
  .p-tayorininaru-shigoto-footer__body__wrap {
    padding-top: 3.2978723404vw !important;
    padding-bottom: 7.0212765957vw !important;
  }
  .p-tayorininaru-shigoto-footer__lead {
    font-size: 3.1914893617vw;
  }
  .p-tayorininaru-shigoto-footer__lead span {
    padding: 0 2.5531914894vw;
  }
  .p-tayorininaru-shigoto-footer__lead span::before, .p-tayorininaru-shigoto-footer__lead span::after {
    width: 2.9787234043vw;
    height: 0.5319148936vw;
    border-radius: 0.3191489362vw;
  }
  .p-tayorininaru-shigoto-footer__button {
    margin-top: 1.3829787234vw;
  }
  .p-tayorininaru-shigoto-footer__button a::before {
    border-radius: 2.1276595745vw;
    top: 1.7021276596vw;
  }
  .p-tayorininaru-shigoto-footer__button a span {
    padding: 2.1276595745vw 7.9787234043vw;
    border: 0.8510638298vw solid #fff;
    border-radius: 2.1276595745vw;
    font-size: 4.6808510638vw;
    transition: none;
  }
  .p-tayorininaru-shigoto-footer__button a:hover span {
    top: 0;
  }
  .p-tayorininaru-shigoto-footer__bottom__wrap {
    padding-top: 5.3191489362vw !important;
    padding-bottom: 4.7872340426vw !important;
  }
  .p-tayorininaru-shigoto-footer__logo img {
    width: 46.7021276596vw;
  }
  .p-tayorininaru-shigoto-footer__copyright {
    margin-top: 4.5744680851vw;
    font-size: 1.7021276596vw;
  }
}
@media screen and (max-width: 940px) and (max-width: 767px) {
  .u-wrap--940 {
    padding: 0 5.2151238592vw;
  }
}
@media screen and (max-width: 1450px) {
  .p-tayorininaru-shigoto-header__logo img {
    width: 13rem;
  }
}
@media screen and (max-width: 1450px) and (max-width: 940px) {
  .p-tayorininaru-shigoto-header__logo img {
    display: none;
  }
}
@media screen and (max-width: 940px) and (max-width: 940px) {
  .p-tayorininaru-shigoto-mv__wrap {
    padding: 2.9787234043vw 4.2553191489vw 0 4.2553191489vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-tayorininaru-shigoto-mv__ribbon {
    width: 100rem;
    top: -20.5rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 940px) {
  .p-tayorininaru-shigoto-mv__ribbon {
    width: 131.0638297872vw;
    top: -26.5957446809vw;
    left: -4.2553191489vw;
  }
}