@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kri6qmn.css");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
section {
  width: 100%;
}
section#recruit {
  padding: 80px 0 0 0;
  margin-bottom: 24px;
}
section#recruit .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#recruit .inner .title {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#recruit .inner .title.on h3, section#recruit .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#recruit .inner .title h3 {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .title h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#recruit .inner .breadcrumb {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  width: calc(100% - 256px);
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#recruit .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#recruit .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#recruit .inner .list {
  width: 100%;
  padding: 96px 0 0 0;
  margin-bottom: 96px;
  overflow: hidden;
  position: relative;
}
section#recruit .inner .list.on .ctitle dl dt, section#recruit .inner .list.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .list.on .inner {
  opacity: 1;
}
section#recruit .inner .list .ctitle {
  text-align: left;
  width: calc(100% - 448px);
  margin: 0 auto;
}
section#recruit .inner .list .ctitle dl {
  margin-bottom: 64px;
}
section#recruit .inner .list .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#recruit .inner .list .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#recruit .inner .list .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#recruit .inner .list .ctitle dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit .inner .list .inner {
  width: calc(100% - 448px);
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
section#recruit .inner .list .inner table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
section#recruit .inner .list .inner table tbody {
  width: 100%;
}
section#recruit .inner .list .inner table tbody tr {
  width: 100%;
}
section#recruit .inner .list .inner table tbody tr th {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  vertical-align: middle;
  width: 15%;
  padding: 24px 0 24px 24px;
  background-color: #F9F8F6;
  border-radius: 8px 0 0 8px;
}
section#recruit .inner .list .inner table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  vertical-align: middle;
  padding: 24px;
  background-color: #F9F8F6;
  border-radius: 0 8px 8px 0;
}
section#recruit .inner .flow {
  width: 100%;
  padding: 96px 0;
  margin: 0 auto;
  background-color: #405E91;
}
section#recruit .inner .flow.on .ctitle dl dt, section#recruit .inner .flow.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#recruit .inner .flow .ctitle {
  text-align: left;
  width: calc(100% - 448px);
  margin: 0 auto;
}
section#recruit .inner .flow .ctitle dl {
  margin-bottom: 64px;
}
section#recruit .inner .flow .ctitle dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#recruit .inner .flow .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#recruit .inner .flow .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 3px;
  display: block;
}
section#recruit .inner .flow .ctitle dl dd span {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#recruit .inner .flow .inner {
  text-align: left;
  width: calc(100% - 448px);
  margin: 0 auto;
}
section#recruit .inner .flow .inner dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#recruit .inner .flow .inner dl:not(:last-child) {
  margin-bottom: 8px;
}
section#recruit .inner .flow .inner dl:last-child dd::before {
  opacity: 0;
}
section#recruit .inner .flow .inner dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}
section#recruit .inner .flow .inner dl dt span:nth-child(1) {
  color: #405E91;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#recruit .inner .flow .inner dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#recruit .inner .flow .inner dl dd {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 61px;
}
section#recruit .inner .flow .inner dl dd::before {
  content: "";
  width: 3px;
  background-color: #FFF;
  position: relative;
  display: block;
  transform: translateX(18px);
}
section#recruit .inner .flow .inner dl dd > div {
  width: calc(100% - 61px);
  padding: 0 0 16px 0;
}
section#recruit .inner .flow .inner dl dd > div > div {
  width: 100%;
  background-color: #243E6B;
  padding: 24px;
  border-radius: 8px;
}
section#recruit .inner .flow .inner dl dd > div > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#recruit .inner .flow .inner dl dd > div > div p a {
  color: #FFF;
  text-decoration: underline;
  transition: all 0.3s ease-in 0s;
}
section#recruit .inner .flow .inner dl dd > div > div p a:hover {
  color: #D44B6B;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#recruit {
    padding: 80px 0 0 0;
    margin-bottom: 24px;
  }
  section#recruit .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#recruit .inner .title {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#recruit .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#recruit .inner .title h3 {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .breadcrumb {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
  }
  section#recruit .inner .list {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
  }
  section#recruit .inner .list .ctitle {
    text-align: left;
    width: 100%;
    margin: 0 auto 32px auto;
  }
  section#recruit .inner .list .ctitle dl {
    margin-bottom: 0px;
  }
  section#recruit .inner .list .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#recruit .inner .list .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .list .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#recruit .inner .list .ctitle dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .list .inner {
    width: 100%;
  }
  section#recruit .inner .list .inner table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 8px;
    display: block;
  }
  section#recruit .inner .list .inner table tbody {
    width: 100%;
    display: block;
  }
  section#recruit .inner .list .inner table tbody tr {
    width: 100%;
    display: block;
  }
  section#recruit .inner .list .inner table tbody tr:not(:last-child) {
    margin-bottom: 8px;
  }
  section#recruit .inner .list .inner table tbody tr th {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    vertical-align: middle;
    width: 100%;
    padding: 16px 16px 8px 16px;
    background-color: #F9F8F6;
    border-radius: 8px 8px 0 0;
    display: block;
  }
  section#recruit .inner .list .inner table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    vertical-align: middle;
    width: 100%;
    padding: 0px 16px 16px 16px;
    background-color: #F9F8F6;
    border-radius: 0 0 8px 8px;
    display: block;
  }
  section#recruit .inner .flow {
    padding: 48px 0;
  }
  section#recruit .inner .flow .ctitle {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#recruit .inner .flow .ctitle dl {
    margin-bottom: 32px;
  }
  section#recruit .inner .flow .ctitle dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#recruit .inner .flow .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#recruit .inner .flow .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 3px;
    display: block;
  }
  section#recruit .inner .flow .ctitle dl dd span {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .flow .inner {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#recruit .inner .flow .inner dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#recruit .inner .flow .inner dl:not(:last-child) {
    margin-bottom: 8px;
  }
  section#recruit .inner .flow .inner dl:last-child dd::before {
    opacity: 0;
  }
  section#recruit .inner .flow .inner dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  section#recruit .inner .flow .inner dl dt span:nth-child(1) {
    color: #405E91;
    font-family: "din-2014", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 32px;
    height: 32px;
    border-radius: 16px;
    flex-shrink: 0;
  }
  section#recruit .inner .flow .inner dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .flow .inner dl dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 44px;
  }
  section#recruit .inner .flow .inner dl dd::before {
    content: "";
    width: 3px;
    background-color: #FFF;
    position: relative;
    display: block;
    transform: translateX(14px);
  }
  section#recruit .inner .flow .inner dl dd > div {
    width: calc(100% - 0px);
    padding: 0 0 16px 0;
  }
  section#recruit .inner .flow .inner dl dd > div > div {
    padding: 16px;
    border-radius: 8px;
  }
  section#recruit .inner .flow .inner dl dd > div > div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#recruit .inner .flow .inner dl dd > div > div p a {
    color: #FFF;
    text-decoration: underline;
    transition: all 0.3s ease-in 0s;
  }
  section#recruit .inner .flow .inner dl dd > div > div p a:hover {
    color: #D44B6B;
  }
}

/*# sourceMappingURL=style_requirements.css.map */
